.sn-home-container {
  padding-top: 0.84rem;
  width: 100vw;
}
@media (max-width: 768px) {
  .sn-home-container {
    padding-top: 48px !important;
  }
}
.sn-home-container .banner {
  position: relative;
  width: 100vw;
  height: 100vh;
}
@media (max-width: 768px) {
  .sn-home-container .banner {
    height: 260px;
  }
}
.sn-home-container .banner .banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sn-home-container .banner .banner-swiper img {
  width: 100%;
  height: 100%;
}
.sn-home-container .banner .banner-swiper-button-prev,
.sn-home-container .banner .banner-swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.sn-home-container .banner .banner-swiper-button-prev::after,
.sn-home-container .banner .banner-swiper-button-next::after {
  position: absolute;
  color: #da703e;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sn-home-container .banner .banner-swiper-button-prev {
  left: 120px !important;
  right: auto;
}
.sn-home-container .banner .banner-swiper-button-next {
  left: auto;
  right: 120px !important;
}
.sn-home-container .banner .banner-desc {
  display: none;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14rem;
  height: 4.32rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.08rem;
  padding: 1.16rem 1.6rem;
  box-shadow: 0.15rem 0.16rem 0.33rem rgba(0, 0, 0, 0.05);
  z-index: 9;
}
.sn-home-container .banner .banner-desc .banner-desc-top {
  display: flex;
  align-items: center;
  height: 0.64rem;
}
.sn-home-container .banner .banner-desc .banner-desc-top .banner-desc-top-logo {
  width: 2.35rem;
  height: 0.68rem;
  background: url(../../assets/logo.png) no-repeat center center;
  background-size: 100% 100%;
}
.sn-home-container .banner .banner-desc .banner-desc-top .banner-desc-top-line {
  width: 0.04rem;
  height: 0.64rem;
  margin-left: 0.4rem;
  background-color: #000;
}
.sn-home-container .banner .banner-desc .banner-desc-top .banner-desc-top-test {
  margin-left: 0.4rem;
}
.sn-home-container .banner .banner-desc .banner-desc-top .banner-desc-top-test .chinese {
  font-weight: 500;
  font-size: 0.36rem;
  line-height: 0.54rem;
}
.sn-home-container .banner .banner-desc .banner-desc-top .banner-desc-top-test .english {
  font-weight: 400;
  font-size: 0.12rem;
  line-height: 0.14rem;
}
@media (max-width: 768px) {
  .sn-home-container .banner .banner-desc .banner-desc-top {
    height: 58px;
    font-size: 12px;
  }
  .sn-home-container .banner .banner-desc .banner-desc-top .banner-desc-top-logo {
    width: 76px;
    height: 22px;
  }
  .sn-home-container .banner .banner-desc .banner-desc-top .banner-desc-top-test .chinese {
    font-size: 18px;
  }
}
.sn-home-container .banner .banner-desc .banner-desc-content {
  margin-top: 0.56rem;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0.055em;
  color: #000000;
}
@media (max-width: 768px) {
  .sn-home-container .banner .banner-desc {
    top: 80px;
    height: 170px;
    font-size: 12px;
    padding: 0 24px;
  }
  .sn-home-container .banner .banner-desc .banner-desc-content {
    font-size: 12px;
    line-height: 18px;
  }
}
.sn-home-container .about-child {
  width: 100%;
  height: 1.12rem;
  background-color: #f2f2f2;
}
.sn-home-container .about-child ul {
  width: 12.8rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sn-home-container .about-child ul li {
  height: 100%;
  line-height: 1.12rem;
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
  padding: 0 0.42rem;
  cursor: pointer;
}
.sn-home-container .about-child ul li:hover {
  color: #da703e;
}
.sn-home-container .about-child ul .active {
  background-color: #da703e;
  color: #fff;
}
.sn-home-container .about-child ul .active:hover {
  color: #fff;
}
.sn-home-container .about-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.sn-home-container .about-content ul {
  width: 100%;
}
.sn-home-container .about-content ul li {
  display: none;
}
.sn-home-container .about-content ul li:first-child {
  /*公司简介*/
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 1.28rem;
  padding-bottom: 1.28rem;
}
.sn-home-container .about-content ul li:first-child .text {
  display: flex;
  align-items: center;
  margin-top: 1.1rem;
}
.sn-home-container .about-content ul li:first-child .illus,
.sn-home-container .about-content ul li:first-child .text {
  display: flex;
  justify-content: space-between;
}
.sn-home-container .about-content ul li:first-child .illus .part-item .part-illus,
.sn-home-container .about-content ul li:first-child .text .part-item .part-illus {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin: 0 auto;
}
.sn-home-container .about-content ul li:first-child .illus .part-item .part-text,
.sn-home-container .about-content ul li:first-child .text .part-item .part-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 0.36rem;
  text-align: center;
  margin-top: 0.4rem;
  color: #606266;
}
.sn-home-container .about-content ul li:first-child .illus .part-1 .part-illus,
.sn-home-container .about-content ul li:first-child .text .part-1 .part-illus {
  background: url(../../assets/images/about/illus-1.png) no-repeat center center;
  background-size: 50%;
  background-color: #f2f2f2;
}
.sn-home-container .about-content ul li:first-child .illus .part-2 .part-illus,
.sn-home-container .about-content ul li:first-child .text .part-2 .part-illus {
  background: url(../../assets/images/about/illus-2.png) no-repeat center center;
  background-size: 50%;
  background-color: #f2f2f2;
}
.sn-home-container .about-content ul li:first-child .illus .part-3 .part-illus,
.sn-home-container .about-content ul li:first-child .text .part-3 .part-illus {
  background: url(../../assets/images/about/illus-3.png) no-repeat center center;
  background-size: 50%;
  background-color: #f2f2f2;
}
.sn-home-container .about-content ul li:first-child .illus .text-content,
.sn-home-container .about-content ul li:first-child .text .text-content {
  font-weight: 400;
  font-size: 0.24rem !important;
  line-height: 0.4rem !important;
  color: #909399;
  text-indent: 1em;
}
.sn-home-container .about-content ul li:first-child .illus .video-content,
.sn-home-container .about-content ul li:first-child .text .video-content {
  margin-left: 0.15rem;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line {
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 1.28rem;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-title {
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-title .time-line-text {
  font-weight: 700;
  font-size: 0.52rem;
  line-height: 0.7rem;
  color: #606266;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-title .time-line-decorate {
  flex: 1;
  padding-left: 0.4rem;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-title .time-line-decorate > div {
  display: flex;
  width: 100%;
  height: 0.14rem;
  background-color: #d9d9d9;
  border-radius: 0.04rem;
  overflow: hidden;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-title .time-line-decorate > div > div {
  width: 0.66rem;
  height: 100%;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-title .time-line-decorate > div .lineOne {
  background-color: #da703e;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-title .time-line-decorate > div .lineTwo {
  background-color: #909399;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .line-content {
  margin-top: 1rem;
  background: url(../../assets/images/about/time-line.png) no-repeat center 0.28rem;
  background-size: 100% 0.05rem;
  display: flex;
  justify-content: space-around;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .line-content .time-item {
  cursor: pointer;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .line-content .time-item .arrow {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin: 0 auto;
  font-size: 0.34rem;
  color: #909399;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .line-content .time-item .year {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-size: 0.36rem;
  text-align: center;
  color: #606266;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .line-content .time-item:hover .arrow {
  background-color: #da703e;
  color: #fff;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .line-content .time-item:hover .year {
  color: #da703e;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .line-content .active .arrow {
  background-color: #da703e;
  color: #fff;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .line-content .active .year {
  color: #da703e;
}
.sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-illus {
  width: 11.9rem;
  height: 1.8rem;
  margin: 0 auto;
  margin-top: 0.26rem;
  background: url(../../assets/images/about/1995-2022.png) no-repeat center center;
  background-size: 100% 100%;
}
.sn-home-container .about-content ul li:nth-child(2) .main-line {
  height: 9.5rem;
  width: 100%;
  position: relative;
}
.sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper .develop-swiper-button-prev,
.sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper .develop-swiper-button-next {
  position: absolute;
  width: 0.88rem;
  height: 0.88rem;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.5);
  color: #fff;
  bottom: 1.45rem;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5rem;
}
.sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper .develop-swiper-button-prev:hover,
.sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper .develop-swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #da703e;
}
.sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper .develop-swiper-button-prev {
  left: 1.9rem;
}
.sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper .develop-swiper-button-next {
  right: 1.9rem;
}
.sn-home-container .about-content ul li:nth-child(3) {
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 1.28rem;
  padding-bottom: 0.5rem;
}
.sn-home-container .about-content ul li:nth-child(3) .item-top .title {
  width: max-content;
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.7rem;
  color: #565656;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #da703e 50.01%, #da703e 100%);
}
.sn-home-container .about-content ul li:nth-child(3) .item-top .text {
  margin-top: 0.24rem;
  display: flex;
  align-items: flex-end;
}
.sn-home-container .about-content ul li:nth-child(3) .item-top .text span {
  font-weight: 400;
  font-size: 0.36rem;
  line-height: 0.7rem;
  color: #909399;
}
.sn-home-container .about-content ul li:nth-child(3) .item-top .text .big {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #da703e;
  margin-left: 0.8rem;
}
.sn-home-container .about-content ul li:nth-child(3) .item-top .text .small {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  margin-left: 0.1rem;
}
.sn-home-container .about-content ul li:nth-child(3) .item-bottom {
  margin-top: 1.3rem;
  display: flex;
}
.sn-home-container .about-content ul li:nth-child(3) .item-bottom .illus {
  display: flex;
}
.sn-home-container .about-content ul li:nth-child(3) .item-bottom .illus .big {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #f8e2d8;
}
.sn-home-container .about-content ul li:nth-child(3) .item-bottom .illus .small {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background-color: #f7f7f7;
  transform: translateX(-40%);
}
.sn-home-container .about-content ul li:nth-child(3) .item-bottom .content .title {
  font-weight: 700;
  font-size: 0.48rem;
  line-height: 0.7rem;
  color: #565656;
  width: max-content;
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #da703e 50.01%, #da703e 100%);
}
.sn-home-container .about-content ul li:nth-child(3) .item-bottom .content .text {
  font-weight: 400;
  font-size: 0.36rem;
  line-height: 0.7rem;
  color: #909399;
}
.sn-home-container .about-content ul li:nth-child(4) {
  position: relative;
  width: 100%;
  height: 9.35rem;
  background: url(../../assets/images/about/bg1.png) no-repeat center center;
  background-size: 100% 100%;
}
.sn-home-container .about-content ul li:nth-child(4) .part4mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line {
  width: 12.8rem;
  margin: 0 auto;
  padding-top: 1.28rem;
}
.sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line .part4-line-title {
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line .part4-line-title .part4-line-text {
  font-weight: 700;
  font-size: 0.52rem;
  line-height: 0.7rem;
  color: #FFF;
}
.sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line .part4-line-title .part4-line-decorate {
  flex: 1;
  padding-left: 0.4rem;
}
.sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line .part4-line-title .part4-line-decorate > div {
  display: flex;
  width: 100%;
  height: 0.14rem;
  background-color: #D9D9D9;
  border-radius: 0.04rem;
  overflow: hidden;
}
.sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line .part4-line-title .part4-line-decorate > div > div {
  width: 0.66rem;
  height: 100%;
}
.sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line .part4-line-title .part4-line-decorate > div .lineOne {
  background-color: #DA703E;
}
.sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line .part4-line-title .part4-line-decorate > div .lineTwo {
  background-color: #909399;
}
.sn-home-container .about-content ul li:nth-child(4) .part4-content {
  padding-top: 1rem;
  width: 12.8rem;
  margin: 0 auto;
}
.sn-home-container .about-content ul li:nth-child(4) .part4-content > div {
  margin-top: 0.24rem;
  display: flex;
  justify-content: space-between;
}
.sn-home-container .about-content ul li:nth-child(4) .part4-content > div > div {
  width: 3.03rem;
  height: 1.75rem;
  border-radius: 0.12rem;
  overflow: hidden;
}
.sn-home-container .about-content ul li:nth-child(4) .part4-content > div > div img {
  width: 100%;
  height: 100%;
}
.sn-home-container .about-content ul li:nth-child(4) .part4-content > div:first-child {
  margin-top: 0;
}
.sn-home-container .about-content ul li:nth-child(4) .part4-illus-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12.8rem;
  height: 1.5rem;
}
.sn-home-container .about-content ul li:nth-child(4) .part4-illus-wrap .part4-illus {
  width: 100%;
  height: 100%;
  background: url(../../assets/images/about/part4-illus.png) no-repeat center center;
  background-size: 100% 100%;
}
.sn-home-container .about-content ul li:nth-child(4) .part4-illus-wrap .part4-illus img {
  width: 100%;
  height: 100%;
}
.sn-home-container .about-content ul li:nth-child(5) {
  padding: 1.28rem 0;
  width: 12.8rem;
  margin: 0 auto;
}
.sn-home-container .about-content ul li:nth-child(5) .part5-line {
  width: 100%;
}
.sn-home-container .about-content ul li:nth-child(5) .part5-line .part5-line-title {
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.sn-home-container .about-content ul li:nth-child(5) .part5-line .part5-line-title .part5-line-text {
  font-weight: 700;
  font-size: 0.52rem;
  line-height: 0.7rem;
  color: #606266;
}
.sn-home-container .about-content ul li:nth-child(5) .part5-line .part5-line-title .part5-line-decorate {
  flex: 1;
  padding-left: 0.4rem;
}
.sn-home-container .about-content ul li:nth-child(5) .part5-line .part5-line-title .part5-line-decorate > div {
  display: flex;
  width: 100%;
  height: 0.14rem;
  background-color: #d9d9d9;
  border-radius: 0.04rem;
  overflow: hidden;
}
.sn-home-container .about-content ul li:nth-child(5) .part5-line .part5-line-title .part5-line-decorate > div > div {
  width: 0.66rem;
  height: 100%;
}
.sn-home-container .about-content ul li:nth-child(5) .part5-line .part5-line-title .part5-line-decorate > div .lineOne {
  background-color: #da703e;
}
.sn-home-container .about-content ul li:nth-child(5) .part5-line .part5-line-title .part5-line-decorate > div .lineTwo {
  background-color: #909399;
}
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap {
  height: auto;
  margin-top: 1rem;
}
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap .honor-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding: 0 0.8rem;
}
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap .honor-swiper .swiper-slide {
  width: 3.7rem;
  transform: scale(0.8);
}
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap .honor-swiper .swiper-slide img {
  width: 100%;
  max-height: 2.8rem;
  height: auto;
  object-fit: contain;
}
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap .honor-swiper .swiper-slide-active,
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap .honor-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap .honor-swiper .swiper-button-prev,
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap .honor-swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: #fff;
}
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap .honor-swiper .swiper-button-prev::after,
.sn-home-container .about-content ul li:nth-child(5) .honor-swiper-wrap .honor-swiper .swiper-button-next::after {
  font-size: 0.28rem;
}
.sn-home-container .about-content ul li:nth-child(5) .honor-btn {
  width: 4.11rem;
  height: 0.8rem;
  background: #e9794b;
  border-radius: 0.16rem;
  font-weight: 700;
  font-size: 0.32rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.8rem;
  margin: 1.35rem auto 0;
  cursor: pointer;
}
.sn-home-container .about-content ul li:nth-child(5) .honor-btn:hover {
  background-color: rgba(218, 112, 62, 0.9);
}
.sn-home-container .about-content .content-show {
  display: block;
}
.sn-home-container .news-wrap {
  position: relative;
  width: 100%;
  height: 10.25rem;
  background-color: #f5f5f5;
}
.sn-home-container .news-wrap .news {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 12.8rem;
  height: 100%;
  padding-top: 1rem;
}
.sn-home-container .news-wrap .news .news-title {
  display: flex;
  align-items: center;
  height: 0.7rem;
}
.sn-home-container .news-wrap .news .news-title .news-title-text {
  font-weight: 700;
  font-size: 0.52rem;
  line-height: 0.7rem;
  color: #606266;
}
@media (max-width: 768px) {
  .sn-home-container .news-wrap .news .news-title .news-title-text {
    font-size: 14px;
  }
}
.sn-home-container .news-wrap .news .news-title .news-title-decorate {
  flex: 1;
  padding-left: 0.4rem;
}
.sn-home-container .news-wrap .news .news-title .news-title-decorate > div {
  display: flex;
  width: 100%;
  height: 0.14rem;
  background-color: #d9d9d9;
  border-radius: 0.04rem;
  overflow: hidden;
}
.sn-home-container .news-wrap .news .news-title .news-title-decorate > div > div {
  width: 0.66rem;
  height: 100%;
}
.sn-home-container .news-wrap .news .news-title .news-title-decorate > div .lineOne {
  background-color: #da703e;
}
.sn-home-container .news-wrap .news .news-title .news-title-decorate > div .lineTwo {
  background-color: #909399;
}
@media (max-width: 768px) {
  .sn-home-container .news-wrap .news .news-title .news-title-decorate > div {
    height: 4px;
  }
}
.sn-home-container .news-wrap .news .news-content {
  padding-top: 0.48rem;
  height: calc(100% - 0.7rem);
}
.sn-home-container .news-wrap .news .news-content .news-main {
  display: flex;
  height: 4rem;
}
.sn-home-container .news-wrap .news .news-content .news-main > div {
  flex: 1;
}
.sn-home-container .news-wrap .news .news-content .news-main .news-info {
  padding-right: 0.5rem;
}
.sn-home-container .news-wrap .news .news-content .news-main .news-info .news-item {
  margin-top: 0.08rem;
}
.sn-home-container .news-wrap .news .news-content .news-main .news-info .news-item .item-title {
  position: relative;
  font-weight: 500;
  font-size: 0.24rem;
  color: #909399;
  text-indent: 0.1em;
  padding-left: 0.5rem;
}
.sn-home-container .news-wrap .news .news-content .news-main .news-info .news-item .item-title::before {
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  content: "";
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background-color: #da703e;
  z-index: 1;
}
.sn-home-container .news-wrap .news .news-content .news-main .news-info .news-item .item-title::after {
  position: absolute;
  top: 0.08rem;
  left: 0.16rem;
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  z-index: 2;
}
.sn-home-container .news-wrap .news .news-content .news-main .news-info .news-item .item-content {
  font-weight: 400;
  font-size: 0.2rem;
  color: #c0c4cc;
  margin-top: 0.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 1.1rem;
}
.sn-home-container .news-wrap .news .news-content .news-main .news-video img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sn-home-container .news-wrap .news .news-content .news-list {
  width: 100%;
  height: calc(100% - 4rem);
  display: flex;
  padding-top: 0.5rem;
}
.sn-home-container .news-wrap .news .news-content .news-list > div .list-title {
  font-weight: 500;
  font-size: 0.32rem;
  letter-spacing: 0.055em;
  color: #606266;
  width: max-content;
  background: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 50%, rgba(218, 112, 62, 0.5) 50.01%, rgba(218, 112, 62, 0.5) 100%);
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
}
.sn-home-container .news-wrap .news .news-content .news-list > div .list-pic {
  width: 100%;
  flex: 1;
}
.sn-home-container .news-wrap .news .news-content .news-list > div .list-pic ul {
  width: 100%;
  height: 50%;
  display: flex;
  justify-content: space-around;
}
.sn-home-container .news-wrap .news .news-content .news-list > div .list-pic ul li {
  width: 32%;
  height: 100%;
}
.sn-home-container .news-wrap .news .news-content .news-list > div .list-pic ul li img {
  width: 100%;
  height: 100%;
}
.sn-home-container .news-wrap .news .news-content .news-list > div .list {
  width: 100%;
}
.sn-home-container .news-wrap .news .news-content .news-list > div .list ul {
  width: 100%;
}
.sn-home-container .news-wrap .news .news-content .news-list > div .list ul li {
  position: relative;
  max-width: 2.8rem;
  padding-left: 0.24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  font-weight: 500;
  font-size: 0.2rem;
  letter-spacing: 0.055em;
  color: #9d9d9d;
  margin-top: 0.04rem;
}
.sn-home-container .news-wrap .news .news-content .news-list > div .list ul li::after {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #da703e;
  top: 50%;
  left: 0.08rem;
  transform: translateY(-50%);
}
.sn-home-container .news-wrap .news .news-content .news-list .news-pic {
  width: 50%;
  padding-right: 0.4rem;
  display: flex;
  flex-direction: column;
}
.sn-home-container .news-wrap .news .news-content .news-list .news-cpy {
  width: 25%;
}
.sn-home-container .news-wrap .news .news-content .news-list .nwes-mark {
  width: 25%;
}
@media (max-width: 768px) {
  .sn-home-container .news-wrap .news {
    width: 100%;
    padding: 35px 24px;
  }
}
@media (max-width: 768px) {
  .sn-home-container .news-wrap {
    padding-top: 48px !important;
    height: 980px;
    overflow-y: auto;
  }
  .sn-home-container .news-wrap .news .news-content {
    height: auto;
  }
  .sn-home-container .news-wrap .news .news-content .news-main {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding-top: 30px;
  }
  .sn-home-container .news-wrap .news .news-content .news-main .news-video {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
  }
  .sn-home-container .news-wrap .news .news-content .news-main .news-info {
    padding-top: 25px;
  }
  .sn-home-container .news-wrap .news .news-content .news-main .news-info .item-title {
    font-size: 16px !important;
    padding-left: 40px !important;
  }
  .sn-home-container .news-wrap .news .news-content .news-main .news-info .item-title::before {
    position: absolute;
    top: 10px !important;
    left: 0.05rem;
    content: "";
    width: 22px !important;
    height: 22px !important;
  }
  .sn-home-container .news-wrap .news .news-content .news-main .news-info .item-title::after {
    position: absolute;
    top: 18px !important;
    left: 18px !important;
    content: "";
    width: 16px !important;
    height: 16px !important;
  }
  .sn-home-container .news-wrap .news .news-content .news-main .news-info .item-content {
    font-size: 14px !important;
  }
  .sn-home-container .news-wrap .news .news-content .news-list {
    display: flex;
    flex-direction: column-reverse;
  }
  .sn-home-container .news-wrap .news .news-content .news-list .news-pic,
  .sn-home-container .news-wrap .news .news-content .news-list .news-cpy,
  .sn-home-container .news-wrap .news .news-content .news-list .news-mark {
    width: 100%;
  }
  .sn-home-container .news-wrap .news .news-content .news-list .news-pic .list-title,
  .sn-home-container .news-wrap .news .news-content .news-list .news-cpy .list-title,
  .sn-home-container .news-wrap .news .news-content .news-list .news-mark .list-title {
    font-size: 16px;
  }
  .sn-home-container .news-wrap .news .news-content .news-list .news-pic .list,
  .sn-home-container .news-wrap .news .news-content .news-list .news-cpy .list,
  .sn-home-container .news-wrap .news .news-content .news-list .news-mark .list {
    padding-top: 8px;
  }
  .sn-home-container .news-wrap .news .news-content .news-list .news-pic .list ul li,
  .sn-home-container .news-wrap .news .news-content .news-list .news-cpy .list ul li,
  .sn-home-container .news-wrap .news .news-content .news-list .news-mark .list ul li {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 12px !important;
    padding-left: 15px !important;
    margin-top: 8px;
  }
  .sn-home-container .news-wrap .news .news-content .news-list .news-pic .list ul li::after,
  .sn-home-container .news-wrap .news .news-content .news-list .news-cpy .list ul li::after,
  .sn-home-container .news-wrap .news .news-content .news-list .news-mark .list ul li::after {
    width: 8px !important;
    height: 8px !important;
  }
  .sn-home-container .news-wrap .news .news-content .news-list .news-pic .list-pic,
  .sn-home-container .news-wrap .news .news-content .news-list .news-cpy .list-pic,
  .sn-home-container .news-wrap .news .news-content .news-list .news-mark .list-pic {
    margin-top: 10px;
  }
  .sn-home-container .news-wrap .news .news-content .news-list .news-pic .list-pic ul,
  .sn-home-container .news-wrap .news .news-content .news-list .news-cpy .list-pic ul,
  .sn-home-container .news-wrap .news .news-content .news-list .news-mark .list-pic ul {
    height: 100px;
  }
}
.sn-home-container .advantage-wrap {
  position: relative;
  width: 100%;
  height: 5.35rem;
  background-color: #fff;
}
.sn-home-container .advantage-wrap .advantage {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 12.8rem;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sn-home-container .advantage-wrap .advantage ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.sn-home-container .advantage-wrap .advantage ul li .advantage-illus {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sn-home-container .advantage-wrap .advantage ul li .advantage-illus img {
  width: 50%;
  object-fit: contain;
}
.sn-home-container .advantage-wrap .advantage ul li .advantage-text {
  text-align: center;
  font-weight: 400;
  font-size: 0.36rem;
  line-height: 0.7rem;
  color: #565656;
  margin-top: 0.1rem;
}
@media (max-width: 768px) {
  .sn-home-container .advantage-wrap .advantage-text {
    margin-top: 10px !important;
  }
}
.sn-home-container .strong-wrap {
  position: relative;
  width: 100%;
  height: 7rem;
  background-color: #f5f5f5;
  background: url(../../assets/images/home/strong-bg.png) no-repeat center center;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.sn-home-container .strong-wrap .strong {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 12.8rem;
  height: 100%;
  display: flex;
}
.sn-home-container .strong-wrap .strong .left,
.sn-home-container .strong-wrap .strong .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.sn-home-container .strong-wrap .strong .left .block,
.sn-home-container .strong-wrap .strong .right .block {
  width: 90%;
  height: 2.3rem;
  background: rgba(255, 255, 255, 0.01);
  border: 0.04rem solid #ffffff;
  backdrop-filter: blur(0.24rem);
  border-radius: 0.16rem;
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.32rem;
  line-height: 0.48rem;
  letter-spacing: 0.055em;
  color: #ffffff;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  text-align: center;
}
.sn-home-container .strong-wrap .strong .left .block span,
.sn-home-container .strong-wrap .strong .right .block span {
  font-size: 0.48rem;
}
@media (max-width: 768px) {
  .sn-home-container .strong-wrap {
    height: 230px !important;
    background-attachment: inherit;
  }
  .sn-home-container .strong-wrap .strong {
    width: 100% !important;
  }
  .sn-home-container .strong-wrap .strong .left,
  .sn-home-container .strong-wrap .strong .right {
    width: 100% !important;
    align-items: center !important;
  }
  .sn-home-container .strong-wrap .strong .left .block,
  .sn-home-container .strong-wrap .strong .right .block {
    width: 85% !important;
    height: 35% !important;
    font-size: 12px !important;
    line-height: inherit !important;
    padding: 10px !important;
    margin-top: 10px !important;
  }
  .sn-home-container .strong-wrap .strong .left .block span,
  .sn-home-container .strong-wrap .strong .right .block span {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .sn-home-container {
    font-size: 12px !important;
  }
  .sn-home-container .about-content ul li {
    display: block !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    padding: 0 10px;
    width: 100% !important;
  }
  .sn-home-container .about-content ul li:first-child .illus {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sn-home-container .about-content ul li:first-child .illus .part-item {
    flex: 1;
  }
  .sn-home-container .about-content ul li:first-child .illus .part-illus {
    width: 80px !important;
    height: 80px !important;
  }
  .sn-home-container .about-content ul li:first-child .illus .part-text {
    margin-top: 10px !important;
    font-size: 16px !important;
  }
  .sn-home-container .about-content ul li:first-child .text {
    margin-top: 15px !important;
    display: block !important;
  }
  .sn-home-container .about-content ul li:first-child .text .text-content {
    font-size: 18px;
  }
  .sn-home-container .about-content ul li:first-child .text .video-wrap {
    width: 100%;
  }
  .sn-home-container .about-content ul li:nth-child(2) .time-line {
    width: 100% !important;
    padding-top: 15px !important;
  }
  .sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-text {
    font-size: 18px !important;
  }
  .sn-home-container .about-content ul li:nth-child(2) .time-line .line-content {
    margin-top: 10px !important;
  }
  .sn-home-container .about-content ul li:nth-child(2) .time-line .line-content .time-item .year {
    font-size: 16px !important;
  }
  .sn-home-container .about-content ul li:nth-child(2) .time-line .time-line-illus {
    width: 100% !important;
    height: 100px !important;
  }
  .sn-home-container .about-content ul li:nth-child(2) .main-line {
    height: auto !important;
  }
  .sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper-button-prev,
  .sn-home-container .about-content ul li:nth-child(2) .main-line .develop-swiper-button-next {
    display: none !important;
  }
  .sn-home-container .about-content ul li:nth-child(3) .item-top .title,
  .sn-home-container .about-content ul li:nth-child(3) .item-bottom .title {
    font-size: 24px !important;
    line-height: initial !important;
  }
  .sn-home-container .about-content ul li:nth-child(3) .item-top .text,
  .sn-home-container .about-content ul li:nth-child(3) .item-bottom .text {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .sn-home-container .about-content ul li:nth-child(3) .item-top .text span,
  .sn-home-container .about-content ul li:nth-child(3) .item-bottom .text span {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .sn-home-container .about-content ul li:nth-child(3) .item-bottom {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .sn-home-container .about-content ul li:nth-child(3) .item-bottom .illus .big {
    width: 80px;
    height: 80px;
  }
  .sn-home-container .about-content ul li:nth-child(3) .item-bottom .illus .small {
    width: 30px;
    height: 30px;
  }
  .sn-home-container .about-content ul li:nth-child(4) {
    height: auto !important;
    padding: 0 !important;
    padding-top: 0 !important;
  }
  .sn-home-container .about-content ul li:nth-child(4) .part4mask {
    padding: 10px;
  }
  .sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line {
    width: 100% !important;
    padding-top: 20px !important;
  }
  .sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line .part4-line-title {
    height: auto !important;
  }
  .sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-line .part4-line-title .part4-line-text {
    font-size: 18px !important;
    line-height: initial !important;
  }
  .sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-content {
    width: 100% !important;
    padding-top: 15px !important;
    padding-bottom: 40px;
  }
  .sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-content > div {
    width: 100%;
  }
  .sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-content > div > div {
    width: 24% !important;
    height: 60px !important;
  }
  .sn-home-container .about-content ul li:nth-child(4) .part4mask .part4-illus-wrap {
    width: 100%;
    height: 100px !important;
  }
  .sn-home-container .about-content ul li:nth-child(5) .part5-line {
    padding: 0 20px;
  }
  .sn-home-container .about-content ul li:nth-child(5) .part5-line .part5-line-title {
    height: auto !important;
  }
  .sn-home-container .about-content ul li:nth-child(5) .part5-line .part5-line-title .part5-line-text {
    font-size: 18px !important;
    line-height: initial !important;
  }
  .sn-home-container .about-content ul li:nth-child(5) .honor-item-mobile img {
    width: 100%;
  }
  .sn-home-container .news-wrap .news-content {
    padding-top: 10px !important;
  }
  .sn-home-container .advantage-wrap {
    height: 150px;
  }
  .sn-home-container .advantage-wrap .advantage {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .sn-home-container .advantage-wrap .advantage ul li .advantage-illus {
    width: 60px !important;
    height: 60px !important;
  }
  .sn-home-container .advantage-wrap .advantage ul li .advantage-text {
    font-size: 16px !important;
    line-height: initial !important;
  }
}
