#index .index-banner {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: url("../img/95.cur"), auto;
}

#index .index-banner .index-swiper {
  width: 100%;
  height: 100%;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .container .text-box {
  color: #fefefe;
  text-align: right;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .container .text-box .text {
  font-family: 'Bigc';
  font-weight: bold;
  font-size: 60px;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .container .text-box .desc {
  font-size: 32px;
  line-height: 32px;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box .play-box {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  position: absolute;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box .play-box .pause {
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/pause.png");
  display: none;
  cursor: pointer;
}

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box .play-box .play {
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/play.png");
  display: block;
  cursor: pointer;
}

#index .index-banner .index-page-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

#index .index-banner .index-page-box .index-page {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
}

#index .index-banner .index-page-box .index-page .index-prev, #index .index-banner .index-page-box .index-page .index-next {
  font-size: 16px;
  color: #fff;
  height: 100%;
  line-height: 60px;
  outline: none;
  cursor: pointer;
}

#index .index-banner .index-page-box .index-page .index-prev i, #index .index-banner .index-page-box .index-page .index-next i {
  display: inline-block;
}

#index .index-banner .index-page-box .index-page .index-pagination .swiper-pagination-bullet {
  width: 0;
  height: 0;
  color: #999;
  outline: none;
  font-size: 16px;
  font-family: "Din";
  margin: 0 25px;
}

#index .index-banner .index-page-box .index-page .index-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  font-size: 20px;
}

#index .index-banner .index-page-box .index-page .index-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

#index .index-banner .index-page-box .index-page .index-prev {
  padding-left: 30px;
}

#index .index-banner .index-page-box .index-page .index-prev i {
  transform: rotate(-90deg);
}

#index .index-banner .index-page-box .index-page .index-next {
  padding-right: 30px;
}

#index .index-banner .index-page-box .index-page .index-next i {
  transform: rotate(90deg);
}

#index .index-banner .scroll-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 88px;
  right: 6.25%;
  z-index: 10;
}

#index .index-banner .scroll-box .line {
  width: 1px;
  height: 34px;
  background-color: #999;
}

#index .index-banner .scroll-box span {
  display: inline-block;
  margin-top: 14px;
  color: #999;
  font-size: 12px;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}

#index .people-intro {
  padding: 100px 0 160px;
}

#index .people-intro .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#index .people-intro .left {
  width: 54%;
  margin-top: 40px;
}

#index .people-intro .left .com-title .cn {
  margin-top: 50px;
}

#index .people-intro .left .desc {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
}

#index .people-intro .left .com-more {
  margin-top: 70px;
}

#index .people-intro .right {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  display: none;
}

#index .people-intro .right .pic {
  width: 54%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#index .people-intro .right .pic img {
  width: 100%;
  opacity: 0;
}

#index .people-intro .right .img {
  width: 80%;
  position: absolute;
  left: 0;
  bottom: -150px;
}

#index .people-intro .right .img img {
  width: 100%;
  display: none;
}

#index .people-intro .right .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index .people-intro .video-box {
  width: 42%;
}

#index .people-intro .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .design-center {
  background-color: #f3f3f3;
  padding-top: 110px;
  padding-bottom: 60px;
}

#index .design-center .title-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#index .design-center .design-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#index .design-center .design-content .left-pic {
  width: 45%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
}

#index .design-center .design-content .left-pic img {
  width: 62%;
}

#index .design-center .design-content .right-box {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 160px;
}

#index .design-center .design-content .right-box .item-info {
  width: 43%;
}

#index .design-center .design-content .right-box .item-info .num-box {
  font-size: 60px;
  line-height: 60px;
  font-family: 'Din';
  color: #333;
}

#index .design-center .design-content .right-box .item-info .desc {
  font-size: 14px;
  line-height: 28px;
  margin-top: 30px;
}

#index .design-center .design-content .right-box .item-info .line {
  margin-top: 20px;
  width: 10px;
  height: 2px;
  background-color: #333;
}

#index .product-center {
  display: none;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide {
  display: flex;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner {
  width: 33.33%;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box {
  padding: 70px 20px 0 0;
  background-color: #e6e6e6;
  height: 60%;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box .com-title {
  padding-left: 18%;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box .pic-swiper {
  width: 55%;
  margin: 0 auto;
  margin-top: 30px;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box .pic-swiper .swiper-slide {
  width: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box .pic-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box {
  height: 40%;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-prev, #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-next {
  color: #fff;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-prev i, #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-next i {
  font-size: 16px;
  display: inline-block;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages {
  color: #fff;
  text-align: center;
  width: 70%;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 30px;
  font-family: 'Din';
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination .cur {
  font-size: 52px;
  line-height: 52px;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination .line {
  margin: 0 10px;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination .total {
  font-size: 24px;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide {
  width: 100% !important;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .title {
  font-size: 36px;
  line-height: 30px;
  margin-top: 30px;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .desc {
  font-size: 14px;
  line-height: 28px;
  color: #ccc;
  margin-top: 30px;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-prev i {
  transform: rotate(-90deg);
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-next i {
  transform: rotate(90deg);
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner {
  width: 67.67%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner img {
  width: 100%;
  opacity: 0;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .com-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-prev, #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-next {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-prev i, #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-next i {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-prev {
  left: 10%;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-prev i {
  transform: rotate(-90deg);
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-next {
  right: 10%;
}

#index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-next i {
  transform: rotate(90deg);
}

#index .product-center-one {
  display: flex;
}

#index .product-center-one .left-banner {
  width: 33.33%;
}

#index .product-center-one .left-banner .top-box {
  padding: 70px 20px 0 0;
  background-color: #e6e6e6;
  height: 60%;
}

#index .product-center-one .left-banner .top-box .com-title {
  padding-left: 18%;
}

#index .product-center-one .left-banner .top-box .pic-swiper {
  width: 55%;
  margin: 0 auto;
  margin-top: 30px;
}

#index .product-center-one .left-banner .top-box .pic-swiper .swiper-slide {
  width: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#index .product-center-one .left-banner .top-box .pic-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#index .product-center-one .left-banner .pic-pages-box {
  height: 40%;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10%;
}

#index .product-center-one .left-banner .pic-pages-box .pic-prev, #index .product-center-one .left-banner .pic-pages-box .pic-next {
  color: #fff;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

#index .product-center-one .left-banner .pic-pages-box .pic-prev i, #index .product-center-one .left-banner .pic-pages-box .pic-next i {
  font-size: 16px;
  display: inline-block;
}

#index .product-center-one .left-banner .pic-pages-box .pic-pages {
  color: #fff;
  text-align: center;
  width: 70%;
}

#index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 30px;
  font-family: 'Din';
}

#index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination .cur {
  font-size: 52px;
  line-height: 52px;
}

#index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination .line {
  margin: 0 10px;
}

#index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination .total {
  font-size: 24px;
}

#index .product-center-one .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide {
  width: 100% !important;
}

#index .product-center-one .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .title {
  font-size: 36px;
  line-height: 30px;
  margin-top: 30px;
}

#index .product-center-one .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .desc {
  font-size: 14px;
  line-height: 28px;
  color: #ccc;
  margin-top: 30px;
}

#index .product-center-one .left-banner .pic-pages-box .pic-prev i {
  transform: rotate(-90deg);
}

#index .product-center-one .left-banner .pic-pages-box .pic-next i {
  transform: rotate(90deg);
}

#index .product-center-one .right-banner {
  width: 66.67%;
  position: relative;
}

#index .product-center-one .right-banner .product-swiper .swiper-slide {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#index .product-center-one .right-banner .product-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#index .product-center-one .right-banner .product-swiper .swiper-slide .com-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#index .product-center-one .right-banner .product-prev, #index .product-center-one .right-banner .product-next {
  position: absolute;
  top: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  z-index: 100;
}

#index .product-center-one .right-banner .product-prev i, #index .product-center-one .right-banner .product-next i {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

#index .product-center-one .right-banner .product-prev {
  left: 10%;
}

#index .product-center-one .right-banner .product-prev i {
  transform: rotate(-90deg);
}

#index .product-center-one .right-banner .product-next {
  right: 10%;
}

#index .product-center-one .right-banner .product-next i {
  transform: rotate(90deg);
}

#index .production-center {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
  width: 91%;
  max-width: 1740px;
  position: relative;
}

#index .production-center .left-banner {
  width: 63%;
}

#index .production-center .left-banner .swiper-production .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

#index .production-center .left-banner .swiper-production .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#index .production-center .right-info {
  width: 30%;
  margin-top: 60px;
}

#index .production-center .right-info .desc {
  width: 73%;
  margin-top: 40px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  display: block;
}

#index .production-center .right-info .production-pages-box {
  width: 73%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 90px;
}

#index .production-center .right-info .production-pages-box .production-pages {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .production-center .right-info .production-pages-box .production-pages .production-prev, #index .production-center .right-info .production-pages-box .production-pages .production-next {
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
  outline: none;
}

#index .production-center .right-info .production-pages-box .production-pages .production-prev i, #index .production-center .right-info .production-pages-box .production-pages .production-next i {
  font-size: 16px;
  display: inline-block;
}

#index .production-center .right-info .production-pages-box .production-pages .production-prev span, #index .production-center .right-info .production-pages-box .production-pages .production-next span {
  font-size: 14px;
  font-family: 'Din';
}

#index .production-center .right-info .production-pages-box .production-pages .production-prev {
  padding-right: 40px;
}

#index .production-center .right-info .production-pages-box .production-pages .production-prev i {
  transform: rotate(-90deg);
}

#index .production-center .right-info .production-pages-box .production-pages .production-prev span {
  margin-left: 35px;
  display: inline-block;
}

#index .production-center .right-info .production-pages-box .production-pages .production-next {
  padding-left: 40px;
}

#index .production-center .right-info .production-pages-box .production-pages .production-next i {
  transform: rotate(90deg);
}

#index .production-center .right-info .production-pages-box .production-pages .production-next span {
  margin-right: 35px;
  display: inline-block;
}

#index .production-center .right-info .production-pages-box .production-pages .line {
  width: 1px;
  height: 10px;
  background-color: #fff;
}

#index .news-box {
  background-color: #f3f3f3;
  padding: 100px 0 110px;
}

#index .news-box .com-title {
  text-align: center;
}

#index .news-box .news-content {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

#index .news-box .news-content .news-left {
  width: 49%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#index .news-box .news-content .news-left img {
  width: 100%;
  opacity: 0;
}

#index .news-box .news-content .news-left .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px 0 0 30px;
  display: block;
}

#index .news-box .news-content .news-left .mask .date-box {
  color: #fff;
}

#index .news-box .news-content .news-left .mask .date-box .t1 {
  font-size: 13px;
  letter-spacing: 1px;
}

#index .news-box .news-content .news-left .mask .date-box .date {
  font-size: 40px;
  line-height: 40px;
  margin-top: 10px;
  font-family: 'Din';
}

#index .news-box .news-content .news-left .mask .bottom-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px 30px 35px;
  color: #fff;
  width: 100%;
}

#index .news-box .news-content .news-left .mask .bottom-txt .title {
  font-size: 20px;
  line-height: 28px;
}

#index .news-box .news-content .news-left .mask .bottom-txt .desc {
  font-size: 14px;
  line-height: 26px;
  margin-top: 5px;
}

#index .news-box .news-content .news-left .mask .bottom-txt .more {
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
  font-family: 'Din';
}

#index .news-box .news-content .news-left .mask .bottom-txt .more i {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
  transform: rotate(90deg);
}

#index .news-box .news-content .news-items {
  width: 49%;
}

#index .news-box .news-content .news-items .item {
  display: block;
  padding: 25px 35px 20px 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}

#index .news-box .news-content .news-items .item .date-box {
  width: 130px;
  flex-shrink: 0;
}

#index .news-box .news-content .news-items .item .date-box .t1 {
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
}

#index .news-box .news-content .news-items .item .date-box .date {
  font-size: 40px;
  line-height: 40px;
  color: #333;
  margin-top: 10px;
  font-family: 'Din';
}

#index .news-box .news-content .news-items .item .date-box .more {
  font-size: 14px;
  color: #333;
  font-family: 'Din';
  margin-top: 35px;
}

#index .news-box .news-content .news-items .item .date-box .more i {
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
  transform: rotate(90deg);
}

#index .news-box .news-content .news-items .item .info {
  width: calc(100% - 130px);
  padding-left: 50px;
}

#index .news-box .news-content .news-items .item .info .title {
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  color: #333;
}

#index .news-box .news-content .news-items .item .info .desc {
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  color: #666;
}

#index .news-box .news-content .news-items .item:last-child {
  margin-bottom: 0;
}

#index .news-box .news-content .news-items .item:hover {
  border: 1px solid #e6e6e6;
}

#about .about-intro {
  margin-top: 80px;
  padding-bottom: 80px;
}

#about .about-intro .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 40px;
}

#about .about-intro .left-intro {
  width: 46%;
}

#about .about-intro .left-intro .info {
  font-size: 14px;
  line-height: 32px;
  color: #666;
  margin-top: 35px;
  height:450px;
  overflow-y: auto;
  padding-right: 2%;
}
#about .about-intro .left-intro .info::-webkit-scrollbar{
  width: 4px;
  height:6px;
  background-color: #ccc;
}
#about .about-intro .left-intro .info::-webkit-scrollbar-track {
  background-color: #ccc;
}
#about .about-intro .left-intro .info::-webkit-scrollbar-thumb {
  background-color: #333;
}

#about .about-intro .right-pic {
  width: 50%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#about .about-intro .right-pic img {
  width: 100%;
  opacity: 0;
}

#about .about-intro .right-pic .bg {
  width: 96%;
  position: absolute;
  top: 60px!important;
  right: -40px;
  background-color: #f3f3f3;
  z-index: -1;
}

