.profilePage .profile-title-text {
  text-transform: uppercase;
}
.profilePage .profile-title-text .profile-title-text-en {
  font-weight: 500;
  font-size: 48px;
  color: #1BCA5B;
  line-height: 67px;
  opacity: 0.21;
}
.profilePage .profile-title-text .profile-title-text-cur {
  font-weight: 500;
  font-size: 40px;
  color: #060001;
  line-height: 60px;
}
.profilePage .profile-about {
  width: 100%;
  background: url('../images/page-img/pro-back.jpg') no-repeat;
  background-size: cover;
}
.profilePage .profile-about .profile-about-inner {
  padding-left: 182px;
  display: flex;
}
.profilePage .profile-about .profile-title-text {
  margin-bottom: 85px;
}
.profilePage .profile-about .profile-about-desc {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 39px;
  width: 84%;
}
.profilePage .profile-about .profile-about-desc .profile-about-text {
  margin-bottom: 40px;
}
.profilePage .profile-about .profile-about-num {
  display: flex;
  margin-top: 10%;
}
.profilePage .profile-about .profile-about-num .profile-about-num-one {
  padding: 0 8%;
}
.profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top {
  display: flex;
  align-items: flex-end;
}
.profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-count {
  font-weight: bold;
  font-size: 120px;
  color: #1BCA5B;
  line-height: 90px;
  font-family: 'Montserrat-Bold';
  margin-right: 18px;
}
.profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-add {
  font-weight: 500;
  font-size: 30px;
  color: #1BCA5B;
  line-height: 24px;
  font-family: 'Roboto-Bold';
}
.profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-unit {
  font-weight: 400;
  font-size: 18px;
  color: #1BCA5B;
  line-height: 24px;
  margin-top: 18px;
}
.profilePage .profile-about .profile-about-num .profile-about-num-one:nth-of-type(1) {
  padding-left: 0;
  border-right: 1px solid #1BCA5B;
}
.profilePage .profile-about .profile-about-words {
  position: relative;
  z-index: 2;
  width: 60%;
  margin-right: -20%;
  padding: 40px 0;
}
.profilePage .profile-about .profile-about-img {
  width: 70%;
}
.profilePage .profile-about .profile-about-img .profile-about-img-inner {
  width: 100%;
}
.profilePage .profile-about .profile-about-img .profile-about-img-inner img {
  display: block;
  width: 100%;
}
.profilePage .development-course {
  width: 100%;
  background: url('../images/page-img/development-course-back.png') no-repeat;
  background-size: cover;
  overflow: hidden;
}
.profilePage .development-course .development-course-inner {
  padding: 0 120px 0 182px;
}
.profilePage .development-course .development-course-dot {
  width: 100%;
  position: relative;
  z-index: 2;
}
.profilePage .development-course .development-course-dot img {
  display: block;
  width: 100%;
}
.profilePage .development-course .development-course-main {
  width: 100%;
}
.profilePage .development-course .profile-title-text {
  margin-bottom: 70px;
}
.profilePage .development-course .development-course-con {
  width: 100%;
}
.profilePage .development-course .development-course-swiper {
  width: 100%;
  overflow: visible;
  margin-bottom: -20vw;
}
.profilePage .development-course .development-course-slide {
  width: calc(100% / 9);
  border-left: 1px dashed #1BCA5B;
  padding: 0 15px 40px;
  height: 32vw;
}
.profilePage .development-course .development-course-slide .development-course-year {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  transition: 0.5s;
}
.profilePage .development-course .development-course-slide .development-course-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 13px;
}
.profilePage .development-course .development-course-slide:hover .development-course-year {
  color: #1BCA5B;
}
.profilePage .development-course .development-course-slide:nth-of-type(1) {
  transform: translateY(14%);
}
.profilePage .development-course .development-course-slide:nth-of-type(2) {
  transform: translateY(0);
}
.profilePage .development-course .development-course-slide:nth-of-type(3) {
  transform: translateY(12%);
}
.profilePage .development-course .development-course-slide:nth-of-type(4) {
  transform: translateY(-5%);
}
.profilePage .development-course .development-course-slide:nth-of-type(5) {
  transform: translateY(-2%);
}
.profilePage .development-course .development-course-slide:nth-of-type(6) {
  transform: translateY(-10%);
}
.profilePage .development-course .development-course-slide:nth-of-type(7) {
  transform: translateY(0);
}
.profilePage .development-course .development-course-slide:nth-of-type(8) {
  transform: translateY(-20%);
}
.profilePage .development-course .development-course-slide:nth-of-type(9) {
  transform: translateY(-20%);
}
.profilePage .social-responsibility {
  width: 100%;
  background: url('../images/page-img/pro-back.jpg') no-repeat;
  background-size: cover;
}
.profilePage .social-responsibility .social-responsibility-inner {
  padding: 0 120px 0 182px;
}
.profilePage .social-responsibility .social-responsibility-main {
  width: 100%;
  margin-top: 52px;
  display: flex;
  justify-content: space-between;
}
.profilePage .social-responsibility .social-responsibility-item {
  background: #EEEEEE;
  border-radius: 9px 9px 186px 186px;
  padding: 28px 30px 35px;
  width: 22%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-top {
  width: 100%;
}
.profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-title {
  font-weight: bold;
  font-size: 18px;
  color: #1BCA5B;
  line-height: 35px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-title .text {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #1bca5b 0, #1bca5b 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-desc {
  font-weight: bold;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 10px 0 6px;
}
.profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-img {
  width: 75%;
  aspect-ratio: 1;
  background: #1BCA5B;
  border-radius: 50%;
  overflow: hidden;
  margin: 25px auto 0;
}
.profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .social-responsibility .social-responsibility-item:hover .social-responsibility-item-title .text {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.profilePage .social-responsibility .social-responsibility-item:hover .social-responsibility-item-img img {
  transform: scale(1.05);
}
.profilePage .corporate-culture {
  display: flex;
}
.profilePage .corporate-culture .corporate-culture-main {
  width: 60%;
  padding-left: 200px;
  background: url('../images/page-img/corporate-culture-left.png') no-repeat;
  background-size: cover;
  background-position: bottom left;
}
.profilePage .corporate-culture .corporate-culture-main .profile-title-text {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-main-inner {
  width: 100%;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-title {
  padding-right: 60px;
  margin-bottom: 55px;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-title .profile-title-text-en {
  margin-right: 24px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.31);
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-title .profile-title-text-cur {
  color: #FFFFFF;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-desc {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 12px;
  text-align: right;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-con {
  width: 100%;
  transform: translateX(39px);
  position: relative;
  z-index: 22;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 66px;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item:hover .corporate-culture-con-item-icon img {
  transform: rotateY(360deg);
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-words {
  padding-right: 18px;
  width: calc(100% - 78px);
  text-align: right;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-words .corporate-culture-con-item-text {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-words .corporate-culture-con-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  margin-top: 7px;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-icon {
  width: 78px;
  height: 78px;
  background: #06AE44;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-icon img {
  width: 55%;
  display: block;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .corporate-culture .corporate-culture-img {
  width: 40%;
  overflow: hidden;
}
.profilePage .corporate-culture .corporate-culture-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .corporate-culture .corporate-culture-img:hover img {
  transform: scale(1.05);
}
.profilePage .qualification-certificate {
  width: 100%;
  position: relative;
}
.profilePage .qualification-certificate .certificate {
  display: block;
  width: 100%;
}
.profilePage .qualification-certificate .qualification-certificate-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 50px 120px 50px 182px;
}
.profilePage .qualification-certificate .dot-round-top {
  position: absolute;
  bottom: -4px;
  width: 272px;
  right: 0;
}
.field-page {
  background: #F8F8F8;
}
.field-page .field-page-inner {
  width: 100%;
  background: url('../images/page-img/field-back.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
.field-page .field-page-inner .dot-round-top {
  position: absolute;
  bottom: -4px;
  width: 272px;
  right: 0;
}
.field-page .field-page-inner .field-dot {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 130px;
}
.field-page .field-page-main {
  padding: 0 150px 0 180px;
  display: flex;
  justify-content: space-between;
}
.field-page .field-page-side-one {
  width: 100%;
}
.field-page .field-page-side-one .field-page-side-one-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.field-page .field-page-side-one .field-page-side-one-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.field-page .field-page-side-one .field-page-side-one-img .field-page-side-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  padding: 30px 34px;
  display: flex;
  opacity: 0;
  align-items: flex-end;
  transition: 0.5s;
}
.field-page .field-page-side-one .field-page-side-one-img:hover img {
  transform: scale(1.05);
}
.field-page .field-page-side-one .field-page-side-one-img:hover .field-page-side-mask {
  opacity: 1;
}
.field-page .field-page-side-one .field-page-side-one-title {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 35px;
  text-align: center;
}
.field-page .field-page-side {
  width: calc((100% - 50px) / 3);
}
.field-page .field-page-side .field-page-side-one {
  width: 100%;
}
.field-page .field-page-side .field-page-side-one .field-page-side-one-img .field-page-side-mask {
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.field-page .field-page-side .field-page-side-one:hover .field-page-side-one-img .field-page-side-mask {
  opacity: 1;
}
.field-page .field-page-center {
  width: calc((100% - 50px) / 3);
}
.case-page {
  background: #F8F8F8;
}
.case-page .case-page-inner {
  width: 100%;
  background: url('../images/page-img/field-back.jpg') no-repeat;
  background-size: cover;
  position: relative;
}
.case-page .case-page-inner .dot-round-top {
  position: absolute;
  bottom: -4px;
  width: 272px;
  right: 0;
}
.case-page .case-page-main {
  padding: 0 120px 0 156px;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
}
.case-page .case-page-main .case-page-tabs {
  width: 20%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5% 20px 5% 0;
}
.case-page .case-page-main .case-page-tabs .case-page-tab-item {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  transition: 0.5s;
  margin-bottom: 30px;
  cursor: pointer;
}
.case-page .case-page-main .case-page-tabs .case-page-tab-item .text {
  position: relative;
  transition: 0.5s;
  padding: 2px 4px 3px;
  display: inline-block;
}
.case-page .case-page-main .case-page-tabs .case-page-tab-item .text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  opacity: 0;
  transition: 0.5s;
  width: 14px;
  height: 2px;
  background: #24A65B;
}
.case-page .case-page-main .case-page-tabs .case-page-tab-item .text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  width: 14px;
  height: 2px;
  background: #24A65B;
  opacity: 0;
  transition: 0.5s;
}
.case-page .case-page-main .case-page-tabs .case-page-tab-item-active {
  color: #FFFFFF;
}
.case-page .case-page-main .case-page-tabs .case-page-tab-item-active .text {
  background: #24A65B;
  border-radius: 17px;
}
.case-page .case-page-main .case-page-tabs .case-page-tab-item-active .text::after {
  opacity: 1;
  transform: translateX(6px);
}
.case-page .case-page-main .case-page-tabs .case-page-tab-item-active .text::before {
  opacity: 1;
  transform: translateX(-6px);
}
.case-page .case-page-main .case-page-tabs .case-page-tab-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.case-page .case-page-main .case-page-imgs {
  width: 80%;
  max-width: calc(100% - 320px);
}
.case-page .case-page-main .case-page-imgs .case-page-imgs-inner {
  width: 100%;
  aspect-ratio: 1.60462428;
  max-width: 1388px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.case-page .case-page-main .case-page-imgs .case-page-imgs-inner:hover .case-img-active {
  transform: scale(1.05);
}
.case-page .case-page-main .case-page-imgs .case-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transform: scale(1);
  opacity: 0;
  transition: 0.5s;
}
.case-page .case-page-main .case-page-imgs .case-img-active {
  opacity: 1;
}
.smart-page .smart-page-inner {
  padding: 0 210px 0 180px;
}
.smart-page .smart-page-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}
.smart-page .smart-page-more {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.smart-page .smart-page-more .smart-more {
  width: 230px;
  height: 60px;
  background: #138B45;
  border-radius: 31px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 60px;
  overflow: hidden;
}
.smart-page .smart-page-more .smart-more .smart-more-text {
  position: relative;
  height: 100%;
  z-index: 12;
  transition: 0.5s;
}
.smart-page .smart-page-more .smart-more .smart-more-text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.smart-page .smart-page-more .smart-more .smart-more-add {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 50px;
  margin-left: 6px;
}
.smart-page .smart-page-more .smart-more:hover .smart-more-text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.smart-page .smart-page-top-center {
  align-items: center;
}
.smart-page .smart-page-top-end {
  align-items: flex-end;
}
.smart-page .proDetail-div-title {
  text-transform: uppercase;
}
.smart-page .proDetail-div-title .proDetail-div-title-other {
  font-weight: bold;
  font-size: 37px;
  color: #24A65B;
  line-height: 49px;
}
.smart-page .proDetail-div-title .proDetail-div-title-text {
  font-weight: bold;
  font-size: 37px;
  color: #24A65B;
  line-height: 49px;
  margin-top: 8px;
}
.smart-page .real-scene-desc {
  text-align: right;
  width: calc(95% - 300px);
}
.smart-page .real-scene-desc .text {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}
.smart-page .real-scene-desc .desc {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 23px;
  margin-top: 10px;
}
.smart-page .smart-video-icon {
  width: 102px;
}
.smart-page .smart-video-icon img {
  display: block;
  width: 100%;
}
.smart-page .real-scene .real-scene-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.smart-page .real-scene .factory-img-one {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 35px;
}
.smart-page .real-scene .factory-img-one .img-main {
  width: 100%;
  aspect-ratio: 1.36619718;
  border-radius: 0px 20px 0px 0px;
  background: #D5D5D5;
  overflow: hidden;
}
.smart-page .real-scene .factory-img-one .img-main .el-image {
  width: 100%;
  height: 100%;
}
.smart-page .real-scene .factory-img-one .img-main img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  object-fit: cover;
  transition: 0.5s;
}
.smart-page .real-scene .factory-img-one .text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.smart-page .real-scene .factory-img-one:nth-of-type(3n) {
  margin-right: 0;
}
.smart-page .real-scene .factory-img-one:nth-of-type(1) {
  margin-top: 0;
}
.smart-page .real-scene .factory-img-one:nth-of-type(2) {
  margin-top: 0;
}
.smart-page .real-scene .factory-img-one:nth-of-type(3) {
  margin-top: 0;
}
.smart-page .smart-video .smart-video-list {
  width: 100%;
}
.smart-page .smart-video .smart-video-list .smart-video-item {
  width: 100%;
  background: #000000;
  padding: 20px 40px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-inner {
  width: 100%;
  aspect-ratio: 2.11942446;
  overflow: hidden;
  position: relative;
}
.smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-inner .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-inner .mask {
  background: rgba(0, 0, 0, 0.31);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-inner .mask .play {
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 155, 40, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: play-back 2.2s infinite;
}
.smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-inner .mask .play .play-inner {
  width: 70px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 155, 40, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: play-back-inner 2.2s infinite;
}
.smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-inner .mask .play img {
  width: 41px;
  display: block;
  position: relative;
  z-index: 12;
}
.smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-intro {
  text-align: right;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 24px;
  right: 14px;
  bottom: 8px;
  position: absolute;
}
.smart-page .smart-blog {
  background: #F8F8F8;
}
.smart-page .smart-blog .smart-page-inner {
  position: relative;
  width: 100%;
}
.smart-page .smart-blog .smart-page-inner .dot-round-top {
  position: absolute;
  bottom: -4px;
  width: 272px;
  right: 0;
}
.smart-page .smart-blog .smart-page-inner .blog-dot-icon {
  width: 50%;
}
.smart-page .smart-blog .smart-page-inner .blog-dot-icon img {
  display: block;
  width: 100%;
}
.smart-page .smart-blog .smart-page-main {
  width: 100%;
}
.smart-page .smart-blog .smart-blog-list {
  width: 100%;
}
.smart-page .smart-blog .smart-blog-list .news-list-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(153, 153, 153, 0.68);
}
.smart-page .smart-blog .smart-blog-list .item-font {
  width: calc(94% / 3);
  margin-right: 3%;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
  border-radius: 30px 10px 30px 10px;
}
.smart-page .smart-blog .smart-blog-list .item-font .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
}
.smart-page .smart-blog .smart-blog-list .item-font .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smart-page .smart-blog .smart-blog-list .item-font .item-con {
  width: 100%;
  padding: 45px 45px 58px;
  position: relative;
  z-index: 12;
  display: block;
  transition: 0.5s;
}
.smart-page .smart-blog .smart-blog-list .item-font .item-con .item-con-top {
  width: 100%;
}
.smart-page .smart-blog .smart-blog-list .item-font .item-con .item-con-dot {
  width: 58px;
  height: 58px;
  background: #E7E7E7;
  border-radius: 50%;
  position: relative;
  transform: translateX(15px);
  transition: 0.5s;
}
.smart-page .smart-blog .smart-blog-list .item-font .item-con .item-con-dot::after {
  content: "";
  width: 42px;
  height: 42px;
  border-radius: 4px;
  border: 2px solid #24A65B;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -25%);
}
.smart-page .smart-blog .smart-blog-list .item-font .item-con .name {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin: 32px 0 42px;
  transition: 0.5s;
}
.smart-page .smart-blog .smart-blog-list .item-font .item-con .desc {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 35px;
  transition: 0.5s;
}
.smart-page .smart-blog .smart-blog-list .item-font .item-con .time {
  display: flex;
  align-items: center;
  margin-top: 14%;
}
.smart-page .smart-blog .smart-blog-list .item-font .item-con .time .day {
  margin-right: 19px;
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  transition: 0.5s;
}
.smart-page .smart-blog .smart-blog-list .item-font .item-con .time .year {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 26px;
  transition: 0.5s;
}
.smart-page .smart-blog .smart-blog-list .item-font:hover .img {
  opacity: 1;
}
.smart-page .smart-blog .smart-blog-list .item-font:hover .item-con {
  background: rgba(0, 0, 0, 0.24);
}
.smart-page .smart-blog .smart-blog-list .item-font:hover .item-con .item-con-dot {
  opacity: 0;
}
.smart-page .smart-blog .smart-blog-list .item-font:hover .item-con .name {
  color: #fff;
}
.smart-page .smart-blog .smart-blog-list .item-font:hover .item-con .desc {
  color: #fff;
}
.smart-page .smart-blog .smart-blog-list .item-font:hover .item-con .time .day {
  color: #fff;
}
.smart-page .smart-blog .smart-blog-list .item-font:hover .item-con .time .year {
  color: #fff;
}
.smart-page .smart-blog .smart-blog-list .item-font:nth-of-type(3) {
  margin-right: 0;
}
.smart-page .smart-blog .smart-blog-list .news-list-bottom {
  width: 100%;
}
.smart-page .smart-blog .smart-blog-list .item-bottom {
  border-bottom: 1px solid rgba(153, 153, 153, 0.68);
  padding: 35px 0 25px;
  display: flex;
  justify-content: space-between;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .img {
  width: 30%;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .img .img-inner {
  width: 100%;
  background: #DDDDDD;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1.56338028;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .img-pc {
  display: block;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .img-m {
  display: none;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con {
  width: 65%;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top {
  width: 100%;
  padding-bottom: 30px;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .time {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .name {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  margin: 30px 0 40px;
  transition: 0.5s;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .name .text {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #24a65b 0, #24a65b 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .desc {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .item-other {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .item-other-item {
  display: flex;
  align-items: center;
  margin-right: 40px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 22px;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .item-other-item .img {
  width: 20px;
  margin-right: 6px;
}
.smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .item-other-item .img img {
  display: block;
  width: 100%;
}
.smart-page .smart-blog .smart-blog-list .item-bottom:hover .img img {
  transform: scale(1.05);
}
.smart-page .smart-blog .smart-blog-list .item-bottom:hover .item-con-top .name {
  color: #24A65B;
}
.smart-page .smart-blog .smart-blog-list .item-bottom:hover .item-con-top .name .text {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.smart-page .smart-blog .webPage {
  margin-top: 60px;
}
@keyframes play-back-inner {
  0% {
    background: rgba(0, 155, 40, 0.24);
    width: 70px;
  }
  50% {
    background: rgba(0, 155, 40, 0.14);
    width: 90px;
  }
  100% {
    background: rgba(0, 155, 40, 0.24);
    width: 70px;
  }
}
.factoryPage-outer .factory-outer {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.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: 10px;
}
.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;
  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-outer1 {
  background: #F8F8F8;
}
.factoryPage-list {
  overflow: hidden;
  min-height: 600px;
  position: relative;
}
.factoryPage-list .list-arr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.factoryPage-list .dot-round-top {
  position: absolute;
  bottom: -4px;
  width: 272px;
  right: 0;
}
@media only screen and (max-width: 1918px) {
  .case-page .case-page-main .case-page-tabs .case-page-tab-item {
    font-size: 16px;
  }
  .field-page .field-page-side-one .field-page-side-one-img .field-page-side-mask {
    font-size: 14px;
    line-height: 30px;
    padding: 26px 27px;
  }
  .profilePage .profile-about .profile-title-text {
    margin-bottom: 45px;
  }
  .profilePage .profile-about .profile-about-desc .profile-about-text {
    margin-bottom: 32px;
  }
  .profilePage .profile-about .profile-about-num {
    margin-top: 9%;
  }
  .profilePage .profile-about .profile-about-inner {
    padding-left: 120px;
  }
  .profilePage .profile-about .profile-about-img {
    width: 65%;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one {
    padding: 0 5%;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-count {
    font-size: 96px;
    line-height: 75px;
  }
  .profilePage .development-course .development-course-inner {
    padding: 0 60px 0 120px;
  }
  .profilePage .social-responsibility .social-responsibility-inner {
    padding: 0 120px 0 120px;
  }
  .profilePage .social-responsibility .social-responsibility-item {
    width: 23%;
  }
  .profilePage .qualification-certificate .qualification-certificate-inner {
    padding: 32px 120px 50px 120px;
  }
}
@media only screen and (max-width: 1681px) {
  .factoryPage-list .list-arr {
    margin-top: 50px;
  }
  .smart-page .smart-page-inner {
    padding: 0 8%;
  }
}
@media only screen and (max-width: 1650px) {
  .profilePage .profile-about .profile-about-desc {
    font-size: 16px;
    line-height: 35px;
    width: 86%;
  }
  .profilePage .profile-title-text .profile-title-text-en {
    font-size: 42px;
    line-height: 58px;
  }
  .profilePage .profile-title-text .profile-title-text-cur {
    font-size: 36px;
    line-height: 55px;
  }
  .profilePage .profile-about .profile-title-text {
    margin-bottom: 32px;
  }
  .profilePage .profile-about .profile-about-desc .profile-about-text {
    margin-bottom: 25px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-count {
    font-size: 82px;
    line-height: 65px;
    margin-right: 13px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-add {
    font-size: 28px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-unit {
    font-size: 17px;
    margin-top: 15px;
  }
  .profilePage .development-course .development-course-inner {
    padding: 0 60px 0 60px;
  }
  .profilePage .social-responsibility .social-responsibility-inner {
    padding: 0 5%;
  }
  .profilePage .social-responsibility .social-responsibility-main {
    margin-top: 42px;
  }
  .profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-title {
    font-size: 17px;
    line-height: 30px;
  }
  .profilePage .corporate-culture .corporate-culture-main {
    padding-left: 5%;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-title {
    margin-bottom: 46px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item {
    margin-bottom: 34px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-icon {
    width: 70px;
    height: 70px;
  }
  .profilePage .qualification-certificate .qualification-certificate-inner {
    padding: 32px 5%;
  }
  .profilePage .qualification-certificate .dot-round-top {
    width: 18%;
    max-width: 200px;
  }
}
@media only screen and (max-width: 1598px) {
  .smart-page .proDetail-div-title .proDetail-div-title-other {
    font-size: 32px;
    line-height: 42px;
  }
  .smart-page .smart-page-top {
    margin-bottom: 52px;
  }
  .smart-page .proDetail-div-title .proDetail-div-title-text {
    font-size: 32px;
  }
  .smart-page .real-scene .factory-img-one {
    margin-top: 28px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .name {
    font-size: 18px;
    margin: 28px 0 30px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con {
    padding: 40px 34px 38px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .time {
    margin-top: 11%;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .desc {
    font-size: 15px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .time .day {
    margin-right: 17px;
    font-size: 27px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .time .year {
    font-size: 18px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .name {
    font-size: 18px;
    margin: 25px 0 30px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .item-other {
    margin-top: 34px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .time {
    font-size: 18px;
  }
  .smart-page .smart-blog .webPage {
    margin-top: 52px;
  }
  .field-page .field-page-inner .field-dot {
    width: 88px;
  }
  .field-page .field-page-main {
    padding: 0 5% 0 140px;
  }
  .profilePage .development-course .development-course-slide {
    height: 35vw;
  }
  .profilePage .profile-title-text .profile-title-text-en {
    font-size: 37px;
    line-height: 56px;
  }
  .profilePage .profile-title-text .profile-title-text-cur {
    font-size: 30px;
    line-height: 50px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-words .corporate-culture-con-item-desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 6px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-icon {
    width: 68px;
    height: 68px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-desc {
    margin-top: 9px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-title {
    margin-bottom: 38px;
  }
  .profilePage .profile-about .profile-about-inner {
    padding-left: 5%;
  }
  .profilePage .profile-about .profile-title-text {
    margin-bottom: 24px;
  }
  .profilePage .profile-about .profile-about-desc .profile-about-text {
    margin-bottom: 22px;
  }
  .profilePage .profile-about .profile-about-desc {
    font-size: 15px;
    line-height: 34px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-unit {
    font-size: 16px;
    margin-top: 13px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-count {
    font-size: 70px;
    line-height: 56px;
    margin-right: 12px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-add {
    font-size: 26px;
  }
  .profilePage .profile-about .profile-about-num {
    margin-top: 8%;
  }
  .profilePage .development-course .development-course-slide .development-course-desc {
    font-size: 13px;
    margin-top: 7px;
  }
  .profilePage .development-course .development-course-slide .development-course-year {
    font-size: 16px;
  }
  .profilePage .social-responsibility .social-responsibility-main {
    margin-top: 35px;
  }
  .profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-title {
    min-height: 60px;
  }
  .profilePage .social-responsibility .social-responsibility-item {
    padding: 24px 26px 28px;
  }
  .profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-title {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1365px) {
  .smart-page .smart-page-inner {
    padding: 0 5%;
  }
  .smart-page .real-scene-desc .text {
    font-size: 21px;
    line-height: 28px;
  }
  .smart-page .smart-page-top {
    margin-bottom: 40px;
  }
  .smart-page .proDetail-div-title .proDetail-div-title-other {
    font-size: 30px;
    line-height: 37px;
  }
  .smart-page .proDetail-div-title .proDetail-div-title-text {
    font-size: 29px;
    line-height: 43px;
    margin-top: 7px;
  }
  .smart-page .smart-page-more {
    margin-top: 46px;
  }
  .smart-page .smart-page-more .smart-more {
    font-size: 18px;
    width: 210px;
  }
  .smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-intro {
    font-size: 17px;
  }
  .smart-page .smart-page-more .smart-more .smart-more-add {
    font-size: 18px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .name {
    font-size: 16px;
    line-height: 30px;
    margin: 25px 0 24px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font {
    margin-bottom: 42px;
  }
  .case-page .case-page-inner .dot-round-top {
    width: 28%;
    max-width: 200px;
  }
  .case-page .case-page-main {
    padding: 0 5% 0 6%;
  }
  .factoryPage .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
  .profilePage .qualification-certificate .qualification-certificate-inner {
    padding: 24px 5%;
  }
  .profilePage .profile-title-text .profile-title-text-en {
    font-size: 33px;
    line-height: 50px;
  }
  .profilePage .profile-title-text .profile-title-text-cur {
    font-size: 28px;
    line-height: 46px;
  }
  .profilePage .corporate-culture .corporate-culture-main {
    width: 56%;
  }
  .profilePage .corporate-culture .corporate-culture-img {
    width: 44%;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-desc {
    margin-top: 5px;
    font-size: 14px;
  }
  .profilePage .corporate-culture .corporate-culture-main {
    padding-left: 4%;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item {
    margin-bottom: 28px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-title {
    margin-bottom: 25px;
  }
  .profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-title {
    font-size: 15px;
    line-height: 27px;
  }
  .profilePage .development-course .development-course-slide {
    height: 37vw;
  }
  .profilePage .development-course .development-course-slide {
    padding: 0 12px 40px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-icon {
    width: 64px;
    height: 64px;
  }
  .profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-desc {
    font-size: 13px;
  }
  .profilePage .profile-about .profile-title-text {
    margin-bottom: 18px;
  }
  .profilePage .profile-about .profile-about-desc .profile-about-text {
    margin-bottom: 16px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-count {
    font-size: 62px;
    line-height: 50px;
    margin-right: 10px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-add {
    font-size: 24px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-unit {
    font-size: 14px;
    margin-top: 12px;
  }
  .profilePage .profile-about .profile-about-num {
    margin-top: 7%;
  }
}
@media only screen and (max-width: 1251px) {
  .factoryPage-list .dot-round-top {
    width: 28%;
    max-width: 200px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .desc {
    font-size: 14px;
    line-height: 28px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .name {
    font-size: 16px;
    margin: 18px 0 16px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con {
    padding: 34px 26px 32px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .item-con-dot::after {
    width: 35px;
    height: 35px;
  }
  .smart-page .real-scene-desc .text {
    font-size: 19px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .desc {
    font-size: 14px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .item-con-dot {
    width: 48px;
    height: 48px;
  }
  .smart-page .smart-blog .smart-page-inner .dot-round-top {
    width: 28%;
    max-width: 200px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .item-other {
    margin-top: 28px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .img {
    width: 31%;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .time {
    font-size: 16px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .item-other-item {
    font-size: 14px;
  }
  .case-page .case-page-main .case-page-imgs .case-page-imgs-inner {
    border-radius: 15px;
  }
  .case-page .case-page-main .case-page-tabs .case-page-tab-item {
    font-size: 14px;
  }
  .case-page .case-page-main .case-page-tabs {
    padding: 3% 20px 3% 0;
  }
  .field-page .field-page-inner .field-dot {
    width: 62px;
  }
  .field-page .field-page-main {
    padding: 0 5% 0 100px;
  }
  .field-page .field-page-side-one .field-page-side-one-img .field-page-side-mask {
    font-size: 13px;
    line-height: 28px;
    padding: 23px 15px;
  }
  .field-page .field-page-side-one .field-page-side-one-title {
    font-size: 14px;
    line-height: 26px;
    margin: 10px 0;
  }
  .profilePage .development-course .development-course-slide .development-course-desc {
    font-size: 12px;
  }
  .factoryPage .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .factoryPage-list .list-arr {
    margin-top: 42px;
  }
  .factoryPage .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .profilePage .profile-title-text .profile-title-text-en {
    font-size: 28px;
    line-height: 42px;
  }
  .profilePage .profile-title-text .profile-title-text-cur {
    font-size: 25px;
    line-height: 42px;
  }
  .profilePage .profile-about .profile-title-text {
    margin-bottom: 12px;
  }
  .profilePage .profile-about .profile-about-desc {
    font-size: 14px;
    line-height: 30px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-count {
    font-size: 50px;
    line-height: 46px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-add {
    font-size: 22px;
  }
  .profilePage .profile-about .profile-about-img {
    display: none;
  }
  .profilePage .profile-about {
    position: relative;
    overflow: hidden;
  }
  .profilePage .profile-about .profile-about-inner {
    position: relative;
    z-index: 2;
  }
  .profilePage .profile-about::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -12%;
    content: "";
    background: url('../images/page-img/profile-about-img.png') no-repeat;
    background-size: auto 100%;
    background-position: top right;
  }
  .profilePage .social-responsibility .social-responsibility-main {
    flex-wrap: wrap;
  }
  .profilePage .social-responsibility .social-responsibility-item {
    width: 45%;
    margin-top: 42px;
  }
  .profilePage .social-responsibility .social-responsibility-main {
    margin-top: 0;
  }
  .profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-img {
    width: 70%;
  }
  .profilePage .corporate-culture .corporate-culture-main {
    padding-left: 2%;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-title {
    margin-bottom: 22px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item {
    margin-bottom: 24px;
  }
  .profilePage .qualification-certificate .qualification-certificate-inner {
    padding: 22px 4%;
  }
  .profilePage .development-course .development-course-inner {
    padding: 0 4%;
  }
  .profilePage .development-course .development-course-slide {
    width: calc(100% / 6);
  }
  .profilePage .development-course .development-course-slide {
    height: 40vw;
  }
}
@media only screen and (max-width: 1023px) {
  .smart-page .smart-blog .webPage {
    margin-top: 46px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con {
    padding: 32px 22px 26px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con-top .item-other-item {
    font-size: 12px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .name {
    font-size: 15px;
    line-height: 28px;
    margin: 20px 0 20px;
  }
  .case-page .case-page-main .case-page-tabs {
    width: 270px;
    min-width: 0;
  }
  .case-page .case-page-main .case-page-tabs {
    padding: 0 20px 0 0;
  }
  .case-page .case-page-main .case-page-imgs .case-page-imgs-inner {
    border-radius: 9px;
  }
  .case-page .case-page-main .case-page-imgs {
    width: calc(100% - 270px);
    max-width: calc(100% - 270px);
  }
  .field-page .field-page-main {
    flex-wrap: wrap;
  }
  .field-page .field-page-center {
    width: 100%;
    margin: 15px 0;
  }
  .field-page .field-page-side .field-page-side-one {
    width: 48%;
  }
  .field-page .field-page-center .field-page-side-one .field-page-side-one-img {
    height: 320px;
  }
  .field-page .field-page-inner .field-dot {
    display: none;
  }
  .field-page .field-page-main {
    padding: 0 5%;
  }
  .field-page .field-page-side {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
  .profilePage .profile-about::after {
    right: auto;
    left: 39%;
    background-size: 100% 100%;
  }
  .profilePage .profile-about .profile-about-num {
    flex-wrap: wrap;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one:nth-of-type(1) {
    border-right: none;
  }
  .profilePage .profile-about .profile-about-num {
    margin-top: 0;
  }
  .profilePage .profile-about .profile-about-desc {
    width: 100%;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one {
    width: 100%;
    padding: 0 0;
    margin-top: 45px;
  }
  .profilePage .development-course .development-course-swiper {
    margin-bottom: -120px;
  }
  .profilePage .development-course .development-course-slide {
    height: 400px;
  }
  .profilePage .development-course .development-course-slide {
    width: 30%;
  }
  .profilePage .social-responsibility .social-responsibility-item {
    width: 48%;
    margin-top: 32px;
  }
  .profilePage .corporate-culture .corporate-culture-main {
    width: 100%;
  }
  .profilePage .corporate-culture .corporate-culture-img {
    display: none;
  }
  .profilePage .corporate-culture .corporate-culture-main {
    width: 100%;
    padding: 0 5%;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con {
    transform: translateX(0);
  }
  .profilePage .corporate-culture .corporate-culture-main .profile-title-text {
    justify-content: flex-start;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-desc {
    text-align: left;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item {
    position: relative;
    justify-content: flex-end;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-words {
    text-align: left;
  }
  .profilePage .qualification-certificate .certificate {
    width: 117%;
    transform: translateX(-4%);
  }
  .profilePage .qualification-certificate .qualification-certificate-inner {
    padding: 16px 4%;
  }
}
@media (max-width: 767px) {
  .profilePage .development-course .profile-title-text {
    margin-bottom: 120px;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .img-pc {
    display: none;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .img-m {
    display: block;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom {
    flex-wrap: wrap;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .img {
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
  }
  .smart-page .smart-blog .smart-blog-list .item-bottom .item-con {
    width: 100%;
    margin-top: 25px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font {
    width: 100%;
    margin-right: 0;
  }
  .smart-page .proDetail-div-title .proDetail-div-title-text {
    font-size: 22px;
    line-height: 38px;
    margin-top: 5px;
  }
  .smart-page .smart-page-more {
    margin-top: 36px;
  }
  .smart-page .smart-page-top-center {
    flex-wrap: wrap;
  }
  .smart-page .real-scene-desc {
    text-align: left;
    width: 100%;
    margin-top: 7px;
  }
  .smart-page .real-scene-desc .text {
    font-size: 16px;
  }
  .smart-page .real-scene-desc .desc {
    font-size: 12px;
    line-height: 23px;
    margin-top: 7px;
  }
  .smart-page .real-scene .factory-img-one {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-top: 18px;
  }
  .smart-page .real-scene .factory-img-one:nth-of-type(3n) {
    margin-right: 14px;
  }
  .smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-intro {
    font-size: 14px;
  }
  .smart-page .real-scene .factory-img-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .smart-page .real-scene .factory-img-one:nth-of-type(3) {
    margin-top: 18px;
  }
  .smart-page .real-scene .factory-img-one .text {
    font-size: 14px;
  }
  .smart-page .smart-page-more .smart-more {
    font-size: 14px;
    width: 172px;
    height: 50px;
    line-height: 50px;
  }
  .smart-page .smart-video-icon {
    width: 59px;
  }
  .smart-page .proDetail-div-title .proDetail-div-title-other {
    font-size: 25px;
    line-height: 30px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .desc {
    -webkit-line-clamp: 3;
  }
  .smart-page .smart-page-top {
    margin-bottom: 28px;
  }
  .case-page .case-page-main .case-page-tabs .case-page-tab-item {
    font-size: 12px;
    line-height: 21px;
    width: 45%;
  }
  .case-page .case-page-main .case-page-tabs {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
  }
  .case-page .case-page-main {
    padding: 0 5% 0 5%;
    flex-wrap: wrap;
  }
  .case-page .case-page-main .case-page-tabs .case-page-tab-item {
    margin-bottom: 18px;
  }
  .case-page .case-page-main .case-page-imgs {
    width: 100%;
    max-width: 400px;
  }
  .field-page .field-page-side {
    flex-wrap: wrap;
  }
  .field-page .field-page-side .field-page-side-one {
    width: 100%;
  }
  .field-page .field-page-side-one .field-page-side-one-img .field-page-side-mask {
    position: relative;
    padding: 45px 25px;
  }
  .field-page .field-page-side-one .field-page-side-one-img img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .profilePage .profile-about::after {
    display: none;
  }
  .profilePage .profile-about .profile-about-words {
    width: 100%;
    margin-right: 0;
    padding: 30px 5%;
  }
  .profilePage .profile-title-text .profile-title-text-en {
    font-size: 25px;
    line-height: 37px;
  }
  .profilePage .profile-title-text .profile-title-text-cur {
    font-size: 22px;
    line-height: 40px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one {
    margin-top: 22px;
  }
  .profilePage .profile-about .profile-about-desc .profile-about-text {
    margin-bottom: 14px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one {
    width: 50%;
    padding-right: 5%;
  }
  .profilePage .development-course .development-course-slide {
    width: 50%;
    max-width: 200px;
    min-width: 180px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item {
    padding-top: 70px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-icon {
    width: 58px;
    height: 58px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-con .corporate-culture-con-item-words {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .profilePage .social-responsibility .social-responsibility-item {
    width: 100%;
    margin-top: 20px;
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-title {
    padding-right: 0;
  }
  .profilePage .corporate-culture .corporate-culture-main .profile-title-text {
    flex-wrap: wrap;
  }
  .profilePage .qualification-certificate .qualification-certificate-inner {
    display: none;
  }
  .profilePage .qualification-certificate .certificate {
    width: 130%;
    transform: translateX(-11%);
  }
  .profilePage .corporate-culture .corporate-culture-main .corporate-culture-title .profile-title-text-en {
    margin-right: 18px;
  }
  .profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-desc {
    font-size: 12px;
  }
  .profilePage .social-responsibility .social-responsibility-item .social-responsibility-item-title {
    min-height: 0;
  }
  .profilePage .profile-about .profile-about-inner {
    padding-left: 0;
  }
  .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: 641px) {
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .name {
    font-size: 14px;
    line-height: 25px;
    margin: 15px 0 8px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .desc {
    line-height: 30px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .time {
    margin-top: 14px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .time .day {
    margin-right: 13px;
    font-size: 19px;
    line-height: 30px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .time .year {
    font-size: 14px;
    line-height: 20px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .item-con-dot {
    width: 32px;
    height: 32px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con .item-con-dot::after {
    width: 20px;
    height: 20px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font .item-con {
    padding: 26px 17px 23px;
  }
  .smart-page .smart-blog .smart-blog-list .item-font {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 450px) {
  .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;
  }
}
@media only screen and (max-width: 396px) {
  .smart-page .smart-video .smart-video-list .smart-video-item .smart-video-item-intro {
    font-size: 12px;
  }
  .smart-page .smart-page-top-end {
    align-items: center;
  }
  .profilePage .profile-title-text .profile-title-text-en {
    font-size: 21px;
    line-height: 34px;
  }
  .profilePage .profile-title-text .profile-title-text-cur {
    font-size: 17px;
    line-height: 35px;
  }
  .profilePage .profile-about .profile-title-text {
    margin-bottom: 7px;
  }
  .profilePage .profile-about .profile-about-desc .profile-about-text {
    margin-bottom: 12px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-unit {
    font-size: 13px;
    margin-top: 8px;
  }
  .profilePage .profile-about .profile-about-num .profile-about-num-one .profile-about-num-top .profile-about-num-count {
    font-size: 44px;
    line-height: 37px;
  }
}
