.el-image-viewer__img {
  position: relative;
  z-index: 3333;
}
.el-image-viewer__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  /* 半透明背景 */
  border-radius: 10px;
  backdrop-filter: blur(8px);
  /* 应用背景模糊效果 */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  /* 添加阴影 */
}
.el-image-viewer__btn {
  z-index: 3500;
}
.casePage {
  width: 100%;
}
.casePage .case-first {
  width: 100%;
}
.casePage .case-first .case-first-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 220px;
  max-width: 1920px;
  margin: 0 auto;
}
.casePage .case-first .case-first-top .case-first-title {
  width: 50%;
}
.casePage .case-first .case-first-top .case-first-desc {
  max-width: 48%;
}
.casePage .case-first .case-first-imgs {
  width: 100%;
  display: flex;
  z-index: 12;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.casePage .case-first .case-first-imgs::-webkit-scrollbar {
  height: 0;
  width: 4px;
}
.casePage .case-first .case-first-imgs .case-first-pro {
  width: 36%;
  aspect-ratio: 1.79634465;
  max-width: 688px;
  background: #676767;
  border-radius: 12px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: none;
}
.casePage .case-first .case-first-imgs .case-first-pro img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.casePage .case-first .case-first-imgs .case-first-pro:hover img {
  transform: scale(1.05);
}
.casePage .case-first .case-first-imgs .case-first-pro:nth-last-of-type(1) {
  margin-right: 0;
}
.casePage .case-page-title {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.casePage .case-page-title .case-page-item-index {
  font-weight: bold;
  font-size: 119px;
  line-height: 100px;
  color: #5EC326;
  transform: translateY(-10px);
  font-family: 'DIN-Bold';
  width: 130px;
}
.casePage .case-page-title .case-page-item-con {
  width: calc(100% - 130px);
  padding-left: 40px;
}
.casePage .case-page-title .case-page-item-con .case-page-item-title {
  font-weight: 400;
  font-size: 42px;
  color: #161616;
  line-height: 50px;
}
.casePage .case-page-title .case-page-item-con .case-page-item-keys {
  display: flex;
  flex-wrap: wrap;
}
.casePage .case-page-title .case-page-item-con .case-page-item-keys .case-dot {
  height: 29px;
  background: rgba(94, 195, 38, 0.3);
  border-radius: 8px;
  border: 1px solid #5EC326;
  padding: 0 16px;
  font-weight: 400;
  font-size: 16px;
  color: #3D3D3D;
  line-height: 29px;
  margin-right: 12px;
  margin-top: 15px;
}
.casePage .case-page-title .case-page-item-con .case-page-item-keys .case-dot1 {
  background: rgba(253, 235, 3, 0.3);
  border: 1px solid #FDEB03;
}
.casePage .case-page-title .case-page-item-con .case-page-item-keys .case-dot:nth-last-of-type(1) {
  margin-right: 0;
}
.casePage .case-page-desc {
  font-weight: 400;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 25px;
}
.casePage .case-page-desc .case-page-desc-pro {
  width: 100%;
}
.casePage .case-page-desc .case-page-desc-dot1 {
  margin-bottom: 16px;
}
.casePage .case-page-desc .case-page-desc-pros {
  display: flex;
  flex-wrap: wrap;
}
.casePage .case-page-desc .pro-dot {
  height: 68px;
  background: #6B6B6B;
  border-radius: 12px;
  margin-right: 12px;
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 68px;
  color: #FFFFFF;
  padding: 0 26px;
  border: 1px solid #6B6B6B;
  transition: 0.5s;
}
.casePage .case-page-desc .pro-dot:hover {
  color: #3D3D3D;
  background: rgba(94, 195, 38, 0.3);
  border: 1px solid #5EC326;
}
.casePage .case-second {
  width: 100%;
}
.casePage .case-second .case-second-inner {
  padding: 100px 220px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}
.casePage .case-second .case-second-left {
  width: 45%;
}
.casePage .case-second .case-second-left .case-page-title {
  width: 100%;
}
.casePage .case-second .case-second-left .case-page-desc {
  width: 100%;
  margin-top: 48px;
}
.casePage .case-second .case-second-right {
  width: 52%;
}
.casePage .case-second .case-second-right .case-second-swiper {
  width: 100%;
  aspect-ratio: 1.95300261;
  background: #676767;
  border-radius: 12px;
  overflow: hidden;
}
.casePage .case-second .case-second-right .case-second-img-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: none;
  transition: 0.5s;
}
.casePage .case-second .case-second-right .case-second-img-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.casePage .case-second .case-second-right .case-second-img-slide:hover img {
  transform: scale(1.05);
}
.casePage .case-second .case-second-right .case-second-swiper-cur1 {
  z-index: 22;
}
.casePage .case-second .case-second-right .case-second-swiper-cur2 {
  z-index: 22;
}
.casePage .case-first1 {
  padding-bottom: 50px;
  background: #F9F9F9;
}
.casePage .case-company-text {
  font-weight: 400;
  font-size: 24px;
  color: #2B2B2B;
  text-align: center;
  line-height: 34px;
  padding: 78px 5% 115px;
  position: relative;
}
.casePage .case-company-text::after {
  height: 65px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  content: "";
  background: #F5F5F5;
}
.casePage .case-company-text::before {
  height: 0;
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 0;
  content: "";
  border-left: 20px solid #F5F5F5;
  border-bottom: 65px solid #F5F5F5;
  border-right: 65px solid transparent;
}
.profile-nban {
  width: 100%;
  aspect-ratio: 2.02959831;
  overflow: hidden;
  position: relative;
}
.profile-nban .nban-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-nban .profile-nban-title {
  font-weight: 400;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 54px;
  position: absolute;
  padding: 32px 264px;
  top: 38%;
}
.profile-nban .profile-nban-side {
  position: absolute;
  bottom: 214px;
  padding: 32px 264px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profile-nban .profile-nban-side a {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  transition: 0.5s;
}
.profile-nban .profile-nban-side a .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%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.profile-nban .profile-nban-side a:hover .text {
  background-size: 100% 1px;
}
.profile-nban .nban-scroll {
  bottom: 214px;
}
.profilePage .company-profile {
  width: 100%;
  padding: 50px 330px 100px;
  margin-top: -215px;
  position: relative;
}
.profilePage .company-profile .company-profile-inner {
  width: 100%;
  position: relative;
  z-index: 12;
}
.profilePage .company-profile .company-profile-title {
  width: 100%;
}
.profilePage .company-profile .company-profile-title .company-profile-title-dot {
  display: flex;
  align-items: center;
}
.profilePage .company-profile .company-profile-title .company-profile-title-dot .company-profile-title-dot-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .company-profile .company-profile-title .company-profile-title-dot .company-profile-title-dot-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .company-profile .company-profile-title .company-profile-title-dot .company-profile-title-dot-text {
  font-weight: 400;
  font-size: 16px;
  color: #00A63E;
  line-height: 24px;
  padding-left: 16px;
}
.profilePage .company-profile .company-profile-title .company-profile-title-text {
  font-weight: 400;
  font-size: 60px;
  color: #0A0A0A;
  line-height: 62px;
  margin: 24px 0;
}
.profilePage .company-profile .company-profile-title .company-profile-title-line {
  width: 128px;
  height: 8px;
  background: linear-gradient(90deg, #19b73d 0%, #a1c326 100%);
  border-radius: 20px;
}
.profilePage .company-profile .company-profile-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 100px;
  margin: 0 auto;
  max-width: 1260px;
}
.profilePage .company-profile .company-profile-main .company-profile-img {
  width: 48%;
}
.profilePage .company-profile .company-profile-main .company-profile-img .company-profile-img-inner {
  width: 100%;
  aspect-ratio: 1.184;
  background: rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 40px;
  overflow: hidden;
}
.profilePage .company-profile .company-profile-main .company-profile-img .company-profile-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .company-profile .company-profile-main .company-profile-img .company-profile-img-inner:hover img {
  transform: scale(1.1);
}
.profilePage .company-profile .company-profile-main .company-profile-img-pc {
  display: block;
}
.profilePage .company-profile .company-profile-main .company-profile-img-m {
  display: none;
}
.profilePage .company-profile .company-profile-main .company-profile-words {
  width: 48%;
}
.profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-inner {
  width: 100%;
}
.profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-title {
  font-weight: 400;
  font-size: 36px;
  color: #0A0A0A;
  line-height: 40px;
}
.profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-desc {
  font-weight: 400;
  font-size: 18px;
  color: #4A5565;
  line-height: 29px;
  margin: 54px 0 52px;
}
.profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one {
  background: #FAF5FF;
  border-radius: 24px;
  padding: 20px 6px;
  width: 31%;
}
.profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one .company-profile-num-val {
  font-weight: 400;
  font-size: 36px;
  color: transparent;
  line-height: 40px;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(0deg, #9810fa 0%, #e60076 100%);
}
.profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one .num-val1 {
  background-image: linear-gradient(0deg, #155dfc 0%, #0092b8 100%);
}
.profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one .num-val2 {
  background-image: linear-gradient(0deg, #009966 0%, #009689 100%);
}
.profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one .company-profile-num-unit {
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
}
.profilePage .company-profile .company-profile-mission {
  width: 100%;
  font-weight: 500;
  font-size: 40px;
  color: #4A4A4A;
  line-height: 46px;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.profilePage .company-profile::after {
  content: "";
  width: calc(100% - 229px);
  height: 216px;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.profilePage .company-profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 230px solid #fff;
  border-top: 216px solid transparent;
}
.profilePage .company-journey {
  width: 100%;
  padding: 80px 0;
  background: rgba(7, 11, 21, 0.76) url('../images/cur/star.png') no-repeat;
  background-size: cover;
}
.profilePage .company-journey .company-journey-title {
  padding: 0 5%;
}
.profilePage .company-journey .company-journey-title .company-journey-title-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.profilePage .company-journey .company-journey-title .company-journey-title-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 4px 4px;
}
.profilePage .company-journey .company-journey-title .company-journey-title-icon .company-journey-title-icon-dom {
  width: 20px;
  height: 20px;
}
.profilePage .company-journey .company-journey-title .company-journey-title-icon .company-journey-title-icon-dom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.profilePage .company-journey .company-journey-title .company-journey-title-icon .company-journey-title-icon-text {
  font-weight: 400;
  font-size: 16px;
  color: #00A63E;
  line-height: 24px;
  padding-left: 15px;
}
.profilePage .company-journey .company-journey-title .company-journey-title-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #19b73d 0%, #a1c326 100%);
  border-radius: 20px;
}
.profilePage .company-journey .company-journey-title .company-journey-title-text {
  font-weight: 400;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 64px;
  margin: 22px 0;
  text-align: center;
}
.profilePage .company-journey .company-journey-title .company-journey-title-desc {
  font-weight: 400;
  font-size: 20px;
  color: #99A1AF;
  line-height: 28px;
  text-align: center;
}
.profilePage .company-journey .company-journey-main {
  width: 100%;
  margin-top: 30px;
  padding: 0 5%;
}
.profilePage .company-journey .company-journey-swiper {
  width: 100%;
  overflow: visible;
  margin-top: 100px;
}
.profilePage .company-journey .company-journey-swiper .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 576px;
  content: "";
  width: 2518px;
  height: 300px;
  background: url('../images/cur/journey-line.png') no-repeat;
  background-size: auto;
  background-position: center;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide {
  width: 573px;
  padding: 38px 40px;
  border-radius: 24px;
  position: relative;
  z-index: 12;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-year {
  font-weight: 400;
  font-size: 72px;
  color: #2CB8F9;
  line-height: 75px;
  position: relative;
  z-index: 12;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide .year1 {
  color: #5EC326;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide .year2 {
  color: #FDEB03;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-title {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
  margin: 14px 0;
  position: relative;
  z-index: 12;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-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%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 30px;
  position: relative;
  z-index: 12;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:hover .company-journey-slide-title .text {
  background-size: 100% 1px;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(153deg, rgba(29, 41, 61, 0.8) 0%, rgba(15, 23, 43, 0.8) 100%);
  box-shadow: 0px 7px 13px 0px rgba(255, 255, 255, 0.3);
  border-radius: 24px;
  border: 1px solid rgba(49, 65, 88, 0.5);
  z-index: 2;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(1) {
  margin-right: 88px;
  margin-top: 30px;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(1)::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: #2CB8F9;
  transform: translate(50%, -50%);
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(2) {
  margin-right: 56px;
  margin-top: 240px;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(2)::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: #B3D914;
  transform: translate(-100%, -50%);
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(3) {
  margin-right: 135px;
  transform: translateY(0);
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(3)::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: #FDEB03;
  transform: translate(-200%, -50%);
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(4) {
  margin-right: -55px;
  margin-top: 268px;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(4)::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #64DD00;
  transform: translate(100%, -50%);
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(5) {
  margin-right: -5px;
  transform: translateY(-65px);
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(5)::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 25%;
  left: 50px;
  border-radius: 50%;
  background: #03ECFD;
  transform: translate(100%, -50%);
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(6) {
  margin-top: 270px;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(6)::after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -26px;
  left: 15px;
  border-radius: 50%;
  background: #03A5FD;
}
.profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.profilePage .company-journey .company-journey-btns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.profilePage .company-journey .company-journey-btns .company-journey-btn {
  width: 70px;
  height: 70px;
  background: #5EC326;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0 24px;
}
.profilePage .company-journey .company-journey-btns .company-journey-btn i {
  font-size: 27px;
  transition: 0.5s;
}
.profilePage .company-journey .company-journey-btns .company-journey-btn .journey-active {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30%;
  transition: 0.5s;
}
.profilePage .company-journey .company-journey-btns .company-journey-btn:hover {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px -5px 25px -5px rgba(0, 0, 0, 0.1);
}
.profilePage .company-journey .company-journey-btns .company-journey-btn-prev i {
  transform: rotateZ(-90deg);
}
.profilePage .company-journey .company-journey-btns .company-journey-btn-prev .journey-active {
  transform: rotateZ(-90deg) translateY(70px);
}
.profilePage .company-journey .company-journey-btns .company-journey-btn-prev:hover .journey-default {
  transform: rotateZ(-90deg) translateY(-70px);
}
.profilePage .company-journey .company-journey-btns .company-journey-btn-prev:hover .journey-active {
  transform: rotateZ(-90deg) translateY(0);
}
.profilePage .company-journey .company-journey-btns .company-journey-btn-next i {
  transform: rotateZ(90deg) rotateY(180deg);
}
.profilePage .company-journey .company-journey-btns .company-journey-btn-next .journey-active {
  transform: rotateZ(90deg) rotateY(180deg) translateY(70px);
}
.profilePage .company-journey .company-journey-btns .company-journey-btn-next:hover .journey-default {
  transform: rotateZ(90deg) rotateY(180deg) translateY(-70px);
}
.profilePage .company-journey .company-journey-btns .company-journey-btn-next:hover .journey-active {
  transform: rotateZ(90deg) rotateY(180deg) translateY(0);
}
.profilePage .company-social {
  width: 100%;
  padding-top: 100px;
}
.profilePage .company-social .company-social-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 217px 60px;
}
.profilePage .company-social .company-social-top {
  padding-left: 108px;
  margin-bottom: 48px;
}
.profilePage .company-social .company-social-dot {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  color: #00A63E;
  line-height: 32px;
}
.profilePage .company-social .company-social-dot .img {
  width: 33px;
  margin-right: 19px;
}
.profilePage .company-social .company-social-dot .img img {
  display: block;
  width: 100%;
}
.profilePage .company-social .company-social-title {
  font-weight: 400;
  font-size: 60px;
  color: #2B2B2B;
  line-height: 72px;
  margin: 27px 0;
}
.profilePage .company-social .company-social-desc {
  font-weight: 400;
  font-size: 24px;
  color: #2B2B2B;
  line-height: 30px;
}
.profilePage .company-social .company-social-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 63px;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns {
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn {
  width: 70px;
  height: 70px;
  background: #5EC326;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn i {
  font-size: 27px;
  transition: 0.5s;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn .social-active {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  transition: 0.5s;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn:hover {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px -5px 25px -5px rgba(0, 0, 0, 0.1);
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-prev i {
  transform: rotateY(180deg);
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-prev .social-active {
  top: 100%;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-prev:hover .social-active {
  top: 20px;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-prev:hover .social-default {
  transform: rotateY(180deg) translateY(-70px);
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next {
  margin-top: 48px;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next .social-active {
  top: auto;
  bottom: 100%;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next i {
  transform: rotateZ(180deg);
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next:hover .social-active {
  bottom: 20px;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next:hover .social-default {
  transform: rotateZ(180deg) translateY(-70px);
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper {
  width: calc(100% - 70px);
  height: 788px;
  overflow: hidden;
  padding-right: 5%;
  padding-left: 38px;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .swiper-wrapper {
  flex-direction: column;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  border: 1px solid #F1F5F9;
  margin-bottom: 24px;
  padding: 45px 34px;
  width: 100%;
  height: auto;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .icon img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .text {
  font-weight: 400;
  font-size: 32px;
  color: #000000;
  line-height: 40px;
  max-width: calc(100% - 75px);
  transition: 0.5s;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #45556C;
  line-height: 26px;
  margin-top: 22px;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item:hover .company-social-item-title .icon img {
  transform: rotateY(360deg);
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item:hover .company-social-item-title .text {
  color: #5EC326;
}
.profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.profilePage .company-social .company-social-main .company-social-img {
  width: 50%;
}
.profilePage .company-social .company-social-main .company-social-img .company-social-img-inner {
  width: 100%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  overflow: hidden;
}
.profilePage .company-social .company-social-main .company-social-img .company-social-img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .company-social .company-social-main .company-social-img .company-social-img-inner:hover img {
  transform: scale(1.05);
}
.profilePage .company-social .company-social-mission {
  background: #FFFFFF;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px -5px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 30px;
  text-align: center;
}
.profilePage .company-culture {
  width: 100%;
}
.profilePage .company-culture .company-culture-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 216px 60px;
}
.profilePage .company-culture .company-culture-main {
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
}
.profilePage .company-culture .company-culture-main-title {
  text-align: center;
  font-weight: 400;
  font-size: 60px;
  color: #0A0A0A;
  line-height: 64px;
}
.profilePage .company-culture .company-culture-main-text {
  background: #FFFFFF;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px -5px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 27px;
  font-weight: 400;
  font-size: 18px;
  color: #4A5565;
  line-height: 24px;
  text-align: center;
  margin: 54px 0 50px;
}
.profilePage .company-culture .company-culture-main-text .company-culture-main-text-dot {
  font-weight: 400;
  font-size: 26px;
  color: transparent;
  line-height: 32px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-image: linear-gradient(0deg, #2b7fff 0%, #00b8db 100%);
  margin-bottom: 15px;
}
.profilePage .company-culture .company-culture-mission {
  background: #FFFFFF;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px -5px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #4A5565;
  line-height: 24px;
  text-align: center;
}
.profilePage .company-culture .company-culture-change {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 62px;
}
.profilePage .company-culture .company-culture-change .company-culture-change-cons {
  width: 60%;
}
.profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-cons-inner {
  width: 100%;
  box-shadow: 0px -4px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1.21;
  position: relative;
}
.profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-swiper {
  width: 100%;
  height: 100%;
}
.profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-slide {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s;
}
.profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-slide .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-slide .mask {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64%, #000000 83%);
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 33px;
  padding: 30px 60px;
  position: relative;
  z-index: 1;
}
.profilePage .company-culture .company-culture-change .company-culture-change-tabs {
  width: 35%;
}
.profilePage .company-culture .company-culture-change .company-culture-change-tabs .company-culture-change-tab {
  width: 100%;
  border-radius: 16px;
  font-weight: 400;
  font-size: 28px;
  color: #0A0A0A;
  line-height: 30px;
  text-align: center;
  padding: 32px 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 58px;
  transition: 0.5s;
  cursor: pointer;
}
.profilePage .company-culture .company-culture-change .company-culture-change-tabs .company-culture-change-tab-active {
  background: rgba(94, 195, 38, 0.25);
  border: 2px solid #5EC326;
}
.profilePage .company-culture .company-culture-change .company-culture-change-tabs .company-culture-change-tab:nth-last-of-type(1) {
  margin-bottom: 0;
}
.profilePage .company-honor {
  width: 100%;
  position: relative;
}
.profilePage .company-honor .company-honor-inner {
  width: 100%;
  padding: 0 216px 133px;
  position: relative;
  z-index: 12;
}
.profilePage .company-honor .company-honor-title {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.profilePage .company-honor .company-honor-title .company-honor-title-text {
  font-weight: 400;
  font-size: 60px;
  color: #0A0A0A;
  line-height: 64px;
  padding: 0 22px;
  border-bottom: 2px solid #5EC326;
}
.profilePage .company-honor .company-honor-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  margin: 0 auto;
}
.profilePage .company-honor .company-honor-main .company-honor-btn {
  width: 70px;
  height: 70px;
  background: #5EC326;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.profilePage .company-honor .company-honor-main .company-honor-btn i {
  font-size: 27px;
  transition: 0.5s;
}
.profilePage .company-honor .company-honor-main .company-honor-btn .honor-active {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30%;
  transition: 0.5s;
}
.profilePage .company-honor .company-honor-main .company-honor-btn:hover {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px -5px 25px -5px rgba(0, 0, 0, 0.1);
}
.profilePage .company-honor .company-honor-main .company-honor-btn-prev i {
  transform: rotateZ(-90deg);
}
.profilePage .company-honor .company-honor-main .company-honor-btn-prev .honor-active {
  transform: rotateZ(-90deg) translateY(70px);
}
.profilePage .company-honor .company-honor-main .company-honor-btn-prev:hover .honor-default {
  transform: rotateZ(-90deg) translateY(-70px);
}
.profilePage .company-honor .company-honor-main .company-honor-btn-prev:hover .honor-active {
  transform: rotateZ(-90deg) translateY(0);
}
.profilePage .company-honor .company-honor-main .company-honor-btn-next i {
  transform: rotateZ(90deg) rotateY(180deg);
}
.profilePage .company-honor .company-honor-main .company-honor-btn-next .honor-active {
  transform: rotateZ(90deg) rotateY(180deg) translateY(70px);
}
.profilePage .company-honor .company-honor-main .company-honor-btn-next:hover .honor-default {
  transform: rotateZ(90deg) rotateY(180deg) translateY(-70px);
}
.profilePage .company-honor .company-honor-main .company-honor-btn-next:hover .honor-active {
  transform: rotateZ(90deg) rotateY(180deg) translateY(0);
}
.profilePage .company-honor .company-honor-main .company-honor-swiper {
  width: calc(90% - 140px);
}
.profilePage .company-honor .company-honor-main .company-honor-swiper .company-honor-slide {
  width: 248px;
  height: 317px;
  background: #8C8C8C;
  border: 1px solid #fff;
}
.profilePage .company-honor .company-honor-main .company-honor-swiper .company-honor-slide .el-image {
  width: 100%;
  height: 100%;
}
.profilePage .company-honor .company-honor-main .company-honor-swiper .company-honor-slide img {
  display: block;
  width: 100%;
}
.profilePage .company-honor .company-honor-mission {
  background: #FFFFFF;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px -5px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #4A5565;
  line-height: 24px;
  text-align: center;
  margin-top: 62px;
}
.profilePage .company-honor::after {
  height: 65px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  content: "";
  background: #F5F5F5;
}
.profilePage .company-honor::before {
  height: 0;
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 0;
  content: "";
  border-left: 20px solid #F5F5F5;
  border-bottom: 65px solid #F5F5F5;
  border-right: 65px solid transparent;
}
.newsPage {
  width: 100%;
  position: relative;
}
.newsPage .newsPage-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 254px 120px;
  position: relative;
  z-index: 2;
}
.newsPage .newsPage-list {
  width: 100%;
}
.newsPage .webPage-new {
  margin-top: 10px;
}
.newsPage .newsi-item {
  margin-bottom: 50px;
  width: 100%;
}
.newsPage .newsi-item .newi-item-one-inner {
  width: 100%;
  background: #F9F9F9;
  border-radius: 12px;
  padding: 32px 52px;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}
.newsPage .newsi-item .newsi-item-img {
  width: 32%;
}
.newsPage .newsi-item .newsi-item-img .home-news-img {
  width: 100%;
  background: #9B9B9B;
  overflow: hidden;
  aspect-ratio: 1.80933852;
}
.newsPage .newsi-item .newsi-item-img .home-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .newsi-item .newsi-item-con {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.newsPage .newsi-item .newsi-item-con .newsi-item-main {
  width: 100%;
}
.newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}
.newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-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%, #000000 0, #000000 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-top: 22px;
}
.newsPage .newsi-item .newsi-item-con .newsi-item-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.newsPage .newsi-item .newsi-item-con .newsi-item-right .right-icon {
  color: #BABABA;
  font-size: 46px;
  line-height: 50px;
  transition: 0.5s;
}
.newsPage .newsi-item .newsi-item-con .newsi-item-right:hover .newsi-item-right .right {
  color: #000000;
  transform: translateX(12px);
}
.newsPage .newsi-item:hover .newi-item-img .home-news-img img {
  transform: scale(1.05);
}
.newsPage .newsi-item:hover .newi-item-con .newi-item-main .newi-item-title .text {
  background-size: 100% 1px;
}
.newsPage::after {
  height: 65px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  content: "";
  background: #F5F5F5;
}
.newsPage::before {
  height: 0;
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 0;
  content: "";
  border-left: 20px solid #F5F5F5;
  border-bottom: 65px solid #F5F5F5;
  border-right: 65px solid transparent;
}
.smart-inner-page {
  width: 100%;
  position: relative;
}
.smart-inner-page .smart-inner-main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 254px 120px;
  position: relative;
  z-index: 2;
}
.smart-inner-page::after {
  height: 65px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  content: "";
  background: #F5F5F5;
}
.smart-inner-page::before {
  height: 0;
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 0;
  content: "";
  border-left: 20px solid #F5F5F5;
  border-bottom: 65px solid #F5F5F5;
  border-right: 65px solid transparent;
}
.smartPage {
  width: 100%;
}
.smartPage .smartPage-inner {
  width: 100%;
}
.smartPage .smart-inner-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.smartPage .smart-inner-nav .smart-type-nav {
  display: flex;
  align-items: center;
  width: 50%;
}
.smartPage .smart-inner-nav .smart-type-nav a {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  transition: 0.5s;
}
.smartPage .smart-inner-nav .smart-type-nav a .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%, #000000 0, #000000 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.smartPage .smart-inner-nav .smart-type-nav a:hover .text {
  background-size: 100% 1px;
}
.smartPage .smart-inner-nav .smart-type-nav-videos {
  width: 100%;
}
.smartPage .smart-inner-nav .smart-type-change {
  width: 420px;
  display: flex;
  height: 68px;
  background: #D8D8D8;
  border-radius: 12px;
  overflow: hidden;
}
.smartPage .smart-inner-nav .smart-type-change .smart-type-change-a {
  width: 50%;
  height: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  transition: 0.5s;
}
.smartPage .smart-inner-nav .smart-type-change .smart-type-change-a:hover {
  background: #5EC326;
  color: #fff;
}
.smartPage .smart-inner-nav .smart-type-change .smart-type-change-active {
  background: #5EC326;
  color: #fff;
}
.smartPage .news-inner-nav {
  padding: 0 5%;
}
.smartPage .factory-imgs-page {
  width: 100%;
  padding: 80px 5% 50px;
  overflow: hidden;
}
.smartPage .factory-imgs-page .factory-imgs-word-title {
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.smartPage .factory-imgs-page .factory-types {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  background: #D8D8D8;
  height: 68px;
}
.smartPage .factory-imgs-page .factory-types .factory-type-one {
  font-weight: 400;
  font-size: 24px;
  line-height: 68px;
  color: #000000;
  width: 50%;
  height: 100%;
  transition: 0.5s;
  cursor: pointer;
  text-align: center;
}
.smartPage .factory-imgs-page .factory-types .factory-type-one:hover {
  background: #5EC326;
  color: #fff;
}
.smartPage .factory-imgs-page .factory-types .factory-type-one-active {
  background: #5EC326;
  color: #fff;
}
.smartPage .factory-imgs-page .factory-imgs-outer {
  width: 100%;
}
.smartPage .factory-imgs-page .factory-imgs-swiper {
  width: 100%;
  overflow: visible;
}
.smartPage .factory-imgs-page .factory-imgs-one {
  width: 546px;
  aspect-ratio: 1.26157407;
  overflow: hidden;
  transform: scale(0.8);
  transition: 0.5s;
  border: 1px solid #D5D5D5;
}
.smartPage .factory-imgs-page .factory-imgs-one .img-main {
  width: 100%;
  height: 100%;
}
.smartPage .factory-imgs-page .factory-imgs-one .el-image {
  width: 100%;
  height: 100%;
}
.smartPage .factory-imgs-page .factory-imgs-one img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  transition: 0.5s;
}
.smartPage .factory-imgs-page .factory-imgs-one:hover img {
  transform: scale(1.05);
}
.smartPage .factory-imgs-page .factory-img-con-cur,
.smartPage .factory-imgs-page .swiper-slide-duplicate-active {
  transform: scale(1);
}
.smartPage .factory-imgs-page .factory-imgs-nodata {
  text-align: center;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  color: #161616;
}
.smartPage .factory-imgs-page .factory-imgs-controls {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 765px;
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-more {
  width: 122px;
  height: 42px;
  background: #5EC326;
  border-radius: 6px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 42px;
  cursor: pointer;
  overflow: hidden;
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-more .text {
  position: relative;
  z-index: 12;
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-more .text::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-more:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn {
  width: 70px;
  height: 70px;
  background: #5EC326;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn i {
  font-size: 27px;
  transition: 0.5s;
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn .factory-img-active {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100%;
  transition: 0.5s;
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn:hover {
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px -5px 25px -5px rgba(0, 0, 0, 0.1);
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn-prev i {
  transform: rotateZ(-90deg);
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn-prev .factory-img-active {
  right: auto;
  left: 100%;
  bottom: 50%;
  transform: rotateZ(-90deg) translateX(-50%);
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn-prev:hover .factory-img-default {
  transform: rotateZ(-90deg) translateY(-70px);
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn-prev:hover .factory-img-active {
  transform: rotateZ(-90deg) translateY(-50px) translateX(-50%);
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn-next i {
  transform: rotateZ(90deg) rotateY(180deg);
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn-next .factory-img-active {
  right: 100%;
  left: auto;
  bottom: 50%;
  transform: rotateZ(90deg) rotateY(180deg) translateX(-50%);
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn-next:hover .factory-img-default {
  transform: rotateZ(90deg) rotateY(180deg) translateY(-70px);
}
.smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn-next:hover .factory-img-active {
  transform: rotateZ(90deg) rotateY(180deg) translateX(-50%) translateY(-50px);
}
.smartPage .factory-videos-page {
  width: 100%;
  padding: 100px 120px;
  position: relative;
  background: #F9F9F9;
  overflow: hidden;
}
.smartPage .factory-videos-page .factory-videos-inner {
  width: 100%;
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  z-index: 55;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-title .factory-videos-title-line {
  width: 45%;
  height: 1px;
  background: #D9D9D9;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-title .factory-videos-title-text {
  white-space: nowrap;
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  text-align: center;
  line-height: 50px;
  margin: 0 6%;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item {
  width: calc((100% - 78px) / 2);
  aspect-ratio: 1.78804348;
  background: #696969;
  overflow: hidden;
  cursor: pointer;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-poster {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask .play {
  width: 105px;
  height: 105px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask .play svg {
  width: 50px;
  height: 50px;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item-active .factory-video-main .img-inner {
  top: 100%;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-control {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-control .factory-videos-more {
  width: 122px;
  height: 42px;
  background: #5EC326;
  border-radius: 6px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 42px;
  cursor: pointer;
  overflow: hidden;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-control .factory-videos-more .text {
  position: relative;
  z-index: 12;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-control .factory-videos-more .text::after {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.smartPage .factory-videos-page .factory-videos-inner .factory-videos-control .factory-videos-more:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.smartPage .factory-videos-page::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 475px;
  height: 475px;
  background: #B9F8CF;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(128px);
}
.smartPage .factory-videos-page::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  width: 475px;
  height: 475px;
  background: #B9F8CF;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(128px);
}
.smartPage .factory-news-page {
  width: 100%;
  position: relative;
}
.smartPage .factory-news-page .factory-news-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 262px;
  position: relative;
  z-index: 12;
}
.smartPage .factory-news-page .factory-news-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 50px;
}
.smartPage .factory-news-page .factory-news-top .factory-news-top-title {
  font-weight: 400;
  font-size: 30px;
  color: #000000;
  line-height: 42px;
}
.smartPage .factory-news-page .factory-news-top .newsi-types {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.38);
  line-height: 30px;
}
.smartPage .factory-news-page .factory-news-top .newsi-types .newsi-type-item {
  transition: 0.5s;
  padding: 0 15px;
  position: relative;
  cursor: pointer;
}
.smartPage .factory-news-page .factory-news-top .newsi-types .newsi-type-item::after {
  width: 1px;
  height: 32px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 8px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.smartPage .factory-news-page .factory-news-top .newsi-types .newsi-type-item:hover {
  color: #000000;
}
.smartPage .factory-news-page .factory-news-top .newsi-types .newsi-type-item:nth-last-of-type(1)::after {
  display: none;
}
.smartPage .factory-news-page .factory-news-top .newsi-types .newsi-type-item-active {
  color: #000000;
}
.smartPage .factory-news-page .factory-news-main {
  width: 100%;
}
.smartPage .factory-news-page .newsi-list {
  width: 100%;
  min-height: 500px;
}
.smartPage .factory-news-page .newsi-item {
  margin-bottom: 50px;
  width: 100%;
  background: #F9F9F9;
  border-radius: 12px;
  padding: 32px 52px;
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}
.smartPage .factory-news-page .newsi-item .newsi-item-img {
  width: 32%;
}
.smartPage .factory-news-page .newsi-item .newsi-item-img .home-news-img {
  width: 100%;
  background: #9B9B9B;
  overflow: hidden;
  aspect-ratio: 1.80933852;
}
.smartPage .factory-news-page .newsi-item .newsi-item-img .home-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.smartPage .factory-news-page .newsi-item .newsi-item-con {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main {
  width: 100%;
}
.smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}
.smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-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%, #000000 0, #000000 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-top: 22px;
}
.smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-right .right-icon {
  color: #BABABA;
  font-size: 46px;
  line-height: 50px;
  transition: 0.5s;
}
.smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-right:hover .newsi-item-right .right {
  color: #000000;
  transform: translateX(12px);
}
.smartPage .factory-news-page .newsi-item:hover .newi-item-img .home-news-img img {
  transform: scale(1.05);
}
.smartPage .factory-news-page .newsi-item:hover .newi-item-con .newi-item-main .newi-item-title .text {
  background-size: 100% 1px;
}
.smartPage .factory-news-page .nodata {
  text-align: center;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
  color: #161616;
  margin: 50px auto 100px;
  justify-content: center;
  padding: 100px 50px;
}
.smartPage .factory-news-page .newi-data-slide-active {
  opacity: 0;
}
.smartPage .factory-news-page .newsi-more {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.smartPage .factory-news-page .newsi-more .newsi-cur-more {
  width: 170px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  border: none;
  background: #5EC326;
  border-left: 2px solid #FDEB03;
  position: relative;
}
.smartPage .factory-news-page .newsi-more .newsi-cur-more .button-more-text {
  height: 100%;
  overflow: hidden;
  margin-right: 12px;
}
.smartPage .factory-news-page .newsi-more .newsi-cur-more .read-more-p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  position: relative;
  transition: 0.5s;
}
.smartPage .factory-news-page .newsi-more .newsi-cur-more .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.smartPage .factory-news-page .newsi-more .newsi-cur-more::after {
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  border-top: 13px solid transparent;
  border-right: 40px solid #FFFFFF;
}
.smartPage .factory-news-page .newsi-more .newsi-cur-more .icon {
  width: 20px;
}
.smartPage .factory-news-page .newsi-more .newsi-cur-more .icon img {
  width: 100%;
  display: block;
  transform: rotate(0deg);
  transition: 0.5s;
}
.smartPage .factory-news-page .newsi-more .newsi-cur-more:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.smartPage .factory-news-page .newsi-more .newsi-cur-more:hover .icon img {
  transform: rotate(360deg);
}
.smartPage .factory-news-page::after {
  height: 65px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  content: "";
  background: #F5F5F5;
}
.smartPage .factory-news-page::before {
  height: 0;
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 0;
  content: "";
  border-left: 20px solid #F5F5F5;
  border-bottom: 65px solid #F5F5F5;
  border-right: 65px solid transparent;
}
.smartPage .video-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.smartPage .video-list .video-item {
  width: calc(50% - 30px);
  margin-right: 60px;
  margin-bottom: 60px;
  cursor: pointer;
}
.smartPage .video-list .video-item .img-main {
  width: 100%;
  aspect-ratio: 1.62052506;
  background: #DBDBDB;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-self: center;
  position: relative;
}
.smartPage .video-list .video-item .img-main video {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.smartPage .video-list .video-item .img-main .img-poster {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.smartPage .video-list .video-item .img-main .img-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage .video-list .video-item .img-main .img-inner .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.smartPage .video-list .video-item .img-main .img-inner .mask {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage .video-list .video-item .img-main .img-inner .mask .play {
  width: 105px;
  height: 105px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.smartPage .video-list .video-item .img-main .img-inner .mask .play svg {
  width: 50px;
  height: 50px;
  transition: 0.5s;
}
.smartPage .video-list .video-item:hover .img-main .img-inner .poster {
  transform: scale(1.05);
}
.smartPage .video-list .video-item:hover .img-main .img-inner .mask .play {
  transform: scale(0.8);
}
.smartPage .video-list .video-item:hover .img-main .img-inner .mask .play svg {
  transform: scale(1.3);
}
.smartPage .video-list .video-item-active .img-main .img-inner {
  top: 100%;
}
.smartPage .video-list .video-item:nth-of-type(2n) {
  margin-right: 0;
}
.smartPage .webPage2 {
  margin-top: 10px;
}
.smartPage .factory-img-list-outer {
  width: 100%;
}
.smartPage .factory-img-list-outer .factory-img-list-cover {
  width: 100%;
  aspect-ratio: 2.432;
  background: #B5B5B5;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.smartPage .factory-img-list-outer .factory-img-list-cover img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.smartPage .factory-img-list-outer .factory-img-list-cover .factory-img-list-cover-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  display: flex;
  padding: 33px;
  flex-direction: column;
  justify-content: flex-end;
}
.smartPage .factory-img-list-outer .factory-img-list-cover .factory-img-list-cover-mask .cover-mask-title {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.smartPage .factory-img-list-outer .factory-img-list-cover .factory-img-list-cover-mask .cover-mask-desc {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 24px;
  margin-top: 9px;
}
.smartPage .factory-img-list-outer .factory-img-list-cover:hover img {
  transform: scale(1.05);
}
.smartPage .factory-img-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.smartPage .factory-img-list .factory-img-item {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  margin-bottom: 40px;
  aspect-ratio: 1.05785124;
  overflow: hidden;
  position: relative;
  background: #B5B5B5;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
}
.smartPage .factory-img-list .factory-img-item .factory-img-item-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.smartPage .factory-img-list .factory-img-item .factory-img-item-cover .el-image {
  width: 100%;
  height: 100%;
}
.smartPage .factory-img-list .factory-img-item .factory-img-item-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smartPage .factory-img-list .factory-img-item .factory-img-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}
.smartPage .factory-img-list .factory-img-item .factory-img-mask .factory-img-mask-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.smartPage .factory-img-list .factory-img-item .factory-img-mask .factory-img-mask-inner .view {
  width: 50px;
  display: block;
  transform: scale(0);
  transition: 0.5s 0.2s;
}
.smartPage .factory-img-list .factory-img-item .factory-img-mask .factory-img-mask-inner .factory-img-item-title {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 7%;
  left: 0;
  padding: 0 5%;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  opacity: 0;
  transform: translateY(12px);
  transition: 0.5s 0.2s;
}
.smartPage .factory-img-list .factory-img-item:hover .factory-img-mask {
  opacity: 1;
}
.smartPage .factory-img-list .factory-img-item:hover .factory-img-mask .factory-img-mask-inner .view {
  transform: scale(1);
}
.smartPage .factory-img-list .factory-img-item:hover .factory-img-mask .factory-img-mask-inner .factory-img-item-title {
  opacity: 1;
  transform: translateY(0);
}
.smartPage .factory-img-list .factory-img-item:nth-of-type(3n) {
  margin-right: 0;
}
.smartPage .webPage3 {
  margin-top: 50px;
}
@media only screen and (max-width: 1918px) {
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-year {
    font-size: 58px;
    line-height: 66px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide {
    width: 500px;
  }
  .profilePage .company-journey .company-journey-swiper .swiper-wrapper::after {
    left: 500px;
    width: 2270px;
    height: 270px;
    background-size: 100% auto;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-title {
    font-size: 27px;
  }
  .smartPage .news-inner-nav {
    padding: 0 0;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play {
    width: 95px;
    height: 95px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play svg {
    width: 45px;
    height: 45px;
  }
  .smartPage .smart-inner-nav .smart-type-nav a {
    font-size: 22px;
  }
  .smartPage .webPage3 {
    margin-top: 38px;
  }
  .smartPage .smart-inner-nav .smart-type-change .smart-type-change-a {
    font-size: 22px;
    line-height: 60px;
  }
  .smartPage .smart-inner-nav .smart-type-change {
    height: 60px;
  }
  .smartPage .factory-news-page .factory-news-inner {
    padding: 80px 200px;
  }
  .smartPage .factory-videos-page {
    padding: 80px 120px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-title {
    margin-bottom: 60px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-control {
    margin-top: 60px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask .play {
    width: 95px;
    height: 95px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item {
    width: calc((100% - 66px) / 2);
  }
  .factory-nban .nban-cur-title {
    padding: 130px 216px;
    font-size: 42px;
    line-height: 50px;
  }
  .smartPage .factory-imgs-page {
    padding: 62px 5% 50px;
  }
  .smartPage .factory-imgs-page .factory-types {
    margin: 42px auto;
    height: 60px;
    max-width: 900px;
  }
  .smartPage .factory-imgs-page .factory-imgs-one {
    width: 450px;
  }
  .smartPage .factory-imgs-page .factory-types .factory-type-one {
    font-size: 20px;
    line-height: 60px;
  }
  .profile-nban .profile-nban-title {
    font-size: 45px;
  }
  .profilePage .company-social {
    padding-top: 80px;
  }
  .profilePage .company-honor .company-honor-mission {
    margin-top: 56px;
  }
  .profilePage .company-profile::before {
    border-right: 170px solid #fff;
    border-top: 150px solid transparent;
  }
  .profile-nban .profile-nban-side {
    bottom: 165px;
    padding: 32px 200px;
  }
  .profile-nban .profile-nban-title {
    padding: 32px 200px;
  }
  .profile-nban .nban-scroll {
    bottom: 148px;
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-text {
    font-size: 48px;
    line-height: 58px;
  }
  .profilePage .company-culture .company-culture-main-title {
    font-size: 48px;
    line-height: 58px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-title-text {
    font-size: 48px;
    line-height: 58px;
  }
  .profilePage .company-honor .company-honor-inner {
    padding: 0 150px 133px;
  }
  .profilePage .company-culture .company-culture-main-text {
    margin: 40px 0 50px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-desc {
    font-size: 18px;
    margin: 30px 0 52px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-slide .mask {
    padding: 30px 45px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-tabs .company-culture-change-tab {
    font-size: 22px;
  }
  .profilePage .company-culture .company-culture-inner {
    padding: 0 150px 60px;
  }
  .profilePage .company-profile .company-profile-main {
    padding: 50px 0 80px;
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-line {
    width: 108px;
  }
  .profilePage .company-profile::after {
    width: calc(100% - 169px);
    height: 150px;
  }
  .profilePage .company-profile {
    padding: 50px 200px 75px;
    margin-top: -149px;
  }
  .profilePage .company-journey {
    padding: 72px 0;
  }
  .profilePage .company-social .company-social-inner {
    padding: 0 150px 60px;
  }
  .profilePage .company-social .company-social-title {
    font-size: 48px;
    line-height: 58px;
    margin: 20px 0 24px;
  }
  .profilePage .company-social .company-social-dot {
    font-size: 22px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper {
    height: 600px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item {
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 36px 30px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .text {
    font-size: 26px;
  }
  .profilePage .company-social .company-social-desc {
    font-size: 22px;
  }
  .profilePage .company-journey .company-journey-title .company-journey-title-text {
    font-size: 48px;
    line-height: 58px;
    margin: 22px 0 18px;
  }
  .casePage .case-first .case-first-top {
    padding: 50px 150px;
  }
  .casePage .case-page-title .case-page-item-con .case-page-item-title {
    font-size: 33px;
  }
  .casePage .case-page-title .case-page-item-index {
    font-size: 90px;
    line-height: 94px;
    width: 98px;
  }
  .casePage .case-page-title .case-page-item-con {
    width: calc(100% - 98px);
    padding-left: 32px;
  }
  .casePage .case-second .case-second-inner {
    padding: 80px 150px;
  }
  .casePage .case-company-text {
    font-size: 22px;
    line-height: 45px;
    padding: 60px 10% 120px;
  }
}
@media only screen and (max-width: 1651px) {
  .newsPage .newsPage-inner {
    padding: 50px 200px 120px;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
    font-size: 22px;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
    margin-top: 16px;
  }
  .smartPage .smart-inner-nav .smart-type-nav a {
    font-size: 19px;
  }
  .smartPage .smart-inner-nav .smart-type-change {
    height: 56px;
    border-radius: 9px;
  }
  .smartPage .smart-inner-nav {
    margin-bottom: 45px;
  }
  .smartPage .webPage3 {
    margin-top: 32px;
  }
  .smartPage .smart-inner-nav .smart-type-change .smart-type-change-a {
    font-size: 19px;
    line-height: 56px;
  }
  .smartPage .factory-videos-page {
    padding: 62px 100px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-title {
    margin-bottom: 50px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask .play {
    width: 85px;
    height: 85px;
    border-radius: 12px;
  }
  .smartPage .factory-news-page .factory-news-inner {
    padding: 62px 200px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
    font-size: 22px;
  }
  .smartPage .factory-news-page .factory-news-top .newsi-types {
    font-size: 22px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
    margin-top: 16px;
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-text {
    font-size: 40px;
    line-height: 50px;
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-line {
    width: 96px;
  }
  .profilePage .company-profile {
    padding: 50px 200px 62px;
  }
  .profilePage .company-journey {
    padding: 65px 0;
  }
  .profilePage .company-journey .company-journey-title .company-journey-title-text {
    font-size: 40px;
    line-height: 50px;
    margin: 20px 0 16px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-desc {
    font-size: 16px;
    margin: 26px 0 38px;
  }
  .profilePage .company-profile .company-profile-mission {
    font-size: 32px;
  }
  .profilePage .company-profile .company-profile-main {
    padding: 42px 0 60px;
  }
  .profile-nban .profile-nban-side {
    bottom: 162px;
    padding: 22px 176px;
  }
  .profile-nban .profile-nban-side a {
    font-size: 20px;
  }
  .profile-nban .profile-nban-title {
    font-size: 40px;
  }
  .casePage .case-page-title .case-page-item-con .case-page-item-title {
    font-size: 28px;
    line-height: 45px;
  }
  .casePage .case-first .case-first-top {
    padding: 50px 120px;
  }
  .casePage .case-second .case-second-inner {
    padding: 80px 120px;
  }
  .casePage .case-company-text {
    font-size: 20px;
    line-height: 42px;
    padding: 50px 10% 120px;
  }
}
@media only screen and (max-width: 1598px) {
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(1)::after {
    width: 70px;
    height: 70px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(2)::after {
    width: 70px;
    height: 70px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(3)::after {
    width: 70px;
    height: 70px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(4)::after {
    width: 70px;
    height: 70px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(5)::after {
    width: 70px;
    height: 70px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(6)::after {
    width: 70px;
    height: 70px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-year {
    font-size: 46px;
    line-height: 52px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide {
    width: 440px;
    border-radius: 16px;
    padding: 34px 35px;
  }
  .profilePage .company-journey .company-journey-swiper .swiper-wrapper::after {
    left: 400px;
    width: 1920px;
    height: 250px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(3) {
    margin-top: 20px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(4) {
    margin-right: -42px;
    margin-top: 240px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(6) {
    margin-top: 220px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-desc {
    font-size: 16px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(2) {
    margin-top: 218px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-title {
    font-size: 22px;
    line-height: 32px;
  }
  .newsPage .newsPage-inner {
    padding: 50px 150px 120px;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
    font-size: 20px;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
    margin-top: 12px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play {
    width: 85px;
    height: 85px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play svg {
    width: 42px;
    height: 42px;
  }
  .smartPage .video-list .video-item {
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 50px;
  }
  .smartPage .smart-inner-nav .smart-type-change .smart-type-change-a {
    font-size: 17px;
  }
  .smart-inner-page .smart-inner-main {
    padding: 50px 200px 120px;
  }
  .factory-nban .nban-cur-title {
    padding: 110px 200px;
    font-size: 35px;
    line-height: 42px;
  }
  .smartPage .factory-imgs-page {
    padding: 55px 5% 50px;
  }
  .smartPage .factory-imgs-page .factory-imgs-word-title {
    font-size: 28px;
  }
  .smartPage .factory-imgs-page .factory-imgs-one {
    width: 400px;
  }
  .smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn {
    width: 60px;
    height: 60px;
  }
  .smartPage .factory-videos-page {
    padding: 55px 80px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-title .factory-videos-title-text {
    font-size: 28px;
    margin: 0 5%;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-title {
    margin-bottom: 42px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item {
    width: calc((100% - 52px) / 2);
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask .play {
    width: 75px;
    height: 75px;
    border-radius: 9px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask .play svg {
    width: 40px;
    height: 40px;
  }
  .smartPage .factory-imgs-page .factory-types .factory-type-one {
    font-size: 18px;
    line-height: 55px;
  }
  .smartPage .factory-imgs-page .factory-types {
    margin: 32px auto 38px;
    height: 55px;
    max-width: 660px;
    border-radius: 9px;
  }
  .smartPage .factory-news-page .factory-news-top .factory-news-top-title {
    font-size: 28px;
  }
  .smartPage .factory-news-page .factory-news-inner {
    padding: 55px 120px;
  }
  .smartPage .factory-news-page .factory-news-top {
    padding-bottom: 18px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-control {
    margin-top: 52px;
  }
  .profilePage .company-social .company-social-dot {
    font-size: 18px;
  }
  .profilePage .company-social .company-social-title {
    font-size: 35px;
    line-height: 48px;
    margin: 16px 0 18px;
  }
  .profilePage .company-journey .company-journey-title .company-journey-title-text {
    font-size: 35px;
    line-height: 48px;
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-text {
    font-size: 35px;
    line-height: 48px;
  }
  .profile-nban .profile-nban-title {
    padding: 32px 100px;
    font-size: 30px;
  }
  .profile-nban .profile-nban-side {
    bottom: 100px;
    padding: 22px 100px;
  }
  .profile-nban .profile-nban-side a {
    font-size: 18px;
  }
  .profile-nban .nban-scroll {
    bottom: 98px;
  }
  .profilePage .company-profile {
    margin-top: -99px;
  }
  .profilePage .company-profile::before {
    border-right: 100px solid #fff;
    border-top: 100px solid transparent;
  }
  .profilePage .company-profile::after {
    width: calc(100% - 99px);
    height: 100px;
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-line {
    width: 88px;
  }
  .profilePage .company-profile {
    padding: 50px 80px 55px;
  }
  .profilePage .company-journey .company-journey-title .company-journey-title-desc {
    font-size: 18px;
  }
  .profilePage .company-social .company-social-top {
    padding-left: 0;
  }
  .profilePage .company-social {
    padding-top: 70px;
  }
  .profilePage .company-honor .company-honor-inner {
    padding: 0 80px 130px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-title-text {
    font-size: 38px;
    line-height: 52px;
  }
  .profilePage .company-culture .company-culture-main-title {
    font-size: 38px;
    line-height: 52px;
  }
  .profilePage .company-social .company-social-title {
    font-size: 38px;
    line-height: 52px;
  }
  .profilePage .company-culture .company-culture-main-text {
    margin: 32px 0 42px;
  }
  .profilePage .company-culture .company-culture-main-text {
    font-size: 16px;
  }
  .profilePage .company-social .company-social-inner {
    padding: 0 80px 50px;
  }
  .profilePage .company-social .company-social-desc {
    font-size: 17px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-desc {
    margin-top: 12px;
  }
  .profilePage .company-honor .company-honor-mission {
    font-size: 16px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .text {
    font-size: 20px;
    line-height: 34px;
  }
  .profilePage .company-culture .company-culture-mission {
    font-size: 16px;
  }
  .profilePage .company-culture .company-culture-main-text .company-culture-main-text-dot {
    font-size: 24px;
    line-height: 28px;
  }
  .profilePage .company-culture .company-culture-inner {
    padding: 0 80px 50px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-tabs .company-culture-change-tab {
    font-size: 20px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-slide .mask {
    padding: 30px 40px;
    font-size: 18px;
  }
  .casePage .case-first .case-first-top {
    padding: 46px 80px;
  }
  .casePage .case-second .case-second-inner {
    padding: 62px 80px;
  }
  .casePage .case-page-desc {
    font-size: 16px;
  }
  .casePage .case-page-title .case-page-item-con .case-page-item-keys .case-dot {
    font-size: 14px;
  }
  .casePage .case-page-title .case-page-item-con .case-page-item-title {
    font-size: 22px;
    line-height: 36px;
  }
  .casePage .case-page-title .case-page-item-index {
    font-size: 75px;
    line-height: 80px;
    width: 86px;
  }
  .casePage .case-page-title .case-page-item-con {
    width: calc(100% - 86px);
    padding-left: 26px;
  }
  .casePage .case-second .case-second-left .case-page-desc {
    margin-top: 30px;
  }
  .casePage .case-page-desc .pro-dot {
    height: 50px;
    margin-right: 12px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 50px;
    padding: 0 16px;
  }
  .casePage .case-company-text {
    font-size: 18px;
    line-height: 40px;
    padding: 42px 10% 100px;
  }
  .casePage .case-company-text::after {
    height: 40px;
  }
  .casePage .case-company-text::before {
    border-bottom: 40px solid #F5F5F5;
  }
}
@media only screen and (max-width: 1365px) {
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-desc {
    font-size: 14px;
    line-height: 26px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide {
    width: 400px;
    border-radius: 15px;
    padding: 30px 26px;
    margin-right: 40px;
  }
  .profilePage .company-journey .company-journey-btns .company-journey-btn {
    width: 65px;
    height: 65px;
    line-height: 65px;
    margin: 0 19px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-year {
    font-size: 36px;
    line-height: 40px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-title {
    font-size: 20px;
    line-height: 26px;
  }
  .newsPage .newsPage-inner {
    padding: 50px 100px 120px;
  }
  .smart-inner-page .smart-inner-main {
    padding: 50px 120px 120px;
  }
  .factory-nban .nban-cur-title {
    padding: 90px 180px;
    font-size: 30px;
    line-height: 38px;
  }
  .smartPage .factory-imgs-page {
    padding: 48px 5% 50px;
  }
  .smartPage .factory-imgs-page .factory-imgs-word-title {
    font-size: 26px;
  }
  .smartPage .factory-imgs-page .factory-types {
    margin: 28px auto 40px;
    height: 50px;
    max-width: 620px;
  }
  .smartPage .factory-imgs-page .factory-types .factory-type-one {
    font-size: 17px;
    line-height: 50px;
  }
  .smartPage .factory-videos-page {
    padding: 50px 60px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-control {
    margin-top: 48px;
  }
  .smartPage .factory-news-page .factory-news-top .factory-news-top-title {
    font-size: 25px;
    line-height: 36px;
  }
  .smartPage .factory-news-page .factory-news-top .newsi-types {
    font-size: 20px;
  }
  .smartPage .factory-news-page .factory-news-top {
    padding-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 42px;
  }
  .smartPage .factory-news-page .factory-news-inner {
    padding: 55px 100px;
  }
  .smartPage .factory-news-page .newsi-item {
    margin-bottom: 40px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
    font-size: 20px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
    margin-top: 10px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-title .factory-videos-title-text {
    font-size: 25px;
    line-height: 36px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-title {
    margin-bottom: 38px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-desc {
    font-size: 14px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .text {
    font-size: 18px;
    line-height: 30px;
  }
  .profilePage .company-social .company-social-desc {
    font-size: 16px;
  }
  .profilePage .company-social {
    padding-top: 56px;
  }
  .profilePage .company-social .company-social-title {
    font-size: 32px;
    line-height: 48px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn {
    width: 65px;
    height: 65px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper {
    padding-left: 18px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item {
    border-radius: 10px;
    margin-bottom: 16px;
    padding: 28px 26px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper {
    height: 550px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-tabs .company-culture-change-tab {
    font-size: 18px;
    padding: 26px 10px;
    margin-bottom: 38px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-slide .mask {
    padding: 30px 5%;
    font-size: 16px;
  }
  .profilePage .company-culture .company-culture-inner {
    padding: 0 60px 42px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-title-text {
    font-size: 32px;
    line-height: 45px;
  }
  .profilePage .company-culture .company-culture-change {
    margin-bottom: 52px;
  }
  .profilePage .company-honor .company-honor-inner {
    padding: 0 60px 120px;
  }
  .profilePage .company-honor .company-honor-mission {
    margin-top: 43px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-title {
    font-size: 30px;
    line-height: 34px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-desc {
    font-size: 14px;
    margin: 20px 0 38px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one .company-profile-num-val {
    font-size: 32px;
    line-height: 38px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one .company-profile-num-unit {
    font-size: 14px;
  }
  .profilePage .company-profile .company-profile-main {
    padding: 38px 0 48px;
  }
  .profilePage .company-profile .company-profile-mission {
    font-size: 28px;
    line-height: 36px;
  }
  .profilePage .company-profile {
    padding: 50px 80px 48px;
  }
  .profilePage .company-journey {
    padding: 58px 0;
  }
  .profilePage .company-journey .company-journey-title .company-journey-title-text {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1251px) {
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(4) {
    margin-right: 0;
    margin-top: 218px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(3) {
    margin-right: 80px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-title {
    font-size: 18px;
    margin: 10px 0;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-year {
    font-size: 30px;
    line-height: 34px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide {
    padding: 24px 22px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide::before {
    border-radius: 12px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(1) {
    margin-right: 50px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(5) {
    margin-right: 50px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(4) {
    margin-right: 40px;
  }
  .newsPage .newsPage-inner {
    padding: 45px 60px 120px;
  }
  .newsPage .newsi-item .newi-item-one-inner {
    padding: 32px 32px;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
    font-size: 18px;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-right {
    margin-top: 20px;
  }
  .newsPage .newsi-item .newsi-item-img {
    width: 36%;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 8px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play {
    width: 75px;
    height: 75px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play svg {
    width: 38px;
    height: 38px;
  }
  .smartPage .video-list .video-item {
    width: calc(50% - 21px);
    margin-right: 42px;
    margin-bottom: 42px;
  }
  .smart-inner-page .smart-inner-main {
    padding: 50px 60px 120px;
  }
  .smartPage .webPage3 {
    margin-top: 20px;
  }
  .factory-nban .nban-cur-title {
    padding: 85px 160px;
    font-size: 28px;
    line-height: 35px;
  }
  .smartPage .factory-news-page .factory-news-inner {
    padding: 50px 60px;
  }
  .smartPage .factory-news-page .newsi-item {
    padding: 32px 36px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
    font-size: 14px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
    font-size: 18px;
    line-height: 25px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-right {
    margin-top: 20px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-img {
    width: 36%;
  }
  .smartPage .factory-news-page::before {
    border-bottom: 45px solid #F5F5F5;
  }
  .smartPage .factory-news-page::after {
    height: 45px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item {
    width: calc((100% - 38px) / 2);
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask .play {
    width: 70px;
    height: 70px;
  }
  .profile-nban .nban-scroll .banner-scroll-inner {
    display: none;
  }
  .profile-nban .nban-scroll {
    width: 108px;
    height: 82px;
  }
  .profile-nban .profile-nban-title {
    padding: 22px 100px;
    font-size: 28px;
    line-height: 42px;
  }
  .profile-nban .profile-nban-side a {
    font-size: 16px;
  }
  .profile-nban .profile-nban-side {
    padding: 18px 100px;
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-text {
    font-size: 28px;
    line-height: 32px;
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-dot .company-profile-title-dot-text {
    font-size: 14px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-title {
    font-size: 25px;
    line-height: 30px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-desc {
    margin: 10px 0 32px;
  }
  .profilePage .company-profile {
    padding: 42px 60px 42px;
  }
  .profilePage .company-profile::before {
    border-right: 60px solid #fff;
    border-top: 60px solid transparent;
  }
  .profilePage .company-profile::after {
    width: calc(100% - 59px);
    height: 60px;
  }
  .profilePage .company-profile {
    margin-top: -59px;
  }
  .profile-nban .nban-scroll {
    bottom: 58px;
  }
  .profile-nban .profile-nban-side {
    bottom: 60px;
    padding: 18px 60px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one .company-profile-num-val {
    font-size: 25px;
    line-height: 26px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one .company-profile-num-unit {
    font-size: 12px;
    margin-top: 5px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one {
    border-radius: 9px;
    padding: 14px 6px;
    width: 32%;
  }
  .profilePage .company-profile .company-profile-main .company-profile-img .company-profile-img-inner {
    border-radius: 20px;
  }
  .profilePage .company-profile .company-profile-mission {
    font-size: 24px;
    line-height: 32px;
  }
  .profilePage .company-journey {
    padding: 45px 0;
  }
  .profilePage .company-journey .company-journey-title .company-journey-title-text {
    font-size: 25px;
    line-height: 36px;
    margin: 20px 0 12px;
  }
  .profilePage .company-social .company-social-inner {
    padding: 0 60px 42px;
  }
  .profilePage .company-journey .company-journey-title .company-journey-title-desc {
    font-size: 16px;
  }
  .profilePage .company-social {
    padding-top: 45px;
  }
  .profilePage .company-social .company-social-dot {
    font-size: 16px;
  }
  .profilePage .company-social .company-social-title {
    font-size: 28px;
    line-height: 36px;
  }
  .profilePage .company-social .company-social-desc {
    font-size: 14px;
  }
  .profilePage .company-social .company-social-main .company-social-img .company-social-img-inner {
    border-radius: 12px;
  }
  .profilePage .company-social .company-social-main .company-social-img {
    width: 45%;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer {
    width: 55%;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .text {
    font-size: 16px;
    line-height: 27px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .icon {
    width: 50px;
    height: 50px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .text {
    max-width: calc(100% - 65px);
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper {
    height: 450px;
  }
  .profilePage .company-culture .company-culture-main-title {
    font-size: 28px;
    line-height: 42px;
  }
  .profilePage .company-culture .company-culture-main-text {
    margin: 27px 0 36px;
    font-size: 14px;
    border-radius: 12px;
    padding: 22px 27px;
  }
  .profilePage .company-culture .company-culture-mission {
    border-radius: 12px;
    padding: 22px 27px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-title-text {
    font-size: 26px;
    line-height: 42px;
  }
  .profilePage .company-honor .company-honor-main .company-honor-btn {
    width: 60px;
    height: 60px;
  }
  .profilePage .company-honor .company-honor-mission {
    font-size: 14px;
    border-radius: 12px;
    padding: 22px 27px;
  }
  .profilePage .company-social .company-social-mission {
    border-radius: 12px;
    padding: 22px 27px;
  }
  .profilePage .company-culture .company-culture-mission {
    font-size: 14px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-cons-inner {
    border-radius: 12px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-tabs .company-culture-change-tab {
    font-size: 16px;
    padding: 20px 10px;
    margin-bottom: 30px;
    line-height: 28px;
    border-radius: 8px;
  }
  .profilePage .company-culture .company-culture-main-text .company-culture-main-text-dot {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .casePage .case-first .case-first-top {
    padding: 46px 60px;
  }
  .casePage .case-page-title .case-page-item-index {
    font-size: 58px;
    line-height: 70px;
    width: 64px;
  }
  .casePage .case-page-title .case-page-item-con {
    width: calc(100% - 64px);
    padding-left: 20px;
  }
  .casePage .case-page-title .case-page-item-con .case-page-item-title {
    font-size: 20px;
    line-height: 34px;
  }
  .casePage .case-page-title .case-page-item-con .case-page-item-keys .case-dot {
    font-size: 12px;
  }
  .casePage .case-page-desc {
    font-size: 14px;
  }
  .casePage .case-page-desc .case-page-desc-dot1 {
    margin-bottom: 12px;
  }
  .casePage .case-page-desc .pro-dot {
    height: 46px;
    margin-right: 10px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 46px;
    padding: 0 12px;
  }
  .casePage .case-first .case-first-top {
    flex-wrap: wrap;
  }
  .casePage .case-first .case-first-top .case-first-title {
    width: 100%;
  }
  .casePage .case-first .case-first-top .case-first-desc {
    width: 100%;
    max-width: 100%;
    margin-top: 28px;
  }
  .casePage .case-second .case-second-inner {
    padding: 45px 60px;
  }
  .casePage .case-company-text {
    font-size: 16px;
    line-height: 35px;
    padding: 40px 10% 75px;
  }
}
@media only screen and (max-width: 1023px) {
  .newsPage .newsPage-inner {
    padding: 32px 5% 90px;
  }
  .newsPage::after {
    height: 46px;
  }
  .newsPage::before {
    border-left: 20px solid #F5F5F5;
    border-bottom: 46px solid #F5F5F5;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
    font-size: 16px;
  }
  .newsPage .newsi-item .newi-item-one-inner {
    padding: 28px 22px;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-right {
    margin-top: 10px;
  }
  .newsPage .newsi-item .newsi-item-con .newsi-item-right .right-icon {
    font-size: 40px;
    line-height: 40px;
  }
  .smartPage .smart-inner-nav {
    flex-wrap: wrap;
    margin-bottom: 38px;
  }
  .smartPage .smart-inner-nav .smart-type-nav {
    width: 100%;
  }
  .smartPage .smart-inner-nav .smart-type-change {
    margin: 30px auto 0;
  }
  .smartPage .smart-inner-nav .smart-type-nav a {
    font-size: 17px;
  }
  .smartPage .factory-img-list-outer .factory-img-list-cover {
    margin-bottom: 32px;
  }
  .smart-inner-page .smart-inner-main {
    padding: 32px 5% 100px;
  }
  .smartPage .factory-img-list .factory-img-item {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 32px;
  }
  .smart-inner-page::before {
    border-bottom: 48px solid #F5F5F5;
  }
  .smart-inner-page::after {
    height: 48px;
  }
  .smartPage .factory-imgs-page {
    padding: 38px 5% 42px;
  }
  .smartPage .factory-videos-page {
    padding: 42px 5%;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-title {
    margin-bottom: 35px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-control {
    margin-top: 42px;
  }
  .smartPage .factory-news-page .factory-news-inner {
    padding: 42px 5%;
  }
  .smartPage .factory-news-page .newsi-item {
    padding: 28px 26px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-right .right-icon {
    font-size: 40px;
    line-height: 42px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-right {
    margin-top: 12px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
    margin-top: 6px;
  }
  .factory-nban .nban-scroll .banner-scroll-inner {
    display: none;
  }
  .factory-nban .nban-scroll {
    width: 100px;
    height: 85px;
  }
  .profilePage .company-profile .company-profile-main {
    flex-wrap: wrap;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-desc {
    margin: 10px 0 28px;
  }
  .profilePage .company-social .company-social-top {
    margin-bottom: 35px;
  }
  .profilePage .company-honor::before {
    border-bottom: 46px solid #F5F5F5;
  }
  .profilePage .company-honor .company-honor-inner {
    padding: 0 5% 95px;
  }
  .profilePage .company-honor::after {
    height: 46px;
  }
  .profilePage .company-culture .company-culture-change {
    margin-bottom: 40px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-tabs .company-culture-change-tab {
    font-size: 14px;
    padding: 16px 10px;
    margin-bottom: 22px;
    line-height: 26px;
    border-radius: 6px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-slide .mask {
    padding: 20px 5%;
    font-size: 14px;
    line-height: 28px;
  }
  .profilePage .company-culture .company-culture-inner {
    padding: 0 5% 42px;
  }
  .profilePage .company-social .company-social-main {
    padding-bottom: 45px;
  }
  .profilePage .company-social .company-social-main {
    flex-wrap: wrap;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer {
    width: 100%;
  }
  .profilePage .company-social .company-social-main .company-social-img {
    width: 100%;
    max-width: 450px;
    margin: 30px auto 0;
  }
  .profilePage .company-social .company-social-inner {
    padding: 0 5% 42px;
  }
  .profile-nban .profile-nban-title {
    padding: 22px 55px;
    font-size: 25px;
    line-height: 40px;
    top: 38%;
    transform: translateY(-50%);
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-line {
    width: 82px;
    height: 5px;
  }
  .profilePage .company-profile .company-profile-main {
    padding: 30px 0 48px;
  }
  .profilePage .company-profile {
    padding: 40px 50px 35px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words {
    width: 100%;
  }
  .profilePage .company-profile .company-profile-main .company-profile-img-pc {
    display: none;
  }
  .profilePage .company-profile .company-profile-mission {
    font-size: 22px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-img-m {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 32px auto 0;
  }
  .casePage .case-second .case-second-inner {
    flex-wrap: wrap;
  }
  .casePage .case-second .case-second-left {
    width: 100%;
  }
  .casePage .case-second .case-second-right {
    width: 100%;
    max-width: 450px;
    margin: 35px auto 0;
  }
  .casePage .case-second .case-second-inner {
    padding: 40px 5%;
  }
  .casePage .case-first .case-first-top {
    padding: 40px 5%;
  }
  .casePage .case-company-text {
    font-size: 14px;
    line-height: 32px;
    padding: 36px 5% 70px;
  }
}
@media (max-width: 767px) {
  .profilePage .company-journey .company-journey-swiper .swiper-wrapper::after {
    display: none;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide {
    height: auto;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(1) {
    margin-top: 0;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(2) {
    margin-top: 0;
    margin-right: 20px;
    transform: translateY(0);
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(3) {
    margin-top: 0;
    margin-right: 20px;
    transform: translateY(0);
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(4) {
    margin-top: 0;
    margin-right: 20px;
    transform: translateY(0);
  }
  .profilePage .company-journey .company-journey-swiper {
    margin-top: 0;
  }
  .profilePage .company-journey .company-journey-main {
    margin-top: 50px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(5)::after {
    top: 0;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(5) {
    margin-top: 0;
    margin-right: 20px;
    transform: translateY(0);
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide:nth-of-type(6) {
    margin-top: 0;
    margin-right: 20px;
    transform: translateY(0);
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-prev:hover .social-active {
    top: 12px;
  }
  .profilePage .company-journey .company-journey-btns .company-journey-btn .journey-active {
    bottom: 23%;
  }
  .profilePage .company-honor .company-honor-main .company-honor-btn .honor-active {
    bottom: 23%;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next:hover .social-active {
    bottom: 13px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn {
    width: 52px;
    height: 52px;
  }
  .profilePage .company-journey .company-journey-btns {
    margin-top: 45px;
  }
  .profilePage .company-journey .company-journey-btns .company-journey-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 17px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide {
    width: 350px;
    border-radius: 12px;
    padding: 26px 20px;
    margin-right: 33px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-year {
    font-size: 32px;
    line-height: 36px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-title {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
  }
  .smartPage .video-list .video-item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .smart-inner-page .smart-inner-main {
    padding: 22px 5% 80px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play {
    width: 50px;
    height: 50px;
  }
  .smartPage .video-list .video-item .img-main {
    border-radius: 9px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play svg {
    width: 30px;
    height: 30px;
  }
  .smartPage .smart-inner-nav .smart-type-change {
    margin: 20px auto 0;
  }
  .smartPage .smart-inner-nav .smart-type-change {
    height: 45px;
  }
  .smartPage .factory-img-list-outer .factory-img-list-cover .factory-img-list-cover-mask .cover-mask-title {
    font-size: 16px;
    line-height: 26px;
  }
  .smartPage .factory-img-list-outer .factory-img-list-cover .factory-img-list-cover-mask {
    padding: 18px;
  }
  .smartPage .smart-inner-nav .smart-type-nav a {
    font-size: 15px;
  }
  .smartPage .factory-img-list-outer .factory-img-list-cover img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .smart-inner-page::after {
    height: 38px;
  }
  .smart-inner-page .smart-inner-main {
    padding: 22px 5% 70px;
  }
  .smartPage .webPage3 {
    margin-top: 14px;
  }
  .smart-inner-page::before {
    border-bottom: 38px solid #F5F5F5;
    border-left: none;
  }
  .smartPage .factory-img-list .factory-img-item {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 20px;
    border-radius: 9px;
  }
  .smartPage .factory-img-list-outer .factory-img-list-cover {
    aspect-ratio: auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .smartPage .factory-img-list-outer .factory-img-list-cover .factory-img-list-cover-mask {
    position: relative;
    padding: 52px 5% 20px;
  }
  .smartPage .factory-img-list-outer .factory-img-list-cover .factory-img-list-cover-mask .cover-mask-desc {
    font-size: 14px;
  }
  .smartPage .smart-inner-nav {
    margin-bottom: 30px;
  }
  .smartPage .smart-inner-nav1 {
    margin-bottom: 20px;
  }
  .smartPage .smart-inner-nav .smart-type-change .smart-type-change-a {
    font-size: 14px;
    line-height: 45px;
  }
  .factory-nban .nban-cur-title {
    padding: 0 10%;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 32px;
  }
  .factory-nban .nban-scroll {
    width: 50px;
    height: 50px;
  }
  .smartPage .factory-imgs-page {
    padding: 30px 5% 35px;
  }
  .smartPage .factory-imgs-page .factory-types .factory-type-one {
    font-size: 16px;
    line-height: 45px;
  }
  .smartPage .factory-imgs-page .factory-imgs-one {
    width: 300px;
  }
  .smartPage .factory-imgs-page .factory-imgs-controls .factory-img-btn {
    width: 52px;
    height: 52px;
  }
  .smartPage .factory-imgs-page .factory-types {
    margin: 20px auto 32px;
    height: 45px;
    max-width: 100%;
  }
  .smartPage .factory-imgs-page .factory-imgs-word-title {
    font-size: 20px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-title .factory-videos-title-text {
    font-size: 20px;
    line-height: 30px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-title {
    margin-bottom: 25px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-control {
    margin-top: 30px;
  }
  .smartPage .factory-videos-page {
    padding: 32px 5%;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask .play {
    width: 50px;
    height: 50px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item .factory-video-main .img-inner .mask .play svg {
    width: 30px;
    height: 30px;
  }
  .smartPage .factory-news-page .factory-news-inner {
    padding: 32px 5%;
  }
  .smartPage .factory-news-page .factory-news-top .newsi-types {
    font-size: 16px;
    line-height: 24px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con {
    width: 100%;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-img {
    width: 90%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .smartPage .factory-videos-page .factory-videos-inner .factory-videos-list .factory-videos-item {
    width: calc((100% - 16px) / 2);
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-right .right-icon {
    font-size: 32px;
    line-height: 34px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-right {
    margin-top: 5px;
  }
  .smartPage .factory-news-page .newsi-item {
    padding: 22px 20px 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-title {
    font-size: 16px;
    line-height: 24px;
  }
  .smartPage .factory-news-page .newsi-item .newsi-item-con .newsi-item-main .newsi-item-desc {
    font-size: 13px;
  }
  .smartPage .factory-news-page .factory-news-top {
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
  .smartPage .factory-news-page .factory-news-top .factory-news-top-title {
    font-size: 20px;
    line-height: 30px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer {
    flex-wrap: wrap;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns {
    width: 100%;
    flex-direction: row;
    margin-bottom: 20px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title {
    flex-wrap: wrap;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .icon {
    margin: 0 auto 10px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-title .text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item {
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 25px 18px;
    height: auto;
    margin-right: 12px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .company-social-item .company-social-item-desc {
    font-size: 13px;
    margin-top: 10px;
  }
  .profilePage .company-social .company-social-top {
    margin-bottom: 30px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper .swiper-wrapper {
    flex-direction: row;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next {
    margin-top: 0;
    margin-left: 20px;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-swiper {
    height: auto;
    width: 100%;
    padding: 0 2%;
    overflow: visible;
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-prev i {
    transform: rotateZ(-90deg);
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-prev .social-active {
    top: 18px;
    transform: rotateZ(-90deg) translateY(45px);
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next i {
    transform: rotateZ(90deg) rotateY(180deg);
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next .social-active {
    top: auto;
    bottom: 18px;
    transform: rotateZ(90deg) rotateY(180deg) translateY(45px);
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-prev:hover .social-default {
    transform: rotateZ(-90deg) translateY(-45px);
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-prev:hover .social-active {
    transform: rotateZ(-90deg) translateY(0);
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next:hover .social-default {
    transform: rotateZ(90deg) rotateY(180deg) translateY(-45px);
  }
  .profilePage .company-social .company-social-main .company-social-swiper-outer .company-social-btns .company-social-btn-next:hover .social-active {
    transform: rotateZ(90deg) rotateY(180deg) translateY(0);
  }
  .profilePage .company-social .company-social-main .company-social-img .company-social-img-inner {
    box-shadow: 0px 3px 20px -9px rgba(0, 0, 0, 0.25);
  }
  .profilePage .company-culture .company-culture-change {
    flex-wrap: wrap;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-cons {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-tabs {
    display: none;
  }
  .profilePage .company-culture .company-culture-inner {
    padding: 0 5% 32px;
  }
  .profilePage .company-honor .company-honor-inner {
    padding: 0 5% 82px;
  }
  .profilePage .company-honor .company-honor-mission {
    margin-top: 30px;
  }
  .profilePage .company-honor .company-honor-main .company-honor-swiper .company-honor-slide {
    width: 200px;
    height: 256px;
  }
  .profilePage .company-honor .company-honor-main .company-honor-swiper {
    width: calc(90% - 100px);
  }
  .profilePage .company-honor .company-honor-main .company-honor-btn {
    width: 50px;
    height: 50px;
  }
  .profilePage .company-honor .company-honor-title {
    margin-bottom: 32px;
  }
  .profilePage .company-honor .company-honor-title .company-honor-title-text {
    font-size: 20px;
    line-height: 38px;
    padding: 0 17px;
  }
  .profilePage .company-profile {
    padding: 32px 35px 35px;
  }
  .profilePage .company-profile {
    margin-top: -35px;
  }
  .profile-nban .nban-scroll {
    display: none;
  }
  .profilePage .company-profile::after {
    width: calc(100% - 40px);
    height: 36px;
  }
  .profilePage .company-profile::before {
    border-right: 40px solid #fff;
    border-top: 36px solid transparent;
  }
  .profile-nban .profile-nban-side {
    bottom: 34px;
    padding: 6px 35px;
  }
  .profilePage .company-social .company-social-dot {
    font-size: 14px;
  }
  .profilePage .company-social .company-social-inner {
    padding: 0 5% 32px;
  }
  .profilePage .company-culture .company-culture-main-title {
    font-size: 22px;
    line-height: 32px;
  }
  .profilePage .company-social {
    padding-top: 35px;
  }
  .profilePage .company-social .company-social-main {
    padding-bottom: 35px;
  }
  .profilePage .company-social .company-social-title {
    font-size: 25px;
    line-height: 30px;
  }
  .profilePage .company-journey .company-journey-title .company-journey-title-text {
    font-size: 22px;
    line-height: 30px;
    margin: 16px 0 9px;
  }
  .profilePage .company-journey .company-journey-title .company-journey-title-desc {
    font-size: 14px;
  }
  .profilePage .company-journey {
    padding: 35px 0;
  }
  .profilePage .company-profile .company-profile-mission {
    font-size: 18px;
  }
  .profile-nban .profile-nban-side a {
    font-size: 14px;
  }
  .profilePage .company-profile .company-profile-main {
    padding: 30px 0 34px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-title {
    font-size: 22px;
  }
  .profilePage .company-profile .company-profile-title .company-profile-title-text {
    font-size: 22px;
    line-height: 28px;
    margin: 15px 0;
  }
  .profile-nban .profile-nban-title {
    top: 39%;
    padding: 12px 5%;
    font-size: 18px;
    line-height: 30px;
    transform: translateY(-50%);
  }
  .casePage .case-page-title .case-page-item-con .case-page-item-title {
    font-size: 16px;
    line-height: 32px;
  }
  .casePage .case-page-title .case-page-item-index {
    font-size: 45px;
    line-height: 60px;
    width: 52px;
  }
  .casePage .case-page-title .case-page-item-con {
    width: calc(100% - 52px);
    padding-left: 18px;
  }
  .casePage .case-page-title .case-page-item-con .case-page-item-keys .case-dot {
    margin-top: 12px;
  }
  .casePage .case-first .case-first-top {
    padding: 30px 5%;
  }
  .casePage .case-first .case-first-imgs .case-first-pro {
    width: 280px;
  }
  .casePage .case-second .case-second-inner {
    padding: 30px 5%;
  }
  .casePage .case-second .case-second-right {
    max-width: 350px;
    margin: 26px auto 0;
  }
  .casePage .case-page-desc .pro-dot {
    height: 42px;
    margin-right: 4px;
    margin-top: 12px;
    font-size: 11px;
    line-height: 42px;
    padding: 0 8px;
    border-radius: 6px;
  }
  .casePage .case-first1 {
    padding-bottom: 30px;
  }
  .casePage .case-company-text {
    font-size: 13px;
    line-height: 30px;
    padding: 25px 5% 66px;
  }
}
@media only screen and (max-width: 641px) {
  .newsPage .newsi-item {
    margin-bottom: 40px;
  }
  .newsPage .newsi-item .newi-item-one-inner {
    flex-wrap: wrap;
  }
  .newsPage .newsi-item .newsi-item-img {
    width: 90%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  .newsPage .newsi-item .newsi-item-con {
    width: 100%;
  }
}
@media only screen and (max-width: 521px) {
  .casePage .case-page-title {
    flex-wrap: wrap;
  }
  .casePage .case-page-title .case-page-item-con {
    width: 100%;
    padding-left: 0;
  }
  .casePage .case-page-title .case-page-item-index {
    margin: 0 auto;
  }
  .profilePage .company-honor .company-honor-main .company-honor-swiper {
    width: calc(95% - 100px);
  }
  .smartPage .factory-news-page .factory-news-top {
    flex-wrap: wrap;
    justify-content: center;
  }
  .smartPage .factory-news-page .factory-news-top {
    padding-bottom: 25px;
    margin-bottom: 28px;
  }
  .smartPage .factory-news-page .factory-news-top .factory-news-top-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 396px) {
  .factory-nban .nban-cur-title {
    padding: 0 10%;
  }
  .smartPage .factory-imgs-page .factory-imgs-one {
    width: 240px;
  }
  .smartPage .factory-imgs-page .factory-types .factory-type-one {
    font-size: 14px;
  }
  .profilePage .company-profile {
    padding: 32px 20px 35px;
  }
  .profilePage .company-profile .company-profile-main .company-profile-words .company-profile-words-nums .company-profile-words-num-one .company-profile-num-val {
    font-size: 20px;
  }
  .profilePage .company-honor .company-honor-main .company-honor-swiper .company-honor-slide {
    width: 100%;
    height: 256px;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-cons-inner {
    aspect-ratio: auto;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-slide {
    height: auto;
  }
  .profilePage .company-culture .company-culture-change .company-culture-change-cons .company-culture-change-slide .mask {
    padding: 35px 5% 20px;
  }
}
@media only screen and (max-width: 366px) {
  .profilePage .company-journey .company-journey-swiper .company-journey-slide {
    width: 300px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-desc {
    font-size: 12px;
    line-height: 24px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-year {
    font-size: 30px;
    line-height: 34px;
  }
  .profilePage .company-journey .company-journey-swiper .company-journey-slide .company-journey-slide-title {
    font-size: 16px;
    margin: 8px 0;
  }
  .profile-nban .profile-nban-title {
    font-size: 16px;
  }
  .smartPage .factory-img-list .factory-img-item {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
  }
  .smartPage .factory-img-list .factory-img-item:nth-of-type(3n) {
    margin-right: 12px;
  }
  .smartPage .factory-img-list .factory-img-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .smartPage .video-list .video-item {
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 18px;
  }
}