#about .about-intro .right-pic .bg img {
  width: 100%;
  opacity: 0;
}

#about .brand-story {
  width: 91%;
  max-width: 1740px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}

#about .brand-story .left-pic {
  width: 51%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#about .brand-story .left-pic img {
  width: 100%;
  opacity: 0;
}

#about .brand-story .left-pic .bg {
  position: absolute;
  background-color: #f3f3f3;
  width: 95%;
  top: 90px;
  left: 30%;
  z-index: -1;
}

#about .brand-story .left-pic .bg img {
  opacity: 0;
  width: 100%;
}

#about .brand-story .right-info {
  width: 45%;
}

#about .brand-story .right-info .com-title {
  text-align: right;
  position: relative;
}

#about .brand-story .right-info .com-title:before {
  content: '';
  width: 280px;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 30px;
  left: 130px;
}

#about .brand-story .right-info .desc {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  text-align: right;
  margin-top: 50px;
}

#about .factory-intro {
  padding: 80px 0 0;
}

#about .factory-intro .factory-swiper {
  background-image: url("../img/21.png");
  background-size: 5px auto;
  background-position: center;
  background-repeat: repeat-x;
  margin-top: 80px;
  padding-bottom: 200px;
  position: relative;
}

#about .factory-intro .factory-swiper .swiper-slide {
  width: 57.5% !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

#about .factory-intro .factory-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#about .factory-intro .factory-swiper .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  transition: all 0.6s;
  background-color: rgba(0, 0, 0, 0.75);
}

#about .factory-intro .factory-swiper .swiper-slide .mask .text-box {
  position: absolute;
  bottom: 0;
  padding: 0 50px 50px 50px;
  width: 100%;
}

#about .factory-intro .factory-swiper .swiper-slide .mask .text-box .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#about .factory-intro .factory-swiper .swiper-slide .mask .text-box .tops .left {
  display: flex;
  align-items: center;
  color: #fff;
}

#about .factory-intro .factory-swiper .swiper-slide .mask .text-box .tops .left i {
  font-size: 30px;
}

#about .factory-intro .factory-swiper .swiper-slide .mask .text-box .tops .left span {
  display: inline-block;
  margin-left: 20px;
  font-size: 32px;
  line-height: 32px;
}

#about .factory-intro .factory-swiper .swiper-slide .mask .text-box .tops .line {
  width: 30px;
  height: 3px;
  background-color: #fff;
}

#about .factory-intro .factory-swiper .swiper-slide .mask .text-box .desc {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  margin-top: 15px;
}

#about .factory-intro .factory-swiper .swiper-slide.swiper-slide-active .mask {
  opacity: 1;
  background-color: transparent;
  transition: all 0.6s;
}

#about .factory-intro .factory-swiper .factory-pagination {
  position: relative;
  bottom: -60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#about .factory-intro .factory-swiper .factory-pagination:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  bottom: -30px;
}

#about .factory-intro .factory-swiper .factory-pagination .swiper-pagination-bullet {
  width: 0;
  height: 50px;
  line-height: 100px;
  display: inline-block;
  margin: 0 90px;
  opacity: 1;
  display: flex;
  align-items: flex-end;
  font-size: 32px;
  justify-content: center;
  line-height: 32px;
  font-family: 'Din';
  color: #ccc;
  position: relative;
  background-color: transparent;
}

#about .factory-intro .factory-swiper .factory-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #e6e6e6;
  border-radius: 50%;
  bottom: -33px;
  left: 50%;
}

#about .factory-intro .factory-swiper .factory-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #333;
  font-size: 80px;
  line-height: 80px;
}

#about .factory-intro .factory-swiper .factory-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 17px;
  height: 17px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/22.png");
  bottom: -38px;
}

#about .factory-intro .factory-swiper .factory-pages {
  position: absolute;
  width: 57.5%;
  padding: 0 2%;
  top: 36%;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#about .factory-intro .factory-swiper .factory-pages .factory-prev, #about .factory-intro .factory-swiper .factory-pages .factory-next {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  outline: none;
}

#about .factory-intro .factory-swiper .factory-pages .factory-prev i, #about .factory-intro .factory-swiper .factory-pages .factory-next i {
  font: size 16px;
  display: inline-block;
}

#about .factory-intro .factory-swiper .factory-pages .factory-prev i {
  transform: rotate(-90deg);
}

#about .factory-intro .factory-swiper .factory-pages .factory-next i {
  transform: rotate(90deg);
}

#about .honor-box {
  padding: 100px 0;
}

#about .honor-box .honor-banner {
  position: relative;
}

#about .honor-box .honor-banner .swiper-honor {
  margin-top: 60px;
}

#about .honor-box .honor-banner .swiper-honor .swiper-slide {
  width: 31% !important;
}

#about .honor-box .honor-banner .swiper-honor .swiper-slide .pic {
  border: 1px solid #cbcccc;
  padding: 10px;
  width: 100%;
}

#about .honor-box .honor-banner .swiper-honor .swiper-slide .pic img {
  width: 100%;
}

#about .honor-box .honor-banner .swiper-honor .swiper-slide .info {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 10px;
  background-color: #333;
  font-size: 24px;
  margin-top: 10px;
  color: #fff;
}

#about .honor-box .honor-banner .honor-prev, #about .honor-box .honor-banner .honor-next {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border: 1px solid #999;
  color: #333333;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: calc(50% - 40px);
}

#about .honor-box .honor-banner .honor-prev i, #about .honor-box .honor-banner .honor-next i {
  font: size 16px;
  display: inline-block;
}

#about .honor-box .honor-banner .honor-prev.swiper-button-disabled, #about .honor-box .honor-banner .honor-next.swiper-button-disabled {
  border-color: transparent;
}

#about .honor-box .honor-banner .honor-prev {
  left: 2.5%;
}

#about .honor-box .honor-banner .honor-prev i {
  transform: rotate(-90deg);
}

#about .honor-box .honor-banner .honor-next {
  right: 2.5%;
}

#about .honor-box .honor-banner .honor-next i {
  transform: rotate(90deg);
}

#about .video-highLight {
  padding: 70px 0 90px;
  background-color: #f3f3f3;
}

#about .video-highLight .video-box {
  display: flex;
  justify-content: space-between;
  height: 655px;
  overflow: hidden;
  margin-top: 60px;
}

#about .video-highLight .video-box .video-left {
  width: 75%;
  height: 100%;
}

#about .video-highLight .video-box .video-left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .video-highLight .video-box .video-left.hide {
  display: none;
}

#about .video-highLight .video-box .right-items {
  width: 24%;
}

#about .video-highLight .video-box .right-items .item {
  width: 100%;
  height: 209px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.6s;
  cursor: pointer;
}

#about .video-highLight .video-box .right-items .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

#about .video-highLight .video-box .right-items .item .mask .icon-16 {
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}

#about .video-highLight .video-box .right-items .item .mask .icon-26 {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  display: none;
}

#about .video-highLight .video-box .right-items .item .mask .text {
  position: absolute;
  font-size: 14px;
  color: #fff;
  width: 100%;
  padding: 0 10px;
  bottom: 14px;
}

#about .video-highLight .video-box .right-items .item:last-of-type {
  margin-bottom: 0;
}

#about .video-highLight .video-box .right-items .item.active {
  box-shadow: 0px 20px 36x 0px rgba(0, 17, 86, 0.08);
}

#about .video-highLight .video-box .right-items .item.active .mask .icon-16 {
  display: none;
}

#about .video-highLight .video-box .right-items .item.active .mask .icon-26 {
  display: block;
}

#about .video-highLight .video-box .right-items .item.active .mask .text {
  display: none;
}

#design .design-intro {
  padding: 80px 0 120px;
}

#design .design-intro .com-title {
  text-align: center;
}

#design .design-intro .desc {
  text-align: center;
  width: 80%;
  font-size: 14px;
  line-height: 32px;
  margin: 0 auto;
  margin-top: 50px;
}

#design .design-intro .design-num {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#design .design-intro .design-num .num-item {
  width: 19%;
  display: flex;
  flex-direction: column;
}

#design .design-intro .design-num .num-item .num-box {
  font-size: 60px;
  line-height: 60px;
  color: #333;
  font-family: 'Din';
}

#design .design-intro .design-num .num-item .info {
  font-size: 14px;
  line-height: 28px;
  height: 84px;
  margin-top: 20px;
}

#design .design-intro .design-num .num-item .line {
  width: 10px;
  height: 2px;
  background-color: #333;
  margin-top: 30px;
}

#design .design-intro .intro-pic {
  width: 80%;
  position: relative;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 50px;
}

#design .design-intro .intro-pic img {
  width: 100%;
  opacity: 0;
}

#design .design-intro .intro-pic .tag {
  width: 42.5%;
  opacity: 1;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#design .cooper-brand {
  background-color: #f3f3f3;
  padding: 100px 0;
}

#design .cooper-brand .com-title {
  text-align: center;
}

#design .cooper-brand .brand-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

#design .cooper-brand .brand-list .item {
  width: 15%;
  margin-bottom: 2%;
  margin-right: 2%;
  border: 1px solid #e6e6e6;
}

#design .cooper-brand .brand-list .item:nth-child(6n) {
  margin-right: 0;
}

#design .company-award {
  padding: 80px 0;
}

#design .company-award .com-title {
  text-align: center;
}

#design .company-award .award-box {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#design .company-award .award-box .award-left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 61.5%;
  position: relative;
  padding-bottom: 200px;
  background-size: 46% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url("../img/33.png");
}

#design .company-award .award-box .award-left .pic-one {
  width: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#design .company-award .award-box .award-left .pic-one img {
  width: 100%;
  opacity: 0;
}

#design .company-award .award-box .award-left .pic-one .bg {
  width: 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  right: -32%;
  bottom: -200px;
}

#design .company-award .award-box .award-left .pic-one .bg img {
  width: 100%;
  opacity: 0;
}

#design .company-award .award-box .award-left .pic-two {
  width: 29%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 70px;
}

#design .company-award .award-box .award-left .pic-two img {
  width: 100%;
  opacity: 0;
}

#design .company-award .award-box .award-left .pic-two .bg {
  width: 100%;
  background-color: #f3f3f3;
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 30px;
}

#design .company-award .award-box .award-left .pic-two .bg img {
  width: 100%;
  opacity: 0;
}

#design .company-award .award-box .award-left .tagp-pic {
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 30px;
}

#design .company-award .award-box .award-left .tagp-pic img {
  width: 100%;
}

#design .company-award .award-box .award-info {
  padding-left: 80px;
}

#design .company-award .award-box .award-info .award-ul li {
  list-style: disc;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
}

#design .company-award .award-box .award-info .award-ul li .items {
  font-size: 14px;
  line-height: 36px;
  color: #666;
}

#design .design-manager {
  display: flex;
}

#design .design-manager .manager-left {
  width: 50%;
  background-color: #151515;
  padding: 6% 3% 0 10%;
}

#design .design-manager .manager-left .com-title .en {
  color: #fff;
}

#design .design-manager .manager-left .com-title .cn {
  color: #fff;
}

#design .design-manager .manager-left .desc {
  font-size: 14px;
  line-height: 32px;
  color: #ccc;
  margin-top: 50px;
}

#design .design-manager .manager-left .project-item {
  width: 80%;
  margin-top: 100px;
}

#design .design-manager .manager-left .project-item .p-title {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #fff;
}

#design .design-manager .manager-left .project-item .items-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}

#design .design-manager .manager-left .project-item .items-box li {
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #ccc;
  list-style: disc;
}

#design .design-manager .manager-pic {
  width: 50%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#design .design-manager .manager-pic img {
  width: 100%;
  opacity: 0;
}

#design .design-manager .manager-pic .text-box {
  bottom: 20%;
  right: 20%;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  position: absolute;
}

#design .success-case {
  padding: 80px 0;
}

#design .success-case .com-title {
  text-align: center;
}

#design .success-case .success-banner {
  position: relative;
}

#design .success-case .success-banner .swiper-success {
  margin-top: 60px;
}

#design .success-case .success-banner .swiper-success .swiper-slide {
  width: 31% !important;
}

#design .success-case .success-banner .swiper-success .swiper-slide .pic {
  width: 100%;
  position: relative;
}

#design .success-case .success-banner .swiper-success .swiper-slide .pic img {
  width: 100%;
}

#design .success-case .success-banner .swiper-success .swiper-slide .pic .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.46);
}

#design .success-case .success-banner .swiper-success .swiper-slide .info {
  width: 100%;
  padding: 10px 0;
}

#design .success-case .success-banner .swiper-success .swiper-slide .info .date {
  font-size: 16px;
  line-height: 32px;
  font-family: 'Din';
  color: #999;
}

#design .success-case .success-banner .swiper-success .swiper-slide .info .title {
  font-size: 24px;
  color: #333;
}

#design .success-case .success-banner .swiper-success .swiper-slide:hover .pic .mask {
  display: flex;
}

#design .success-case .success-banner .success-prev, #design .success-case .success-banner .success-next {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border: 1px solid #999;
  color: #333333;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: calc(50% - 80px);
}

#design .success-case .success-banner .success-prev i, #design .success-case .success-banner .success-next i {
  font: size 16px;
  display: inline-block;
}

#design .success-case .success-banner .success-prev.swiper-button-disabled, #design .success-case .success-banner .success-next.swiper-button-disabled {
  border-color: transparent;
}

#design .success-case .success-banner .success-prev {
  left: 2.5%;
}

#design .success-case .success-banner .success-prev i {
  transform: rotate(-90deg);
}

#design .success-case .success-banner .success-next {
  right: 2.5%;
}

#design .success-case .success-banner .success-next i {
  transform: rotate(90deg);
}

