.field-page {
  padding-bottom: 20px;
}
.field-page .field-inner {
  padding: 42px 60px 0 158px;
  display: flex;
  justify-content: space-between;
}
.field-page .field-word {
  width: calc(90% - 187px);
}
.field-page .field-proi {
  width: 187px;
}
.field-page .field-proi img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.field-page .field-proi:hover img {
  transform: scale(1.05);
}
.field-page .field-title {
  font-weight: bold;
  font-size: 72px;
  color: #000000;
  line-height: 86px;
  font-style: italic;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'SourceHanSansSC-Medium';
  text-transform: uppercase;
}
.field-page .field-line {
  width: 69px;
  height: 8px;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
  border-radius: 4px;
  margin-top: 45px;
}
.field-page .field-imgs {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.field-page .field-imgs .field-imgs-side {
  width: 12%;
}
.field-page .field-imgs .field-imgs-side .field-imgs-side-inner {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.field-page .field-imgs .field-imgs-side .field-imgs-side-inner img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.field-page .field-imgs .field-imgs-side .field-imgs-side-inner:hover img {
  transform: scale(1.05);
}
.field-page .field-imgs .field-imgs-prev {
  width: 24.7%;
}
.field-page .field-imgs .field-imgs-prev .field-imgs-prev-inner {
  width: 100%;
}
.field-page .field-imgs .field-imgs-prev .field-imgs-prev-inner .field-imgs-one {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.field-page .field-imgs .field-imgs-prev .field-imgs-prev-inner .field-imgs-one img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.field-page .field-imgs .field-imgs-prev .field-imgs-prev-inner .field-imgs-one:hover img {
  transform: scale(1.05);
}
.field-page .field-imgs .field-imgs-prev .field-imgs-prev-inner .field-imgs-one1 {
  margin-bottom: 28px;
}
.field-page .field-imgs .field-imgs-center {
  width: 24%;
}
.field-page .field-imgs .field-imgs-center .field-imgs-center-inner {
  width: 100%;
}
.field-page .field-imgs .field-imgs-center .field-imgs-center-inner .field-imgs-one {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.field-page .field-imgs .field-imgs-center .field-imgs-center-inner .field-imgs-one img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.field-page .field-imgs .field-imgs-center .field-imgs-center-inner .field-imgs-one:hover img {
  transform: scale(1.05);
}
.field-page .field-imgs .field-imgs-center .field-imgs-center-inner .field-imgs-one1 {
  margin-bottom: 28px;
}
.field-page .field-imgs .field-imgs-next {
  width: 21.5%;
}
.field-page .field-imgs .field-imgs-next .field-imgs-next-inner {
  width: 100%;
}
.field-page .field-imgs .field-imgs-next .field-imgs-next-inner .field-imgs-one {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.field-page .field-imgs .field-imgs-next .field-imgs-next-inner .field-imgs-one img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.field-page .field-imgs .field-imgs-next .field-imgs-next-inner .field-imgs-one:hover img {
  transform: scale(1.05);
}
.field-page .field-imgs .field-imgs-next .field-imgs-next-inner .field-imgs-one1 {
  margin-bottom: 28px;
}
.field-list {
  width: 100%;
  background: url('../images/cur/field-list-back.png') no-repeat;
  background-size: cover;
  padding: 125px 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.field-list .field-item {
  width: 25%;
  background: url('../images/cur/field-item-back.png') no-repeat;
  background-size: 100% 100%;
}
.field-list .field-item .field-item-con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 300px;
  padding-bottom: 5%;
}
.field-list .field-item .field-item-con .field-item-icon {
  height: 102px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.field-list .field-item .field-item-con .field-item-icon img {
  transform: rotateY(0deg);
  transition: 0.5s;
}
.field-list .field-item .field-item-con .field-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  text-align: center;
  margin-top: 20px;
  transition: 0.5s;
  text-transform: uppercase;
  min-height: 40px;
}
.field-list .field-item:hover .field-item-con .field-item-icon img {
  transform: rotateY(360deg);
}
.field-list .field-item:hover .field-item-con .field-item-text {
  color: #6BD0B5;
}
.field-list .field-item:nth-of-type(1) {
  margin-bottom: 112px;
}
.field-list .field-item:nth-of-type(1) .field-item-con .field-item-icon img {
  width: 109px;
  height: 97px;
}
.field-list .field-item:nth-of-type(2) {
  margin-bottom: 112px;
}
.field-list .field-item:nth-of-type(2) .field-item-con .field-item-icon img {
  width: 101px;
  height: 88px;
}
.field-list .field-item:nth-of-type(3) {
  margin-bottom: 112px;
}
.field-list .field-item:nth-of-type(3) .field-item-con .field-item-icon img {
  width: 100px;
  height: 96px;
}
.field-list .field-item:nth-of-type(4) {
  margin-bottom: 112px;
}
.field-list .field-item:nth-of-type(4) .field-item-con .field-item-icon img {
  width: 85px;
  height: 85px;
}
.field-list .field-item:nth-of-type(5) .field-item-con .field-item-icon img {
  width: 135px;
  height: 85px;
}
.field-list .field-item:nth-of-type(6) .field-item-con .field-item-icon img {
  width: 98px;
  height: 96px;
}
.field-list .field-item:nth-of-type(7) .field-item-con .field-item-icon {
  transform: translateY(12px);
}
.field-list .field-item:nth-of-type(7) .field-item-con .field-item-icon img {
  width: 85px;
  height: 97px;
}
.field-list .field-item:nth-of-type(8) .field-item-con .field-item-icon img {
  width: 102px;
  height: 102px;
}
.profile-outer-m {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 42px 5%;
  flex-wrap: wrap;
}
.profile-outer-m .profile-nums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-outer-m .profile-nums .profile-nums-all {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.profile-outer-m .profile-nums .profile-nums-one {
  width: auto;
}
.profile-outer-m .profile-nums .profile-nums-one .profile-nums-top {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 40px;
  color: #333;
  line-height: 50px;
}
.profile-outer-m .profile-nums .profile-nums-one .profile-nums-top .profile-nums-count {
  font-family: 'SourceHanSansSC-Medium';
}
.profile-outer-m .profile-nums .profile-nums-one .profile-nums-desc {
  font-weight: 400;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}
.profile-outer-m .profile-words {
  width: 100%;
  margin-bottom: 0;
}
.profile-outer-m .profile-words .profile-words-inner {
  width: 100%;
  background: rgba(239, 244, 252, 0.85);
  border-radius: 10px;
  padding: 42px 30px;
  min-height: 0;
}
.profile-outer-m .profile-words .profile-words-inner .profile-words-title {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  background: linear-gradient(-6deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'SourceHanSansSC-Medium';
}
.profile-outer-m .profile-words .profile-words-inner .profile-words-desc {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  margin-top: 16px;
}
.history-page {
  padding: 100px 140px 120px;
  background: url('../images/cur/history-back.jpg') no-repeat;
  background-size: cover;
}
.history-page .history-main {
  width: 100%;
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.history-page .history-title {
  position: absolute;
  top: -40px;
  left: 0;
}
.history-page .history-title .text {
  font-weight: bold;
  font-size: 72px;
  color: #000000;
  line-height: 85px;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'SourceHanSansSC-Medium';
}
.history-page .history-title .line {
  width: 69px;
  height: 8px;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
  border-radius: 4px;
  margin-top: 40px;
}
.history-page .historycon {
  display: flex;
  justify-content: space-between;
  padding-left: 8%;
  align-items: center;
  padding-top: 40px;
}
.history-page .historycon .history-year-swiper {
  width: 420px;
  height: 718px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.history-page .historycon .history-year-swiper .swiper-wrapper {
  flex-direction: column;
}
.history-page .historycon .history-year-swiper .history-year-side {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 183px;
  line-height: 216px;
  color: #4593B2;
  height: auto;
  font-family: 'SourceHanSansSC-Medium';
}
.history-page .historycon .history-year-swiper .history-year-side .p1 {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(-20px);
}
.history-page .historycon .history-year-swiper .history-year-side .p2 {
  opacity: 0.3;
  transition: 0.5s;
}
.history-page .historycon .history-year-swiper .history-year-active .p1 {
  opacity: 1;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translateX(0);
}
.history-page .historycon .history-year-swiper .history-year-active .p2 {
  opacity: 1;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.history-page .historycon .history-year-btns {
  width: 41px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.history-page .historycon .history-year-btns .history-btn {
  width: 41px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  background: #CCCCCC;
  margin: 12px 0;
  border-radius: 50%;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-page .historycon .history-year-btns .history-btn:hover {
  background: #4593B0;
}
.history-page .historycon .history-words {
  width: calc(85% - 461px);
}
.history-page .historycon .history-words .history-words-swiper {
  width: 100%;
  height: 718px;
  overflow: hidden;
}
.history-page .historycon .history-words .history-words-swiper .swiper-wrapper {
  flex-direction: column;
}
.history-page .historycon .history-words .history-word-side {
  width: 100%;
  height: auto;
  margin-bottom: 55px;
}
.history-page .historycon .history-words .history-word-title {
  font-weight: 500;
  font-size: 22px;
  color: #797979;
  line-height: 26px;
  margin-bottom: 15px;
  font-family: 'SourceHanSansSC-Medium';
  transition: 0.5s;
  position: relative;
  display: inline;
  text-transform: uppercase;
}
.history-page .historycon .history-words .history-word-title::after {
  width: 0;
  height: 2px;
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  transition: 0.5s;
}
.history-page .historycon .history-words .history-word-item {
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 26px;
  padding: 20px 0;
  border-bottom: 1px solid #787878;
  margin-top: 35px;
  position: relative;
}
.history-page .historycon .history-words .history-word-item::after {
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  transition: 0.5s;
}
.history-page .historycon .history-words .history-word-item:hover::after {
  width: 100%;
}
.history-page .historycon .history-words .history-words-actvie .history-word-title {
  color: #6ED2B5;
}
.history-page .historycon .history-words .history-words-actvie .history-word-title::after {
  width: 100%;
}
.history-page .historycon .history-words .history-word-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.factory-page {
  padding: 80px 0 50px;
  position: relative;
  overflow: hidden;
}
.factory-page .factory-title {
  padding: 0 155px;
  position: relative;
  z-index: 12;
}
.factory-page .factory-title .text {
  font-weight: bold;
  font-size: 72px;
  color: #000000;
  line-height: 85px;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97) 0%, rgba(88, 147, 207, 0.97) 47.94921875%, rgba(110, 211, 179, 0.97) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'SourceHanSansSC-Medium';
  text-transform: uppercase;
}
.factory-page .factory-title .line {
  width: 69px;
  height: 8px;
  background: linear-gradient(254deg, rgba(68, 149, 167, 0.97), rgba(88, 147, 207, 0.97), rgba(110, 211, 179, 0.97));
  border-radius: 4px;
  margin-top: 40px;
}
.factory-page .factory-main {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.factory-page .factory-main .factory-swiper {
  width: 100%;
  overflow: visible;
  position: relative;
}
.factory-page .factory-main .factory-swiper .factory-pagination {
  position: absolute;
  z-index: 12;
  width: 20px;
  height: 77%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  left: auto;
  bottom: auto;
  top: 0;
}
.factory-page .factory-main .factory-swiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
  opacity: 1;
  margin: 8px auto;
  transition: 0.5s;
  background: transparent;
}
.factory-page .factory-main .factory-swiper .swiper-pagination-bullet::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #4496A5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.factory-page .factory-main .factory-swiper .swiper-pagination-bullet-active {
  border: 2px solid #4496A5;
}
.factory-page .factory-main .factory-swiper .swiper-pagination-bullet-active::after {
  width: 14px;
  height: 14px;
  opacity: 0;
}
.factory-page .factory-main .factory-swiper .factory-num {
  position: absolute;
  display: flex;
  align-items: center;
  width: 140px;
  height: 100%;
  justify-content: flex-start;
  left: -100px;
  top: 0;
  z-index: 22;
}
.factory-page .factory-main .factory-swiper .factory-num .factory-num-cur {
  font-weight: bold;
  font-size: 59px;
  color: #4495A7;
  font-style: italic;
  line-height: 60px;
  font-family: 'SourceHanSansSC-Medium';
  transform: translateY(-56px);
  transition: 0.5s;
}
.factory-page .factory-main .factory-swiper .factory-num .factory-num-line {
  margin: 0 -5px;
  transform: translateY(-20px);
}
.factory-page .factory-main .factory-swiper .factory-num .factory-num-line svg {
  width: 40px;
  height: 39px;
}
.factory-page .factory-main .factory-swiper .factory-num .factory-num-all {
  font-weight: 400;
  font-size: 30px;
  color: #919191;
  font-style: italic;
  line-height: 32px;
  margin-left: -10px;
}
.factory-page .factory-main .factory-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.factory-page .factory-main .factory-slide .factory-slide-con {
  width: 85%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}
.factory-page .factory-main .factory-slide .factory-slide-img {
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #fff;
  transition: 0.5s;
  opacity: 0.44;
  transform: scale(0.9);
}
.factory-page .factory-main .factory-slide .factory-slide-img .el-image {
  width: 100%;
}
.factory-page .factory-main .factory-slide .factory-slide-img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.factory-page .factory-main .factory-slide .factory-slide-title {
  width: 100%;
  font-weight: 400;
  font-size: 34px;
  color: #4495A7;
  margin: 45px 0 28px;
  line-height: 38px;
  opacity: 0;
  transition: 0.5s;
}
.factory-page .factory-main .factory-slide .factory-slide-desc {
  font-weight: 400;
  font-size: 18px;
  color: #7B7B7B;
  line-height: 26px;
  opacity: 0;
  transition: 0.5s;
}
.factory-page .factory-main .factory-con-cur .factory-slide-img {
  padding: 8px;
  box-shadow: -16px 0px 59px 0px rgba(0, 0, 0, 0.2);
  transform: scale(1);
  opacity: 1;
}
.factory-page .factory-main .factory-con-cur .factory-slide-title {
  opacity: 1;
}
.factory-page .factory-main .factory-con-cur .factory-slide-desc {
  opacity: 1;
}
.factory-page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/cur/factory-dot.png') no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 1918px) {
  .history-page {
    padding: 100px 120px 90px;
  }
  .history-page .historycon .history-words .history-word-item {
    font-size: 20px;
  }
  .history-page .historycon .history-words .history-word-side {
    margin-bottom: 39px;
  }
  .history-page .historycon .history-year-swiper .history-year-side {
    font-size: 150px;
    line-height: 182px;
  }
  .history-page .historycon .history-words .history-word-item {
    margin-top: 30px;
  }
  .factory-page .factory-main .factory-slide .factory-slide-title {
    font-size: 30px;
    margin: 30px 0 28px;
  }
  .factory-page .factory-title {
    padding: 0 120px;
  }
  .history-page .history-title .text {
    font-size: 66px;
    line-height: 66px;
  }
  .factory-page .factory-title .text {
    font-size: 66px;
    line-height: 66px;
  }
  .field-page .field-inner {
    padding: 42px 60px 0 5%;
  }
  .field-page .field-title {
    font-size: 52px;
    line-height: 72px;
  }
  .field-page .field-proi {
    width: 160px;
  }
  .field-list .field-item:nth-of-type(5) .field-item-con .field-item-icon img {
    width: 90px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(6) .field-item-con .field-item-icon img {
    width: 90px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(1) .field-item-con .field-item-icon img {
    width: 78px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(7) .field-item-con .field-item-icon img {
    width: 82px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(8) .field-item-con .field-item-icon img {
    width: 75px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(4) .field-item-con .field-item-icon img {
    width: 75px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(2) .field-item-con .field-item-icon img {
    width: 86px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(3) .field-item-con .field-item-icon img {
    width: 70px;
    height: 75px;
  }
}
@media only screen and (max-width: 1598px) {
  .field-page .field-title {
    font-size: 45px;
    line-height: 60px;
  }
  .field-list {
    padding: 75px 5%;
  }
  .field-list .field-item:nth-of-type(1),
  .field-list .field-item:nth-of-type(2),
  .field-list .field-item:nth-of-type(3),
  .field-list .field-item:nth-of-type(4) {
    margin-bottom: 62px;
  }
  .field-page .field-line {
    width: 60px;
    height: 5px;
    margin-top: 35px;
  }
  .history-page .history-title .text {
    font-size: 56px;
    line-height: 76px;
  }
  .history-page .historycon .history-words .history-word-item {
    font-size: 18px;
  }
  .history-page .historycon .history-words .history-word-item {
    margin-top: 20px;
  }
  .history-page .historycon .history-words .history-word-title {
    font-size: 18px;
  }
  .history-page {
    padding: 82px 60px 70px;
  }
  .history-page .historycon .history-year-swiper .history-year-side {
    font-size: 120px;
    line-height: 140px;
  }
  .history-page .historycon .history-year-swiper {
    width: 360px;
    height: 600px;
  }
  .history-page .historycon .history-words .history-words-swiper {
    height: 600px;
  }
  .history-page .historycon .history-words {
    width: calc(85% - 360px);
  }
  .factory-page .factory-title {
    padding: 0 60px;
  }
  .factory-page .factory-title .text {
    font-size: 56px;
    line-height: 63px;
  }
  .factory-page .factory-title .line {
    margin-top: 32px;
  }
  .factory-page .factory-main {
    width: 60%;
  }
  .factory-page .factory-main .factory-slide .factory-slide-title {
    font-size: 28px;
    margin: 22px 0 14px;
  }
  .factory-page .factory-main .factory-slide .factory-slide-desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .field-page .field-title {
    font-size: 38px;
    line-height: 52px;
  }
  .field-list .field-item {
    background-size: 112% 100%;
  }
  .history-page .history-title .text {
    font-size: 50px;
    line-height: 64px;
  }
  .field-list {
    padding: 42px 5%;
  }
  .field-list .field-item .field-item-con {
    width: 94%;
  }
  .field-list .field-item .field-item-con .field-item-text {
    font-size: 15px;
  }
  .field-list .field-item:nth-of-type(1),
  .field-list .field-item:nth-of-type(2),
  .field-list .field-item:nth-of-type(3),
  .field-list .field-item:nth-of-type(4) {
    margin-bottom: 16px;
  }
  .factory-page .factory-title .text {
    font-size: 66px;
    line-height: 66px;
  }
  .history-page .historycon .history-year-swiper {
    width: 320px;
    height: 400px;
  }
  .history-page .historycon .history-words .history-words-swiper {
    height: 400px;
  }
  .history-page .historycon .history-words {
    width: calc(85% - 320px);
  }
  .history-page .historycon .history-words .history-word-item {
    font-size: 16px;
    padding: 15px 0;
    margin-top: 15px;
  }
  .history-page .historycon .history-words .history-word-side {
    margin-bottom: 33px;
  }
  .factory-page .factory-main .factory-slide .factory-slide-title {
    font-size: 25px;
  }
  .factory-page .factory-main .factory-swiper .factory-num .factory-num-cur {
    font-size: 50px;
    line-height: 48px;
  }
  .factory-page .factory-main .factory-swiper .factory-num .factory-num-all {
    font-size: 26px;
  }
  .factory-page .factory-title .text {
    font-size: 48px;
    line-height: 56px;
  }
  .factory-page .factory-title .line {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 1251px) {
  .history-page {
    padding: 70px 5% 42px;
  }
  .history-page .historycon .history-year-swiper .history-year-side {
    font-size: 80px;
    line-height: 100px;
  }
  .history-page .historycon .history-year-swiper {
    width: 230px;
  }
  .history-page .historycon .history-words {
    width: calc(85% - 230px);
  }
  .history-page .history-title .text {
    font-size: 40px;
    line-height: 58px;
  }
  .factory-page .factory-title .text {
    font-size: 40px;
    line-height: 58px;
  }
  .factory-page .factory-title .line {
    margin-top: 25px;
    width: 60px;
    height: 5px;
  }
  .factory-page .factory-main .factory-slide .factory-slide-title {
    font-size: 22px;
  }
  .factory-page {
    padding: 50px 0 0;
  }
  .history-page .history-title .line {
    margin-top: 25px;
    width: 60px;
    height: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .profile-outer-m {
    display: flex;
  }
  .history-page .history-title .text {
    font-size: 35px;
    line-height: 42px;
  }
  .history-page .historycon {
    padding-left: 0;
  }
  .factory-page .factory-title {
    padding: 0 5%;
  }
  .factory-page .factory-main .factory-slide .factory-slide-desc {
    font-size: 15px;
  }
  .field-list .field-item:nth-of-type(5) .field-item-con .field-item-icon img {
    width: 80px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(6) .field-item-con .field-item-icon img {
    width: 90px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(1) .field-item-con .field-item-icon img {
    width: 60px;
    height: 60px;
  }
  .field-list .field-item:nth-of-type(7) .field-item-con .field-item-icon img {
    width: 82px;
    height: 75px;
  }
  .field-list {
    padding: 42px 3%;
    justify-content: flex-start;
  }
  .field-list .field-item {
    width: 33.3%;
    margin-bottom: 16px;
  }
  .field-list .field-item:nth-of-type(8) .field-item-con .field-item-icon img {
    width: 75px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(4) .field-item-con .field-item-icon img {
    width: 65px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(2) .field-item-con .field-item-icon img {
    width: 86px;
    height: 75px;
  }
  .field-list .field-item:nth-of-type(3) .field-item-con .field-item-icon img {
    width: 60px;
    height: 75px;
  }
}
@media (max-width: 767px) {
  .field-page .field-inner {
    padding: 32px 5% 0;
  }
  .field-page .field-word {
    width: 100%;
    margin-bottom: 32px;
  }
  .field-page .field-line {
    width: 50px;
    height: 3px;
    margin-top: 23px;
  }
  .field-list .field-item .field-item-con {
    height: auto;
    padding: 20px 0 32px;
  }
  .field-page .field-imgs .field-imgs-center .field-imgs-center-inner .field-imgs-one1 {
    margin-bottom: 11px;
  }
  .field-page .field-imgs .field-imgs-prev .field-imgs-prev-inner .field-imgs-one1 {
    margin-bottom: 11px;
  }
  .field-page .field-imgs .field-imgs-next .field-imgs-next-inner .field-imgs-one1 {
    margin-bottom: 11px;
  }
  .field-page .field-title {
    font-size: 30px;
    line-height: 42px;
  }
  .field-page .field-proi {
    display: none;
  }
  .field-list .field-item .field-item-con .field-item-text {
    font-size: 14px;
  }
  .field-list .field-item {
    width: 50%;
  }
  .profile-outer-m .profile-nums .profile-nums-one .profile-nums-top {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 4px;
  }
  .profile-outer-m .profile-nums .profile-nums-one {
    width: 30%;
  }
  .profile-outer-m .profile-nums .profile-nums-one .profile-nums-desc {
    font-size: 13px;
    line-height: 22px;
  }
  .profile-outer-m {
    padding: 32px 5%;
  }
  .profile-outer-m .profile-nums .profile-nums-all {
    margin-bottom: 30px;
  }
  .history-page .history-title {
    position: relative;
    width: 100%;
    top: 0;
  }
  .history-page {
    padding: 32px 5% 35px;
  }
  .history-page .history-title .text {
    font-size: 30px;
    line-height: 38px;
  }
  .history-page .history-title .line {
    margin-top: 24px;
    width: 48px;
    height: 3px;
  }
  .history-page .historycon .history-year-swiper {
    width: 100%;
    height: 60px;
  }
  .history-page .historycon {
    padding-top: 32px;
    flex-wrap: wrap;
  }
  .history-page .historycon .history-year-swiper .swiper-wrapper {
    flex-direction: row;
  }
  .history-page .historycon .history-words .history-words-swiper .swiper-wrapper {
    flex-direction: row;
  }
  .factory-page .factory-title .text {
    font-size: 30px;
    line-height: 43px;
  }
  .factory-page .factory-title .line {
    margin-top: 17px;
  }
  .factory-page .factory-main {
    width: 100%;
    margin-top: 32px;
  }
  .factory-page .factory-main .factory-swiper {
    padding-bottom: 46px;
  }
  .factory-page .factory-main .factory-swiper .factory-num {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    height: auto;
    display: none;
  }
  .factory-page .factory-main .factory-slide .factory-slide-desc {
    font-size: 14px;
  }
  .factory-page .factory-main .factory-slide .factory-slide-title {
    margin: 18px 0 6px;
  }
  .factory-page .factory-main .factory-swiper .factory-pagination {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    flex-direction: row;
    width: 100%;
    height: 20px;
  }
  .factory-page .factory-main .factory-swiper .swiper-pagination-bullet {
    margin: 0 8px;
  }
  .factory-page .factory-main .factory-swiper .factory-num .factory-num-cur {
    transform: translateY(0) !important;
  }
  .factory-page .factory-main .factory-swiper .factory-num .factory-num-line {
    transform: translateY(0);
    margin: 0 0;
  }
  .factory-page .factory-main .factory-slide .factory-slide-title {
    font-size: 18px;
  }
  .history-page .historycon .history-year-swiper .history-year-side {
    width: 100px;
    margin-right: 20px;
  }
  .history-page .historycon .history-year-btns {
    width: 100%;
    flex-direction: row;
    margin: 26px auto;
  }
  .history-page .historycon .history-year-btns .history-btn {
    margin: 0 15px;
  }
  .history-page .historycon .history-words {
    width: 100%;
    height: auto;
  }
  .history-page .historycon .history-words .history-word-title {
    font-size: 16px;
  }
  .history-page .historycon .history-words .history-word-item {
    font-size: 14px;
    padding: 11px 0;
    margin-top: 14px;
  }
  .history-page .historycon .history-year-swiper .history-year-side {
    font-size: 42px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 641px) {
  .field-list .field-item:nth-of-type(1) .field-item-con .field-item-icon img {
    width: 45px;
    height: 45px;
  }
  .field-list .field-item .field-item-con .field-item-icon {
    height: 73px;
  }
  .field-list .field-item:nth-of-type(2) .field-item-con .field-item-icon img {
    width: 60px;
    height: 53px;
  }
  .field-list .field-item:nth-of-type(3) .field-item-con .field-item-icon img {
    width: 45px;
    height: 48px;
  }
  .field-list .field-item .field-item-con {
    padding: 20px 10px 32px;
  }
  .field-list .field-item:nth-of-type(4) .field-item-con .field-item-icon img {
    width: 52px;
    height: 48px;
  }
  .field-list .field-item:nth-of-type(5) .field-item-con .field-item-icon img {
    width: 60px;
    height: 46px;
  }
  .field-list .field-item:nth-of-type(6) .field-item-con .field-item-icon img {
    width: 58px;
    height: 55px;
  }
  .field-list .field-item:nth-of-type(7) .field-item-con .field-item-icon img {
    width: 56px;
    height: 65px;
  }
  .field-list .field-item:nth-of-type(8) .field-item-con .field-item-icon img {
    width: 52px;
    height: 52px;
  }
  .field-list {
    padding: 26px 3% 12px;
  }
  .field-page .field-imgs .field-imgs-side .field-imgs-side-inner {
    border-radius: 6px;
  }
  .field-page .field-imgs .field-imgs-prev .field-imgs-prev-inner .field-imgs-one {
    border-radius: 6px;
  }
  .field-page .field-imgs .field-imgs-center .field-imgs-center-inner .field-imgs-one {
    border-radius: 6px;
  }
  .field-page .field-imgs .field-imgs-next .field-imgs-next-inner .field-imgs-one {
    border-radius: 6px;
  }
  .field-page .field-title {
    font-size: 22px;
    line-height: 36px;
  }
  .field-page .field-line {
    width: 45px;
    height: 2px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .profile-outer-m .profile-words .profile-words-inner {
    padding: 32px 20px;
  }
  .profile-outer-m .profile-words .profile-words-inner .profile-words-title {
    font-size: 17px;
  }
  .field-list .field-item .field-item-con .field-item-text {
    font-size: 12px;
  }
}
