.home .banner {
  width: 100%;
  position: relative;
}
.home .banner video {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 85vh;
}
.home .types {
  display: flex;
  justify-content: center;
  background: #F7F7F7;
}
.home .types a {
  display: block;
  color: #666666;
  font-size: 22px;
  position: relative;
  padding: 20px 0;
  margin: 0 40px;
}
.home .types a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: all 600ms;
  height: 2px;
  background: #95251D;
}
.home .types a:hover::after {
  width: 100%;
}
.home .types .active::after {
  width: 100%;
}
.home .main .section1 {
  width: 84vw;
  margin: 6vw auto;
}
.home .main .section1 .t {
  display: flex;
  align-items: center;
}
.home .main .section1 .t p {
  font-size: 2.3vw;
  margin-left: 20px;
}
.home .main .section1 .d1 {
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  padding: 60px;
  margin: 40px 0;
}
.home .main .section1 .d1 .pic img {
  display: block;
}
.home .main .section1 .d1 .text {
  width: calc(95% - 177px);
  color: #666666;
  font-size: 18px;
  line-height: 1.8;
}
.home .main .section1 .d2 {
  display: flex;
  justify-content: space-between;
}
.home .main .section1 .d2 .item {
  width: calc(48.5% - 60px);
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background: #F8F8F8;
  align-items: center;
}
.home .main .section1 .d2 .item .pic {
  width: 240px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .section1 .d2 .item .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
.home .main .section1 .d2 .item .text {
  width: calc(96% - 240px);
  color: #666666;
  font-size: 18px;
  line-height: 1.8;
}
.home .main .section2 .t {
  margin: 0 8vw;
  display: flex;
  align-items: center;
}
.home .main .section2 .t p {
  font-size: 2.3vw;
  margin-left: 20px;
}
.home .main .section2 .history {
  position: relative;
  margin: 60px 0;
}
.home .main .section2 .history .swiper-container {
  width: 100%;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide .info {
  text-align: center;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide .info .pic img {
  max-width: 100%;
  object-fit: contain;
  transform: scale(0.5);
  opacity: 0.05;
  transition: all 600ms;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide .info .text {
  opacity: 0.5;
  transform: scale(0.5);
  transform-origin: bottom;
  transition: all 600ms;
  margin-top: 30px;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide .info .text .year {
  color: #D54B4A;
  font-size: 21px;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide .info .text .tag {
  font-size: 50px;
  font-weight: lighter;
  margin-top: 20px;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide-active .info .pic img {
  transform: scale(1);
  opacity: 1;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide-active .info .text {
  transform: scale(1);
  opacity: 1;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide-active .info .text .year {
  font-weight: bolder;
  font-size: 24px;
  transform: translateY(10px);
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide-prev {
  transform: translateX(-60px);
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide-prev .info .pic img {
  opacity: 0.2;
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide-next {
  transform: translateX(60px);
}
.home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide-next .info .pic img {
  opacity: 0.2;
}
.home .main .section2 .history .prev {
  position: absolute;
  left: 35%;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  outline: none;
  border: none;
}
.home .main .section2 .history .next {
  position: absolute;
  right: 35%;
  top: 35%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  outline: none;
  border: none;
}
.home .main .section3 {
  background: url("../images/abg.png") no-repeat;
  background-size: cover;
  padding: 60px 8vw;
}
.home .main .section3 .t {
  display: flex;
  align-items: center;
}
.home .main .section3 .t p {
  font-size: 2.3vw;
  margin-left: 20px;
}
.home .main .section3 .allItems {
  width: 100%;
  margin-top: 60px;
}
.home .main .section3 .allItems a {
  display: flex;
  justify-content: space-between;
  background: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding: 40px 60px;
  margin-bottom: 20px;
  align-items: center;
}
.home .main .section3 .allItems a .l {
  width: calc(98% - 50px);
}
.home .main .section3 .allItems a .l .p1 {
  color: #333333;
  font-size: 28px;
  transition: all 600ms;
}
.home .main .section3 .allItems a .l .des {
  color: #666666;
  font-size: 22px;
  margin-top: 10px;

	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.home .main .section3 .allItems a .jt img {
  display: block;
}
.home .main .section3 .allItems a:hover .l .p1 {
  color: #95251D;
}
@media screen and (max-width: 1000px) {
  .home .types {
    justify-content: space-evenly;
  }
  .home .types a {
    margin: 0;
    font-size: 14px;
  }
  .home .main .section1 {
    width: 90%;
  }
  .home .main .section1 .t img {
    width: 30px;
  }
  .home .main .section1 .t p {
    font-size: 20px;
  }
  .home .main .section1 .d1 {
    flex-direction: column;
    padding: 20px;
    margin: 20px 0;
  }
  .home .main .section1 .d1 .pic img {
    margin: 0 auto;
  }
  .home .main .section1 .d1 .text {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
  }
  .home .main .section1 .d2 {
    flex-direction: column;
  }
  .home .main .section1 .d2 .item {
    width: calc(100% - 40px);
    padding: 20px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .home .main .section1 .d2 .item .pic {
    height: 120px;
  }
  .home .main .section1 .d2 .item .text {
    width: 100%;
    margin-top: 15px;
    font-size: 16px;
  }
  .home .main .section2 .t {
    margin: 0 5%;
  }
  .home .main .section2 .t img {
    width: 30px;
  }
  .home .main .section2 .t p {
    font-size: 20px;
  }
  .home .main .section2 .history {
    width: 80%;
    margin: 30px auto;
  }
  .home .main .section2 .history .prev, .home .main .section2 .history .next {
    display: none;
  }
  .home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide .info .text .tag {
    font-size: 20px;
    margin-top: 10px;
  }
  .home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide .info .text .year {
    transform: translateY(0);
  }
  .home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide-prev {
    transform: translateX(0);
  }
  .home .main .section2 .history .swiper-container .swiper-wrapper .swiper-slide-next {
    transform: translateX(0);
  }
  .home .main .section3 {
    padding: 30px 5%;
  }
  .home .main .section3 .t img {
    width: 30px;
  }
  .home .main .section3 .t p {
    font-size: 20px;
  }
  .home .main .section3 .allItems {
    margin-top: 30px;
  }
  .home .main .section3 .allItems a {
    padding: 20px;
    flex-direction: column;
  }
  .home .main .section3 .allItems a .l {
    width: 100%;
  }
  .home .main .section3 .allItems a .l .p1 {
    font-size: 18px;
  }
  .home .main .section3 .allItems a .l .des {
    font-size: 14px;
  }
  .home .main .section3 .allItems a .jt {
    margin-top: 15px;
  }
  .home .main .section3 .allItems a .jt img {
    width: 30px;
  }
}

 


.ab3-section {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2rem;
  overflow: hidden;
}
.ab3-section .tit {
  color: #fff;
}
.ab3-section .tit span {
  background-color: #fff;
}
.ab3-section .ii {
  width: 100%;
}
.ab3-section .swiper {
  position: relative;
}
.ab3-section .s-prev {
  position: absolute;
  right: 101%;
  width: 40px;
  height: 40px;
  background: rgba(196, 196, 196, 0.22);
  background-image: url(../images/p12.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.ab3-section .s-next {
  position: absolute;
  left: 101%;
  width: 40px;
  height: 40px;
  background: rgba(196, 196, 196, 0.22);
  background-image: url(../images/p22.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20% auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.ab3-section .sbtn {
  outline: none !important;
}
@media screen and (max-width: 1000px) {
  .ab3-section .sbtn {
    display: none;
  }
  .ab3-section .s-prev {
    left: 0;
  }
  .ab3-section .s-next {
    left: auto;
    right: 0;
  }
}

p img {
  max-width: 100%;
}