.banner {
  height: auto;
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 2;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
  background: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #c11920;
  width: 30px;
  border-radius: 15px;
}
@media screen and (max-width: 800px) {
  .banner {
    height: 300px;
  }
  .banner img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .banner .swiper-pagination {
    bottom: 20px;
  }
}
.pro {
  box-sizing: border-box;
  padding: 130px 0 100px;
}
.pro .t1 {
  width: 75%;
  color: #666666;
  font-size: 16px;
  margin: 30px auto 80px;
  text-align: center;
  line-height: 1.8;
}
.pro .t2 {
  display: flex;
  flex-wrap: wrap;
}
.pro .t2 .ls {
  display: block;
  position: relative;
  width: calc(33% - 16px);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 22%;
  margin-bottom: 27px;
}
.pro .t2 .ls:not(:nth-of-type(3n)) {
  margin-right: 27px;
}
.pro .t2 .ls:nth-of-type(4),
.pro .t2 .ls:nth-of-type(5) {
  width: 27.5%;
}
.pro .t2 .ls:nth-of-type(6) {
  width: calc(44% - 48px);
}
.pro .t2 .ls:hover img {
  transform: scale(1.1);
}
.pro .t2 .ls .a1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.pro .t2 .ls img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .t2 .ls .zhe {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 32px 20px;
}
@media screen and (max-width: 1200px) {
  .pro {
    padding: 100px 0 80px;
  }
  .pro .t1 {
    width: 90%;
    margin: 20px auto 50px;
  }
  .pro .t2 .ls .zhe {
    font-size: 16px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 800px) {
  .pro {
    padding: 60px 0 40px;
  }
  .pro .t1 {
    width: 100%;
    margin: 10px auto 30px;
    font-size: 14px;
  }
  .pro .t2 .ls {
    padding-bottom: 0;
    height: auto;
    width: calc(50% - 5px) !important;
    margin-bottom: 10px;
    height: 150px;
  }
  .pro .t2 .ls .a1 {
    position: relative;
  }
  .pro .t2 .ls:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .pro .t2 .ls:nth-of-type(2n) {
    margin-left: 10px;
  }
}
.shenchan {
  background-image: url(../img/img10.jpg);
  background-repeat: repeat-x;
  background-position: top;
  height: auto;
  padding: 100px 0 180px;
}
.shenchan .t1 {
  color: #fff;
  text-align: center;
  margin: 30px 0 80px;
}
.shenchan .t2 {
  height: 410px;
}
.shenchan .t2 .swiper-slide {
  height: 100%;
}
.shenchan .t2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.shenchan .t2 .button {
  background: none !important;
  margin-top: -16px;
  width: unset;
  height: unset;
}
.shenchan .t2 .swiper-button-next {
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .shenchan {
    padding: 60px 0 130px;
  }
  .shenchan .t1 {
    margin: 20px 0 50px;
  }
  .shenchan .t2 {
    height: 360px;
  }
}
@media screen and (max-width: 800px) {
  .shenchan {
    padding: 60px 0 60px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .shenchan .t1 {
    margin: 10px 0 30px;
    font-size: 14px;
  }
  .shenchan .t2 {
    height: 300px;
  }
}
.webhua {
  padding: 0 0 180px;
}
.webhua .t1 {
  width: 75%;
  color: #666666;
  font-size: 16px;
  margin: 30px auto 60px;
  text-align: center;
  line-height: 1.8;
}
.webhua .t2 {
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 6px 3px rgba(115, 115, 115, 0.15);
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 465px;
}
.webhua .t2 .les {
  width: 50%;
  height: 100%;
}
.webhua .t2 .les .ls {
  height: calc(100% / 3);
  padding: 0 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.webhua .t2 .les .ls .a1 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 10px;
}
.webhua .t2 .les .ls .a2 {
  color: #666666;
  font-size: 16px;
}
.webhua .t2 .les .active {
  background: #c11920;
}
.webhua .t2 .les .active .a1 {
  color: #fff;
}
.webhua .t2 .les .active .a2 {
  color: #fff;
}
.webhua .t2 .ris {
  width: 50%;
  height: 100%;
}
.webhua .t2 .ris img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
}
.webhua .t2 .ris img:not(:nth-of-type(1)) {
  display: none;
}
@media screen and (max-width: 1200px) {
  .webhua {
    padding: 60px 0 100px;
  }
  .webhua .t1 {
    width: 90%;
    margin: 20px auto 40px;
  }
  .webhua .t2 {
    height: 400px;
  }
  .webhua .t2 .les .ls .a1 {
    font-size: 20px;
  }
  .webhua .t2 .les .ls .a2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .webhua {
    padding: 60px 0 60px;
  }
  .webhua .t1 {
    width: 100%;
    margin: 10px auto 20px;
    font-size: 14px;
  }
  .webhua .t2 {
    height: auto;
    display: block;
  }
  .webhua .t2 .les {
    width: 100%;
    height: auto;
  }
  .webhua .t2 .les .ls {
    padding: 20px 20px;
  }
  .webhua .t2 .les .ls .a1 {
    font-size: 18px;
  }
  .webhua .t2 .les .ls .a2 {
    font-size: 14px;
  }
  .webhua .t2 .ris {
    width: 100%;
    height: auto;
  }
}
.news {
  padding-bottom: 145px;
}
.news .t2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 65px;
  flex-wrap: wrap;
}
.news .t2 .ls {
  color: #666666;
  font-size: 20px;
  cursor: pointer;
}
.news .t2 .ls:not(:nth-last-of-type(1)) {
  margin-right: 70px;
}
.news .t2 .ls:hover {
  color: #c11920;
}
.news .t2 .active {
  color: #c11920;
}
.news .t3 {
  display: flex;
  align-items: center;
  height: 365px;
}
.news .t3:not(:nth-of-type(1)) {
  display: none;
}
.news .t3 .ls {
  height: 100%;
  background: #fafafa;
  border-radius: 10px;
  overflow: hidden;
  width: calc(100% / 3 - 20px);
}
.news .t3 .ls:not(:nth-last-of-type(1)) {
  margin-right: 30px;
}
.news .t3 .ls:hover .a2 {
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.news .t3 .ls:hover .a3 {
  height: 40px;
}
.news .t3 .ls .a1 {
  display: block;
  width: 100%;
  height: 55%;
  object-fit: cover;
}
.news .t3 .ls .a2 {
  height: 45%;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 25px 0;
  display: flex;
  align-items: flex-start;
  background: #fafafa;
}
.news .t3 .ls .a2 .le {
  margin-right: 20px;
}
.news .t3 .ls .a2 .le .aa1 {
  color: #333;
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}
.news .t3 .ls .a2 .le .aa2 {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
}
.news .t3 .ls .a2 .ri {
  flex: 1;
}
.news .t3 .ls .a2 .ri .aa1 {
  color: #333;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .t3 .ls .a2 .ri .aa2 {
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.news .t3 .ls .a3 {
  height: 0;
  overflow: hidden;
  background: #c11920;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}
.news .t5 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.news .t5 .a1 {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 50px;
  border: 1px solid #c11920;
  border-radius: 10px;
}
.news .t5 .a1:hover {
  background: #c11920;
}
.news .t5 .a1:hover .b1 {
  color: #fff;
}
.news .t5 .a1:hover .b2 {
  filter: brightness(0) invert(1);
}
.news .t5 .a1 .b1 {
  color: #c11920;
  font-size: 16px;
  margin-right: 50px;
}
.news .t5 .a1 .b2 {
  width: 10px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .news {
    padding-bottom: 80px;
  }
  .news .t2 {
    margin: 20px 0 45px;
  }
  .news .t2 .ls {
    font-size: 18px;
  }
  .news .t2 .ls:not(:nth-last-of-type(1)) {
    margin-right: 30px;
  }
  .news .t3 {
    height: 320px;
  }
  .news .t3 .ls .a1 {
    height: 45%;
  }
  .news .t3 .ls .a2 {
    height: 55%;
  }
  .news .t3 .ls .a2 .le .aa1 {
    font-size: 30px;
  }
  .news .t3 .ls .a2 .le .aa2 {
    font-size: 12px;
  }
  .news .t3 .ls .a2 .ri .aa1 {
    font-size: 16px;
  }
  .news .t3 .ls .a2 .ri .aa2 {
    font-size: 13px;
  }
  .news .t3 .ls .a3 {
    font-size: 13px;
  }
  .news .t5 {
    margin-top: 30px;
  }
  .news .t5 .a1 {
    padding: 10px 30px;
  }
  .news .t5 .a1 .b1 {
    margin-right: 20px;
  }
  .news .t5 .a1 .b2 {
    width: 5px;
  }
}
@media screen and (max-width: 800px) {
  .news {
    padding-bottom: 45px;
  }
  .news .t2 {
    margin: 10px 0 25px;
  }
  .news .t2 .ls {
    font-size: 16px;
  }
  .news .t2 .ls:not(:nth-last-of-type(1)) {
    margin-right: 15px;
  }
  .news .t3 {
    display: block;
    height: auto;
  }
  .news .t3 .ls {
    display: block;
    width: 100%;
    height: auto;
  }
  .news .t3 .ls:not(:nth-last-of-type(1)) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .news .t3 .ls:hover .a2 {
    margin-top: 0;
    position: relative;
    z-index: 2;
  }
  .news .t3 .ls .a1 {
    display: block;
    width: 100%;
    height: auto;
  }
  .news .t3 .ls .a2 {
    height: auto;
    padding: 20px 15px;
  }
  .news .t3 .ls .a3 {
    height: 40px;
  }
}
