.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;
}
.smartPage {
  padding: 0 0 100px;
  position: relative;
}
.smartPage .nban-nav {
  padding: 48px 184px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.smartPage .nban-nav a {
  font-weight: 400;
  font-size: 16px;
  color: #BABABA;
  line-height: 20px;
  margin-bottom: 8px;
  transition: 0.5s;
}
.smartPage .nban-nav a:hover {
  color: #0A0A0A;
}
.smartPage .smartPage-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 60px;
}
.smartPage .honor-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
}
.smartPage .honor-item {
  margin-right: 22px;
  margin-bottom: 50px;
  width: calc((100% - 66px) / 4);
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smartPage .honor-item .honor-item-cover {
  width: 267px;
  aspect-ratio: 0.70634921;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  border: 5px solid rgba(231, 0, 11, 0.26);
}
.smartPage .honor-item .honor-item-cover .el-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.smartPage .honor-item .honor-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.smartPage .honor-item .honor-item-title {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-top: 15px;
  line-height: 25px;
  display: none;
}
.smartPage .honor-item:hover .honor-item-cover img {
  transform: scale(1.05);
}
.smartPage .honor-list-op {
  opacity: 0;
  transform: translateY(12px);
}
.smartPage .honor-item:nth-of-type(4n) {
  margin-right: 0;
}
.smartPage .honor-item-nodata {
  width: 100%;
  margin: 100px 0;
  text-align: center;
  font-size: 35px;
  line-height: 45px;
  color: #333333;
  font-weight: 500;
}
.smartPage .webPage1 {
  margin-top: 20px;
}
.smartPage .video-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.smartPage .video-list .video-item {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  margin-bottom: 50px;
  cursor: pointer;
}
.smartPage .video-list .video-item .img-main {
  width: 100%;
  aspect-ratio: 1.77695167;
  background: #7C7C7C;
  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;
  transition: 0.5s;
}
.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: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.74);
  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: 32px;
  height: 32px;
}
.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(1.1);
}
.smartPage .video-list .video-item-active .img-main .img-inner {
  top: 100%;
}
.smartPage .video-list .video-item:nth-of-type(3n) {
  margin-right: 0;
}
.smartPage .webPage2 {
  margin-top: 25px;
}
.smartPage .factory-img-title {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  line-height: 24px;
}
.smartPage .factory-img-desc {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #404040;
  line-height: 24px;
  margin: 30px auto 60px;
}
.smartPage .factory-img-desc1 {
  max-width: 790px;
}
.smartPage .factory-img-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.smartPage .factory-img-list .factory-img-item {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  aspect-ratio: 1.45756458;
  background: #C5C5C5;
}
.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: 100%;
  display: flex;
  justify-content: space-between;
}
.smartPage .factory-img-list .factory-img-left .factory-img-item:nth-of-type(1) {
  width: calc((100% - 32px) / 3);
}
.smartPage .factory-img-list .factory-img-left .factory-img-item:nth-of-type(2) {
  width: calc((100% - 32px) / 3 * 2 + 16px);
  aspect-ratio: 2.99628253;
}
.smartPage .factory-img-list .factory-img-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}
.smartPage .factory-img-list .factory-img-right .factory-img-item:nth-of-type(2) {
  width: calc((100% - 32px) / 3);
}
.smartPage .factory-img-list .factory-img-right .factory-img-item:nth-of-type(1) {
  width: calc((100% - 32px) / 3 * 2 + 16px);
  aspect-ratio: 2.99628253;
}
.smartPage .factory-img-list .factory-img-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.smartPage .factory-img-list .factory-img-bottom .factory-img-item {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.smartPage .factory-img-list .factory-img-bottom .factory-img-item:nth-of-type(3n) {
  margin-right: 0;
}
.smartPage .webPage3 {
  margin-top: 50px;
}
.news-second {
  padding: 27px 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-second .news-second-item {
  transition: 0.5s;
  padding: 0 15px;
  position: relative;
  font-weight: 400;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.38);
  line-height: 30px;
  cursor: pointer;
}
.news-second .news-second-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%);
}
.news-second .news-second-item:hover {
  color: #000000;
}
.news-second .news-second-item-active {
  color: #000000;
}
.news-second .news-second-item:nth-last-of-type(1)::after {
  display: none;
}
.newsPage {
  width: 100%;
}
.newsPage .newsPage-inner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 223px 60px;
}
.newsPage .news-list {
  width: 100%;
}
.newsPage .newi-item-one {
  width: 100%;
  margin-bottom: 50px;
}
.newsPage .newi-item-one-inner {
  background: #F9F9F9;
  border-radius: 12px;
  padding: 32px 52px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.newsPage .newi-item-one-inner .newi-item-img {
  width: 32%;
}
.newsPage .newi-item-one-inner .newi-item-img .home-news-img {
  width: 100%;
  background: #9B9B9B;
  overflow: hidden;
  aspect-ratio: 1.80933852;
}
.newsPage .newi-item-one-inner .newi-item-img .home-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.newsPage .newi-item-one-inner .newi-item-con {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.newsPage .newi-item-one-inner .newi-item-con .newi-item-main {
  width: 100%;
}
.newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}
.newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-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%, #ffffff 0, #ffffff 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-desc {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-top: 22px;
}
.newsPage .newi-item-one-inner .newi-item-con .newi-item-other {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.newsPage .newi-item-one-inner .newi-item-con .newi-item-other .newi-item-more .right {
  color: #BABABA;
  font-size: 26px;
  line-height: 30px;
  transition: 0.5s;
}
.newsPage .newi-item-one-inner .newi-item-con .newi-item-other:hover .newi-item-more .right {
  color: #000000;
  transform: translateX(12px);
}
.newsPage .newi-item-one-inner:hover .newi-item-img .home-news-img img {
  transform: scale(1.05);
}
.newsPage .newi-item-one-inner:hover .newi-item-con .newi-item-main .newi-item-title .text {
  background-size: 100% 1px;
}
.smartPage .nban-nav {
  position: relative;
  z-index: 2;
}
.smartPage .company-seconds {
  position: relative;
  z-index: 2;
}
.smartPage .smartPage-inner {
  position: relative;
  z-index: 2;
}
.factoryPage .factory-dot1 {
  width: 22%;
  position: absolute;
  left: 0;
  bottom: 20%;
  max-width: 422px;
}
.factoryPage .factory-dot2 {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 25%;
  max-width: 768px;
}
.videosPage .smartPage-inner {
  max-width: 1440px;
}
.videosPage .video-dot2 {
  position: absolute;
  right: 0;
  bottom: -5%;
  width: 25%;
  max-width: 480px;
}
.videosPage .video-dot1 {
  position: absolute;
  left: 0;
  top: -70px;
  width: 40%;
  max-width: 768px;
}
.honorPage .honor-dot1 {
  position: absolute;
  left: 0;
  width: 21%;
  top: 85px;
  max-width: 405px;
}
.honorPage .honor-dot2 {
  position: absolute;
  right: 0;
  width: 14%;
  top: 25px;
  max-width: 300px;
}
.profilePage {
  width: 100%;
}
.profilePage .nban-nav {
  padding: 48px 184px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.profilePage .nban-nav a {
  font-weight: 400;
  font-size: 16px;
  color: #BABABA;
  line-height: 20px;
  margin-bottom: 8px;
  transition: 0.5s;
}
.profilePage .nban-nav a:hover {
  color: #0A0A0A;
}
.profilePage .profile-inner {
  width: 100%;
  padding: 58px 318px 70px;
  position: relative;
}
.profilePage .profile-inner .company-profile-dot1 {
  width: 33%;
  position: absolute;
  left: 0;
  bottom: 12%;
}
.profilePage .profile-inner .company-profile-dot2 {
  width: 14%;
  position: absolute;
  right: 0;
  top: 5%;
}
.profilePage .profile-inner-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.profilePage .profile-inner-intro .profile-words-intro {
  width: 47%;
}
.profilePage .profile-inner-intro .profile-words-intro .profile-words-title {
  height: 52px;
  background: #FFE2E2;
  border-radius: 8px;
  border: 1px solid rgba(231, 0, 11, 0.3);
  font-weight: 400;
  font-size: 20px;
  color: #E7000B;
  line-height: 30px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.profilePage .profile-inner-intro .profile-words-intro .profile-words-desc {
  margin-top: 52px;
  font-weight: 400;
  font-size: 16px;
  color: #4A5565;
  line-height: 24px;
}
.profilePage .profile-inner-intro .profile-words-intro .profile-words-desc .text {
  margin-top: 25px;
}
.profilePage .profile-inner-intro .profile-words-intro .profile-words-desc .text:nth-of-type(1) {
  margin-top: 0;
}
.profilePage .profile-inner-intro .profile-company-img {
  width: 47%;
}
.profilePage .profile-inner-intro .profile-company-img .profile-company-img-inner {
  width: 100%;
  aspect-ratio: 1.46;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.profilePage .profile-inner-intro .profile-company-img .profile-company-img-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.profilePage .profile-inner-intro .profile-company-img .profile-company-img-inner:hover img {
  transform: scale(1.05);
}
.profilePage .company-profile-nums {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 64px auto 90px;
  position: relative;
  z-index: 2;
}
.profilePage .company-profile-nums .company-profile-num-one {
  width: 23%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-icon {
  width: 64px;
  height: 64px;
  background: #E7000B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-icon img {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-val {
  margin: 15px auto 9px;
  font-weight: 300;
  font-size: 30px;
  color: #0A0A0A;
  line-height: 36px;
  font-family: 'AlibabaPuHuiTi-Light';
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-desc {
  font-weight: 300;
  font-size: 16px;
  color: #4A5565;
  line-height: 24px;
}
.profilePage .company-profile-nums .company-profile-num-one .company-profile-num-desc .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%, #4a5565 0, #4a5565 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.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:hover .company-profile-num-desc .text {
  background-size: 100% 1px;
}
.profilePage .company-profile-core {
  background: #F9FAFB;
  border-radius: 12px;
  padding: 33px 32px;
  overflow: hidden;
  width: 100%;
  font-family: 'AlibabaPuHuiTi-Light';
  position: relative;
  z-index: 2;
}
.profilePage .company-profile-core .company-profile-core-title {
  font-weight: 300;
  font-size: 36px;
  color: #0A0A0A;
  line-height: 40px;
  text-align: center;
}
.profilePage .company-profile-core .company-profile-core-desc {
  font-weight: 300;
  font-size: 20px;
  color: #4A5565;
  line-height: 28px;
  text-align: center;
  margin: 16px 0 64px;
}
.profilePage .company-profile-core .company-profile-core-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.profilePage .company-profile-core .company-profile-core-list .company-profile-core-item {
  width: calc((100% - 96px) / 4);
  background: #FFFFFF;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 24px;
}
.profilePage .company-profile-core .company-profile-core-list .company-profile-core-item .company-profile-core-icon {
  width: 48px;
  height: 48px;
  background: #FFE2E2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profilePage .company-profile-core .company-profile-core-list .company-profile-core-item .company-profile-core-icon img {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.profilePage .company-profile-core .company-profile-core-list .company-profile-core-item .company-profile-core-text {
  font-weight: 300;
  font-size: 20px;
  color: #0A0A0A;
  line-height: 28px;
  margin: 16px 0 12px;
}
.profilePage .company-profile-core .company-profile-core-list .company-profile-core-item .company-profile-core-text .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 .company-profile-core .company-profile-core-list .company-profile-core-item .company-profile-core-intro {
  font-weight: 300;
  font-size: 16px;
  color: #4A5565;
  line-height: 24px;
}
.profilePage .company-profile-core .company-profile-core-list .company-profile-core-item:hover .company-profile-core-icon img {
  transform: rotateY(360deg);
}
.profilePage .company-profile-core .company-profile-core-list .company-profile-core-item:hover .company-profile-core-text .text {
  background-size: 100% 1px;
}
@media only screen and (max-width: 1918px) {
  .videosPage .video-dot1 {
    top: -40px;
  }
  .profilePage .profile-inner {
    padding: 58px 200px 70px;
  }
  .smartPage {
    padding: 0 0 80px;
  }
  .profilePage .profile-inner .company-profile-dot1 {
    width: 24%;
    bottom: 23%;
  }
  .profilePage .profile-inner .company-profile-dot2 {
    width: 10%;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-desc {
    margin-top: 40px;
  }
  .profilePage .company-profile-nums {
    margin: 64px auto 66px;
  }
  .profilePage .company-profile-core .company-profile-core-desc {
    margin: 16px 0 50px;
  }
  .profilePage .company-profile-core {
    padding: 40px 32px;
  }
}
@media only screen and (max-width: 1850px) {
  .smartPage .factory-img-list {
    width: 94%;
    margin: 0 auto;
  }
  .honorPage .honor-dot1 {
    width: 18%;
  }
  .honorPage .honor-dot2 {
    width: 11%;
  }
}
@media only screen and (max-width: 1651px) {
  .smartPage .factory-img-list {
    width: 88%;
    margin: 0 auto;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-desc {
    font-size: 15px;
  }
  .profilePage .profile-inner {
    padding: 58px 150px 62px;
  }
  .smartPage .nban-nav {
    padding: 48px 150px 20px;
  }
  .profilePage .nban-nav {
    padding: 48px 150px 20px;
  }
  .profilePage .company-profile-core .company-profile-core-title {
    font-size: 30px;
  }
  .profilePage .company-profile-core .company-profile-core-desc {
    font-size: 18px;
    margin: 12px 0 40px;
  }
  .smartPage {
    padding: 0 0 60px;
  }
  .smartPage .smartPage-inner {
    padding-top: 48px;
  }
  .smartPage .factory-img-desc {
    margin: 22px auto 48px;
  }
  .smartPage .webPage2 {
    margin-top: 15px;
  }
  .smartPage .video-list .video-item {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play {
    width: 66px;
    height: 66px;
  }
}
@media only screen and (max-width: 1598px) {
  .newsPage .newsPage-inner {
    padding: 0 160px 60px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-title {
    font-size: 22px;
  }
  .honorPage .honor-dot2 {
    width: 9%;
  }
  .honorPage .honor-dot1 {
    width: 13%;
  }
  .videosPage .video-dot1 {
    top: -16px;
    width: 33%;
  }
  .videosPage .video-dot2 {
    bottom: -3%;
    width: 23%;
  }
  .profilePage .profile-inner .company-profile-dot1 {
    width: 18%;
    bottom: 48%;
  }
  .profilePage .profile-inner .company-profile-dot2 {
    width: 8%;
    top: 43%;
  }
  .profilePage .profile-inner {
    padding: 50px 80px 62px;
  }
  .profilePage .nban-nav {
    padding: 48px 80px 20px;
  }
  .smartPage .nban-nav {
    padding: 48px 80px 20px;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-desc {
    font-size: 14px;
    margin-top: 30px;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-title {
    height: 46px;
    font-size: 16px;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-desc .text {
    margin-top: 20px;
  }
  .profilePage .company-profile-nums {
    margin: 48px auto 50px;
  }
  .profilePage .company-profile-core .company-profile-core-title {
    font-size: 26px;
    line-height: 33px;
  }
  .profilePage .company-profile-core .company-profile-core-desc {
    font-size: 17px;
    margin: 12px 0 34px;
  }
  .profilePage .company-profile-core .company-profile-core-list .company-profile-core-item {
    width: calc((100% - 72px) / 4);
  }
  .profilePage .company-profile-core .company-profile-core-list .company-profile-core-item .company-profile-core-intro {
    font-size: 15px;
  }
  .profilePage .company-profile-core .company-profile-core-list .company-profile-core-item .company-profile-core-text {
    font-size: 18px;
    margin: 18px 0 6px;
  }
  .smartPage .factory-img-list {
    width: 76%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1365px) {
  .newsPage .newsPage-inner {
    padding: 0 120px 60px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-title {
    font-size: 20px;
  }
  .profilePage .profile-inner {
    padding: 50px 5% 62px;
  }
  .profilePage .nban-nav {
    padding: 48px 5% 20px;
  }
  .smartPage .nban-nav {
    padding: 48px 5% 20px;
  }
  .profilePage .company-profile-nums .company-profile-num-one .company-profile-val {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1251px) {
  .newsPage .newsPage-inner {
    padding: 0 5% 40px;
  }
  .webPage-new {
    margin-top: 38px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-desc {
    font-size: 14px;
    margin-top: 20px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-title {
    font-size: 18px;
  }
  .news-second .news-second-item {
    font-size: 20px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-desc {
    margin-top: 16px;
  }
  .newsPage .newi-item-one-inner {
    border-radius: 10px;
    padding: 30px 38px;
  }
  .newsPage .newi-item-one-inner .newi-item-img {
    width: 34%;
  }
  .newsPage .newi-item-one {
    margin-bottom: 34px;
  }
  .factoryPage .factory-dot1 {
    width: 20%;
    bottom: 1%;
  }
  .videosPage .video-dot1 {
    top: 40px;
    width: 27px;
  }
  .factoryPage .factory-dot2 {
    width: 28%;
    top: 2%;
  }
  .profilePage .profile-inner .company-profile-dot2 {
    width: 9%;
    top: 32%;
  }
  .profilePage .profile-inner .company-profile-dot1 {
    width: 18%;
    bottom: 55%;
  }
  .smartPage .honor-item .honor-item-cover {
    width: 200px;
  }
  .smartPage .honor-item {
    margin-bottom: 30px;
  }
  .profilePage .nban-nav {
    padding: 40px 5% 20px;
  }
  .smartPage .nban-nav {
    padding: 48px 5% 20px;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-title {
    height: 40px;
    font-size: 14px;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-desc {
    margin-top: 20px;
    line-height: 24px;
    font-size: 13px;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-desc .text {
    margin-top: 10px;
  }
  .profilePage .company-profile-nums {
    margin: 36px auto 42px;
  }
  .profilePage .company-profile-nums .company-profile-num-one .company-profile-val {
    font-size: 23px;
    margin: 11px auto 3px;
  }
  .profilePage .company-profile-core .company-profile-core-list {
    flex-wrap: wrap;
  }
  .profilePage .company-profile-core .company-profile-core-list .company-profile-core-item {
    width: 48%;
    margin-top: 22px;
  }
  .profilePage .company-profile-core .company-profile-core-desc {
    font-size: 16px;
    margin: 10px 0 5px;
    line-height: 25px;
  }
  .profilePage .company-profile-core .company-profile-core-title {
    font-size: 21px;
    line-height: 30px;
  }
  .smartPage {
    padding: 0 0 35px;
  }
  .smartPage .smartPage-inner {
    padding-top: 40px;
  }
  .smartPage .factory-img-desc {
    margin: 18px auto 35px;
    font-size: 14px;
  }
  .smartPage .factory-img-list {
    width: 100%;
  }
  .smartPage .webPage3 {
    margin-top: 38px;
  }
  .smartPage .video-list .video-item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play {
    width: 56px;
    height: 56px;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play svg {
    width: 26px;
    height: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .news-second {
    padding: 27px 5%;
  }
  .profilePage .profile-inner .company-profile-dot2 {
    width: 15%;
    top: 11%;
  }
  .profilePage .profile-inner .company-profile-dot1 {
    width: 37%;
    bottom: 58%;
  }
  .smartPage .nban-nav {
    padding: 38px 5% 20px;
  }
  .profilePage .nban-nav {
    padding: 38px 5% 20px;
  }
  .profilePage .profile-inner-intro {
    flex-wrap: wrap;
  }
  .profilePage .profile-inner-intro .profile-words-intro {
    width: 100%;
    margin-bottom: 30px;
  }
  .profilePage .profile-inner-intro .profile-company-img {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .profilePage .company-profile-nums {
    margin: 50px auto 42px;
  }
  .smartPage .factory-img-desc {
    margin: 14px auto 26px;
  }
  .smartPage .smartPage-inner {
    padding-top: 32px;
  }
  .smartPage .video-list .video-item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-title {
    font-size: 17px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-desc {
    margin-top: 10px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-other {
    margin-top: 20px;
  }
  .newsPage .newi-item-one-inner {
    padding: 28px 21px;
  }
}
@media (max-width: 767px) {
  .news-second .news-second-item {
    font-size: 17px;
  }
  .newsPage .newi-item-one-inner {
    flex-wrap: wrap;
  }
  .newsPage .newi-item-one-inner .newi-item-img {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 16px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-title {
    font-size: 16px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-desc {
    font-size: 13px;
  }
  .newsPage .newi-item-one-inner {
    padding: 24px 21px 20px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-desc {
    margin-top: 6px;
  }
  .newsPage .newi-item-one-inner .newi-item-con {
    width: 100%;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-other {
    margin-top: 10px;
  }
  .smartPage .factory-img-list .factory-img-item .factory-img-mask .factory-img-mask-inner .view {
    width: 32px;
  }
  .honorPage .honor-dot1 {
    width: 18%;
    top: auto;
    bottom: 0;
  }
  .honorPage .honor-dot2 {
    width: 10%;
    top: 5px;
  }
  .videosPage .video-dot2 {
    bottom: 0;
  }
  .factoryPage .factory-dot1 {
    width: 26%;
    max-width: 120px;
  }
  .profilePage .profile-inner .company-profile-dot2 {
    width: 18%;
    top: 25%;
  }
  .profilePage .nban-nav {
    padding: 32px 5% 20px;
  }
  .smartPage .nban-nav {
    padding: 32px 5% 20px;
  }
  .smartPage .nban-nav a {
    font-size: 14px;
  }
  .profilePage .nban-nav a {
    font-size: 14px;
  }
  .profilePage .company-profile-core .company-profile-core-list .company-profile-core-item {
    width: 100%;
  }
  .profilePage .company-profile-core {
    padding: 27px 22px 22px;
  }
  .profilePage .profile-inner {
    padding: 30px 5% 30px;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-title {
    height: 32px;
    font-size: 12px;
    padding: 0 16px;
  }
  .profilePage .profile-inner-intro .profile-words-intro .profile-words-desc {
    margin-top: 14px;
    line-height: 23px;
    font-size: 12px;
  }
  .profilePage .profile-inner-intro .profile-words-intro {
    margin-bottom: 18px;
  }
  .profilePage .company-profile-nums {
    margin: 30px auto 4px;
    flex-wrap: wrap;
  }
  .profilePage .company-profile-nums .company-profile-num-one {
    width: 48%;
    margin-bottom: 25px;
  }
  .profilePage .company-profile-nums .company-profile-num-one .company-profile-num-icon {
    width: 55px;
    height: 55px;
  }
  .profilePage .company-profile-nums .company-profile-num-one .company-profile-val {
    font-size: 20px;
    margin: 7px auto 0;
  }
  .profilePage .company-profile-nums .company-profile-num-one .company-profile-num-desc {
    font-size: 14px;
  }
  .profilePage .company-profile-core .company-profile-core-title {
    font-size: 19px;
    line-height: 28px;
  }
  .profilePage .company-profile-core .company-profile-core-desc {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .profilePage .company-profile-core .company-profile-core-list .company-profile-core-item .company-profile-core-intro {
    font-size: 14px;
  }
  .profilePage .company-profile-core .company-profile-core-list .company-profile-core-item .company-profile-core-text {
    font-size: 16px;
    margin: 15px 0 6px;
  }
  .smartPage {
    padding: 0 0 30px;
  }
  .smartPage .smartPage-inner {
    padding-top: 25px;
  }
  .smartPage .factory-img-desc {
    margin: 8px auto 22px;
  }
  .smartPage .factory-img-list .factory-img-left .factory-img-item:nth-of-type(1) {
    width: calc((100% - 12px) / 3);
  }
  .smartPage .factory-img-list .factory-img-left .factory-img-item:nth-of-type(2) {
    width: calc((100% - 12px) / 3 * 2 + 6px);
  }
  .smartPage .factory-img-list .factory-img-right .factory-img-item:nth-of-type(1) {
    width: calc((100% - 12px) / 3 * 2 + 6px);
  }
  .smartPage .factory-img-list .factory-img-right .factory-img-item:nth-of-type(2) {
    width: calc((100% - 12px) / 3);
  }
  .smartPage .factory-img-list .factory-img-right {
    margin: 12px 0;
  }
  .smartPage .factory-img-list .factory-img-bottom .factory-img-item {
    width: calc((100% - 12px) / 3);
    margin-right: 6px;
  }
  .smartPage .factory-img-list .factory-img-item {
    border-radius: 6px;
  }
  .smartPage .factory-img-list .factory-img-item .factory-img-mask .factory-img-mask-inner .factory-img-item-title {
    display: none;
  }
  .smartPage .video-list .video-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 16px;
  }
  .smartPage .video-list .video-item:nth-of-type(3n) {
    margin-right: 4%;
  }
  .smartPage .video-list .video-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .smartPage .video-list .video-item .img-main .img-inner .mask .play {
    width: 46px;
    height: 46px;
  }
}
@media only screen and (max-width: 641px) {
  .smartPage .honor-item {
    margin-right: 15px;
    margin-bottom: 18px;
    width: calc((100% - 15px) / 2);
  }
  .smartPage .honor-item:nth-of-type(4n) {
    margin-right: 15px;
  }
  .smartPage .honor-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 396px) {
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-title {
    font-size: 14px;
  }
  .webPage-new {
    margin-top: 35px;
  }
  .newsPage .newi-item-one {
    margin-bottom: 22px;
  }
  .newsPage .newi-item-one-inner {
    padding: 18px 16px 20px;
  }
  .newsPage .newi-item-one-inner .newi-item-con .newi-item-main .newi-item-desc {
    font-size: 12px;
  }
}