#network .china-map{
  margin: 10px auto; 
  text-align: center;
}
#network .china-map img{
  display: inline-block;
}
#network .classify-box {
  padding: 0 30px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#network .classify-box .select {
  width: 26%;
  height: 60px;
  border: 1px solid #333;
  background-repeat: no-repeat;
  background-size: 15px 11px;
  background-position: right 25px center;
  background-image: url("../img/37.png");
}

#network .classify-box .select select {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  padding-left: 20px;
}

#network .classify-box .search-btn {
  width: 170px;
  height: 60px;
  line-height: 60px;
  background-color: #333;
  font-size: 14px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 0;
  justify-content: center;
  color: #fff;
}

#network .classify-box .search-btn i {
  font-size: 20px;
  display: inline-block;
  margin-left: 16px;
}

#network .store-box {
  display: flex;
  margin-top: 80px;
  margin-bottom: 120px;
  height: 610px;
}

#network .store-box .store-pic {
  width: 60%;
  position: relative;
}

#network .store-box .store-pic img {
  width: 100%;
  opacity: 0;
}

#network .store-box .store-pic .tag {
  opacity: 1;
  width: 40%;
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 11;
}

#network .store-box .store-pic .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.3s;
}

#network .store-box .store-pic .bg.active {
  opacity: 0;
  transition: all 0.3s;
}

#network .store-box .store-items-box {
  width: 40%;
  background-color: #f3f3f3;
  padding-right: 30px;
  padding-top: 30px;
}

#network .store-box .store-items-box .store-items {
  padding: 0 30px;
  height: 96%;
  overflow-x: auto;
  cursor: pointer;
}

#network .store-box .store-items-box .store-items::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #ccc;
}

#network .store-box .store-items-box .store-items::-webkit-scrollbar-track {
  background-color: #ccc;
}

#network .store-box .store-items-box .store-items::-webkit-scrollbar-thumb {
  background-color: #333;
}

#network .store-box .store-items-box .store-items .s-item {
  padding: 30px 0 35px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
}

#network .store-box .store-items-box .store-items .s-item .s-icon {
  margin-top: -4px;
}

#network .store-box .store-items-box .store-items .s-item .s-icon i {
  font-size: 28px;
  color: #999;
}

#network .store-box .store-items-box .store-items .s-item .info-box {
  margin-left: 20px;
}

#network .store-box .store-items-box .store-items .s-item .info-box .title {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

#network .store-box .store-items-box .store-items .s-item .info-box .desc {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
}

#network .store-box .store-items-box .store-items .s-item .info-box .desc i {
  font-size: 14px;
  color: #333;
}

#network .store-box .store-items-box .store-items .s-item .info-box .desc span {
  display: inline-block;
  margin-left: 6px;
}

#network .store-box .store-items-box .store-items .s-item:first-child {
  padding-top: 0;
}

#network .store-box .store-items-box .store-items .s-item:last-child {
  border-bottom: 0;
}

#news .news-list {
  margin-top: 20px;
}

#news .news-list .item {
  transition: all 0.3s;
}

#news .news-list .item .main {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 60px 0;
}

#news .news-list .item .date-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 15px;
}

#news .news-list .item .date-box .date {
  font-size: 40px;
  line-height: 48px;
  font-family: 'Din';
}

#news .news-list .item .date-box .txt {
  font-size: 14px;
  color: #999;
}

#news .news-list .item .pic {
  width: 31%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#news .news-list .item .pic img {
  width: 100%;
  opacity: 0;
}

#news .news-list .item .info-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0;
}

#news .news-list .item .info-box .top .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}

#news .news-list .item .info-box .top .desc {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  margin-top: 20px;
}

#news .news-list .item .info-box .com-more {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  color: #333;
  transition: all 0.3s;
}

#news .news-list .item:hover {
  background-color: #f3f3f3;
  transition: all 0.3s;
}

#news .news-list .item:hover .info-box .com-more {
  background-color: #333;
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s;
}

#news .news-detail {
  margin-top: 80px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}

#news .news-detail .news-content {
  width: 68%;
}

#news .news-detail .news-content .title-box {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

#news .news-detail .news-content .title-box .title {
  font-size: 36px;
  line-height: 48px;
}

#news .news-detail .news-content .title-box .date {
  color: #999;
  font-size: 13px;
  margin-top: 20px;
}

#news .news-detail .news-content .title-box .date span {
  font-size: 16px;
  color: #333;
  font-family: 'Din';
  margin-left: 20px;
}

#news .news-detail .news-content .content {
  padding: 40px 0 60px;
}

#news .news-detail .news-content .detail-page {
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#news .news-detail .news-content .detail-page .page {
  width: 50%;
  font-size: 14px;
  color: #333;
}

#news .news-detail .news-content .detail-page .page.next {
  text-align: right;
}

#news .news-detail .news-side {
  width: 26%;
}

#news .news-detail .news-side .side-item {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

#news .news-detail .news-side .side-item .pic {
  width: 100%;
  overflow: hidden;
}

#news .news-detail .news-side .side-item .date {
  font-size: 16px;
  color: #333;
  font-family: 'Din';
  padding: 20px 0;
}

#news .news-detail .news-side .side-item .title {
  font-size: 24px;
  line-height: 34px;
  color: #333;
}

#news .news-detail .news-side .side-item .desc {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  margin-top: 6px;
}

#news .news-detail .news-side .side-item .more {
  font-size: 14px;
  color: #333;
  font-family: 'Din';
  margin-top: 35px;
}

#news .news-detail .news-side .side-item .more i {
  display: inline-block;
  margin-left: 6px;
  transform: rotate(90deg);
}

#news .pages-box {
  margin-top: 70px;
  margin-bottom: 120px;
}

#recruit .recruit-list {
  margin-top: 50px;
}

#recruit .recruit-list .recruit-item {
  margin-bottom: 20px;
}

#recruit .recruit-list .recruit-item .top-head {
  height: 120px;
  background-color: #f3f3f3;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#recruit .recruit-list .recruit-item .top-head .left .title {
  font-size: 20px;
  color: #333;
}

#recruit .recruit-list .recruit-item .top-head .left .title .name {
  margin-right: 20px;
}

#recruit .recruit-list .recruit-item .top-head .left .title .date {
  height: 14px;
  font-size: 14px;
  border-left: 2px solid #999;
  color: #999;
  padding: 0 25px;
}

#recruit .recruit-list .recruit-item .top-head .left .info {
  font-size: 14px;
  margin-top: 20px;
  color: #666;
}

#recruit .recruit-list .recruit-item .top-head .left .info span {
  display: inline-block;
  margin-right: 60px;
}

#recruit .recruit-list .recruit-item .top-head .arr-box {
  width: 120px;
  height: 100%;
  line-height: 120px;
  text-align: center;
  border-left: 1px solid #d3d3d3;
}

#recruit .recruit-list .recruit-item .top-head .arr-box i {
  font-size: 30px;
  color: #999;
  transition: transform 0.3s;
}

#recruit .recruit-list .recruit-item .re-content {
  background-color: #f3f3f3;
  padding: 30px 24px 35px;
  display: none;
}

#recruit .recruit-list .recruit-item .re-content .desc-box {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

#recruit .recruit-list .recruit-item .re-content .desc-box .tt {
  font-weight: bold;
}

#recruit .recruit-list .recruit-item .re-content .desc-box .desc {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}

#recruit .recruit-list .recruit-item .re-content .upload-btn {
  width: 146px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 30px;
  background-color: #333;
  cursor: pointer;
}

#recruit .recruit-list .recruit-item.slide .top-head {
  background-color: #333;
}

#recruit .recruit-list .recruit-item.slide .top-head .title {
  color: #fff;
}

#recruit .recruit-list .recruit-item.slide .top-head .title .date {
  color: #fff;
  border-left: 2px solid #fff;
}

#recruit .recruit-list .recruit-item.slide .top-head .info {
  color: #fff;
}

#recruit .recruit-list .recruit-item.slide .top-head .arr-box i {
  color: #fff;
  transform: rotate(90deg);
  transition: transform 0.3s;
  display: inline-block;
}

#recruit .pages-box {
  margin-top: 80px;
  margin-bottom: 120px;
}

#contact .contact-box {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

#contact .contact-box .contact-left {
  width: 37%;
  margin-top: 110px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: right bottom 90px;
  background-image: url("../img/43.png");
}

#contact .contact-box .contact-left .online-box {
  margin-top: 60px;
  margin-left: 35px;
}

#contact .contact-box .contact-left .online-box .line-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

#contact .contact-box .contact-left .online-box .line-box i {
  font-size: 18px;
  color: #333;
  display: inline-block;
}

#contact .contact-box .contact-left .online-box .line-box .line {
  font-size: 16px;
  margin-left: 10px;
}

#contact .contact-box .contact-left .online-box .line-box .line .t1 {
  font-family: 'Din';
}

#contact .contact-box .contact-left .online-box .line-box .line .txt {
  line-height: 32px;
}

#contact .contact-box .contact-map {
  width: 53%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#contact .contact-box .contact-map img {
  width: 100%;
  opacity: 0;
}

#contact .mail-box {
  padding: 80px 0 100px;
}

#join .style-box {
  margin-top: 70px;
  padding-bottom: 40px;
}

#join .style-box .com-title {
  text-align: center;
}

#join .style-box .style-list {
  margin-top: 60px;
  display: flex;
}

#join .style-box .style-list .item {
  width: 24%;
  margin-right: 1.333%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#join .style-box .style-list .item img {
  width: 100%;
  opacity: 0;
}

#join .style-box .style-list .item .title {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #fff;
}

#join .style-box .style-list .item .title .cn {
  font-size: 32px;
  line-height: 32px;
}

#join .style-box .style-list .item .title .en {
  font-size: 20px;
  line-height: 20px;
  margin-top: 10px;
}

#join .style-box .style-list .item .desc {
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

#join .style-box .style-list .item:last-child {
  margin-right: 0;
}

#join .style-items {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

#join .style-items .left-pic {
  width: 50%;
  display: flex;
  align-items: flex-start;
}

#join .style-items .left-pic .txt {
  font-family: 'Din';
  font-size: 16px;
  color: #999;
  flex-shrink: 0;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  padding-right: 10px;
}

#join .style-items .left-pic .pic {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#join .style-items .left-pic .pic:before {
  content: '';
  position: absolute;
  top: 66px;
  right: -130px;
  width: 200px;
  height: 1px;
  background-color: #e6e6e6;
}

#join .style-items .left-pic .pic img {
  width: 100%;
  opacity: 0;
}

#join .style-items .right-info {
  width: 40%;
  padding: 40px 0 40px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#join .style-items .right-info .tops .desc {
  font-size: 16px;
  line-height: 32px;
  color: #999;
  margin-top: 15px;
}

#join .style-items .right-info .bottoms {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}

#join .style-items .right-info .num {
  font-size: 160px;
  font-family: 'Din';
  position: absolute;
  right: 0;
  bottom: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgba(51, 46, 43, 0.1);
}

#join .style-items.reserve {
  flex-direction: row-reverse;
}

#join .style-items.reserve .left-pic {
  flex-direction: row-reverse;
}

#join .style-items.reserve .left-pic .pic:before {
  right: unset;
  left: -300px;
  width: 400px;
}

#join .style-items.reserve .left-pic .txt {
  padding-left: 10px;
  padding-right: 0;
}

#join .service-box {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/55.png");
  padding-top: 9%;
}

#join .service-box .text-box {
  color: #fff;
  text-align: center;
}

#join .service-box .text-box .tops .t1 {
  font-size: 36px;
  line-height: 36px;
}

#join .service-box .text-box .tops .t1 span {
  font-size: 68px;
  line-height: 36px;
  font-family: 'Din';
  font-style: italic;
  display: inline-block;
  margin: 0 10px 0 0;
}

#join .service-box .text-box .tops .t2 {
  font-size: 46px;
  line-height: 46px;
  font-weight: bold;
  margin-top: 20px;
}

#join .service-box .text-box .desc {
  margin-top: 10px;
}

#join .service-box .text-box .desc .cn {
  font-size: 24px;
  line-height: 40px;
}

#join .service-box .text-box .desc .en {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

#join .advantage-box {
  padding-top: 100px;
  padding-bottom: 40px;
}

#join .advantage-box .com-title {
  text-align: center;
}

#join .advantage-box .advantage-list {
  display: flex;
  align-items: flex-start;
  margin-top: 90px;
}

#join .advantage-box .advantage-list .item {
  width: calc(100%/6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#join .advantage-box .advantage-list .item .icon-box {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px dashed #ccc;
  padding: 10px;
}

#join .advantage-box .advantage-list .item .icon-box .inner {
  width: 100%;
  height: 100%;
  line-height: 110px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #333;
  transition: all 0.3s;
}

#join .advantage-box .advantage-list .item .icon-box .inner i {
  font-size: 40px;
  color: #333;
}

#join .advantage-box .advantage-list .item .num {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  font-family: 'Din';
  margin-top: 25px;
}

#join .advantage-box .advantage-list .item .desc {
  text-align: center;
  margin-top: 20px;
}

#join .advantage-box .advantage-list .item .desc .cn {
  font-size: 24px;
  line-height: 32px;
  color: #333;
}

#join .advantage-box .advantage-list .item .desc .en {
  font-size: 12px;
  line-height: 14px;
  color: #999;
  margin-top: 10px;
}

#join .advantage-box .advantage-list .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 50px);
  width: 1px;
  height: 100px;
  background-color: rgba(51, 46, 43, 0.1);
}

#join .advantage-box .advantage-list .item:last-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 50px);
  width: 1px;
  height: 100px;
  background-color: rgba(51, 46, 43, 0.1);
}

#join .advantage-box .advantage-list .item:hover .icon-box .inner {
  background-color: #333;
  transition: all 0.3s;
}

#join .advantage-box .advantage-list .item:hover .icon-box .inner i {
  color: #fff;
}

#join .cooper-platform {
  padding: 100px 0 50px;
}

