.case-industry .case-industry-inner {
  padding: 0 210px;
}
.case-industry .index-title {
  justify-content: center;
}
.case-industry .index-title .text {
  color: #000000;
}
.case-industry .index-title .add {
  color: #000000;
}
.case-industry .case-industry-desc {
  margin: 48px auto;
  max-width: 900px;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  text-align: center;
}
.case-industry .case-industry-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.case-industry .case-industry-item {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.case-industry .case-industry-item .case-industry-item-img {
  width: 100%;
  aspect-ratio: 1.55319149;
  background: #000000;
}
.case-industry .case-industry-item .case-industry-item-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.case-industry .case-industry-item .case-industry-item-con {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-con-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val {
  width: 100%;
  padding: 35px 40px 40px;
  position: relative;
  transition: 0.5s;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-title {
  position: relative;
  z-index: 12;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-title .text {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  font-family: 'HarmonyOS-Medium';
  position: relative;
  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%, #000000 0, #000000 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 18px;
  position: relative;
  z-index: 12;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-adv {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  position: relative;
  z-index: 12;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-adv .case-industry-item-adv-inner {
  font-family: 'SourceHanSansSC-Regular';
  padding-top: 25px;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-adv .case-industry-item-adv-inner .case-industry-item-adv-title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-adv .case-industry-item-adv-inner .case-industry-item-adv-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 8px;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  opacity: 0.7;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  right: 0;
  padding-right: 40px;
  top: -17px;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.5s;
}
.case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro .case-industry-item-pro-one {
  width: auto;
  min-width: 138px;
  height: 34px;
  padding: 0 10px;
  background: #FFE200;
  border-radius: 6px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  font-family: 'SourceHanSansSC-Regular';
  margin-left: 14px;
}
.case-industry .case-industry-item:hover .case-industry-item-img img {
  transform: scale(1.05);
}
.case-industry .case-industry-item-active .case-industry-item-con .case-industry-item-val .case-industry-item-title .text {
  background-size: 100% 1px;
}
.case-industry .case-industry-item-active .case-industry-item-con .case-industry-item-val .case-industry-item-adv {
  max-height: 200px;
  transition: max-height 0.5s;
}
.case-industry .case-industry-item-active .case-industry-item-con .case-industry-item-val .case-industry-item-pro {
  opacity: 1;
  transform: translateY(0);
}
.case-industry .case-industry-item:nth-of-type(2n) {
  margin-right: 0;
}
.case-industry .case-industry-others {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.case-industry .case-industry-others .case-industry-other-item {
  width: 20%;
  transition: 0.8s;
  height: 470px;
  background: #000000;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-img .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  left: 0;
  transition: 0.5s;
  padding: 12px 10px;
}
.case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-img .text .industry-other-title {
  width: auto;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  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: 100% 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  position: relative;
  font-family: 'HarmonyOS-Medium';
}
.case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 35px 40px 40px;
  background: rgba(255, 255, 255, 0.7);
  transform: translateY(100%);
  transition: 0.5s;
}
.case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  font-family: 'HarmonyOS-Medium';
}
.case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 24px;
  margin: 16px 0 10px;
}
.case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-adv {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-adv-val {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 10px;
}
.case-industry .case-industry-others .case-industry-other-item:hover .case-industry-other-item-img img {
  transform: scale(1.05);
}
.case-industry .case-industry-others .case-industry-other-item-active {
  width: 54.5%;
}
.case-industry .case-industry-others .case-industry-other-item-active .case-industry-other-item-img .text {
  opacity: 0;
  transform: translateY(-150%);
}
.case-industry .case-industry-others .case-industry-other-item-active .case-industry-other-item-con {
  transform: translateY(0);
  transition: 0.5s 0.2s;
}
.case-study {
  position: relative;
  overflow: hidden;
}
.case-study .case-study-inner {
  padding: 0 210px;
}
.case-study .case-study-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 12;
}
.case-study .index-title {
  max-width: calc(95% - 200px);
}
.case-study .index-title .text {
  color: #000000;
}
.case-study .index-title .add {
  color: #000000;
}
.case-study::after {
  content: "";
  width: 100%;
  height: 400px;
  background: #F8F8F8;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.case-study .case-study-list {
  width: 100%;
  position: relative;
  z-index: 12;
  display: flex;
  flex-wrap: wrap;
}
.case-study .case-study-img-one {
  width: calc((100% - 150px) / 3);
  margin-right: 75px;
  margin-top: 40px;
}
.case-study .case-study-img-one .img-main {
  width: 100%;
  background: #323232;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1.125;
  position: relative;
  cursor: pointer;
}
.case-study .case-study-img-one .img-main .img-inner {
  width: 100%;
  height: 100%;
}
.case-study .case-study-img-one .img-main .el-image {
  display: block;
  width: 100%;
  height: 100%;
}
.case-study .case-study-img-one .img-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.case-study .case-study-img-one .img-main .img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: 0.5s;
  border-radius: 50%;
  pointer-events: none;
}
.case-study .case-study-img-one .img-main .img-mask .img-zoom-icon {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  transform: scale(1.5);
  transition: 0.5s;
}
.case-study .case-study-img-one .img-main .img-mask .img-zoom-icon svg {
  width: 65%;
  height: 65%;
  object-fit: scale-down;
}
.case-study .case-study-img-one .text {
  width: 100%;
  min-height: 67px;
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid #999999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  transition: 0.5s;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  font-family: 'HarmonyOS-Medium';
}
.case-study .case-study-img-one:hover .img-main img {
  transform: scale(1.05);
}
.case-study .case-study-img-one:hover .img-main .img-mask {
  border-radius: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.case-study .case-study-img-one:hover .img-main .img-mask .img-zoom-icon {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s 0.2s;
}
.case-study .case-study-img-one:hover .text {
  background: #FFE200;
  border: 1px solid #FFE200;
}
.case-study .case-study-img-one:nth-of-type(1) {
  margin-top: 0;
}
.case-study .case-study-img-one:nth-of-type(2) {
  margin-top: 0;
}
.case-study .case-study-img-one:nth-of-type(3) {
  margin-top: 0;
}
.case-study .case-study-img-one:nth-of-type(3n) {
  margin-right: 0;
}
.case-study-outer {
  width: 100%;
}
.case-study-outer .case-study-page {
  padding: 0 210px;
}
.case-study-outer .case-study-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 12;
}
.case-study-outer .case-study-title .index-title .text {
  color: #000000;
}
.case-study-outer .case-study-title .index-title .add {
  color: #000000;
}
.case-study-outer .webPage {
  margin-top: 70px;
}
.about-profile {
  width: 100%;
}
.about-profile .about-profile-inner {
  padding: 0 210px;
}
.about-profile .about-profile-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 80px;
}
.about-profile .about-profile-top .about-profile-top-img {
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 45%;
}
.about-profile .about-profile-top .about-profile-top-img .about-profile-top-dom {
  width: 85%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 0.96;
}
.about-profile .about-profile-top .about-profile-top-img .about-profile-top-dom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.about-profile .about-profile-top .about-profile-top-img .about-profile-top-dom:hover img {
  transform: scale(1.05);
}
.about-profile .about-profile-top .about-profile-top-img .about-profile-top-pro {
  width: 40%;
  aspect-ratio: 0.88571429;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  left: -12px;
  bottom: 24px;
}
.about-profile .about-profile-top .about-profile-top-img .about-profile-top-pro img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.about-profile .about-profile-top .about-profile-top-img .about-profile-top-pro:hover img {
  transform: scale(1.05);
}
.about-profile .about-profile-top .about-profile-top-img-pc {
  display: flex;
}
.about-profile .about-profile-top .about-profile-top-img-m {
  display: none;
}
.about-profile .about-profile-top .about-profile-top-word {
  width: 50%;
}
.about-profile .about-profile-top .index-title .text {
  color: #000000;
}
.about-profile .about-profile-top .index-title .add {
  color: #000000;
}
.about-profile .about-profile-top .about-profile-title {
  font-size: 48px;
  color: #000000;
  line-height: 52px;
  font-weight: 550;
  font-family: 'HarmonyOS-Bold';
  margin-top: 48px;
  margin-bottom: 20px;
}
.about-profile .about-profile-top .about-profile-desc {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.about-profile .about-profile-top .about-profile-desc p {
  margin-top: 18px;
}
.about-profile .abouti-nums {
  display: flex;
}
.about-profile .abouti-nums .abouti-num-item {
  margin-top: 90px;
}
.about-profile .abouti-nums .abouti-num-item .abouti-num-top {
  display: flex;
  height: 74px;
  align-items: flex-end;
}
.about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-count {
  font-weight: bold;
  font-size: 72px;
  line-height: 74px;
  font-family: 'Montserrat-Bold';
  margin-right: 15px;
}
.about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-unit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-unit .abouti-num-unit-add {
  font-weight: 500;
  font-size: 36px;
  line-height: 24px;
  font-family: 'Montserrat-Medium';
}
.about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-unit .abouti-num-unit-val {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  font-family: 'HarmonyOS-Medium';
}
.about-profile .abouti-nums .abouti-num-item .abouti-num-bottom {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  font-family: 'HarmonyOS-Medium';
  margin-top: 16px;
}
.about-profile .abouti-nums1 {
  justify-content: flex-end;
}
.about-profile .abouti-nums1 .abouti-num-item {
  margin-right: 16%;
}
.about-profile .abouti-nums1 .abouti-num-top .abouti-num-count {
  color: #000;
}
.about-profile .abouti-nums1 .abouti-num-top .abouti-num-unit .abouti-num-unit-add {
  color: #000;
}
.about-profile .abouti-nums1 .abouti-num-top .abouti-num-unit .abouti-num-unit-val {
  color: #333333;
}
.about-profile .abouti-nums1 .abouti-num-bottom {
  color: #333333;
}
.about-profile .abouti-nums2 {
  padding-left: 40px;
  justify-content: space-between;
}
.about-profile .abouti-nums2 .abouti-num-item:nth-last-of-type(1) {
  margin-right: 9%;
}
.about-profile .abouti-nums2 .abouti-num-top .abouti-num-count {
  color: #FFE200;
}
.about-profile .abouti-nums2 .abouti-num-top .abouti-num-unit .abouti-num-unit-add {
  color: #FFE200;
}
.about-profile .abouti-nums2 .abouti-num-top .abouti-num-unit .abouti-num-unit-val {
  color: #333333;
}
.about-profile .abouti-nums2 .abouti-num-bottom {
  color: #333333;
}
.about-profile .about-profile-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about-profile .about-profile-bottom .about-profile-bottom-left {
  width: 50%;
}
.about-profile .about-profile-bottom .abouti-nums .abouti-num-item {
  margin-top: 0;
  margin-bottom: 25px;
}
.about-profile .about-profile-bottom .about-profile-bottom-desc {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.about-profile .about-profile-bottom .about-profile-bottom-desc p {
  margin-top: 50px;
}
.about-profile .about-profile-bottom .about-profile-bottom-right {
  width: 40%;
  display: flex;
  justify-content: space-between;
}
.about-profile .about-profile-bottom .about-profile-item {
  width: calc(50% - 10px);
}
.about-profile .about-profile-bottom .about-profile-item .about-profile-item-img {
  width: 100%;
  background: #CCCCCC;
  border-radius: 20px;
  aspect-ratio: 0.96666667;
  overflow: hidden;
}
.about-profile .about-profile-bottom .about-profile-item .about-profile-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.about-profile .about-profile-bottom .about-profile-item .about-profile-item-con {
  width: 100%;
  background: #FFE200;
  border-radius: 20px;
  padding: 26px 26px 45px;
  min-height: 180px;
}
.about-profile .about-profile-bottom .about-profile-item .about-profile-item-con .icon {
  width: 65px;
  height: 65px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
}
.about-profile .about-profile-bottom .about-profile-item .about-profile-item-con .icon img {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.about-profile .about-profile-bottom .about-profile-item .about-profile-item-con .text {
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  font-family: 'HarmonyOS-Medium';
}
.about-profile .about-profile-bottom .about-profile-item:hover .about-profile-item-img img {
  transform: scale(1.05);
}
.about-profile .about-profile-bottom .about-profile-item:hover .about-profile-item-con .icon img {
  transform: rotateY(360deg);
}
.about-profile .about-profile-bottom .about-profile-item .about-profile-item-bottom {
  margin-top: 20px;
}
.about-profile .about-profile-bottom .about-profile-item .about-profile-item-img-m {
  display: none;
}
.about-profile .about-profile-bottom .about-profile-item .about-profile-item-img-pc {
  display: block;
}
.about-history {
  width: 100%;
  position: relative;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xiecheng/cur/about-history-back.png') no-repeat;
  background-position: bottom right;
  background-size: 35%;
}
.about-history .about-history-inner {
  position: relative;
  z-index: 12;
}
.about-history .about-history-con {
  width: calc(100% - 500px);
  overflow: hidden;
  margin: 0 auto;
  padding: 0 50px;
}
.about-history .about-history-con-inner {
  width: 100%;
}
.about-history .about-history-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about-history .about-history-word {
  width: calc(95% - 104px);
}
.about-history .about-history-word .index-title .text {
  color: #000000;
}
.about-history .about-history-word .index-title .add {
  color: #000000;
}
.about-history .about-history-word .about-history-desc {
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 35px;
  width: 90%;
  max-width: 450px;
  min-height: 74px;
}
.about-history .about-history-word .about-history-desc-es {
  max-width: 750px;
}
.about-history .about-history-btns {
  width: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 22px 0;
  height: 44px;
}
.about-history .about-history-btns .history-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #696969;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
.about-history .about-history-btns .history-btn .history-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-history .about-history-btns .history-btn .history-btn-inner img {
  position: absolute;
  width: 52%;
  height: 100%;
  object-fit: scale-down;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.about-history .about-history-btns .history-btn .history-btn-inner .default {
  opacity: 1;
}
.about-history .about-history-btns .history-btn .history-btn-inner .active {
  opacity: 0;
}
.about-history .about-history-btns .history-btn:hover {
  background: #FFE200;
  border: 1px solid #FFE200;
}
.about-history .about-history-btns .history-btn:hover .history-btn-inner .default {
  opacity: 0;
}
.about-history .about-history-btns .history-btn:hover .history-btn-inner .active {
  opacity: 1;
}
.about-history .swiper-button-lock {
  display: block;
}
.about-history .about-history-swiper-outer {
  width: calc(100% + 90px);
  margin-left: -45px;
  overflow: visible;
  margin-top: 90px;
  position: relative;
}
.about-history .about-history-swiper-outer .about-history-swiper {
  width: 100%;
  overflow: visible;
  padding-top: 120px;
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide {
  width: calc(100% / 3);
  padding-left: 45px;
  transition: 0.5s;
  transform: translateY(-240px);
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-img {
  position: relative;
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-img .about-history-img-inner {
  width: 300px;
  aspect-ratio: 1;
  background: #F5F5F5;
  border-radius: 20px;
  overflow: hidden;
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-img .about-history-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-img .about-history-index {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #FFE200;
  font-size: 30px;
  color: #222222;
  line-height: 70px;
  text-align: center;
  font-family: 'HarmonyOS-Medium';
  position: absolute;
  bottom: -35px;
  left: -25px;
  z-index: 12;
  transition: 0.5s;
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-slide-title {
  font-size: 24px;
  color: #222222;
  line-height: 32px;
  font-family: 'HarmonyOS-Medium';
  margin-top: 70px;
  position: relative;
  z-index: 12;
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-slide-title .text {
  position: relative;
  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%, #222222 0, #222222 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-slide-desc {
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  margin-top: 22px;
  position: relative;
  z-index: 12;
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide:hover .about-history-img .about-history-img-inner img {
  transform: scale(1.05);
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide:hover .about-history-img .about-history-index {
  bottom: -25px;
  left: -15px;
}
.about-history .about-history-swiper-outer .about-history-swiper .about-history-slide:hover .about-history-slide-title .text {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-history .about-history-swiper-outer .about-history-swiper .history-con-cur {
  transform: translateY(0);
}
.about-history .about-history-swiper-outer .about-history-swiper .swiper-slide-next {
  transform: translateY(-120px);
}
.about-history .about-history-swiper-outer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xiecheng/cur/history-line.png') no-repeat;
  background-position: 68% 40px;
  background-size: 100% auto;
  z-index: -1;
}
.about-history::after {
  content: "";
  width: calc(100% - 120px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 300px;
  background: #F5F5F5;
  border-radius: 20px;
}
.about-honor {
  background: #f8f8f8 url('https://file.global86.cn/website_v3-guoneijiedian/xiecheng/cur/honor-back.png') no-repeat;
  background-size: cover;
}
.about-honor .about-honor-inner {
  padding: 0 210px;
}
.about-honor .about-honor-con {
  width: 90%;
  margin: 0 auto;
}
.about-honor .index-title .text {
  color: #000000;
}
.about-honor .index-title .add {
  color: #000000;
}
.about-honor .about-honor-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.about-honor .about-honor-title .index-title {
  padding-right: 15px;
  margin-bottom: 20px;
}
.about-honor .about-honor-btns {
  width: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  margin-bottom: 20px;
}
.about-honor .about-honor-btns .honor-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #696969;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
.about-honor .about-honor-btns .honor-btn .honor-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.about-honor .about-honor-btns .honor-btn .honor-btn-inner img {
  position: absolute;
  width: 52%;
  height: 100%;
  object-fit: scale-down;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.about-honor .about-honor-btns .honor-btn .honor-btn-inner .default {
  opacity: 1;
}
.about-honor .about-honor-btns .honor-btn .honor-btn-inner .active {
  opacity: 0;
}
.about-honor .about-honor-btns .honor-btn:hover {
  background: #FFE200;
  border: 1px solid #FFE200;
}
.about-honor .about-honor-btns .honor-btn:hover .honor-btn-inner .default {
  opacity: 0;
}
.about-honor .about-honor-btns .honor-btn:hover .honor-btn-inner .active {
  opacity: 1;
}
.about-honor .about-honor-main {
  width: 100%;
}
.about-honor .about-honor-swiper {
  width: 100%;
}
.about-honor .about-honor-one {
  width: auto;
  margin: 0 2%;
  transition: 0.5s;
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  transform: translateX(60%);
}
.about-honor .about-honor-one .about-honor-text {
  opacity: 0;
}
.about-honor .about-honor-one .about-honor-cover {
  position: relative;
  cursor: pointer;
}
.about-honor .about-honor-one .about-honor-cover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: 0.5s;
  pointer-events: none;
}
.about-honor .about-honor-one .about-honor-one-inner {
  width: 100%;
}
.about-honor .about-honor-one .about-honor-cover {
  width: 100%;
  transform: scale(0.9);
  transition: 0.5s;
}
.about-honor .about-honor-one .about-honor-cover .about-honor-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.about-honor .about-honor-one .about-honor-cover .about-honor-img .el-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about-honor .about-honor-one .about-honor-cover .about-honor-img img {
  display: block;
  height: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.about-honor .about-honor-one .about-honor-text {
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  text-align: center;
  font-family: 'HarmonyOS-Medium';
  margin-top: 22px;
  transition: 0.5s;
}
.about-honor .about-honor-one:hover .about-honor-cover {
  transform: scale(0.9);
}
.about-honor .swiper-slide-next + div {
  transform: translateX(-60%);
  z-index: -1;
}
.about-honor .swiper-slide-next + div .about-honor-text {
  opacity: 0;
}
.about-honor .swiper-slide-next + div .about-honor-cover {
  transform: scale(0.9);
}
.about-honor .swiper-slide-next + div .about-honor-cover::after {
  opacity: 1;
}
.about-honor .swiper-slide-next + div:hover .about-honor-cover {
  transform: scale(0.9);
}
.about-honor .honor-con-cur {
  transform: translateX(0);
}
.about-honor .honor-con-cur .about-honor-text {
  opacity: 1;
}
.about-honor .honor-con-cur .about-honor-cover {
  transform: scale(1);
}
.about-honor .honor-con-cur .about-honor-cover::after {
  opacity: 0;
}
.about-honor .honor-con-cur:hover .about-honor-cover {
  transform: scale(1.05);
}
.about-honor .swiper-slide-prev {
  transform: translateX(0);
}
.about-honor .swiper-slide-prev .about-honor-text {
  opacity: 1;
}
.about-honor .swiper-slide-prev .about-honor-cover {
  transform: scale(1);
}
.about-honor .swiper-slide-prev .about-honor-cover::after {
  opacity: 0;
}
.about-honor .swiper-slide-prev:hover .about-honor-cover {
  transform: scale(1.05);
}
.about-honor .swiper-slide-next {
  transform: translateX(0);
}
.about-honor .swiper-slide-next .about-honor-text {
  opacity: 1;
}
.about-honor .swiper-slide-next .about-honor-cover {
  transform: scale(1);
}
.about-honor .swiper-slide-next .about-honor-cover::after {
  opacity: 0;
}
.about-honor .swiper-slide-next:hover .about-honor-cover {
  transform: scale(1.05);
}
.about-news .about-news-inner {
  padding: 0 210px;
}
.about-news .about-news-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 78px;
}
.about-news .index-title .text {
  color: #000000;
}
.about-news .index-title .add {
  color: #000000;
}
.about-news .about-news-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-news .about-news-nodata {
  width: 100%;
  font-size: 32px;
  line-height: 42px;
  padding: 50px 0 100px;
  text-align: center;
  color: #000000;
}
.about-news .about-news-laster {
  width: 40%;
  height: 674px;
}
.about-news .about-news-laster .about-news-laster-inner {
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 34px 40px;
  display: block;
}
.about-news .about-news-laster .about-news-laster-inner .about-news-laster-img {
  width: 100%;
  aspect-ratio: 1.13043478;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
  max-height: 433px;
}
.about-news .about-news-laster .about-news-laster-inner .about-news-laster-img img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: cover;
  transition: 0.5s;
}
.about-news .about-news-laster .about-news-laster-inner .about-news-laster-title {
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  font-family: 'HarmonyOS-Medium';
  margin-top: 24px;
}
.about-news .about-news-laster .about-news-laster-inner .about-news-laster-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular';
  margin: 10px 0 12px;
}
.about-news .about-news-laster .about-news-laster-inner .about-news-laster-time {
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.about-news .about-news-laster:hover .about-news-laster-img img {
  transform: scale(1.05);
}
.about-news .about-news-main {
  width: 54.6%;
  height: 674px;
}
.about-news .about-news-swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-right: 12px;
}
.about-news .about-news-swiper .about-news-scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
}
.about-news .about-news-swiper .about-news-scrollbar .swiper-scrollbar-drag {
  height: 200px !important;
}
.about-news .about-news-one {
  width: 100%;
  padding: 30px 0 40px;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
}
.about-news .about-news-one .about-news-one-con {
  width: 73%;
  max-width: calc(95% - 150px);
  display: flex;
  justify-content: space-between;
}
.about-news .about-news-one .about-news-one-con .about-news-one-con-time {
  font-family: 'HarmonyOS-Medium';
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  padding-right: 30px;
}
.about-news .about-news-one .about-news-one-con .about-news-one-con-time .about-news-one-con-time-month {
  font-size: 22px;
  color: #222222;
  line-height: 30px;
}
.about-news .about-news-one .about-news-one-con .about-news-one-con-time .about-news-one-con-time-line {
  width: 38px;
  height: 3px;
  background: #FFE200;
  border: 1px solid #FFE200;
  margin: 6px auto 5px;
}
.about-news .about-news-one .about-news-one-con .about-news-one-con-time .about-news-one-con-time-day {
  font-size: 37px;
  color: #222222;
  line-height: 37px;
}
.about-news .about-news-one .about-news-one-con .about-news-one-con-word {
  width: calc(100% - 80px);
}
.about-news .about-news-one .about-news-one-con .about-news-one-con-word .about-news-one-con-word-title {
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  font-family: 'HarmonyOS-Medium';
}
.about-news .about-news-one .about-news-one-con .about-news-one-con-word .about-news-one-con-word-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
  font-family: 'SourceHanSansSC-Regular';
  margin-top: 18px;
}
.about-news .about-news-one .about-news-one-cover {
  width: 18%;
  min-width: 150px;
}
.about-news .about-news-one .about-news-one-cover .about-news-one-cover-inner {
  width: 100%;
  aspect-ratio: 1.12781955;
  border-radius: 9px;
  overflow: hidden;
}
.about-news .about-news-one .about-news-one-cover .about-news-one-cover-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.about-news .about-news-one::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000000;
  transition: 0.5s;
}
.about-news .about-news-one:hover .about-news-one-cover .about-news-one-cover-inner img {
  transform: scale(1.05);
}
.about-news .about-news-one:hover::after {
  width: 100%;
}
.about-news .about-news-one:nth-of-type(1) {
  padding-top: 0;
}
@keyframes aniDotInner {
  0% {
    width: 12px;
    height: 12px;
    background: #1D4CB3;
    opacity: 1;
  }
  100% {
    width: 22px;
    height: 22px;
    opacity: 0;
    background: #D8E0F2;
  }
}
.factoryPage-outer .factory-inner {
  padding: 0 110px;
}
.factoryPage-outer .factory-text {
  display: flex;
  justify-content: center;
  margin-bottom: 78px;
}
.factoryPage-outer .index-title .text {
  color: #000000;
}
.factoryPage-outer .index-title .add {
  color: #000000;
}
.factoryPageImg {
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xiecheng/cur/smart-dot.png') no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.factoryPageImg .factory-types {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.factoryPageImg .factory-types .factory-type-one {
  cursor: pointer;
  width: 450px;
  height: 97px;
  background: #F5F5F5;
  border-radius: 0px 10px 10px 0px;
  text-align: center;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.factoryPageImg .factory-types .factory-type-one:hover {
  background: #FFE200;
}
.factoryPageImg .factory-types .factory-type-one-active {
  background: #FFE200;
}
.factoryPageImg .factory-types .factory-type-one:nth-of-type(1) {
  border-radius: 10px 0px 0px 10px;
}
.factoryPageImg .factory-imgs-outer {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.factoryPageImg .factory-img-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #696969;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 14;
}
.factoryPageImg .factory-img-btn .factory-img-btn-inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.factoryPageImg .factory-img-btn .factory-img-btn-inner img {
  position: absolute;
  width: 52%;
  height: 100%;
  object-fit: scale-down;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.factoryPageImg .factory-img-btn .factory-img-btn-inner .default {
  opacity: 1;
}
.factoryPageImg .factory-img-btn .factory-img-btn-inner .active {
  opacity: 0;
}
.factoryPageImg .factory-img-btn:hover {
  background: #FFE200;
  border: 1px solid #FFE200;
}
.factoryPageImg .factory-img-btn:hover .factory-img-btn-inner .default {
  opacity: 0;
}
.factoryPageImg .factory-img-btn:hover .factory-img-btn-inner .active {
  opacity: 1;
}
.factoryPageImg .factory-imgs-swiper {
  width: 640px;
  overflow: visible;
}
.factoryPageImg .factory-imgs-swiper .factory-imgs-one {
  width: 100%;
  transform: scale(0.8);
  opacity: 0.8;
  transition: 0.5s;
}
.factoryPageImg .factory-imgs-swiper .factory-imgs-one .img-main {
  width: 100%;
  aspect-ratio: 1.52380952;
  border-radius: 20px;
  overflow: hidden;
}
.factoryPageImg .factory-imgs-swiper .factory-imgs-one .el-image {
  width: 100%;
  height: 100%;
}
.factoryPageImg .factory-imgs-swiper .factory-imgs-one img {
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
}
.factoryPageImg .factory-imgs-swiper .factory-imgs-one .text {
  min-height: 107px;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 14px 20px;
  width: calc(100% - 40px);
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -52px auto 0;
  position: relative;
  z-index: 12;
}
.factoryPageImg .factory-imgs-swiper .factory-img-con-cur {
  opacity: 1;
  transform: scale(1);
}
.factoryPageImg .factory-imgs-swiper .swiper-slide-prev {
  opacity: 1;
}
.factoryPageImg .factory-imgs-swiper .swiper-slide-next {
  opacity: 1;
}
.factoryPageImg .factory-imgs-swiper .factory-imgs-one-op {
  opacity: 0;
}
.factoryPageImg .factory-imgs-nodata {
  width: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 45px;
  color: #000;
  padding: 100px 0;
}
.factoryPageVideo {
  position: relative;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xiecheng/cur/smart-dot.png') no-repeat;
  background-size: 50%;
  background-position: 72% bottom;
}
.factoryPageVideo::after {
  content: "";
  width: calc(100% - 120px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 300px;
  background: #F5F5F5;
  border-radius: 20px;
}
.factoryPageVideo .factory-inner {
  position: relative;
  z-index: 12;
}
.factoryPageVideo .factory-video-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  flex-wrap: wrap;
}
.factoryPageVideo .factory-video-list .factory-video-left {
  width: calc(50% - 15px);
}
.factoryPageVideo .factory-video-list .factory-video-left .factory-video-one {
  width: 100%;
  height: 100%;
  background: #000000;
}
.factoryPageVideo .factory-video-list .factory-video-left .factory-video-one .mask .play {
  width: 88px;
  height: 88px;
  border: 4px solid #fff;
}
.factoryPageVideo .factory-video-list .factory-video-right {
  width: calc(50% - 15px);
}
.factoryPageVideo .factory-video-list .factory-video-right .factory-video-one {
  aspect-ratio: 2;
}
.factoryPageVideo .factory-video-list .factory-video-right .factory-video-one .mask .play {
  width: 50px;
  height: 50px;
}
.factoryPageVideo .factory-video-list .factory-video-right .factory-video-one1 {
  margin-top: 30px;
}
.factoryPageVideo .factory-video-list .factory-video-one {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.factoryPageVideo .factory-video-list .factory-video-one .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.factoryPageVideo .factory-video-list .factory-video-one .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factoryPageVideo .factory-video-list .factory-video-one .mask .play {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #fff;
}
.factoryPageVideo .factory-video-list .factory-video-one .mask .play svg {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
}
.factoryPageVideo .factory-video-list .factory-video-more {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.factoryPage .item {
  width: calc((100% - 120px) / 3);
  margin-bottom: 24px;
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}
.factoryPage .item .img {
  width: 100%;
  aspect-ratio: 1.5;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.factoryPage .item .img .img-inner {
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.factoryPage .item .img .img-inner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}
.factoryPage .item .img .img-inner .mask img {
  width: 60px;
  height: 60px;
}
.factoryPage .item .img .poster {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img video {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img .el-image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  object-fit: cover;
  height: 100%;
}
.factoryPage .item .img1:hover .img-inner .el-image {
  transform: scale(1.1);
}
.factoryPage .item .text {
  margin-top: 16px;
  font-weight: 550;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}
.factoryPage .item-active .img .img-inner {
  opacity: 0;
  z-index: -1;
}
.factoryPage .item:nth-of-type(3n) {
  margin-right: 0;
}
.factoryPage .webPage {
  margin-top: 30px;
}
.factoryPage-list {
  overflow: hidden;
  min-height: 600px;
  background: #fff;
}
.factoryPage-list .list-arr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 1918px) {
  .about-news .about-news-one {
    padding: 30px 0 30px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-word .about-news-one-con-word-desc {
    margin-top: 12px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-word .about-news-one-con-word-title {
    font-size: 22px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-count {
    font-size: 55px;
    line-height: 65px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-slide-title {
    font-size: 21px;
    line-height: 30px;
    margin-top: 66px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-img .about-history-index {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
  }
  .about-news .about-news-inner {
    padding: 0 8%;
  }
  .about-honor .about-honor-inner {
    padding: 0 8%;
  }
  .about-honor .about-honor-con {
    width: 100%;
  }
  .about-history .about-history-con {
    width: 85%;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top {
    height: 66px;
  }
  .about-profile .about-profile-top .about-profile-title {
    font-size: 38px;
    margin-top: 22px;
  }
  .about-profile .abouti-nums .abouti-num-item {
    margin-top: 48px;
  }
  .about-profile .about-profile-bottom .about-profile-bottom-desc p {
    margin-top: 32px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-bottom {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-unit .abouti-num-unit-val {
    font-size: 20px;
  }
  .factoryPageImg .factory-types .factory-type-one {
    width: 350px;
    height: 70px;
    font-size: 20px;
  }
  .about-profile .about-profile-inner {
    padding: 0 8%;
  }
  .factoryPage-outer .factory-text {
    margin-bottom: 50px;
  }
  .factoryPageImg .factory-types {
    margin-bottom: 55px;
  }
  .factoryPageVideo .factory-video-list .factory-video-left .factory-video-one .mask .play {
    width: 78px;
    height: 78px;
    border: 3px solid #fff;
  }
  .factoryPageVideo .factory-video-list .factory-video-more {
    margin-top: 65px;
  }
  .case-study .case-study-img-one {
    width: 30%;
    margin-right: 5%;
  }
  .case-industry .case-industry-inner {
    padding: 0 8%;
  }
  .case-study .case-study-inner {
    padding: 0 8%;
  }
  .case-industry .case-industry-desc {
    margin: 34px auto 42px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val {
    padding: 30px 30px 28px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con {
    padding: 30px 30px 28px;
  }
  .case-industry .case-industry-item:hover .case-industry-item-con .case-industry-item-val {
    padding: 42px 30px 28px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-adv .case-industry-item-adv-inner {
    padding-top: 18px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-adv .case-industry-item-adv-inner .case-industry-item-adv-desc {
    margin-top: 6px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-desc {
    margin-top: 12px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro {
    padding-right: 30px;
  }
  .index-title .text {
    font-size: 32px;
    margin-right: 10px;
  }
  .index-title .add {
    font-size: 41px;
  }
}
@media only screen and (max-width: 1681px) {
  .factoryPage-list .list-arr {
    margin-top: 50px;
  }
  .about-news .about-news-title {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1650px) {
  .about-honor .about-honor-one {
    max-width: 320px;
  }
  .about-profile .about-profile-top .about-profile-title {
    font-size: 35px;
  }
  .about-honor .about-honor-inner {
    padding: 0 6%;
  }
  .about-profile .about-profile-inner {
    padding: 0 6%;
  }
  .about-history .about-history-con {
    width: 88%;
  }
  .about-news .about-news-inner {
    padding: 0 6%;
  }
  .case-industry .case-industry-inner {
    padding: 0 6%;
  }
  .case-study .case-study-inner {
    padding: 0 6%;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro .case-industry-item-pro-one {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1598px) {
  .about-news .about-news-main {
    width: 56%;
    height: 585px;
  }
  .about-history .about-history-swiper-outer::before {
    background-position: 68% 60px;
  }
  .about-honor .about-honor-swiper {
    overflow: visible;
  }
  .about-honor .about-honor-one .about-honor-text {
    font-size: 16px;
  }
  .about-news .about-news-laster .about-news-laster-inner {
    padding: 34px 32px;
  }
  .about-news .about-news-laster .about-news-laster-inner .about-news-laster-title {
    font-size: 22px;
  }
  .about-news .about-news-laster {
    height: 585px;
  }
  .about-profile .abouti-nums1 .abouti-num-item {
    margin-right: 11%;
  }
  .about-honor .about-honor-inner {
    padding: 0 5%;
  }
  .about-profile .about-profile-top {
    padding-bottom: 62px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide {
    padding-left: 30px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-slide-title {
    font-size: 19px;
    margin-top: 62px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-img .about-history-index {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .about-history .about-history-word .about-history-desc {
    margin-top: 27px;
  }
  .about-profile .about-profile-bottom .about-profile-item .about-profile-item-con .text {
    font-size: 20px;
    margin-top: 14px;
  }
  .about-profile .about-profile-bottom .about-profile-bottom-desc p {
    margin-top: 18px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-count {
    font-size: 52px;
    line-height: 62px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top {
    height: 60px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-unit .abouti-num-unit-add {
    font-size: 32px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-unit .abouti-num-unit-val {
    font-size: 18px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-bottom {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .about-profile .about-profile-top .about-profile-title {
    font-size: 30px;
  }
  .about-profile .about-profile-top .about-profile-desc {
    font-size: 14px;
  }
  .about-profile .about-profile-bottom .about-profile-item .about-profile-item-con {
    padding: 32px 26px 34px;
  }
  .about-profile .about-profile-bottom .about-profile-item .about-profile-item-con .icon {
    width: 55px;
    height: 55px;
  }
  .about-profile .about-profile-bottom .about-profile-bottom-desc p {
    margin-top: 26px;
  }
  .about-profile .about-profile-bottom .about-profile-bottom-desc {
    font-size: 14px;
  }
  .about-profile .about-profile-inner {
    padding: 0 5%;
  }
  .about-news .about-news-inner {
    padding: 0 5%;
  }
  .case-study .case-study-img-one {
    width: calc((100% - 84px) / 3);
    margin-right: 42px;
  }
  .case-study .case-study-img-one .text {
    font-size: 16px;
    border-radius: 12px;
  }
  .case-study .case-study-img-one .img-main {
    border-radius: 12px;
  }
  .case-industry .case-industry-inner {
    padding: 0 5%;
  }
  .case-study .case-study-inner {
    padding: 0 5%;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro .case-industry-item-pro-one {
    font-size: 14px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-title .text {
    font-size: 20px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-adv .case-industry-item-adv-inner {
    padding-top: 16px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val {
    padding: 25px 26px 20px;
  }
  .case-industry .case-industry-item:hover .case-industry-item-con .case-industry-item-val {
    padding: 36px 26px 20px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-desc {
    margin-top: 9px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro {
    padding-right: 22px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-title {
    font-size: 20px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-desc {
    margin: 12px 0 10px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-img .text .industry-other-title {
    font-size: 20px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-img .text {
    padding: 12px 18px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con {
    padding: 25px 26px 20px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-adv-val {
    margin-top: 6px;
  }
  .case-industry .case-industry-desc {
    margin: 28px auto 34px;
  }
  .case-industry .case-industry-item {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 12px;
  }
  .index-title .text {
    font-size: 28px;
    margin-right: 8px;
  }
  .index-title .add {
    font-size: 35px;
  }
  .index-title .add::after {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1365px) {
  .about-news .about-news-one .about-news-one-con .about-news-one-con-word .about-news-one-con-word-title {
    font-size: 20px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-word .about-news-one-con-word-desc {
    margin-top: 10px;
  }
  .about-news .about-news-one {
    padding: 24px 0 24px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-time .about-news-one-con-time-month {
    font-size: 18px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-time .about-news-one-con-time-day {
    font-size: 27px;
  }
  .about-news .about-news-laster .about-news-laster-inner .about-news-laster-title {
    font-size: 20px;
  }
  .about-profile .about-profile-top .about-profile-top-img {
    width: 47%;
  }
  .about-history .about-history-swiper-outer::before {
    background-position: 20px 90px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-slide-title {
    font-size: 18px;
    margin-top: 52px;
  }
  .about-profile .about-profile-top {
    padding-bottom: 50px;
  }
  .about-profile .about-profile-bottom .about-profile-item .about-profile-item-img {
    border-radius: 15px;
  }
  .about-profile .about-profile-bottom .about-profile-item .about-profile-item-con {
    border-radius: 15px;
  }
  .about-profile .about-profile-top .about-profile-top-img .about-profile-top-pro {
    border-radius: 15px;
  }
  .about-profile .about-profile-top .about-profile-top-img .about-profile-top-dom {
    border-radius: 15px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-count {
    font-size: 46px;
    line-height: 55px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top {
    height: 55px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-unit .abouti-num-unit-add {
    font-size: 30px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-unit .abouti-num-unit-val {
    font-size: 15px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-bottom {
    font-size: 17px;
    line-height: 24px;
    margin-top: 6px;
  }
  .about-profile .abouti-nums2 .abouti-num-item:nth-last-of-type(1) {
    margin-right: 6%;
  }
  .about-profile .abouti-nums .abouti-num-item {
    margin-top: 34px;
  }
  .about-profile .about-profile-top .about-profile-title {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: -5px;
    line-height: 40px;
  }
  .factoryPageVideo .factory-video-list .factory-video-more {
    margin-top: 58px;
  }
  .factoryPage-outer .factory-text {
    margin-bottom: 38px;
  }
  .factoryPage-outer .factory-inner {
    padding: 0 5%;
  }
  .factoryPageImg .factory-types {
    margin-bottom: 48px;
  }
  .factoryPageImg .factory-types .factory-type-one {
    width: 315px;
    height: 60px;
    font-size: 17px;
  }
  .case-study-outer .webPage {
    margin-top: 60px;
  }
  .case-study .case-study-img-one {
    width: calc((100% - 70px) / 3);
    margin-right: 35px;
  }
  .case-study .case-study-img-one .img-main .img-mask .img-zoom-icon {
    width: 50px;
    height: 50px;
  }
  .factoryPage .item {
    width: calc((100% - 96px) / 3);
    margin-right: 48px;
  }
}
@media only screen and (max-width: 1251px) {
  .about-honor .about-honor-one {
    max-width: 280px;
  }
  .about-news .about-news-title {
    margin-bottom: 50px;
  }
  .about-news .about-news-laster .about-news-laster-inner {
    border-radius: 12px;
    padding: 30px 24px;
  }
  .about-news .about-news-one .about-news-one-cover {
    min-width: 120px;
  }
  .about-news .about-news-one .about-news-one-con {
    max-width: calc(95% - 120px);
  }
  .about-news .about-news-laster .about-news-laster-inner .about-news-laster-img {
    border-radius: 12px;
  }
  .about-news .about-news-main {
    height: 492px;
  }
  .about-news .about-news-laster {
    height: 492px;
  }
  .about-history .about-history-con-inner {
    overflow: hidden;
  }
  .about-profile .about-profile-top .about-profile-title {
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 35px;
  }
  .about-history::after {
    width: 100%;
  }
  .about-history .about-history-con {
    width: 100%;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide {
    width: 360px;
    padding-left: 60px;
  }
  .about-history .about-history-swiper-outer {
    width: 100%;
    margin-left: 0;
  }
  .about-profile .about-profile-bottom .about-profile-item .about-profile-item-con .text {
    font-size: 18px;
  }
  .about-profile .about-profile-bottom .about-profile-bottom-right {
    width: 45%;
  }
  .about-profile .about-profile-bottom .abouti-nums .abouti-num-item {
    margin-bottom: 18px;
  }
  .about-profile .about-profile-bottom .about-profile-bottom-desc p {
    margin-top: 15px;
  }
  .about-profile .abouti-nums .abouti-num-item {
    margin-top: 25px;
  }
  .about-profile .about-profile-top .about-profile-desc p {
    margin-top: 12px;
  }
  .factoryPageImg .factory-imgs-swiper {
    width: 520px;
  }
  .factoryPageImg .factory-imgs-outer {
    max-width: 680px;
  }
  .factoryPageImg .factory-imgs-swiper .factory-imgs-one .text {
    min-height: 80px;
    border-radius: 12px;
    padding: 14px 16px;
    margin: -42px auto 0;
  }
  .factoryPageVideo::after {
    width: 100%;
  }
  .factoryPageVideo .factory-video-list .factory-video-more {
    margin-top: 50px;
  }
  .factoryPageVideo .factory-video-list .factory-video-one {
    border-radius: 12px;
  }
  .factoryPageVideo .factory-video-list .factory-video-left .factory-video-one .mask .play {
    width: 68px;
    height: 68px;
  }
  .factoryPageVideo .factory-video-list .factory-video-right {
    width: calc(50% - 10px);
  }
  .factoryPageVideo .factory-video-list .factory-video-left {
    width: calc(50% - 10px);
  }
  .factoryPageVideo .factory-video-list .factory-video-right .factory-video-one1 {
    margin-top: 20px;
  }
  .case-study .case-study-title {
    margin-bottom: 42px;
  }
  .case-study .case-study-img-one .text {
    min-height: 55px;
    padding: 10px 10px;
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .case-study::after {
    height: 300px;
    border-radius: 12px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-adv .case-industry-item-adv-inner .case-industry-item-adv-desc {
    margin-top: 5px;
    font-size: 12px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-adv .case-industry-item-adv-inner {
    padding-top: 12px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-desc {
    margin-top: 6px;
    font-size: 12px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-title .text {
    font-size: 18px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro .case-industry-item-pro-one {
    font-size: 12px;
    min-width: 0;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val {
    padding: 22px 20px 16px;
  }
  .case-industry .case-industry-item:hover .case-industry-item-con .case-industry-item-val {
    padding: 24px 20px 16px;
  }
  .case-industry .case-industry-item {
    width: calc((100% - 25px) / 2);
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .case-industry .case-industry-item .case-industry-item-img {
    aspect-ratio: 1.2;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-title {
    font-size: 18px;
  }
  .case-industry .case-industry-others .case-industry-other-item {
    height: 420px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con {
    padding: 25px 22px 20px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-img .text {
    padding: 12px 10px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-desc {
    margin: 8px 0 10px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-img .text .industry-other-title {
    font-size: 18px;
  }
  .index-title .add {
    font-size: 30px;
  }
  .index-title .add::after {
    font-size: 21px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro .case-industry-item-pro-one {
    margin-top: 10px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro {
    transform: translateY(-85%);
    top: 0;
  }
  .factoryPage .item .img .img-inner .mask img {
    width: 42px;
    height: 42px;
  }
  .factoryPage-list .list-arr {
    margin-top: 42px;
  }
  .factoryPage .item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .about-news .about-news-title {
    margin-bottom: 42px;
  }
  .about-news .about-news-laster .about-news-laster-inner {
    border-radius: 8px;
    padding: 22px 12px;
  }
  .about-news .about-news-laster .about-news-laster-inner .about-news-laster-desc {
    margin: 7px 0 9px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-time .about-news-one-con-time-month {
    font-size: 16px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-time .about-news-one-con-time-day {
    font-size: 23px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-time .about-news-one-con-time-line {
    width: 32px;
    height: 2px;
  }
  .about-news .about-news-one .about-news-one-con {
    max-width: calc(95% - 100px);
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-word .about-news-one-con-word-desc {
    margin-top: 7px;
    font-size: 13px;
    line-height: 23px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-word .about-news-one-con-word-title {
    font-size: 17px;
  }
  .about-news .about-news-one .about-news-one-cover {
    min-width: 100px;
  }
  .about-news .about-news-laster {
    height: 410px;
  }
  .about-news .about-news-main {
    height: 410px;
  }
  .about-news .about-news-laster .about-news-laster-inner .about-news-laster-time {
    font-size: 13px;
  }
  .about-news .about-news-laster .about-news-laster-inner .about-news-laster-title {
    font-size: 18px;
  }
  .about-profile .about-profile-top {
    flex-wrap: wrap;
  }
  .about-history .about-history-swiper-outer .about-history-swiper {
    padding-top: 0;
  }
  .about-history {
    background-size: 55% auto;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide {
    width: 54%;
    padding-left: 50px;
    transform: translateY(-120px);
  }
  .about-history .about-history-swiper-outer .about-history-swiper .history-con-cur {
    transform: translateY(0);
  }
  .about-history .about-history-top {
    flex-wrap: wrap;
  }
  .about-history .about-history-word .about-history-desc {
    margin-top: 20px;
    max-width: 100%;
    min-height: 0;
  }
  .about-history .about-history-word {
    width: 100%;
  }
  .about-profile .about-profile-top .about-profile-top-word {
    width: 100%;
  }
  .about-profile .abouti-nums1 .abouti-num-item {
    margin-right: 6%;
  }
  .about-profile .abouti-nums .abouti-num-item {
    min-width: 35%;
  }
  .about-profile .abouti-nums1 {
    padding-left: 40px;
    justify-content: space-between;
  }
  .about-profile .about-profile-bottom .about-profile-bottom-left {
    width: 100%;
  }
  .about-profile .about-profile-bottom .about-profile-bottom-right {
    width: 100%;
    margin-top: 25px;
  }
  .about-profile .about-profile-bottom {
    flex-wrap: wrap;
  }
  .about-profile .about-profile-top .about-profile-top-img-pc {
    display: none;
  }
  .about-profile .about-profile-top .about-profile-top-img-m {
    display: flex;
    margin: 25px auto 0;
  }
  .factoryPageImg .factory-imgs-nodata {
    font-size: 25px;
    line-height: 32px;
  }
  .factoryPageImg .factory-types .factory-type-one {
    width: 280px;
    height: 55px;
    font-size: 16px;
  }
  .case-study .case-study-img-one {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-top: 25px;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-pro {
    padding-right: 15px;
  }
  .case-study .case-study-title {
    margin-bottom: 35px;
  }
  .case-study .case-study-img-one .text {
    padding: 10px 10px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 22px;
    border-radius: 9px;
  }
  .case-study .case-study-img-one .img-main {
    border-radius: 9px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-img .text .industry-other-title {
    font-size: 16px;
  }
  .case-industry .case-industry-others .case-industry-other-item {
    height: 340px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con {
    padding: 22px 20px 16px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-desc {
    margin: 6px 0 10px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-title {
    font-size: 16px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-desc {
    font-size: 12px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-adv-val {
    font-size: 12px;
  }
  .case-industry .case-industry-desc {
    margin: 20px auto 28px;
  }
  .case-industry .case-industry-item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 22px;
  }
  .case-industry .case-industry-item .case-industry-item-img {
    aspect-ratio: 0.8;
  }
  .case-industry .case-industry-item .case-industry-item-con .case-industry-item-val .case-industry-item-title .text {
    font-size: 16px;
  }
  .factoryPage .item {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
  }
}
@media only screen and (max-width: 920px) {
  .case-study .case-study-img-one-ru .text {
    min-height: 65px;
  }
}
@media (max-width: 780px) {
  .case-industry .case-industry-item .case-industry-item-img {
    aspect-ratio: 0.7;
  }
}
@media (max-width: 767px) {
  .about-history .about-history-swiper-outer::before {
    right: -10%;
    width: 160%;
  }
  .about-history {
    background-size: 70% auto;
  }
  .about-honor .about-honor-title {
    margin-bottom: 30px;
  }
  .about-honor .about-honor-one .about-honor-text {
    font-size: 14px;
  }
  .about-honor .about-honor-one {
    height: auto;
  }
  .about-honor .about-honor-one .about-honor-cover .about-honor-img img {
    object-fit: scale-down;
    width: 100%;
  }
  .about-news .about-news-title {
    margin-bottom: 32px;
  }
  .about-news .about-news-main {
    width: 100%;
    height: 320px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-time {
    width: 60px;
    padding-right: 16px;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-word {
    width: calc(100% - 60px);
  }
  .about-news .about-news-laster {
    width: 100%;
    height: auto;
    margin: 0 auto 25px;
    max-width: 320px;
  }
  .about-profile .about-profile-top .about-profile-title {
    font-size: 20px;
  }
  .about-profile .abouti-nums1 {
    padding-left: 0;
  }
  .about-history .about-history-con-inner {
    overflow: visible;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide {
    width: 90%;
    max-width: 360px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-slide-title {
    font-size: 17px;
    margin-top: 44px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-slide-desc {
    font-size: 13px;
    line-height: 24px;
    margin-top: 17px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-img .about-history-index {
    width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    bottom: -24px;
    left: -23px;
  }
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide .about-history-img .about-history-img-inner {
    width: 100%;
    border-radius: 12px;
  }
  .about-history .about-history-con {
    padding: 0 32px;
  }
  .about-profile .abouti-nums2 {
    padding-left: 0;
  }
  .about-profile .about-profile-bottom .about-profile-item .about-profile-item-con .text {
    font-size: 17px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-unit .abouti-num-unit-add {
    font-size: 27px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-top .abouti-num-count {
    font-size: 40px;
    line-height: 50px;
  }
  .about-profile .abouti-nums .abouti-num-item .abouti-num-bottom {
    font-size: 16px;
    line-height: 20px;
    margin-top: 4px;
  }
  .about-profile .abouti-nums1 .abouti-num-item {
    margin-right: 0;
  }
  .about-profile .abouti-nums2 .abouti-num-item:nth-last-of-type(1) {
    margin-right: 0;
  }
  .about-profile .about-profile-top .about-profile-top-img {
    width: 90%;
    max-width: 400px;
  }
  .factoryPageVideo::after {
    height: 33%;
  }
  .factoryPageVideo .factory-video-list .factory-video-left .factory-video-one .mask .play {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
  }
  .factoryPageVideo .factory-video-list .factory-video-right {
    width: calc(50% - 5px);
  }
  .factoryPageVideo .factory-video-list .factory-video-left {
    width: calc(50% - 5px);
  }
  .factoryPageVideo .factory-video-list .factory-video-right .factory-video-one1 {
    margin-top: 10px;
  }
  .factoryPageVideo .factory-video-list .factory-video-right .factory-video-one .mask .play {
    width: 40px;
    height: 40px;
  }
  .factoryPageVideo .factory-video-list .factory-video-more {
    margin-top: 38px;
  }
  .factoryPageImg .factory-imgs-swiper .factory-imgs-one .img-main {
    border-radius: 9px;
  }
  .factoryPageImg .factory-imgs-swiper {
    width: calc(100% - 110px);
  }
  .factoryPageImg .factory-types {
    margin-bottom: 32px;
  }
  .factoryPageImg .factory-imgs-swiper .factory-imgs-one .text {
    min-height: 58px;
    border-radius: 9px;
    padding: 14px 10px;
    margin: -32px auto 0;
    font-size: 14px;
  }
  .factoryPage-outer .factory-text {
    margin-bottom: 22px;
  }
  .factoryPageImg .factory-types .factory-type-one {
    width: 50%;
    height: 54px;
    font-size: 14px;
  }
  .case-study .case-study-img-one {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-top: 22px;
  }
  .public-btn .banner-more-inner {
    width: auto;
  }
  .public-btn .read-more-p {
    margin-right: 15px;
  }
  .case-study .case-study-img-one .text {
    font-size: 12px;
  }
  .case-study .case-study-img-one:nth-of-type(3n) {
    margin-right: 20px;
  }
  .case-study .case-study-img-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .case-study .case-study-img-one:nth-of-type(3) {
    margin-top: 22px;
  }
  .index-title .text {
    font-size: 24px;
    margin-right: 4px;
  }
  .index-title .add::after {
    font-size: 20px;
    top: 40%;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-adv {
    font-size: 14px;
  }
  .case-industry .case-industry-others .case-industry-other-item .case-industry-other-item-con .case-industry-other-item-adv-val {
    margin-top: 4px;
  }
  .case-industry .case-industry-others {
    flex-wrap: wrap;
  }
  .case-industry .case-industry-others .case-industry-other-item {
    width: 100%;
    margin-bottom: 22px;
    border-radius: 12px;
  }
  .case-industry .case-industry-others .case-industry-other-item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .case-industry .case-industry-others .case-industry-other-item-active {
    width: 100%;
  }
  .case-industry .case-industry-desc {
    margin: 12px auto 22px;
  }
  .case-industry .case-industry-desc {
    font-size: 12px;
  }
  .case-industry .case-industry-item {
    width: 100%;
    margin-right: 0;
  }
  .case-industry .case-industry-item .case-industry-item-img {
    aspect-ratio: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .case-industry .case-industry-item .case-industry-item-con {
    position: relative;
    padding-top: 100px;
  }
  .factoryPage-list .list-arr {
    margin-top: 30px;
  }
  .factoryPage .item .text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
  }
  .factoryPage .item {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 16px;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 641px) {
  .about-profile .abouti-nums2 {
    flex-wrap: wrap;
  }
  .about-profile .abouti-nums1 {
    flex-wrap: wrap;
  }
  .about-profile .abouti-nums .abouti-num-item {
    padding-right: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .factoryPage .item {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 16px;
  }
  .factoryPage .item:nth-of-type(3n) {
    margin-right: 14px;
  }
  .factoryPage .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .factoryPage .item .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 425px) {
  .about-history .about-history-swiper-outer .about-history-swiper .about-history-slide {
    width: 100%;
  }
  .index-title .text {
    font-size: 22px;
    margin-right: 2px;
  }
  .index-title .add {
    font-size: 25px;
  }
  .index-title .add::after {
    font-size: 19px;
    top: 37%;
  }
  .factoryPage-outer .factory-text {
    margin-bottom: 20px;
  }
  .factoryPageImg .factory-types {
    margin-bottom: 28px;
  }
  .factoryPageImg .factory-types .factory-type-one {
    height: 50px;
    font-size: 12px;
    line-height: 22px;
  }
  .factoryPageImg .factory-img-btn {
    width: 38px;
    height: 38px;
  }
  .factoryPageImg .factory-imgs-swiper {
    width: calc(100% - 90px);
  }
  .case-study .case-study-title {
    flex-wrap: wrap;
  }
  .case-study .case-study-title .case-study-more {
    margin: 10px 0;
  }
  .case-study::after {
    height: 230px;
    border-radius: 9px;
  }
  .case-study .case-study-img-one {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-top: 20px;
  }
  .case-study .case-study-img-one:nth-of-type(3n) {
    margin-right: 14px;
  }
  .case-study .case-study-img-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .case-study-outer .webPage {
    margin-top: 42px;
  }
  .case-study .case-study-title {
    margin-bottom: 30px;
  }
  .case-study .index-title {
    max-width: 100%;
    padding-right: 5%;
  }
  .case-study-outer .index-title {
    padding-right: 0;
  }
  .factoryPage-list .list-arr {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 376px) {
  .about-news .about-news-one .about-news-one-con .about-news-one-con-time {
    display: none;
  }
  .about-news .about-news-one .about-news-one-con .about-news-one-con-word {
    width: 100%;
  }
}
@media only screen and (max-width: 356px) {
  .case-study .case-study-img-one {
    width: 100%;
    margin-right: 0;
  }
  .case-study .case-study-img-one:nth-of-type(2) {
    margin-top: 22px;
  }
}
