.page-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-color: white
}

.page-banner-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.about {
  padding: 38px 0;
  background: #fff;
}

.page-path .bread {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #ccc;
  width: 100%;
}

.page-path p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #ccc !important;
}

.page-path i {
  margin-right: 8px;
}

.page-path .position {
  font-size: 14px;
  color: #ccc;
  color: #ccc !important;
}

.page-path b {
  display: inline-block;
  margin: 0 4px;
}

.page-path .end {
  text-align: right !important;
}

.page-path .end li {
  position: relative;
}

.page-path .end li a {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  margin-left: 75px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.page-path .end li a::before {
  content: '';
  display: none;
  width: 100%;
  height: 8px;
  background: #e71425;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.page-path .end li a:hover::before,
.page-path .end li a.active::before {
  display: block;
}

.page-banner-info h3 {
  color: #fff;
  font-size: 48px;

}

.page-path .position:hover {
  color: #e71425;
}

.page-path span:last-child {
  color: #e71425;
}

.my-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #b6b2ad;
  position: relative;
  border-radius: 50%;
  margin: 40px 20px;
}

.my-bullet-active {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #e71425 !important;
  position: relative;
  border-radius: 50%;
  margin: 40px 20px;
}

/* 新闻中心 */
/* 新闻banner */
.news-banner {
  margin: 30px 0;

}

.swiper-slide .news-item {
  display: flex;
}

.swiper-slide .news-item .new-left {
  width: 46.25%;
  background: #fff;
  padding: 80px 160px 0 100px;
}

.swiper-slide .news-item .new-left>span {
  color: #999;
}

.swiper-slide .news-item .new-left>h3 {
  font-size: 24px;
  line-height: 36px;
  color: #e71425;
  margin: 12px 0 24px;
  font-weight: bold;
}

.swiper-slide .news-item .new-left>p {
  color: #999;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.swiper-slide .news-item .new-left>i {
  font-size: 32px;
  color: #e71425;
}

.swiper-slide .news-item .new-right {
  width: 53.75%;
}

.swiper-slide .news-item .new-right>img {
  width: 100%;
}

.news-banner .container {
  position: relative;
}

.news-banner .swiper-pagination {
  bottom: 70px;
  left: 100px;
}

.news-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border: 2px solid #999;
  border-radius: 50%;
  margin: 0 5px;
}

.news-banner .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #e71425;
}

.news .news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.news .news-list li {
  width: 31.25%;
  position: relative;
  background: #fff;
  margin-bottom: 50px;
}



.news .newtitle {
  margin-top: 50px;
  font-size: 36px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
}

.news .news-list li:hover::before {
  display: none;
}

.news .news-list li a {
  display: block;
  width: 100%;

}

.news .news-list li a .news-img {
  width: 100%;
  overflow: hidden;
}

.news .news-list li a .news-img>img {
  width: 100%;
}

.news .news-list li:hover a .news-img>img {
  transform: scale(1.1);
}

.news .news-list li a .case-content {
  padding: 40px 30px 30px 30px;
}

.news .news-list li a .case-content h3 {
  font-size: 17px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.news .news-list li a .case-content .intro {
  font-size: 13px;
  font-family: "SourceHanSansCN";
  color: rgb(102, 102, 102);
  line-height: 1.714;
  margin-top: 18px;
  margin-bottom: 20px;
  border-bottom: #eeeeee 1px solid;
  padding-bottom: 30px;
  text-align: justifyLeft;
}

.news .news-list li a .case-content p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.723px;
  font-family: "Microsoft YaHei";
  color: rgb(153, 153, 153);

}

.news .news-list li a .case-content p b,
.news .news-list li a .case-content p>i {
  font-size: 30px;
}

.news .news-list li:hover a .case-content h3,
.news .news-list li:hover a .case-content p>i {
  color: #e71425;
}

.hundred-bottom {
background-color: #f7f7f7
}

.hundred-top {
  padding-top: 80px;
}

.gray {
  background-color: #f7f7f7 !important;
}