#join .cooper-platform .com-title {
  text-align: center;
}

#join .cooper-platform .brand-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

#join .cooper-platform .brand-list .item {
  width: 15%;
  margin-bottom: 2%;
  margin-right: 2%;
  border: 1px solid #e6e6e6;
}

#join .cooper-platform .brand-list .item:nth-child(6n) {
  margin-right: 0;
}

#join .cooper-platform .code-online {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#join .cooper-platform .code-online .left-txt .t1 {
  font-size: 24px;
  line-height: 24px;
}

#join .cooper-platform .code-online .left-txt .t2 {
  font-size: 36px;
  line-height: 36px;
  margin-top: 10px;
  font-family: 'Din';
}

#join .cooper-platform .code-online .code {
  width: 100px;
  margin-left: 40px;
}

#join .cooper-platform .code-online .code img {
  width: 100%;
}

#join .mail-box {
  padding: 30px 0 60px;
}

#product_home .product-home {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 100vh;
}

#product_home .product-home .home-link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 11;
  display: flex;
  background-color: rgba(0, 0, 0, 0.12);
}

#product_home .product-home .home-link .link-item {
  width: 25%;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  position: relative;
}

#product_home .product-home .home-link .link-item .text-box {
  position: absolute;
  top: 50%;
  left: 10%;
  transition: all 0.6s;
}

#product_home .product-home .home-link .link-item .text-box .name {
  font-size: 60px;
  line-height: 68px;
  color: transparent;
  -webkit-text-stroke: 1px #fefefe;
  font-family: 'Din';
}

#product_home .product-home .home-link .link-item .text-box .info {
  font-size: 14px;
  line-height: 32px;
  color: rgba(254, 254, 254, 0.8);
  display: none;
  margin-top: 20px;
}

#product_home .product-home .home-link .link-item:last-of-type {
  border-right: 0;
}

#product_home .product-home .home-link .link-item .big-arr {
  width: 93px;
  position: absolute;
  left: 10%;
  bottom: 50px;
  display: none;
  transition: all 0.6s;
}

#product_home .product-home .home-link .link-item .big-arr img {
  width: 100%;
}

#product_home .product-home .home-link .link-item:hover .text-box {
  top: 16%;
  transition: all 0.6s;
}

#product_home .product-home .home-link .link-item:hover .text-box .name {
  color: #fff;
  -webkit-text-stroke: unset;
}

#product_home .product-home .home-link .link-item:hover .text-box .info {
  display: block;
}

#product_home .product-home .home-link .link-item:hover .big-arr {
  display: block;
  transition: all 0.6s;
}

#product_home .product-home > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 1;
  transition: all 0.3s;
}

#product_home .product-home > .bg.active {
  opacity: 0;
  z-index: 0;
  transition: all 0.3s;
}

#product {
  padding-bottom: 120px;
}

#product .product-items {
  margin-top: 100px;
  display: flex;
}

#product .product-items .left-txt {
  width: 20%;
  position: relative;
  z-index: 1;
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#product .product-items .left-txt .tops .com-title .en {
  line-height: 70px;
  white-space: nowrap;
}

#product .product-items .left-txt .tops .desc {
  margin-top: 30px;
  font-size: 12px;
  line-height: 24px;
  color: #ccc;
  font-weight: bold;
}

#product .product-items .right-info {
  width: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#product .product-items.reserve {
  flex-direction: row-reverse;
}

#product .product-items.reserve .left-txt {
  align-items: flex-end;
}

#product .product-items.reserve .left-txt .tops {
  text-align: right;
}

#product_list .product-banner {
  width: 100%;
  height: 100%;
  position: relative;
}

#product_list .product-banner .product-swiper {
  width: 100%;
  height: 100%;
}

#product_list .product-banner .product-swiper .swiper-slide {
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#product_list .product-banner .product-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#product_list .product-banner .product-swiper .swiper-slide .text-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#product_list .product-banner .product-swiper .swiper-slide .text-position .text-box {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#product_list .product-banner .product-swiper .swiper-slide .text-position .text-box .en {
  font-size: 60px;
  line-height: 60px;
  font-family: 'Bigc';
}

#product_list .product-banner .product-swiper .swiper-slide .text-position .text-box .cn {
  font-size: 56px;
  line-height: 56px;
  margin-top: 20px;
  color: #fefefe;
}

#product_list .product-banner .product-prev, #product_list .product-banner .product-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  outline: none;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 10;
  cursor: pointer;
}

#product_list .product-banner .product-prev i, #product_list .product-banner .product-next i {
  font-size: 16px;
  color: #fff;
  display: inline-block;
}

#product_list .product-banner .product-prev {
  left: 9.5%;
}

#product_list .product-banner .product-prev i {
  transform: rotate(-90deg);
}

#product_list .product-banner .product-next {
  right: 9.5%;
}

#product_list .product-banner .product-next i {
  transform: rotate(90deg);
}

#product_list .product-banner .product-pagination {
  position: absolute;
  width: 100%;
  bottom: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product_list .product-banner .product-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 3px;
  opacity: 0.5;
  border-radius: 0;
  background-color: #fff;
  margin: 0 10px;
}

#product_list .product-banner .product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

#product_list .product-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

#product_list .product-list .left-pic {
  width: 49%;
  position: relative;
}

#product_list .product-list .left-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product_list .product-list .left-pic:hover .text-mask {
  background-image: url("../img/97.png");
  transition: all 0.3s;
}

#product_list .product-list .left-pic:hover .text-mask .text {
  color: #fff;
}

#product_list .product-list .right-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 49%;
  justify-content: space-between;
}

#product_list .product-list .right-items .item {
  width: 48%;
  margin-right: 4%;
  position: relative;
}

#product_list .product-list .right-items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product_list .product-list .right-items .item:hover .text-mask {
  background-image: url("../img/97.png");
  transition: all 0.3s;
}

#product_list .product-list .right-items .item:hover .text-mask .text {
  color: #fff;
}

#product_list .product-list .right-items .item:nth-child(2n) {
  margin-right: 0;
}

#product_list .product-list .text-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
  cursor: pointer;
}

#product_list .product-list .text-mask .text {
  width: 100%;
  font-size: 16px;
  color: #666;
  position: absolute;
  bottom: 30px;
  left: 0 !important;
  padding-left: 30px;
  padding-right: 40px;
  background-image: url("../img/98.png");
  background-size: 16px 11px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}

#product_list .pages-box {
  margin-top: 80px;
  margin-bottom: 100px;
}

#display .display-home {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#display .display-home .link-content {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.12);
}

#display .display-home .link-box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#display .display-home .link-box .link-item {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#display .display-home .link-box .link-item .name {
  font-size: 60px;
  line-height: 68px;
  color: transparent;
  -webkit-text-stroke: 1px #fefefe;
  font-family: 'Din';
  transition: all 0.3s;
}

#display .display-home .link-box .link-item .arr {
  width: 93px;
  display: none;
}

#display .display-home .link-box .link-item .arr img {
  width: 100%;
}

#display .display-home .link-box .link-item:hover .name {
  font-size: 100px;
  color: #fff;
  -webkit-text-stroke: unset;
}

#display .display-home .link-box .link-item:hover .arr {
  display: block;
  transition: all 0.3s;
}

#display .display-home > .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 1;
  transition: all 0.3s;
}

#display .display-home > .bg.active {
  opacity: 0;
  z-index: 0;
  transition: all 0.3s;
}

#display .display-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 70px 0 110px;
  min-height: 400px;
}

#display .display-box .display-swiper {
  width: 91%;
  max-width: 1740px;
  position: relative;
  margin: 0;
}

#display .display-box .display-swiper .swiper-slide {
  width: auto !important;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#display .display-box .display-swiper .swiper-slide img {
  width: auto;
  opacity: 0;
}

#display .display-box .display-swiper .display-prev, #display .display-box .display-swiper .display-next {
  width: 93px;
  position: absolute;
  top: calc(50% - 60px);
  z-index: 10;
  cursor: pointer;
}

#display .display-box .display-swiper .display-prev img, #display .display-box .display-swiper .display-next img {
  width: 100%;
}

#display .display-box .display-swiper .display-prev.swiper-button-disabled, #display .display-box .display-swiper .display-next.swiper-button-disabled {
  opacity: 0;
}

#display .display-box .display-swiper .display-prev {
  right: 47%;
  transform: rotate(-180deg);
}

#display .display-box .display-swiper .display-next {
  right: 15%;
}

#case .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  display: none;
}

#case .case-items {
  display: flex;
  justify-content: space-between;
}

#case .case-items .left-items {
  width: 47%;
}

#case .case-items .right-items {
  width: 47%;
  transform: translateY(100px);
  position: relative;
  top: 0;
  transition: top 0.6s;
}

#case .items {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  display: block;
}

#case .items .pic {
  width: 100%;
  overflow: hidden;
}

#case .items .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#case .items .info {
  padding-top: 10px;
}

#case .items .info .title {
  font-size: 16px;
  line-height: 32px;
  color: #999;
  font-family: 'Din';
}

#case .items .info .desc {
  font-size: 24px;
  color: #333;
}

#case .items .num {
  font-size: 150px;
  line-height: 150px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  right: 20px;
  font-family: 'Din';
}

#case .items:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#case .pages-box {
  margin: 60px 0 80px;
}

#case .detail-one {
  padding: 150px 0 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

#case .detail-one .left {
  width: 68%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#case .detail-one .left img {
  width: 100%;
  opacity: 0;
}

#case .detail-one .right {
  width: 21%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#case .detail-one .right img {
  width: 100%;
  opacity: 0;
}

#case .detail-one .bg {
  position: absolute;
  width: 43%;
  bottom: 0;
  right: 0;
  z-index: 0;
}

#case .detail-one .bg img {
  width: 100%;
}

#case .detail-two {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#case .detail-two img {
  width: 100%;
  opacity: 0;
}

#case .detail-three {
  position: relative;
  margin: 170px 0;
}

#case .detail-three .detail-pic {
  width: 94%;
  position: relative;
  z-index: 1;
}

#case .detail-three .detail-pic .detail-swiper .swiper-slide {
  width: 100% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#case .detail-three .detail-pic .detail-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#case .detail-three .detail-pic .detail-pagnation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}

#case .detail-three .detail-pic .detail-pagnation .detail-prev, #case .detail-three .detail-pic .detail-pagnation .detail-next {
  color: #333;
  padding: 10px 0;
  cursor: pointer;
  outline: none;
}

#case .detail-three .detail-pic .detail-pagnation .detail-prev i, #case .detail-three .detail-pic .detail-pagnation .detail-next i {
  font-size: 16px;
  display: inline-block;
}

#case .detail-three .detail-pic .detail-pagnation .detail-prev span, #case .detail-three .detail-pic .detail-pagnation .detail-next span {
  font-size: 14px;
  font-family: 'Din';
}

#case .detail-three .detail-pic .detail-pagnation .detail-prev {
  padding-right: 40px;
}

#case .detail-three .detail-pic .detail-pagnation .detail-prev i {
  transform: rotate(-90deg);
}

#case .detail-three .detail-pic .detail-pagnation .detail-prev span {
  margin-left: 35px;
  display: inline-block;
}

#case .detail-three .detail-pic .detail-pagnation .detail-next {
  padding-left: 40px;
}

#case .detail-three .detail-pic .detail-pagnation .detail-next i {
  transform: rotate(90deg);
}

#case .detail-three .detail-pic .detail-pagnation .detail-next span {
  margin-right: 35px;
  display: inline-block;
}

#case .detail-three .detail-pic .detail-pagnation .line {
  width: 1px;
  height: 10px;
  background-color: #333;
}

#case .detail-three .bg {
  width: 94%;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 14%;
}

#case .detail-three .bg img {
  width: 100%;
  opacity: 0;
}

#case .detail-four {
  display: flex;
  justify-content: space-between;
  padding-bottom: 350px;
}

#case .detail-four .item {
  width: 47%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#case .detail-four .item img {
  width: 100%;
  opacity: 0;
}

#case .detail-four .item.right {
  transform: translateY(170px);
}

#case .detail-five {
  display: flex;
  margin-top: 120px;
}

#case .detail-five .item {
  width: 29%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 6.5%;
}

#case .detail-five .item img {
  width: 100%;
  opacity: 0;
}

#case .detail-five .item:last-of-type {
  margin-right: 0;
}

#case .back-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px 0 100px;
}

#search .search-result {
  width: 100%;
  padding-bottom: 90px;
  padding-top: 80px;
}

#search .search-result .search-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

#search .search-result .search-box .search-input {
  width: 400px;
  height: 44px;
  border-radius: 22px;
  background-color: #f2f2f2;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

#search .search-result .search-box .search-input .search-select {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  color: #333;
}

#search .search-result .search-box .search-input .search-select i {
  font-size: 12px;
  color: #333;
  display: inline-block;
  margin-left: 10px;
}

#search .search-result .search-box .search-input .search-select:hover .select-down {
  display: block;
}

#search .search-result .search-box .search-input .search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/01.png");
  background-position: center;
  flex-shrink: 0;
  display: none;
}

#search .search-result .search-box .search-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  padding-left: 15px;
}

#search .search-result .search-box .search-btn {
  width: 100px;
  background-color: #333;
  color: #fff;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  border: 0;
  line-height: 44px;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}

#search .search-result .search-box .select-down {
  width: 75px;
  background-color: #fff;
  position: absolute;
  top: 44px;
  left: -16px;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 0;
  border: 1px solid #eee;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

#search .search-result .search-box .select-down .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
}

#search .search-result .search-box .select-down .item.active, #search .search-result .search-box .select-down .item:hover {
  color: #333;
  background-color: #f2f2f2;
  transition: all 0.3s;
}

#search .search-result .s-item {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6;
}

#search .search-result .s-item .title {
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

