.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;
}
.newsPage {
  width: 100%;
}
.newsPage .newsPage-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.newsPage .newsPage-list {
  width: 100%;
  margin-top: 40px;
}
.newsPage .webPage-new {
  margin-top: 80px;
}
.newsPage .newi-item-one {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.newsPage .newi-item-one .newi-item-one-inner {
  display: flex;
  justify-content: space-between;
}
.newsPage .newi-item-one .newi-item-img {
  width: 40%;
}
.newsPage .newi-item-one .newi-item-img .home-news-img {
  width: 100%;
  aspect-ratio: 1.57692308;
  background: #999999;
  border-radius: 16px;
  overflow: hidden;
}
.newsPage .newi-item-one .newi-item-img .home-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .newi-item-one .newi-item-con {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 6px 0 12px;
}
.newsPage .newi-item-one .newi-item-con .newi-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #2B2828;
  line-height: 45px;
  font-family: 'AlibabaPuHuiTi-Medium';
  transition: 0.5s;
}
.newsPage .newi-item-one .newi-item-con .newi-item-title .hot {
  width: auto;
  height: 47px;
  background: #F6C3C3;
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 300;
  font-size: 20px;
  color: #2B2828;
  text-align: center;
  line-height: 47px;
  margin-right: 10px;
  display: inline;
}
.newsPage .newi-item-one .newi-item-con .newi-item-title .last {
  background: #CAF4C3;
  width: auto;
  height: 47px;
  border-radius: 8px;
  padding: 0 10px;
  font-weight: 300;
  font-size: 20px;
  color: #2B2828;
  text-align: center;
  line-height: 47px;
  margin-right: 10px;
  display: inline;
}
.newsPage .newi-item-one .newi-item-con .newi-item-desc {
  font-weight: 400;
  font-size: 18px;
  color: #2B2828;
  line-height: 24px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.newsPage .newi-item-one .newi-item-con .newi-item-other {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.newsPage .newi-item-one .newi-item-con .newi-item-time {
  font-weight: 300;
  font-size: 18px;
  color: #2B2828;
  line-height: 24px;
  display: flex;
  align-items: center;
}
.newsPage .newi-item-one .newi-item-con .newi-item-time img {
  width: 20px;
  display: block;
  margin-right: 7px;
}
.newsPage .newi-item-one .newi-item-con .newi-item-more {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  color: #2B2828;
  line-height: 26px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.newsPage .newi-item-one .newi-item-con .newi-item-more .text {
  margin-right: 4px;
}
.newsPage .newi-item-one .newi-item-con .newi-item-more .right {
  width: 20px;
  height: 20px;
}
.newsPage .newi-item-one .newi-item-con .newi-item-more .right img {
  width: 100%;
  display: block;
}
.newsPage .newi-item-one:hover .newi-item-con .newi-item-title {
  color: #AE72FE;
}
.newsPage .newi-item-one:hover .newi-item-img .home-news-img img {
  transform: scale(1.05);
}
.smartPage {
  padding: 120px 120px 30px;
  position: relative;
}
.smartPage .smartPage-text {
  font-size: 110px;
  line-height: 90px;
  font-family: 'AlibabaPuHuiTi-Heavy';
  font-weight: bold;
  background: linear-gradient(180deg, #00ceaf 0%, #3549f9 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.smartPage .smartPage-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1680px;
}
.smartPage .smart-second-navs {
  width: 100%;
  justify-content: center;
  display: flex;
}
.smartPage .smart-second-navs .smart-second-nav-inner {
  display: flex;
  align-items: center;
}
.smartPage .smart-second-navs .smart-second-nav-a {
  text-align: center;
  line-height: 24px;
  padding: 0 12px;
  font-weight: 300;
  font-size: 18px;
  color: #8E8E8E;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage .smart-second-navs .smart-second-nav-a::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #777777;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.smartPage .smart-second-navs .smart-second-nav-a .text {
  position: relative;
  z-index: 12;
}
.smartPage .smart-second-navs .smart-second-nav-a:hover {
  color: #000000;
}
.smartPage .smart-second-navs .smart-second-nav-a-active {
  color: #000000;
}
.smartPage .smart-second-navs .smart-second-nav-a:nth-last-of-type(1)::after {
  display: none;
}
.smartPage .smart-second-navs1 {
  margin-bottom: 45px;
}
.smartPage .webPage1 {
  margin-top: 110px;
}
.smartPage .video-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.smartPage .video-list .video-item {
  width: calc((100% - 36px) / 3);
  margin-right: 18px;
  margin-bottom: 38px;
}
.smartPage .video-list .video-item .img-main {
  width: 100%;
  aspect-ratio: 1.43866171;
  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;
}
.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: 78px;
  height: 78px;
  background: rgba(238, 238, 238, 0.65);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage .video-list .video-item .img-main .img-inner .mask .play svg {
  width: 34px;
  height: 34px;
  opacity: 0.8;
}
.smartPage .video-list .video-item-active .img-main .img-poster {
  top: 100%;
}
.smartPage .video-list .video-item:nth-of-type(3n) {
  margin-right: 0;
}
.smartPage .webPage2 {
  margin-top: 45px;
}
.smartPage .factory-img-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.smartPage .factory-img-list .factory-img-item {
  aspect-ratio: 0.69444444;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  background: #DBDBDB;
}
.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-left {
  width: 65%;
}
.smartPage .factory-img-list .factory-img-left .factory-img-item {
  width: 100%;
  aspect-ratio: 1.5117773;
}
.smartPage .factory-img-list .factory-img-right {
  width: 30%;
}
.smartPage .factory-img-list .factory-img-right .factory-img-item {
  width: 100%;
}
.smartPage .factory-img-list .factory-img-bottom {
  margin-top: 30px;
  display: flex;
  width: 100%;
}
.smartPage .factory-img-list .factory-img-bottom .factory-img-item {
  width: 30%;
  margin-right: 5%;
}
.smartPage .factory-img-list .factory-img-bottom .factory-img-item:nth-of-type(3n) {
  margin-right: 0;
}
.smartPage .webPage3 {
  margin-top: 70px;
}
.profilePage .company-profile {
  width: 100%;
  padding: 150px 0 100px 120px;
}
.profilePage .company-profile .company-profile-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .company-profile .company-profile-words {
  width: 35%;
  padding-right: 50px;
}
.profilePage .company-profile .company-profile-words .company-profile-title {
  font-weight: 500;
  font-size: 36px;
  color: #2B2828;
  line-height: 45px;
  font-family: 'AlibabaPuHuiTi-Medium';
  padding-bottom: 30px;
  position: relative;
}
.profilePage .company-profile .company-profile-words .company-profile-title::after {
  content: "";
  height: 5px;
  background: #FF7F68;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 45%;
}
.profilePage .company-profile .company-profile-words .company-profile-title::before {
  content: "";
  height: 6px;
  background: #AE72FE;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38%;
  z-index: 2;
}
.profilePage .company-profile .company-profile-words .company-profile-desc {
  font-weight: 400;
  font-size: 18px;
  color: #2B2B2B;
  line-height: 33px;
  margin-top: 54px;
}
.profilePage .company-profile .company-profile-imgs {
  width: 65%;
}
.profilePage .company-profile .company-profile-imgs .company-profile-imgs-inner {
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  display: flex;
}
.profilePage .company-profile .company-profile-imgs .company-profile-img-one {
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.profilePage .company-profile .company-profile-imgs .company-profile-img-one img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .company-profile .company-profile-imgs .company-profile-img-one:hover img {
  transform: scale(1.05);
}
.profilePage .company-profile .company-profile-imgs .company-profile-img-one:nth-of-type(1) {
  aspect-ratio: 1.52331606;
  width: 53%;
}
.profilePage .company-profile .company-profile-imgs .company-profile-img-one:nth-of-type(2) {
  aspect-ratio: 1.35751295;
  width: 47%;
}
.profilePage .company-profile-nums {
  width: 100%;
  padding: 68px 5% 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guangkai/company-profile-nums-back.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.profilePage .company-profile-nums .company-profile-num-one {
  display: flex;
  margin-right: 9%;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-icon {
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #FF7F68;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  transform: translateY(-4px);
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-icon img {
  width: 55%;
  height: 55%;
  display: block;
  object-fit: scale-down;
  transform: rotateY(0deg);
  max-width: 47px;
  transition: 0.5s;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-con {
  color: #FFFFFF;
  font-weight: bold;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-con .company-profile-num-desc {
  font-size: 22px;
  line-height: 24px;
  max-width: 240px;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-con .company-profile-num-bottom {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-con .company-profile-num-bottom .company-profile-count {
  font-size: 78px;
  line-height: 85px;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-con .company-profile-num-bottom .company-profile-unit {
  font-size: 22px;
  margin-left: 5px;
  line-height: 48px;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-con .company-profile-num-bottom .company-profile-add {
  font-size: 78px;
  line-height: 85px;
}
.profilePage .company-profile-nums .company-profile-num-one:hover .company-profile-num-icon img {
  transform: rotateY(360deg);
}
.profilePage .company-profile-nums .company-profile-num-one:nth-last-of-type(1) {
  margin-right: 0;
}
.profilePage .company-profile-intros {
  width: 100%;
  background: linear-gradient(46deg, #f8fffd 0%, #ffffff 48%, #f1f7fe 100%);
  padding: 100px 320px;
}
.profilePage .company-profile-intros .company-profile-intros-text {
  font-weight: 400;
  font-size: 18px;
  color: #2B2B2B;
  line-height: 33px;
  margin-bottom: 50px;
}
.profilePage .company-profile-intros .company-profile-intros-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .company-profile-intros .company-profile-intros-item {
  width: calc((100% - 64px) / 3);
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 33px 33px 44px;
  transition: 0.5s;
}
.profilePage .company-profile-intros .company-profile-intros-item .company-profile-intros-icon {
  width: 64px;
  height: 64px;
  background: #FF7F68;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(3px);
}
.profilePage .company-profile-intros .company-profile-intros-item .company-profile-intros-icon img {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .company-profile-intros .company-profile-intros-item .company-profile-intros-title {
  margin: 52px auto 40px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #0A0A0A;
  line-height: 24px;
  transition: 0.5s;
}
.profilePage .company-profile-intros .company-profile-intros-item .company-profile-intros-title .text {
  display: inline-block;
  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%, #ae72fe 0, #ae72fe 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.profilePage .company-profile-intros .company-profile-intros-item .company-profile-intros-desc {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 24px;
  transition: 0.5s;
}
.profilePage .company-profile-intros .company-profile-intros-item:hover {
  border: 1px solid #AE72FE;
}
.profilePage .company-profile-intros .company-profile-intros-item:hover .company-profile-intros-icon img {
  transform: rotateY(360deg);
}
.profilePage .company-profile-intros .company-profile-intros-item:hover .company-profile-intros-title {
  color: #AE72FE;
}
.profilePage .company-profile-intros .company-profile-intros-item:hover .company-profile-intros-title .text {
  background-size: 100% 1px;
}
.profilePage .company-history {
  width: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/guangkai/company-history-back.png') no-repeat;
  background-size: cover;
  background-position: center;
}
.profilePage .company-history .company-history-inner {
  padding: 60px 120px 80px;
}
.profilePage .company-history .company-history-title {
  font-weight: 400;
  font-size: 18px;
  color: #0A0A0A;
  line-height: 24px;
  text-align: center;
}
.profilePage .company-history .company-history-desc {
  font-weight: bold;
  font-size: 24px;
  color: #4A5565;
  line-height: 28px;
  text-align: center;
  font-family: 'AlibabaPuHuiTi-Medium';
  margin: 20px auto 60px;
}
.profilePage .company-history .company-history-list {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.profilePage .company-history .company-history-list .company-history-swiper {
  height: 78vh;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  padding: 0 80px;
}
.profilePage .company-history .company-history-list .company-history-swiper .swiper-wrapper {
  flex-direction: column;
}
.profilePage .company-history .company-history-list .company-history-swiper::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FF7F68;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide {
  width: 100%;
  display: flex;
  height: auto;
  margin-bottom: 60px;
  position: relative;
  justify-content: flex-end;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-item {
  width: 46%;
  background: linear-gradient(153deg, #eff6ff 0%, #eef2ff 100%);
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 34px;
  text-align: right;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-item .company-history-item-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-item .company-history-item-top .company-history-item-year {
  font-weight: 400;
  font-size: 35px;
  color: #FF7F68;
  line-height: 40px;
  padding: 0 10px;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-item .company-history-item-top .company-history-item-icon {
  width: 48px;
  height: 48px;
  background: #FF7F68;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-item .company-history-item-top .company-history-item-icon img {
  display: block;
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-item .company-history-item-title {
  font-weight: 400;
  font-size: 26px;
  color: #0A0A0A;
  line-height: 30px;
  margin-top: 8px;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-item .company-history-item-desc {
  font-weight: bold;
  font-size: 24px;
  color: #4A5565;
  line-height: 30px;
  margin-top: 8px;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 22.5px);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-dot .dot {
  width: 24px;
  height: 24px;
  background: #AE72FE;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border: 4px solid #FFFFFF;
  position: relative;
  z-index: 12;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide:hover .company-history-item .company-history-item-top .company-history-item-icon img {
  transform: rotateY(360deg);
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide:hover .company-history-dot {
  background: rgba(111, 31, 218, 0.3);
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-item {
  text-align: left;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide .company-history-item .company-history-item-top {
  justify-content: flex-start;
}
.profilePage .company-history .company-history-list .company-history-swiper .history-con-cur .company-history-dot {
  background: rgba(111, 31, 218, 0.3);
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide:nth-last-of-type(1) {
  margin-bottom: 0;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide:nth-of-type(2n) {
  justify-content: flex-start;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide:nth-of-type(2n) .company-history-item {
  text-align: right;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-slide:nth-of-type(2n) .company-history-item .company-history-item-top {
  justify-content: flex-end;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-btns {
  position: absolute;
  right: 0;
  width: 66px;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 12;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-btns .company-history-btn {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #8E8E8E;
  text-align: center;
  line-height: 66px;
  color: #8E8E8E;
  font-size: 36px;
  margin: 20px 0;
  cursor: pointer;
  transition: 0.5s;
}
.profilePage .company-history .company-history-list .company-history-swiper .company-history-btns .company-history-btn:hover {
  background: #AE72FE;
  color: #fff;
  border: 1px solid #AE72FE;
}
.profilePage .company-all {
  width: 100%;
}
.profilePage .company-culture-inner {
  width: 100%;
  padding: 80px 320px 120px;
}
.profilePage .company-culture-inner .company-culture-title {
  font-weight: 400;
  font-size: 24px;
  color: #0A0A0A;
  line-height: 24px;
  text-align: center;
}
.profilePage .company-culture-inner .company-culture-desc {
  font-weight: 400;
  font-size: 25px;
  color: #4A5565;
  line-height: 28px;
  margin: 15px auto 90px;
  text-align: center;
}
.profilePage .company-culture-inner .company-culture-list {
  display: flex;
  flex-wrap: wrap;
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item {
  background: linear-gradient(153deg, #ffffff 0%, #f9fafb 100%);
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 240px;
  margin-bottom: 62px;
  margin-right: 24px;
  width: calc((100% - 72px) / 4);
  padding: 50px 42px 28px;
  transition: 0.5s;
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item .company-culture-item-top {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item .company-culture-item-top .company-culture-item-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(153deg, #f54900 0%, #8f3e1b 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 10px;
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item .company-culture-item-top .company-culture-item-icon img {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transition: 0.5s;
  transform: rotateY(0deg);
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item .company-culture-item-top .company-culture-item-title {
  font-weight: 400;
  font-size: 24px;
  color: #0A0A0A;
  line-height: 28px;
  margin: 5px 0;
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item .company-culture-item-top .company-culture-item-title-other {
  width: 100%;
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item .company-culture-item-desc {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #4A5565;
  line-height: 20px;
  margin-top: 27px;
  display: flex;
  justify-content: center;
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item:hover {
  border: 1px solid #6F1FDA;
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item:hover .company-culture-item-top .company-culture-item-icon img {
  transform: rotateY(360deg);
}
.profilePage .company-culture-inner .company-culture-list .company-culture-item:nth-of-type(4n) {
  margin-right: 0;
}
.profilePage .company-culture-inner .company-culture-change {
  width: 100%;
}
.profilePage .company-culture-inner .company-culture-change .culture-change-tabs {
  width: 448px;
  height: 36px;
  background: #ECECF0;
  border-radius: 14px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  position: relative;
}
.profilePage .company-culture-inner .company-culture-change .culture-change-tabs .culture-change-tab-one {
  width: 50%;
  height: 29px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #0A0A0A;
  line-height: 29px;
  position: relative;
  z-index: 12;
  cursor: pointer;
}
.profilePage .company-culture-inner .company-culture-change .culture-change-tabs .culture-change-box {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 50%;
  height: 29px;
  border-radius: 14px;
  background: #fff;
  transition: 0.5s;
}
.profilePage .company-culture-inner .culture-change-swiper {
  width: 100%;
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide {
  width: 100%;
  height: 428px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide .culture-change-img {
  height: 100%;
  width: 46%;
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide .culture-change-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide .culture-change-words {
  width: 54%;
  padding: 5% 32px;
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide .culture-change-words .culture-change-word-title {
  font-weight: 500;
  font-size: 16px;
  color: #0A0A0A;
  line-height: 24px;
  font-family: 'AlibabaPuHuiTi-Medium';
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide .culture-change-words .culture-change-word-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%, #2e2e2e 0, #2e2e2e 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide .culture-change-words .culture-change-word-desc {
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 24px;
  margin: 16px 0;
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide .culture-change-words .culture-change-word-taps {
  display: flex;
  flex-wrap: wrap;
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide .culture-change-words .culture-change-word-taps .tap {
  min-width: 70px;
  height: 21px;
  background: #DBEAFE;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 8px;
  margin-right: 8px;
  text-align: center;
  padding: 0 30px;
  font-weight: 400;
  font-size: 12px;
  color: #1447E6;
  line-height: 21px;
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide:hover .culture-change-img img {
  transform: scale(1.05);
}
.profilePage .company-culture-inner .culture-change-swiper .culture-change-slide:hover .culture-change-words .culture-change-word-title .text {
  background-size: 100% 1px;
}
.profilePage .company-culture-inner .company-culture-change-summary {
  width: 100%;
  min-height: 225px;
  background: linear-gradient(90deg, #1e2939 0%, #ca3500 100%);
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 32px;
  padding: 30px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .social-responsibility {
  width: 100%;
  padding: 100px 320px;
  background: linear-gradient(153deg, #f7fffd 0%, #ffffff 50%, #eff6ff 100%);
}
.profilePage .social-responsibility .social-responsibility-inner {
  width: 100%;
}
.profilePage .social-responsibility .social-responsibility-title {
  font-weight: 400;
  font-size: 16px;
  color: #0A0A0A;
  line-height: 24px;
  text-align: center;
}
.profilePage .social-responsibility .social-responsibility-desc {
  font-weight: 400;
  font-size: 20px;
  color: #4A5565;
  line-height: 28px;
  text-align: center;
  margin: 15px auto 80px;
  width: 100%;
}
.profilePage .social-responsibility .social-responsibility-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left {
  width: 48%;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item {
  width: calc((100% - 24px) / 2);
  min-height: 317px;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item .social-responsibility-left-item-top {
  width: 100%;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item .social-responsibility-left-icon {
  width: 48px;
  height: 48px;
  background: #DBEAFE;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item .social-responsibility-left-icon img {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item .social-responsibility-left-title {
  font-weight: 500;
  font-size: 16px;
  color: #0A0A0A;
  line-height: 24px;
  margin: 22px 0 18px;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item .social-responsibility-left-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%, #0a0a0a 0, #0a0a0a 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item .social-responsibility-left-desc {
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 24px;
  min-height: 72px;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item .social-responsibility-left-intro {
  font-weight: 400;
  font-size: 14px;
  color: #155DFC;
  line-height: 20px;
  margin-top: 20px;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item:hover .social-responsibility-left-icon img {
  transform: rotateY(360deg);
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item:hover .social-responsibility-left-title .text {
  background-size: 100% 1px;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item:nth-of-type(3) {
  margin-bottom: 0;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-left .social-responsibility-left-item:nth-of-type(4) {
  margin-bottom: 0;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right {
  width: 48%;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-right-inner {
  width: 100%;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3.203125;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-img img {
  display: block;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders {
  width: 100%;
  padding: 25px;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders .social-responsibility-sliders-title {
  font-weight: 400;
  font-size: 16px;
  color: #0A0A0A;
  line-height: 24px;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders .el-slider__button-wrapper {
  display: none;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders .el-slider__runway {
  height: 8px;
  margin: 0 0;
  background-color: rgba(3, 2, 19, 0.2);
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders .el-slider__bar {
  height: 8px;
  background: #030213;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders .social-responsibility-sliders-list {
  width: 100%;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders .social-responsibility-sliders-item {
  margin-top: 15px;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders .social-responsibility-sliders-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #364153;
  line-height: 20px;
  margin-bottom: 8px;
  padding-right: 40px;
  position: relative;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders .social-responsibility-sliders-item-title .val {
  font-weight: 400;
  font-size: 14px;
  color: #4A5565;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.profilePage .social-responsibility .social-responsibility-main .social-responsibility-right .social-responsibility-sliders .social-responsibility-sliders-item-val {
  width: 100%;
}
.profilePage .social-responsibility .social-responsibility-intros {
  width: 100%;
  height: 121px;
  background: linear-gradient(90deg, #1e2939 0%, #ca3500 100%);
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 50px;
}
.profilePage .social-responsibility .social-responsibility-intros .social-responsibility-intro-item {
  width: 24%;
}
.profilePage .social-responsibility .social-responsibility-intros .text1 {
  color: #fff;
}
.profilePage .social-responsibility .social-responsibility-intros .text2 {
  color: #E5E7EB;
  margin-top: 7px;
}
@media only screen and (max-width: 1598px) {
  .smartPage {
    padding: 100px 120px 20px;
  }
  .smartPage .smart-second-navs1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1365px) {
  .smartPage {
    padding: 100px 80px 20px;
  }
}
@media only screen and (max-width: 1251px) {
  .smartPage {
    padding: 100px 5% 20px;
  }
  .smartPage .smartPage-text {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .smartPage .smartPage-text {
    font-size: 42px;
    line-height: 78px;
  }
  .smartPage {
    padding: 60px 5% 0;
  }
  .smartPage .smart-second-navs .smart-second-nav-a {
    font-size: 15px;
  }
  .smartPage .smart-second-navs1 {
    margin-bottom: 30px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play {
    width: 58px;
    height: 58px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play svg {
    width: 26px;
    height: 26px;
  }
  .smartPage .video-list .video-item {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 22px;
  }
  .smartPage .video-list .video-item:nth-of-type(3n) {
    margin-right: 15px;
  }
  .smartPage .video-list .video-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