.pagination ul {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.pagination {
  margin: 40px 0 80px;
}

.pagination ul {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.pagination ul li {
  margin: 0 5px;
  border: 1px solid #a4a4a4;
  border-radius: 50%;
  transition: all .3s;
}

.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #333333;
}

.pagination ul li:hover,
.pagination ul li.active {
  background-color: #e01c26;
  border: 1px solid #e01c26;
}

.pagination ul li:hover a,
.pagination ul li.active a {
  color: #fff;
}

.pagination ul li.prev,
.pagination ul li.next {
  border: none;
}

.pagination ul li.prev span {
  background-image: url(../img/page_arrow-left.png);
}

.pagination ul li.next span {
  background-image: url(../img/page_arrow-right.png);
}

.pagination ul li:hover span,
.pagination ul li.active span {
  -webkit-filter: grayscale(100%) brightness(1000%);
  filter: grayscale(100%) brightness(1000%);
}

.pagination ul li.prev span,
.pagination ul li.next span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.moments {
  background-color: white;
  padding-bottom: 50px;
}

.moments .top {
  text-align: center;
  padding-bottom: 35px;
  border-bottom: 1px solid #eeeeee;
}

.moments .top .title {
  font-size: 30px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.moments .top .subtitle {
  margin-top: 20px;
  font-size: 13px;
  font-family: "Microsoft YaHei";
  color: rgb(153, 153, 153);

}

.moments .top .subtitle span {
  margin-left: 15px;
}

.moments .middle .middleimg {
  text-align: center;
  padding: 50px 0px;
}

.moments .middle {
  padding: 50px 0;
  border-bottom: 1px solid #eeeeee;
      padding: 50px 0;
        border-bottom: 1px solid #eeeeee;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 13px;
}

.moments .middle .title {
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-decoration: underline;
}

.moments .middle .intro {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb(51, 51, 51);
  padding: 25px 0px;
  line-height: 3;
}

.moments .bottom {
  padding: 20px 0px;
  font-size: 13px;
}

.moments .bottom .bottomitem {
  display: flex;
  justify-content: space-between;
}

.moments .bottom .bottomitem .leftimg {
  margin-right: 15px;
  cursor: pointer;
}

.moments .bottom .bottomitem .left .flex {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.moments .bottom .bottomitem .left {
  display: flex;
  align-items: center;
}

.moments .bottom .bottomitem .right {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.moments .bottom .bottomitem .alignright {
  text-align: right;
}

.moments .bottom .bottomitem .rightimg {
  margin-left: 15px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .swiper-slide .news-item {
    height: 420px;
  }

  .swiper-slide .news-item .new-right {
    height: 100%;
  }

  .swiper-slide .news-item .new-right>img {
    height: 100%;
    object-fit: cover;
  }

  .swiper-slide .news-item .new-left {
    padding: 45px 100px 0 60px;
  }

  .news-banner .swiper-pagination {
    left: 60px;
    bottom: 40px;
  }

  .swiper-slide .news-item .new-left>p {
    margin-bottom: 30px;
  }
}

@media (max-width: 1440px) {
  .swiper-slide .news-item .new-left {
    padding: 45px 50px 0 50px;
  }

  .swiper-slide .news-item .new-left>h3 {
    font-size: 22px;
  }

  .news-banner .swiper-pagination {
    left: 50px;
  }
}

@media (max-width: 1280px) {
  .swiper-slide .news-item {
    height: 380px;
  }

  .swiper-slide .news-item .new-left {
    width: 55%;
    padding: 40px 40px 0 40px;
  }

  .swiper-slide .news-item .new-right {
    width: 45%;
  }

  .swiper-slide .news-item .new-left>h3 {
    margin: 10px 0 15px;
  }

  .swiper-slide .news-item .new-left>p {
    margin-bottom: 5px;
  }

  .news-banner .swiper-pagination {
    left: 40px;
    bottom: 25px;
  }
}

@media (max-width: 1026px) {
  .page-path.news-path {
    padding: 20px 0;
  }

  .news-banner {
    margin: 40px 0;
  }

  .swiper-slide .news-item {
    height: 330px;
  }

  .swiper-slide .news-item .new-left>h3 {
    font-size: 20px;
  }

  .swiper-slide .news-item .new-left>i {
    font-size: 28px;
  }

  .news-banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 768px) {
  .page-path.news-path .path .path-right li:first-child {
    margin: 0;
  }
    .about {
      padding: 19px 0;
    }
        .hundred-top {
          padding:20px 0
        }
        .news .newtitle {
          margin-top: 0px;
          font-size: 24px;
          font-family: "Microsoft YaHei";
          color: rgb(51, 51, 51);
        }
.news .news-list li {
  width: 100%;
  position: relative;
  margin-top: 50px;
  background: #fff;
}
.news-banner {
  margin: 20px 0;
}
.page-banner-info h3 {
  color: #fff;
  font-size: 28px;
  margin-top: 24px;
}
  .page-path.news-path .path .path-right li {
    margin-left: 15px;
  }

  .page-path.news-path .path .path-right li a {
    font-size: 16px;
  }

  .swiper-slide .news-item {
    height: auto;
    flex-direction: column-reverse;
  }

  .swiper-slide .news-item .new-left {
    width: 100%;
  }

  .swiper-slide .news-item .new-left {
    padding: 30px 25px 40px 25px;
  }

  .swiper-slide .news-item .new-right {
    width: 100%;
  }

  .swiper-slide .news-item .new-right>img {
    min-height: 330px;
  }

  .news-banner .swiper-pagination {
    left: 25px;
    bottom: 20px;
  }
    .news .news-list li {
      width: 100%;
      position: relative;
      margin-top: -30px;
      background: #fff;
    }
        .moments .top .title {
          font-size: 22px;
        }
                .moments .bottom .bottomitem {
                 
                }
                                .moments {
                                  background-color: white;
                                  padding-bottom: 10px;
                                }
                                                                .hundred-bottom {
                                                                  padding-bottom: 0px;
                                                                }
                                                                                                                                .news .news-list li a .case-content {
                                                                                                                                  padding: 20px 15px 15px 15px;
                                                                                                                                }
                                                                                                                                                                                                                                                             
}

@media (max-width: 500px) {
  .swiper-slide .news-item .new-left {
    padding: 20px 20px 40px 20px;
  }

  .swiper-slide .news-item .new-left>span {
    font-size: 14px;
  }

  .swiper-slide .news-item .new-left>h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0;
  }

  .swiper-slide .news-item .new-right>img {
    min-height: 180px;
  }

  .news-banner .swiper-pagination {
    left: 20px;
    bottom: 20px;
  }
     .page-path .end li a {
       margin-right: 35px;
       margin-left: 0px;
     }
  
     .page-path .end {
       margin-top: 20px;
     }
}