#search .search-result .s-item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  margin-right: 10px;
}

#search .search-result .s-item .title p {
  display: inline-block;
  width: calc(100% - 14px);
}

#search .search-result .s-item .date {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px;
}

#search .search-result .pages-box {
  margin-top: 50px;
}

@media screen and (max-width: 1900px) {
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box .com-title {
    padding-left: 12%;
  }
  .com-title .en {
    font-size: 42px;
    line-height: 44px;
  }
  .com-title .cn {
    font-size: 28px;
    line-height: 28px;
  }
  #design .company-award .award-box .award-left {
    width: 58%;
  }
  #case .detail-one {
    padding: 100px 0;
  }
  #case .detail-three {
    margin: 100px 0;
  }
  #case .detail-four {
    padding-bottom: 200px;
  }
  #case .detail-four .item.right {
    transform: translateY(100px);
  }
  #case .detail-five {
    margin-top: 90px;
  }
  #case .back-box {
    margin: 60px 0 90px;
  }
  .case-banner .text-position .title .en {
    font-size: 45px;
    line-height: 45px;
  }
  .case-banner .text-position .title .cn {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1600px) {
  .main {
    width: 92%;
  }
  .container {
    width: 92%;
  }
  .com-title .en {
    font-size: 36px;
    line-height: 38px;
  }
  .com-title .cn {
    font-size: 24px;
    line-height: 24px;
  }
  .com-more {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .container .text-box .text {
    font-size: 48px;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .container .text-box .desc {
    font-size: 28px;
  }
  #index .index-banner .index-page-box .index-page {
    width: 240px;
    height: 50px;
  }
  #index .index-banner .index-page-box .index-page .index-prev, #index .index-banner .index-page-box .index-page .index-next {
    line-height: 50px;
  }
  #index .index-banner .index-page-box .index-page .index-pagination .swiper-pagination-bullet {
    margin: 0 20px;
  }
  #index .index-banner .scroll-box {
    right: 4%;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box {
    padding: 50px 15px 0 0;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination .cur {
    font-size: 36px;
    line-height: 36px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination .total {
    font-size: 20px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
  }
  #index .product-center-one .left-banner .top-box {
    padding: 50px 15px 0 0;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination .cur {
    font-size: 36px;
    line-height: 36px;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination .total {
    font-size: 20px;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px;
  }
  #index .design-center {
    padding-top: 60px;
  }
  #index .design-center .design-content .right-box .item-info {
    width: 47%;
  }
  #index .design-center .design-content .right-box .item-info .num-box {
    font-size: 48px;
    line-height: 48px;
  }
  #index .design-center .design-content .right-box .item-info .desc {
    margin-top: 20px;
  }
  #index .production-center {
    padding: 60px 0;
  }
  #index .production-center .right-info {
    width: 32%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #index .production-center .right-info .desc {
    width: 95%;
    margin-top: 0;
  }
  #index .production-center .right-info .production-pages-box {
    margin-top: 0;
  }
  #index .news-box {
    padding: 60px 0;
  }
  #index .news-box .news-content .news-left .mask .bottom-txt .more {
    margin-top: 25px;
  }
  #index .news-box .news-content .news-items .item {
    padding: 20px;
    margin-bottom: 10px;
  }
  #index .news-box .news-content .news-items .item .date-box .date {
    font-size: 32px;
    line-height: 32px;
  }
  #index .news-box .news-content .news-items .item .date-box .more {
    margin-top: 25px;
  }
  #index .people-intro {
    padding: 60px 0 130px;
  }
  #index .people-intro .left {
    margin-top: 30px;
  }
  #index .people-intro .left .com-title .cn {
    margin-top: 36px;
  }
  #index .people-intro .left .com-more {
    margin-top: 50px;
  }
  .inner-banner .text-position .title .en {
    font-size: 48px;
    line-height: 48px;
  }
  .inner-banner .text-position .title .cn {
    font-size: 28px;
    line-height: 28px;
  }
  .second-nav {
    margin-top: 60px;
  }
  #about .about-intro {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  #about .about-intro .right-pic {
    width: 46%;
  }
  #about .about-intro .right-pic .bg {
    top: 29%;
  }
  #about .brand-story {
    width: 96%;
    padding: 60px 0;
  }
  #about .brand-story .right-info .com-title:before {
    left: 12%;
    top: 20px;
  }
  #about .factory-intro {
    padding: 60px 0 0;
  }
  #about .factory-intro .factory-swiper {
    margin-top: 60px;
    padding-bottom: 140px;
  }
  #about .factory-intro .factory-swiper .factory-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 60px;
    line-height: 60px;
  }
  #about .factory-intro .factory-swiper .factory-pages {
    top: 30%;
  }
  #about .factory-intro .factory-swiper .factory-pages .factory-prev, #about .factory-intro .factory-swiper .factory-pages .factory-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #about .factory-intro .factory-swiper .swiper-slide .mask .text-box {
    padding: 0 30px 30px 30px;
  }
  #about .factory-intro .factory-swiper .swiper-slide .mask .text-box .tops .left span {
    font-size: 24px;
    line-height: 24px;
  }
  #about .factory-intro .factory-swiper .swiper-slide .mask .text-box .desc {
    line-height: 24px;
  }
  #about .honor-box {
    padding: 60px 0;
  }
  #about .honor-box .honor-banner .main {
    width: 80%;
  }
  #about .honor-box .honor-banner .swiper-honor .swiper-slide .info {
    font-size: 18px;
  }
  #about .honor-box .honor-banner .honor-prev, #about .honor-box .honor-banner .honor-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: calc(50%  - 30px);
  }
  #about .honor-box .honor-banner .honor-prev {
    left: 4%;
  }
  #about .honor-box .honor-banner .honor-next {
    right: 4%;
  }
  #about .video-highLight {
    padding: 60px 0;
  }
  #about .video-highLight .video-box {
    margin-top: 40px;
    height: 589px;
  }
  #about .video-highLight .video-box .right-items .item {
    height: 189px;
  }
  #design .success-case .success-banner .main {
    width: 82%;
  }
  #design .success-case .success-banner .success-prev, #design .success-case .success-banner .success-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #design .design-intro {
    padding: 60px 0;
  }
  #design .cooper-brand {
    padding: 60px 0;
  }
  #design .company-award {
    padding: 60px 0;
  }
  #design .success-case {
    padding: 60px 0;
  }
  #case .items {
    margin-bottom: 50px;
  }
  #case .items .num {
    font-size: 120px;
    line-height: 120px;
  }
  #case .pages-box {
    margin: 50px 0 70px;
  }
  #case .detail-one {
    padding: 60px 0;
  }
  #case .detail-one .bg {
    width: 24%;
  }
  #case .detail-three {
    margin: 60px 0;
  }
  #case .detail-four {
    padding-bottom: 160px;
  }
  #case .detail-four .item.right {
    transform: translateY(80px);
  }
  #case .detail-five {
    margin-top: 60px;
  }
  #case .back-box {
    margin: 60px 0 60px;
  }
  .case-banner .text-position .title .en {
    font-size: 40px;
    line-height: 40px;
  }
  .case-banner .text-position .title .cn {
    font-size: 36px;
    line-height: 36px;
  }
  #contact .contact-box {
    padding-bottom: 60px;
  }
  #contact .contact-box .contact-left {
    margin-top: 60px;
  }
  #contact .mail-box {
    padding: 60px 0;
  }
  #display .display-home .main {
    width: 82%;
  }
  #display .display-home .link-box .link-item {
    height: 100px;
  }
  #display .display-home .link-box .link-item .name {
    font-size: 40px;
    line-height: 48px;
  }
  #display .display-home .link-box .link-item:hover .name {
    font-size: 60px;
    line-height: 66px;
  }
  #display .display-home .link-box .link-item .arr {
    width: 60px;
  }
  #join .style-box {
    margin-top: 60px;
    padding-bottom: 20px;
  }
  #join .style-items {
    margin-top: 60px;
  }
  #join .advantage-box {
    padding-top: 60px;
  }
  #join .advantage-box .advantage-list .item .desc .cn {
    font-size: 18px;
    line-height: 24px;
  }
  #join .advantage-box .advantage-list .item .icon-box {
    width: 110px;
    height: 110px;
  }
  #join .advantage-box .advantage-list .item .icon-box .inner {
    line-height: 90px;
  }
  #join .cooper-platform {
    padding-top: 60px;
  }
  #network .classify-box {
    margin-top: 60px;
  }
  #network .store-box {
    margin-top: 60px;
    height: 570px;
    margin-bottom: 60px;
  }
  #network .store-box .store-items-box .store-items .s-item {
    padding: 20px 0 25px;
  }
  #news .news-detail {
    margin-top: 60px;
    margin-bottom: 90px;
  }
  #news .news-list .item .date-box .date {
    font-size: 32px;
    line-height: 32px;
  }
  #news .news-list .item .main {
    padding: 45px 0;
  }
  #news .pages-box {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  #product_home .product-home .home-link .link-item .text-box .name {
    font-size: 40px;
    line-height: 48px;
  }
  #product_home .product-home .home-link .link-item .text-box .info {
    line-height: 24px;
  }
  #product_home .product-home .home-link .link-item:hover .text-box {
    top: 20%;
  }
  #product_home .product-home .home-link .link-item .big-arr {
    width: 60px;
  }
  #product_list .product-banner .product-swiper .swiper-slide .text-position .text-box .en {
    font-size: 48px;
    line-height: 48px;
  }
  #product_list .product-banner .product-swiper .swiper-slide .text-position .text-box .cn {
    font-size: 32px;
    line-height: 32px;
  }
  #product_list .product-list .text-mask .text {
    font-size: 16px;
    bottom: 20px;
    left: 20px;
  }
  #product_list .pages-box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .product-show-cover .product-img-show {
    transform: translateY(-42%);
  }
  .product-show-cover .product-img-show .swiper-show {
    height: 400px;
  }
  .product-show-cover .product-img-show .close-btn {
    bottom: -60px;
  }
  .product-show-cover .product-img-show .show-prev, .product-show-cover .product-img-show .show-next {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: calc(50% - 60px);
  }
  .product-pages {
    height: 260px;
  }
  .product-pages .pages .name {
    font-size: 22px;
    line-height: 22px;
  }
  #product {
    padding-bottom: 60px;
  }
  #product .product-items {
    margin-top: 60px;
  }
  #product .product-items .left-txt {
    width: 25%;
    padding: 60px 0 30px;
  }
  #product .product-items .left-txt .tops .com-title .en {
    line-height: 48px;
  }
  #product .product-items .right-info {
    width: 75%;
  }
  #recruit .recruit-list {
    margin-top: 40px;
  }
  #recruit .pages-box {
    margin-top: 60px;
    margin-bottom: 90px;
  }
  #search .search-result {
    padding: 60px 0;
  }
  .header .main .item .down-box > a {
    font-size: 14px;
    line-height: 45px;
    height: 45px;
  }
  .video-layer .layui-layer-content {
    width: 800px !important;
    height: 450px !important;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 1460px) {
  #display .display-box {
    padding: 60px 0 80px;
  }
}

@media screen and (max-width: 1386px) {
  .com-title .en {
    font-size: 28px;
    line-height: 32px;
  }
  .com-title .cn {
    font-size: 22px;
    line-height: 22px;
  }
  .com-more {
    width: 136px;
    height: 45px;
    line-height: 45px;
  }
  .header {
    height: 90px;
  }
  .header .main .item {
    line-height: 90px;
  }
  .header .main .item img {
    width: 90px;
  }
  .header .main .item span {
    line-height: 90px;
  }
  .header .main .item > a {
    line-height: 90px;
  }
  #index .production-center .right-info .production-pages-box {
    height: 160px;
  }
  #index .production-center .right-info .production-pages-box .production-pages .production-prev {
    padding-right: 25px;
  }
  #index .production-center .right-info .production-pages-box .production-pages .production-next {
    padding-left: 25px;
  }
  #index .design-center .design-content .right-box {
    margin-top: 80px;
  }
  .second-nav {
    margin-top: 45px;
  }
  #network .classify-box {
    margin-top: 45px;
  }
  #network .store-box {
    margin-top: 45px;
    height: 450px;
    margin-bottom: 45px;
  }
  #network .store-box .store-pic {
    width: 55%;
  }
  #network .store-box .store-items-box {
    width: 45%;
  }
  #network .store-box .store-items-box .store-items .s-item {
    padding: 20px 0 25px;
  }
  #network .store-box .store-items-box .store-items .s-item .s-icon i {
    font-size: 22px;
  }
  #network .store-box .store-items-box .store-items .s-item .info-box .title {
    font-size: 20px;
    line-height: 20px;
  }
  .product-show-cover .product-img-show {
    transform: translateY(-48%);
  }
  .product-show-cover .product-img-show .swiper-show {
    height: 360px;
  }
  .product-show-cover .product-img-show .close-btn {
    bottom: -60px;
  }
  .product-show-cover .product-img-show .show-prev, .product-show-cover .product-img-show .show-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: calc(50% - 50px);
  }
}

@media screen and (max-width: 1300px) {
  .com-title .en {
    font-size: 28px;
    line-height: 32px;
  }
  .com-title .cn {
    font-size: 20px;
    line-height: 20px;
  }
  .com-more {
    width: 130px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
  .header .main .item {
    font-size: 14px;
  }
  .header .main .item.logo {
    width: 18%;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .container .text-box .text {
    font-size: 36px;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .container .text-box .desc {
    font-size: 22px;
  }
  #index .index-banner .index-page-box .index-page {
    width: 200px;
    height: 45px;
  }
  #index .index-banner .index-page-box .index-page .index-prev, #index .index-banner .index-page-box .index-page .index-next {
    line-height: 45px;
  }
  #index .index-banner .index-page-box .index-page .index-pagination .swiper-pagination-bullet {
    margin: 0 15px;
  }
  #index .index-banner .scroll-box {
    bottom: 40px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box {
    padding: 30px 15px 0 0;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box .pic-swiper {
    width: 60%;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box {
    padding: 0 6%;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination .cur {
    font-size: 28px;
    line-height: 28px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination .total {
    font-size: 18px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .title {
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .desc {
    margin-top: 15px;
    font-size: 12px;
    line-height: 24px;
  }
  #index .product-center-one .left-banner .top-box {
    padding: 30px 15px 0 0;
  }
  #index .product-center-one .left-banner .top-box .pic-swiper {
    width: 60%;
  }
  #index .product-center-one .left-banner .pic-pages-box {
    padding: 0 6%;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination .cur {
    font-size: 28px;
    line-height: 28px;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination .total {
    font-size: 18px;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .title {
    font-size: 22px;
    line-height: 24px;
    margin-top: 10px;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .desc {
    margin-top: 15px;
    font-size: 12px;
    line-height: 24px;
  }
  #index .design-center {
    padding-top: 45px;
  }
  #index .design-center .design-content .right-box {
    width: 53%;
  }
  #index .design-center .design-content .right-box .item-info {
    width: 47%;
  }
  #index .design-center .design-content .right-box .item-info .num-box {
    font-size: 40px;
    line-height: 40px;
  }
  #index .design-center .design-content .right-box .item-info .desc {
    margin-top: 20px;
  }
  #index .production-center {
    padding: 45px 0;
  }
  #index .production-center .right-info {
    width: 32%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #index .production-center .right-info .desc {
    width: 100%;
    margin-top: 0;
  }
  #index .production-center .right-info .production-pages-box {
    margin-top: 0;
  }
  #index .production-center .right-info .production-pages-box .production-pages .production-next span {
    margin-right: 25px;
  }
  #index .production-center .right-info .production-pages-box .production-pages .production-prev span {
    margin-left: 25px;
  }
  #index .news-box {
    padding: 45px 0;
  }
  #index .news-box .news-content {
    margin-top: 40px;
  }
  #index .news-box .news-content .news-left .mask .date-box .date {
    font-size: 32px;
    line-height: 32px;
  }
  #index .news-box .news-content .news-left .mask .bottom-txt .more {
    margin-top: 20px;
  }
  #index .news-box .news-content .news-items .item {
    padding: 15px;
    margin-bottom: 10px;
  }
  #index .news-box .news-content .news-items .item .date-box .date {
    font-size: 28px;
    line-height: 28px;
  }
  #index .news-box .news-content .news-items .item .date-box .more {
    margin-top: 20px;
  }
  #index .news-box .news-content .news-items .item .info .title {
    font-size: 16px;
  }
  #index .people-intro {
    padding: 40px 0 100px;
  }
  #index .people-intro .left {
    margin-top: 30px;
  }
  #index .people-intro .left .com-title .cn {
    margin-top: 36px;
  }
  #index .people-intro .left .com-more {
    margin-top: 50px;
  }
  #case .items {
    margin-bottom: 45px;
  }
  #case .items .num {
    font-size: 100px;
    line-height: 100px;
    bottom: 20px;
  }
  #case .items .info .desc {
    font-size: 18px;
  }
  #case .pages-box {
    margin: 50px 0;
  }
  #case .detail-one {
    padding: 45px 0;
  }
  #case .detail-one .bg {
    width: 24%;
  }
  #case .detail-three {
    margin: 45px 0;
  }
  #case .detail-three .detail-pic .detail-pagnation {
    margin-top: 20px;
  }
  #case .detail-four {
    padding-bottom: 120px;
  }
  #case .detail-four .item.right {
    transform: translateY(60px);
  }
  #case .detail-five {
    margin-top: 45px;
  }
  #case .back-box {
    margin: 45px 0 45px;
  }
  .case-banner .text-position .title .en {
    font-size: 36px;
    line-height: 36px;
  }
  .case-banner .text-position .title .cn {
    font-size: 32px;
    line-height: 32px;
  }
  .footer .foot-top .main {
    padding: 0;
  }
  .footer .foot-bottom .main {
    padding: 0;
  }
  #display .display-home .link-box .link-item {
    height: 70px;
  }
  #display .display-home .link-box .link-item .name {
    font-size: 30px;
    line-height: 36px;
  }
  #display .display-home .link-box .link-item:hover .name {
    font-size: 40px;
    line-height: 48px;
  }
  #display .display-home .link-box .link-item .arr {
    width: 45px;
  }
  #join .style-box {
    margin-top: 45px;
    padding-bottom: 20px;
  }
  #join .style-box .style-list .item .title {
    left: 20px;
    top: 20px;
  }
  #join .style-box .style-list .item .title .cn {
    font-size: 24px;
    line-height: 24px;
  }
  #join .style-box .style-list .item .title .en {
    font-size: 16px;
    line-height: 16px;
  }
  #join .style-box .style-list .item .desc {
    left: 20px;
    font-size: 16px;
  }
  #join .style-items {
    margin-top: 45px;
  }
  #join .style-items .right-info {
    width: 45%;
    padding: 20px 0 20px 0;
  }
  #join .style-items .right-info .bottoms {
    font-size: 16px;
    line-height: 28px;
  }
  #join .style-items .right-info .num {
    font-size: 130px;
  }
  #join .advantage-box .advantage-list {
    margin-top: 50px;
  }
  #join .advantage-box .advantage-list .item .desc .cn {
    font-size: 16px;
    line-height: 20px;
  }
  #join .service-box {
    height: 360px;
  }
  #join .service-box .text-box .tops .t1 span {
    font-size: 48px;
  }
  #join .service-box .text-box .tops .t2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1044px) {
  #index .production-center {
    width: 96%;
  }
  #index .production-center .right-info {
    width: 35%;
  }
  #index .production-center .right-info .production-pages-box {
    height: 110px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-prev, #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: calc(50% - 22px);
  }
  #index .design-center .design-content .right-box {
    margin-top: 40px;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box .play-box .play, #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box .play-box .pause {
    width: 0.6rem;
    height: 0.6rem;
  }
  .inner-banner .text-position .title {
    bottom: 0.4rem;
  }
  .inner-banner .text-position .title .en {
    font-size: 36px;
    line-height: 36px;
  }
  #about .about-intro .main {
    flex-wrap: wrap;
    padding-right: 0;
  }
  #about .about-intro .left-intro {
    width: 100%;
  }
  #about .about-intro .right-pic {
    width: 100%;
    margin-top: 20px;
  }
  #about .about-intro .right-pic .bg {
    top: 12%;
  }
  #about .video-highLight .video-box {
    height: 394px;
  }
  #about .video-highLight .video-box .right-items .item {
    height: 122px;
  }
  #design .design-intro .design-num {
    margin-top: 40px;
  }
  #design .design-intro .design-num .num-item .num-box {
    font-size: 48px;
    line-height: 48px;
  }
  #design .company-award .award-box .award-info .award-ul li {
    font-size: 14px;
    line-height: 24px;
  }
  #design .design-manager .manager-left {
    padding: 4% 3% 0 3%;
  }
  #design .design-manager .manager-left .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  #design .design-manager .manager-left .project-item {
    margin-top: 0.6rem;
    width: 100%;
  }
  #display .display-home .link-box .link-item {
    height: 160px;
  }
  #display .display-home .link-box .link-item .name {
    font-size: 60px;
    line-height: 60px;
  }
  #display .display-home .link-box .link-item:hover .name {
    font-size: 90px;
    line-height: 90px;
  }
  #display .display-home .link-box .link-item .arr {
    width: 45px;
  }
  .footer .foot-bottom .main .right a {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-header {
    width: 100%;
    height: 0.88rem;
    padding: 0 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100001;
  }
  .m-header .logo {
    width: 1.6rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .right {
    display: flex;
    align-items: center;
  }
  .m-header .right .search {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    line-height: 0.88rem;
  }
  .m-header .right .search i {
    font-size: 20px;
    color: #333;
  }
  .m-header .right .open {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    background-size: .64rem .64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/menu.png");
    margin-left: 0.4rem;
  }
  .header {
    display: none;
  }
  .m-header-fix {
    background-color: #fff;
  }
  .m-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100002;
    display: none;
  }
  .m-cover .icon {
    width: .88rem;
    height: .88rem;
    background-size: .64rem .64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/cha.png");
    position: absolute;
    top: 0;
    right: .25rem;
  }
  .m-cover .copyRight {
    position: absolute;
    left: .2rem;
    bottom: .4rem;
    font-size: 12px;
    color: #fff;
  }
  .m-cover .copyRight strong {
    font-weight: 700;
  }
  .m-cover .link-box {
    padding-top: 2rem;
  }
  .m-cover .link-box a {
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
  }
  .m-cover .link-box a .cn {
    display: block;
  }
  .m-cover .link-box a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .com-title .en {
    font-size: 18px;
    line-height: 20px;
  }
  .com-title .cn {
    font-size: 16px;
    line-height: 16px;
  }
  .inner-banner {
    margin-top: 0.88rem;
  }
  .com-more {
    width: 2.2rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .com-more span {
    font-size: 12px;
  }
  .com-more i {
    font-size: 12px;
  }
  #index .index-banner {
    margin-top: 0.88rem;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .container .text-box .text {
    font-size: 14px;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .text-position .container .text-box .desc {
    font-size: 12px;
    line-height: 18px;
  }
  #index .index-banner .index-page-box .index-page {
    width: 3rem;
    height: 0.8rem;
  }
  #index .index-banner .index-page-box .index-page .index-prev, #index .index-banner .index-page-box .index-page .index-next {
    line-height: 0.8rem;
  }
  #index .index-banner .index-page-box .index-page .index-next {
    padding-right: 0.2rem;
  }
  #index .index-banner .index-page-box .index-page .index-prev {
    padding-left: 0.2rem;
  }
  #index .index-banner .index-page-box .index-page .index-pagination .swiper-pagination-bullet {
    margin: 0 0.3rem;
  }
  #index .index-banner .scroll-box {
    display: none;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner {
    width: 100%;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box {
    padding: 0.6rem 0 0 0;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box .com-title {
    padding-left: 5%;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .top-box .pic-swiper {
    width: 64%;
    margin-top: 0.4rem;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box {
    height: auto;
    padding: 0.4rem 0;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination {
    line-height: 16px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination .cur {
    font-size: 20px;
    line-height: 20px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .pic-pagination .total {
    font-size: 14px;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .title {
    font-size: 20px;
    line-height: 22px;
    margin-top: 0.3rem;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner {
    width: 100%;
    height: 2.6rem;
  }
  #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-prev, #index .product-center .product-banner .product-swiper > .swiper-wrapper > .swiper-slide .right-banner .product-next {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    top: calc(50% - 0.3rem);
  }
  #index .product-center-one {
    flex-wrap: wrap;
  }
  #index .product-center-one .left-banner {
    width: 100%;
  }
  #index .product-center-one .left-banner .top-box {
    padding: 0.4rem 0;
    height: auto;
  }
  #index .product-center-one .left-banner .top-box .com-title {
    padding-left: 5%;
  }
  #index .product-center-one .left-banner .top-box .pic-swiper {
    width: 60%;
  }
  #index .product-center-one .left-banner .pic-pages-box {
    padding: 0.4rem 6%;
    height: auto;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination .cur {
    font-size: 28px;
    line-height: 28px;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .pic-pagination .total {
    font-size: 18px;
  }
  #index .product-center-one .left-banner .pic-pages-box .pic-pages .text-banner .text-swiper .swiper-slide .title {
    font-size: 20px;
    line-height: 22px;
    margin-top: 0.3rem;
  }
  #index .product-center-one .right-banner {
    width: 100%;
  }
  #index .product-center-one .right-banner .product-prev, #index .product-center-one .right-banner .product-next {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    top: calc(50% - 0.3rem);
  }
  #index .design-center {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  #index .design-center .design-content {
    flex-wrap: wrap;
  }
  #index .design-center .design-content .left-pic {
    width: 100%;
  }
  #index .design-center .design-content .right-box {
    width: 100%;
    justify-content: space-between;
  }
  #index .design-center .design-content .right-box .item-info {
    width: 48%;
    margin-bottom: 0.2rem;
  }
  #index .design-center .design-content .right-box .item-info .num-box {
    font-size: 32px;
    line-height: 32px;
  }
  #index .design-center .design-content .right-box .item-info .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #index .design-center .design-content .right-box .item-info .line {
    margin-top: 0.2rem;
  }
  #index .production-center {
    padding: 0.6rem 0;
    flex-wrap: wrap;
    width: 100%;
  }
  #index .production-center .left-banner {
    width: 100%;
  }
  #index .production-center .right-info {
    width: 92%;
    margin: 0.4rem auto 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #index .production-center .right-info .desc {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.4rem;
  }
  #index .production-center .right-info .production-pages-box {
    margin-top: 0.4rem;
  }
  #index .news-box {
    padding: 0.6rem 0;
  }
  #index .news-box .news-content {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  #index .news-box .news-content .news-left {
    width: 100%;
  }
  #index .news-box .news-content .news-left .mask {
    padding: 0.4rem 0 0 0.4rem;
  }
  #index .news-box .news-content .news-left .mask .bottom-txt {
    padding: 0 0.4rem 0.2rem 0.4rem;
  }
  #index .news-box .news-content .news-left .mask .bottom-txt .title {
    font-size: 16px;
  }
  #index .news-box .news-content .news-left .mask .bottom-txt .more {
    margin-top: 0.2rem;
  }
  #index .news-box .news-content .news-left .mask .date-box .date {
    font-size: 22px;
    line-height: 22px;
    margin-top: 0.2rem;
  }
  #index .news-box .news-content .news-items {
    width: 100%;
    margin-top: 0.4rem;
  }
  #index .news-box .news-content .news-items .item {
    padding: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #index .news-box .news-content .news-items .item .date-box {
    width: 2rem;
  }
  #index .news-box .news-content .news-items .item .date-box .date {
    font-size: 18px;
    line-height: 18px;
  }
  #index .news-box .news-content .news-items .item .date-box .more {
    margin-top: 0.2rem;
  }
  #index .news-box .news-content .news-items .item .date-box .more span {
    font-size: 12px;
  }
  #index .news-box .news-content .news-items .item .date-box .more i {
    font-size: 12px;
    margin-left: 0.2rem;
  }
  #index .news-box .news-content .news-items .item .info {
    padding-left: 0.4rem;
    width: calc(100% - 2rem);
  }
  #index .news-box .news-content .news-items .item .info .desc {
    margin-top: 0.2rem;
    font-size: 12px;
    line-height: 20px;
  }
  #index .people-intro {
    padding: 0.6rem 0 2rem;
  }
  #index .people-intro .main {
    flex-wrap: wrap;
  }
  #index .people-intro .left {
    width: 100%;
    margin-top: 0.2rem;
  }
  #index .people-intro .left .com-title .cn {
    margin-top: 0.3rem;
  }
  #index .people-intro .left .com-more {
    margin-top: 0.4rem;
  }
  #index .people-intro .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  #index .people-intro .right .pic {
    width: 100%;
  }
  #index .people-intro .right .img {
    width: 86%;
    bottom: -1.4rem;
  }
  #index .people-intro .video-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  .inner-banner {
    height: 3rem;
  }
  .inner-banner .text-position .title {
    left: 0.4rem;
  }
  .inner-banner .text-position .title .en {
    font-size: 20px;
    line-height: 20px;
  }
  .inner-banner .text-position .title .cn {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0.2rem;
  }
  .inner-banner .text-position .scroll-box {
    display: none;
  }
  #design .design-intro {
    padding: 0.6rem 0;
  }
  #design .design-intro .desc {
    width: 100%;
    margin-top: 0.4rem;
  }
  #design .design-intro .design-num {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #design .design-intro .design-num .num-item {
    width: 48%;
    margin-bottom: 0.4rem;
  }
  #design .design-intro .design-num .num-item .num-box {
    font-size: 28px;
    line-height: 28px;
  }
  #design .design-intro .design-num .num-item .info {
    line-height: 24px;
    font-size: 12px;
    height: 76px;
    margin-top: 0.2rem;
  }
  #design .design-intro .intro-pic {
    width: 100%;
    margin-top: 0.4rem;
  }
  #design .cooper-brand {
    padding: 0.6rem 0;
  }
  #design .cooper-brand .brand-list {
    margin-top: 0.4rem;
  }
  #design .cooper-brand .brand-list .item {
    width: 23.5%;
  }
  #design .cooper-brand .brand-list .item:nth-child(6n) {
    margin-right: 2%;
  }
  #design .cooper-brand .brand-list .item:nth-child(4n) {
    margin-right: 0;
  }
  #design .company-award {
    padding: 0.6rem 0;
  }
  #design .company-award .award-box {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #design .company-award .award-box .award-left {
    width: 100%;
    padding-bottom: 2.6rem;
  }
  #design .company-award .award-box .award-left .pic-one .bg {
    bottom: -2.4rem;
  }
  #design .company-award .award-box .award-left .pic-two .bg {
    display: none;
  }
  #design .company-award .award-box .award-info {
    margin-top: 0.4rem;
  }
  #design .company-award .award-box .award-info .award-ul {
    padding-left: 0.3rem;
  }
  #design .company-award .award-box .award-info .award-ul li {
    font-size: 12px;
    line-height: 20px;
  }
  #design .company-award .award-box .award-info .award-ul li .items {
    font-size: 12px;
    line-height: 24px;
  }
  #design .design-manager {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #design .design-manager .manager-left {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
  #design .design-manager .manager-left .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  #design .design-manager .manager-left .project-item {
    margin-top: 0.6rem;
    width: 100%;
  }
  #design .design-manager .manager-left .project-item .p-title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.2rem;
  }
  #design .design-manager .manager-left .project-item .items-box {
    margin-left: 0;
    padding-left: 0.3rem;
  }
  #design .design-manager .manager-left .project-item .items-box li {
    width: 100%;
  }
  #design .design-manager .manager-pic {
    width: 100%;
  }
  #design .design-manager .manager-pic .text-box {
    bottom: 10%;
    right: 10%;
    font-size: 14px;
    line-height: 24px;
  }
  #design .success-case {
    padding: 0.6rem 0;
  }
  #design .success-case .success-banner .main {
    width: 92%;
  }
  #design .success-case .success-banner .swiper-success {
    margin-top: 0.4rem;
  }
  #design .success-case .success-banner .swiper-success .swiper-slide {
    width: 48% !important;
  }
  #design .success-case .success-banner .swiper-success .swiper-slide .info .date {
    font-size: 14px;
    line-height: 24px;
  }
  #design .success-case .success-banner .swiper-success .swiper-slide .info .title {
    font-size: 16px;
  }
  #design .success-case .success-banner .success-next, #design .success-case .success-banner .success-prev {
    display: none;
  }
  .second-nav {
    margin-top: 0.6rem;
  }
  .second-nav .main {
    overflow-x: auto;
  }
  .second-nav .main .item {
    flex-shrink: 0;
  }
  .second-nav .main .item > span {
    font-size: 16px;
  }
  .second-nav .main .item.active > span {
    font-size: 18px;
  }
  .second-nav .main .item.active > span:before {
    content: '';
    height: 5px;
  }
  .second-nav .main .line {
    margin: 0 0.3rem;
  }
  #about .about-intro {
    margin-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  #about .about-intro .left-intro .info {
    margin-top: 0.4rem;
    height: auto;
    overflow-y: unset;
  }
  #about .about-intro .right-pic {
    margin-top: 0.2rem;
  }
  #about .about-intro .right-pic .bg {
    right: 0;
  }
  #about .brand-story {
    padding: 0.4rem 0;
    flex-wrap: wrap;
  }
  #about .brand-story .left-pic {
    width: 100%;
  }
  #about .brand-story .left-pic .bg {
    left: 0;
    top: 0.8rem;
  }
  #about .brand-story .right-info {
    width: 100%;
    margin-top: 1rem;
  }
  #about .brand-story .right-info .com-title:before {
    display: none;
  }
  #about .brand-story .right-info .desc {
    margin-top: 0.4rem;
  }
  #about .factory-intro {
    padding: 0;
  }
  #about .factory-intro .factory-swiper {
    margin-top: 0.6rem;
    padding-bottom: 1rem;
  }
  #about .factory-intro .factory-swiper .swiper-slide {
    width: 91% !important;
  }
  #about .factory-intro .factory-swiper .swiper-slide .mask .text-box {
    padding: 0 0.4rem 0.4rem 0.4rem;
  }
  #about .factory-intro .factory-swiper .swiper-slide .mask .text-box .tops .left i {
    font-size: 20px;
  }
  #about .factory-intro .factory-swiper .swiper-slide .mask .text-box .tops .left span {
    font-size: 14px;
    line-height: 20px;
    margin-left: 0.2rem;
  }
  #about .factory-intro .factory-swiper .swiper-slide .mask .text-box .desc {
    font-size: 12px;
    line-height: 16px;
  }
  #about .factory-intro .factory-swiper .factory-pagination {
    bottom: 0;
  }
  #about .factory-intro .factory-swiper .factory-pagination .swiper-pagination-bullet {
    font-size: 24px;
    height: 0.8rem;
    margin: 0 0.6rem;
  }
  #about .factory-intro .factory-swiper .factory-pagination .swiper-pagination-bullet:before {
    left: unset;
  }
  #about .factory-intro .factory-swiper .factory-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 32px;
    line-height: 32px;
  }
  #about .factory-intro .factory-swiper .factory-pages {
    display: none;
  }
  #about .honor-box {
    padding: 0.6rem 0;
  }
  #about .honor-box .honor-banner .main {
    width: 90%;
  }
  #about .honor-box .honor-banner .swiper-honor {
    margin-top: 0.4rem;
  }
  #about .honor-box .honor-banner .swiper-honor .swiper-slide {
    width: 49% !important;
  }
  #about .honor-box .honor-banner .swiper-honor .swiper-slide .pic {
    padding: 4px;
  }
  #about .honor-box .honor-banner .swiper-honor .swiper-slide .info {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 12px;
  }
  #about .honor-box .honor-banner .honor-prev, #about .honor-box .honor-banner .honor-next {
    display: none;
  }
  #about .video-highLight {
    padding: 0.6rem 0;
  }
  #about .video-highLight .video-box {
    flex-wrap: wrap;
    height: auto;
    margin-top: 0.4rem;
  }
  #about .video-highLight .video-box .video-left {
    width: 100%;
  }
  #about .video-highLight .video-box .right-items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #about .video-highLight .video-box .right-items .item {
    width: 32%;
    height: 1.4rem;
    margin-bottom: 0;
  }
  #about .video-highLight .video-box .right-items .item .mask i {
    font-size: 24px !important;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
  }
  #about .video-highLight .video-box .right-items .item .mask .text {
    bottom: 0.2rem;
    font-size: 12px;
  }
  #case .case-list {
    margin-top: 0.6rem;
  }
  #case .items {
    width: 48%;
    margin-bottom: 0.4rem;
  }
  #case .items .num {
    font-size: 36px;
    line-height: 36px;
    bottom: 0.6rem;
    right: 0.2rem;
  }
  #case .items .info .title {
    font-size: 12px;
    line-height: 20px;
  }
  #case .items .info .desc {
    font-size: 14px;
  }
  #case .pages-box {
    margin: 0.6rem 0;
  }
  #case .detail-one {
    padding: 0.6rem 0;
  }
  #case .detail-one .right {
    width: 25%;
  }
  #case .detail-one .bg {
    width: 24%;
  }
  #case .detail-three {
    margin: 0.6rem 0;
  }
  #case .detail-three .detail-pic .detail-pagnation {
    margin-top: 0.1rem;
  }
  #case .detail-three .detail-pic .detail-pagnation .detail-prev {
    padding-right: 0.4rem;
  }
  #case .detail-three .detail-pic .detail-pagnation .detail-prev span {
    margin-left: 0.3rem;
  }
  #case .detail-three .detail-pic .detail-pagnation .detail-next {
    padding-left: 0.4rem;
  }
  #case .detail-three .detail-pic .detail-pagnation .detail-next span {
    margin-right: 0.3rem;
  }
  #case .detail-four {
    padding-bottom: 1.2rem;
  }
  #case .detail-four .item.right {
    transform: translateY(0.6rem);
  }
  #case .detail-five {
    margin-top: 0.6rem;
  }
  #case .back-box {
    margin: 0.6rem 0 0.6rem;
  }
  .case-banner {
    margin-top: 0.88rem;
  }
  .case-banner .text-position .title .en {
    font-size: 20px;
    line-height: 20px;
  }
  .case-banner .text-position .title .cn {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0.2rem;
  }
  .case-banner .text-position .title .txt {
    font-size: 20px;
    line-height: 20px;
  }
  .pages-box .item {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  #contact .contact-box {
    flex-wrap: wrap;
    padding-bottom: 0.6rem;
  }
  #contact .contact-box .contact-left {
    margin-top: 0.6rem;
    width: 100%;
    background-size: 20% auto;
    background-position: right bottom 1rem;
  }
  #contact .contact-box .contact-left .online-box {
    margin-left: 0;
    margin-top: 0.4rem;
  }
  #contact .contact-box .contact-left .online-box .line-box {
    margin-bottom: 0.2rem;
  }
  #contact .contact-box .contact-left .online-box .line-box .line {
    font-size: 14px;
  }
  #contact .contact-box .contact-left .online-box .line-box .line .txt {
    line-height: 24px;
  }
  #contact .contact-box .contact-map {
    width: 100%;
  }
  .mail-box {
    padding: 0.6rem 0 !important;
  }
  .mail-box .title {
    font-size: 18px;
  }
  .mail-box .mail-form {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  .mail-box .mail-form .input-line {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .mail-box .mail-form .input-line input {
    padding-left: 0.2rem;
  }
  .mail-box .mail-form .input-line .code-img {
    width: 2rem;
  }
  .mail-box .mail-form .input-line.short {
    width: 100%;
  }
  .mail-box .mail-form textarea {
    height: 2.5rem;
    padding: 0.2rem;
  }
  .mail-box .mail-form .send-btn {
    width: 2.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  #display {
    margin-top: 0.88rem;
  }
  #display .second-nav {
    margin-top: 0;
  }
  #display .display-home .main {
    width: 92%;
  }
  #display .display-home .link-box .link-item {
    height: 160px;
  }
  #display .display-home .link-box .link-item .name {
    font-size: 66px;
    line-height: 66px;
  }
  #display .display-home .link-box .link-item:hover .name {
    font-size: 80px;
    line-height: 80px;
  }
  #display .display-home .link-box .link-item .arr {
    width: 60px;
  }
  #display .display-box {
    padding: 0.6rem 0;
    min-height: calc(100vh - 1.42rem);
  }
  #display .display-box .display-swiper {
    height: 9rem;
  }
  #display .display-box .display-swiper .swiper-slide img {
    height: 100%;
  }
  #display .display-box .display-swiper .display-prev, #display .display-box .display-swiper .display-next {
    width: 0.9rem;
    top: calc(50% - 0.6rem);
  }
  .footer {
    padding: 0.3rem 0;
  }
  .footer .foot-top {
    display: none;
  }
  .footer .foot-bottom {
    border-top: 0;
  }
  .footer .foot-bottom .main {
    flex-wrap: wrap;
  }
  .footer .foot-bottom .main a {
    padding: 0;
    font-size: 12px;
  }
  .footer .foot-bottom .main .right a {
    margin-left: 0;
  }
  #join .style-box {
    margin-top: 0.6rem;
    padding-bottom: 0.3rem;
  }
  #join .style-box .style-list {
    margin-top: 0.6rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #join .style-box .style-list .item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
  #join .style-box .style-list .item .title {
    left: 0.2rem;
    top: 0.2rem;
  }
  #join .style-box .style-list .item .title .cn {
    font-size: 18px;
    line-height: 18px;
  }
  #join .style-box .style-list .item .title .en {
    font-size: 14px;
    line-height: 14px;
  }
  #join .style-box .style-list .item .desc {
    left: 0.2rem;
    font-size: 14px;
  }
  #join .style-items {
    margin-top: 0rem;
    flex-wrap: wrap;
  }
  #join .style-items .left-pic {
    width: 100%;
  }
  #join .style-items .left-pic .pic:before {
    display: none;
  }
  #join .style-items .right-info {
    width: 100%;
    padding: 0.4rem 0 0.4rem 0;
  }
  #join .style-items .right-info .bottoms {
    font-size: 16px;
    line-height: 28px;
  }
  #join .style-items .right-info .num {
    font-size: 68px;
  }
  #join .advantage-box {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem;
  }
  #join .advantage-box .advantage-list {
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  #join .advantage-box .advantage-list .item {
    width: calc(100%/3);
    margin-bottom: 0.4rem;
  }
  #join .advantage-box .advantage-list .item:before {
    display: none;
  }
  #join .advantage-box .advantage-list .item .icon-box {
    width: 1.4rem;
    height: 1.4rem;
    padding: 0.1rem;
  }
  #join .advantage-box .advantage-list .item .icon-box .inner {
    line-height: 1.2rem;
  }
  #join .advantage-box .advantage-list .item .icon-box .inner i {
    font-size: 22px;
  }
  #join .advantage-box .advantage-list .item .num {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
  #join .advantage-box .advantage-list .item .desc {
    margin-top: 0.2rem;
  }
  #join .advantage-box .advantage-list .item .desc .cn {
    font-size: 12px;
    line-height: 16px;
  }
  #join .cooper-platform {
    padding: 0 0 0.4rem;
  }
  #join .cooper-platform .brand-list {
    margin-top: 0.4rem;
  }
  #join .cooper-platform .brand-list .item {
    width: 23.5%;
  }
  #join .cooper-platform .brand-list .item:nth-child(6n) {
    margin-right: 2%;
  }
  #join .cooper-platform .brand-list .item:nth-child(4n) {
    margin-right: 0;
  }
  #join .cooper-platform .code-online {
    margin-top: 0.4rem;
  }
  #join .cooper-platform .code-online .left-txt .t1 {
    font-size: 16px;
    line-height: 20px;
  }
  #join .cooper-platform .code-online .left-txt .t2 {
    font-size: 20px;
    line-height: 32px;
    margin-top: 0.2rem;
  }
  #join .cooper-platform .code-online .code {
    width: 1.8rem;
  }
  #join .service-box {
    height: 4.5rem;
    padding-top: 6%;
  }
  #join .service-box .text-box .tops .t1 {
    font-size: 20px;
  }
  #join .service-box .text-box .tops .t1 span {
    font-size: 28px;
    margin-top: 0.2rem;
  }
  #join .service-box .text-box .tops .t2 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0.2rem;
  }
  #join .service-box .text-box .desc .cn {
    font-size: 18px;
    line-height: 24px;
  }
  #join .mail-box {
    padding: 0.4rem 0 0.6rem;
  }
  #network .classify-box {
    margin-top: 0.6rem;
    flex-wrap: wrap;
    padding: 0;
  }
  #network .classify-box .select {
    width: 48%;
    height: 0.7rem;
    background-position: right 0.2rem center;
    margin-bottom: 4%;
  }
  #network .classify-box .search-btn {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-bottom: 4%;
    font-size: 12px;
  }
  #network .classify-box .search-btn i {
    font-size: 14px;
  }
  #network .store-box {
    margin-top: 0.6rem;
    height: auto;
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
  }
  #network .store-box .store-pic {
    width: 100%;
  }
  #network .store-box .store-pic .tag {
    left: 0.2rem;
    bottom: 0.2rem;
  }
  #network .store-box .store-items-box {
    padding: 0.6rem 0 0;
    width: 100%;
  }
  #network .store-box .store-items-box .store-items {
    padding: 0 0.3rem;
    height: auto;
  }
  #network .store-box .store-items-box .store-items .s-item {
    padding: 0.2rem 0 0.2rem;
  }
  #network .store-box .store-items-box .store-items .s-item .s-icon i {
    font-size: 18px;
  }
  #network .store-box .store-items-box .store-items .s-item .info-box {
    margin-left: 0.2rem;
  }
  #network .store-box .store-items-box .store-items .s-item .info-box .title {
    font-size: 16px;
    line-height: 20px;
  }
  #network .store-box .store-items-box .store-items .s-item .info-box .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #news .news-detail {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
  }
  #news .news-detail .news-content {
    width: 100%;
  }
  #news .news-detail .news-content .title-box {
    padding-bottom: 0.2rem;
  }
  #news .news-detail .news-content .title-box .title {
    font-size: 22px;
    line-height: 28px;
  }
  #news .news-detail .news-content .title-box .date {
    font-size: 12px;
    margin-top: 0.2rem;
  }
  #news .news-detail .news-content .content {
    padding: 0.4rem 0 0.6rem;
  }
  #news .news-detail .news-content .detail-page {
    padding: 0.3rem 0;
    flex-wrap: wrap;
    line-height: 24px;
  }
  #news .news-detail .news-content .detail-page .page {
    width: 100%;
  }
  #news .news-detail .news-content .com-more {
    margin: 0 auto;
  }
  #news .news-detail .news-side {
    width: 100%;
    margin-top: 0.6rem;
  }
  #news .news-detail .news-side .side-item {
    margin-bottom: 0.4rem;
  }
  #news .news-detail .news-side .side-item .date {
    padding: 0.2rem 0;
  }
  #news .news-detail .news-side .side-item .title {
    font-size: 18px;
    line-height: 28px;
  }
  #news .news-detail .news-side .side-item .more {
    margin-top: 0.4rem;
  }
  #news .news-list .item .main {
    flex-wrap: wrap;
    padding: 0.2rem 0 0.4rem;
  }
  #news .news-list .item .date-box {
    width: 100%;
    padding: 0 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  #news .news-list .item .date-box .date {
    font-size: 14px;
    line-height: 18px;
  }
  #news .news-list .item .date-box .txt {
    font-size: 12px;
  }
  #news .news-list .item .info-box {
    width: 100%;
    padding: 0.2rem 0;
  }
  #news .news-list .item .info-box .top .title {
    font-size: 16px;
    line-height: 28px;
  }
  #news .news-list .item .info-box .top .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #news .news-list .item .info-box .com-more {
    margin-top: 0.4rem;
  }
  #news .news-list .item .pic {
    width: 100%;
  }
  #news .pages-box {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
  }
  #product_home .product-home .home-link {
    flex-wrap: wrap;
  }
  #product_home .product-home .home-link .link-item {
    width: 100%;
    height: 25%;
    padding: 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #product_home .product-home .home-link .link-item:last-child {
    border: 0;
  }
  #product_home .product-home .home-link .link-item .text-box {
    top: unset;
    left: unset;
  }
  #product_home .product-home .home-link .link-item .text-box .name {
    font-size: 24px;
    line-height: 24px;
  }
  #product_home .product-home .home-link .link-item .text-box .info {
    line-height: 16px;
    margin-top: 0.2rem;
    display: none !important;
  }
  #product_home .product-home .home-link .link-item:hover .text-box {
    top: unset;
  }
  #product_home .product-home .home-link .link-item .big-arr {
    width: 0.8rem;
    left: unset;
    bottom: unset;
    right: 0.4rem;
    position: absolute;
  }
  #product_list .product-banner .product-swiper .swiper-slide .text-position .text-box {
    width: 100%;
  }
  #product_list .product-banner .product-swiper .swiper-slide .text-position .text-box .en {
    font-size: 22px;
    line-height: 22px;
  }
  #product_list .product-banner .product-swiper .swiper-slide .text-position .text-box .cn {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0.2rem;
  }
  #product_list .product-banner .product-prev, #product_list .product-banner .product-next {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #product_list .product-banner .product-prev {
    left: 4%;
  }
  #product_list .product-banner .product-next {
    right: 4%;
  }
  #product_list .product-banner .product-pagination {
    bottom: 0.4rem;
  }
  #product_list .product-banner .product-pagination .swiper-pagination-bullet {
    width: 0.6rem;
  }
  #product_list .product-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  #product_list .product-list .text-mask .text {
    font-size: 16px;
    left: 0.2rem;
    bottom: 0.2rem;
  }
  #product_list .product-list .left-pic {
    width: 100%;
  }
  #product_list .product-list .right-items {
    width: 100%;
    margin-top: 0.4rem;
  }
  #product_list .pages-box {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .product-show-cover .product-img-show {
    width: 92%;
  }
  .product-show-cover .product-img-show .swiper-show {
    width: 66%;
    height: 5rem;
  }
  .product-show-cover .product-img-show .swiper-show .swiper-slide {
    background-size: cover;
  }
  .product-show-cover .product-img-show .swiper-show .swiper-slide img {
    display: none;
  }
  .product-show-cover .product-img-show .show-prev, .product-show-cover .product-img-show .show-next {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    top: calc(50% - 0.3rem);
  }
  .product-show-cover .product-img-show .close-btn {
    bottom: -1rem;
  }
  .product-show-cover .product-img-show .close-btn i {
    font-size: 28px;
  }
  #product {
    padding-bottom: 0.6rem;
  }
  #product .product-items {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #product .product-items .left-txt {
    width: 50%;
    padding: 0.24rem 0;
  }
  #product .product-items .left-txt .tops .com-title .en {
    line-height: 24px;
  }
  #product .product-items .left-txt .tops .desc {
    line-height: 18px;
    margin-top: 0.2rem;
  }
  #product .product-items .left-txt .com-more {
    margin-top: 0.2rem;
  }
  #product .product-items .right-info {
    width: 50%;
  }
  #recruit .recruit-list {
    margin-top: 0.6rem;
    min-height: 4rem;
  }
  #recruit .recruit-list .recruit-item .top-head {
    height: 1rem;
    padding-left: 0.3rem;
  }
  #recruit .recruit-list .recruit-item .top-head .left .title {
    font-size: 12px;
  }
  #recruit .recruit-list .recruit-item .top-head .left .title .name {
    margin-right: 0.2rem;
  }
  #recruit .recruit-list .recruit-item .top-head .left .title .date {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    padding: 0 0.2rem;
  }
  #recruit .recruit-list .recruit-item .top-head .left .info {
    display: none;
  }
  #recruit .recruit-list .recruit-item .top-head .arr-box {
    width: 1rem;
    line-height: 1rem;
  }
  #recruit .recruit-list .recruit-item .top-head .arr-box i {
    font-size: 16px;
  }
  #recruit .recruit-list .recruit-item .re-content {
    padding: 0.24rem;
  }
  #recruit .recruit-list .recruit-item .re-content .upload-btn {
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-top: 0.4rem;
  }
  #recruit .pages-box {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
  }
  .join-form {
    width: 320px;
    padding: 20px;
    height: auto;
  }
  .join-form .line input {
    width: 200px;
    height: 25px;
  }
  .join-form .line button {
    width: 100%;
    float: initial;
    margin-top: 30px;
  }
  .join-form .line .label {
    font-size: 14px;
  }
  .join-form .line img {
    height: auto;
  }
  #search .search-result {
    padding: 0.6rem 0;
    min-height: 8rem;
  }
  #search .search-result .search-box {
    margin-bottom: 0.4rem;
  }
  #search .search-result .search-box .select-down {
    width: 1rem;
    padding: 0.1rem 0;
    top: 0.8rem;
  }
  #search .search-result .search-box .select-down .item {
    height: 0.7rem;
    line-height: 0.7rem;
  }
  #search .search-result .search-box .search-input {
    width: 5rem;
    height: 0.7rem;
    padding-left: 0.2rem;
  }
  #search .search-result .search-box .search-btn {
    width: 1.4rem;
    height: 0.7rem;
    font-size: 14px;
    line-height: 0.7rem;
    border-radius: 0.35rem;
  }
  .product-pages {
    height: 3rem;
  }
  .product-pages .pages .page {
    font-size: 14px;
    padding-bottom: 0.2rem;
  }
  .product-pages .pages .name {
    padding-top: 0.2rem;
    font-size: 16px;
    line-height: 16px;
  }
  .product-pages .pages .more {
    font-size: 12px;
  }
  #product_home {
    margin-top: 0.88rem;
  }
  #product_home .product-home {
    height: calc(100vh - 0.88rem);
  }
  #display .display-home {
    height: calc(100vh - 0.88rem);
  }
  .video-layer .layui-layer-content {
    width: 400px !important;
    height: 225px !important;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 480px) {
  #case .case-items {
    display: none;
  }
  #case .case-list {
    display: flex;
  }
  #display .display-home .main {
    width: 92%;
  }
  #display .display-home .link-box .link-item {
    height: 2rem;
  }
  #display .display-home .link-box .link-item .name {
    font-size: 28px;
    line-height: 28px;
  }
  #display .display-home .link-box .link-item:hover .name {
    font-size: 34px;
    line-height: 34px;
  }
  #display .display-home .link-box .link-item .arr {
    width: 28px;
  }
  #index .index-banner .index-swiper .swiper-wrapper .swiper-slide .play {
    width: 0.6rem;
    height: 0.6rem;
  }
  .video-layer .layui-layer-content {
    width: 300px !important;
    height: 169px !important;
    overflow: hidden !important;
  }
}
