.section{
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.section .warp{
  width: 1688px;
  margin: 236px auto 50px;
}

.section .warp{
  position: relative;
  left: 60px;
}
.section .warp .title span{
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.section .warp .content{
  position: relative;
  top: -35px;
}
.section .warp .content .identical{
  display: flex;
}
.section .warp .content .identical img{
  width: 100%;
  height: 100%;
}
.section .warp .content .identical .item_1{
  width: 405px;
  height: 405px;
  margin: 168px 0 0 0;
  position: relative;
  z-index: 1;
}
.section .warp .content .identical .item_2{
  width: 295px;
  height: 369px;
  overflow: hidden;
  position: relative;
  left: -25px;
  z-index: 2;
}
.section .warp .content .identical .item_3 {
  width: 203px;
  height: 284px;
  overflow: hidden;
}
.section .warp .content .identical .item_4 {
  width: 310px;
  height: 387px;
  overflow: hidden;
  margin-left: 70px;
  position: relative;
  z-index: 2;
}
.section .warp .content .identical .item_5 {
  width: 405px;
  height: 405px;
  overflow: hidden;
  position: relative;
  top: 164px;
  left: -150px;
  z-index: 1;
}
.section .warp .content .identical:nth-child(2){
  position: relative;
  top: -90px;
}
.section .warp .content .identical .item_6{
  width: 328px;
  height: 309px;
  overflow: hidden;
  margin-left: 303px;
}
.section .warp .content .identical .item_7{
  width: 242px;
  height: 230px;
  overflow: hidden;
  margin: 79px 0 0 139px;
}
.section .warp .content .identical .item_8{
  width: 310px;
  height: 277px;
  overflow: hidden;
  margin: 32px 0 0 17px;
}
.section .warp .content .button{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 25;
}
.section .warp .content .button .btn{
  position:relative;
  width: 0;
  height: 0;
  border-width: 0 24px 40px;
  border-style: solid;
  border-color: transparent transparent #C9151EFF;
  transform: rotate(90deg);
  margin: 0 auto 30px;
  cursor: pointer;
  transition: 0.6s;
}
.section .warp .content .button .btn:hover{
  transform: rotate(90deg) scale(1.1);
}
.section .warp .content .button .btn:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -19px;
  border-width: 0 19px 33px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.section .warp .content .button .btn:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -11px;
  border-width: 0 19px 33px;
  border-style: solid;
  border-color: transparent transparent rgba(201, 21, 30, 0.07);
  z-index: 1;
}
.section .warp .content .button p{
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #202020;
}
.section2 {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.section2 .warp{
  margin: 100px auto 100px;
}
.section2 .warp .title{
  width: 1688px;
  position: relative;
  margin: 0 auto 58px;
  left: 60px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #000000;
}
.section2 .warp .content{
  width: 100%;
}
.section2 .warp .content .life{
  width: 100%;
}
.section2 .warp .content .life .swiper-slide .picture img{
  width: 100%;
  height: 540px;
}
.section2 .warp .content .life .swiper-slide{
  padding: 0 0 50px 0;
  opacity: 0!important;
  transition: 1s;
}
.section2 .warp .content .life .swiper-slide-active{
  opacity: 1!important;
}
.section2 .warp .content .life .swiper-slide .color{
  width: 456px;
  height: 389px;
  background: #FFFFFF;
  box-shadow: 13px 6px 40px 0px rgba(60, 60, 60, 0.06);
  padding: 75px 46px;
  position: relative;
  left: 180px;
  margin: -250px 0 0 0;
  transform: translateY(100px);
  opacity: 0;
}
.section2 .warp .content .life .swiper-slide-active .color{
  transform: translateY(0);
  opacity: 1;
  transition: 1s;
}
.section2 .warp .content .life .swiper-slide .color span{
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
}
.section2 .warp .content .life .swiper-slide .color .line{
  width: 50px;
  height: 3px;
  background: #C9151E;
  margin: 24px 0 49px 0;
}
.section2 .warp .content .life .swiper-slide .color p{
  width: 355px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4F4F4F;
  line-height: 26px;
}
.section2 .warp .content .shrinkage{
  position: relative;
  width: 1560px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  top: -173px;
  z-index: 1;
}
.section2 .warp .content .shrinkage .button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 950px;
  display: flex;
  justify-content: space-between;
}
.section2 .warp .content .shrinkage .button .circle{
  width: 36px;
  height: 36px;
  border: 1px solid #DADADA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.6s;
}
.section2 .warp .content .shrinkage .button .circle:last-child{
  transform: rotateY(180deg);
}
.section2 .warp .content .shrinkage .button .circle .iconfont{
  color: #313131;
  font-size: 20px;
  transition: 0.6s;
}
.section2 .warp .content .shrinkage .button .circle:hover{
  background: #C9151E;
}
.section2 .warp .content .shrinkage .button .circle:hover .iconfont{
  color: #fff;
}
.section2 .warp .content .shrinkage .swiper{
  width: 800px;
  height: 100px;
  margin: 0;
  position: relative;
  left: -70px;
}
.section2 .warp .content .shrinkage .swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section2 .warp .content .shrinkage .swiper .swiper-slide .picture{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: 1s;
}
.section2 .warp .content .shrinkage .swiper .swiper-slide .picture img{
  width: 95%;
  height: 95%;
}
.section2 .warp .content .shrinkage .swiper .swiper-slide-active .picture{
  border: 1px solid #C9151E;
}
.section3{
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.section3 .warp{
  width: 1560px;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
}
.section3 .warp .item{
  width: 486px;
  height: 320px;
  margin: 0 51px 52px 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.section3 .warp .item:nth-child(3n){
  margin: 0 0 52px 0;
}
.section3 .warp .item .text{
  width: 293px;
  height: 77px;
  background: #C9151E;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  transform: translateY(100%);
  transition: 0.5s;
  opacity: 0;
}
.section3 .warp .item img{
  width: 100%;
  height: 100%;
  transition: 5s;
}
.section3 .warp .item:hover img{
  transform: scale(1.1);
}
.section3 .warp .item:hover .text{
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 1856px) {
  .section .warp{
    width: fit-content;

    margin: -7px auto 50px;
  }
  .section .warp .title{
    position: relative;
    top: 160px;
    left: 171px;
    transform: scale(0.8);
  }
  .section .warp .title span{
    font-size: 28px;
  }
  .section .warp .title .common_more{
    margin-top: 40px;
  }
  .section .warp .content {
    transform: scale(0.6);
  }
  .section{
    height: 96vh;
  }
  .section2 .warp .content .shrinkage .swiper{
    width: 600px;
  }
  .section2 .warp .content .shrinkage{
    width: 90%;
  }
  .section2 .warp .content .shrinkage .button{
    width: 743px;
  }
  .section2 .warp{
    margin: 100px auto 0;
  }
  .section3 .warp{
    width: 90%;
  }
  .section3 .warp .item{
    width: 30%;
  }
  .section {
    height: 78vh;
}
}
@media screen and (max-width: 1670px) {
    .section .warp {
    position: relative;

    left: 54%;
    transform: translateX(-50%);
}
}
@media screen and (max-width: 1481px) {
    .section2 .warp .content .life .swiper-slide .color{
        left: 90px;
    }
}
@media screen and (max-width: 1402px) {
    .section2 .warp .content .life .swiper-slide .color {
        left: 65px;
    }
    .section2 .warp .content .shrinkage .swiper {
    width: 568px;
    height: 77px;
}
.section2 .warp .content .shrinkage .button {
    width: 703px;
}
}
@media screen and (max-width: 1325px) {
    .section2 .warp .content .shrinkage .swiper {
        width: 487px;
        height: 72px;
    }
    .section2 .warp .content .shrinkage .button {
    width: 623px;
}
}
@media screen and (max-width: 1232px) {
.section2 .warp .content .life .swiper-slide .color{
    width: 425px;
}
.section2 .warp .content .life .swiper-slide .color {

    padding: 5% 2%;
 
}
.section2 .warp .content .shrinkage .swiper {
    width: 455px;
    height: 60px;
}
.section2 .warp .content .shrinkage .button {
    width: 589px;
}
}
@media screen and (max-width: 1167px) {
    .section2 .warp .content .life .swiper-slide .color {
    width: 354px;
}
.section2 .warp .content .life .swiper-slide .color p{
    max-width: 100%;
}

}
@media screen and (max-width: 1135px) {
    .section3 .warp .item {
  
    margin: 0 33px 52px 0;
  
}
}
@media screen and (max-width: 1082px) {
    .section2 .warp .content .life .swiper-slide .color span{
        font-size: 21px;
    }
    .section2 .warp .content .life .swiper-slide .color {
    width: 319px;
}
.section2 .warp .content .life .swiper-slide .color p{
    font-size: 13px;
}
.section2 .warp .content .life .swiper-slide .color {
    left: 34px;
}
}
@media screen and (max-width: 1024px) {
    .section .warp{
        transform: none!important;
    }
    .section{
        height: auto;
    }
  .section .warp{
    width: 90%;
    left: 0;
    margin: 100px auto 0;
  }
  .section .warp .content{
    top: 0;
    margin: 50px 0 0 0;
  }
  .section .warp .content .identical{
    flex-direction: column;
  }
  .section .warp .content .identical .item_1{
    width: 100%;
    height: auto;
    margin: 0;
  }
  .section .warp .title span{
    font-size: 24px;
  }

  .section .warp .content{
    display: none;
  }
  .section .mobile_images{
    display: flex!important;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mobile_images img{
    width: 47%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .section .warp .content .identical .item_2{
    left: 0;
    width: 100%;
    height: auto;
  }
  .section .warp .content .identical .item_3{
    width: 100%;
    height: auto;
  }
  .section .warp .content .button{
    display: none;
  }
  .section2 .warp{
    width: 90%;
    margin: 60px auto 60px;
  }
  .section2 .warp .content .shrinkage .button{
    width: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .section2 .warp .title{
    width: 100%;
    left: 0;
    font-size: 24px;
  }
  .section2 .warp .content .life .swiper-slide{
    padding: 0 0 40px 0;
  }
  .section2 .warp .content .life .swiper-slide .color{
    left: 0;
    margin: 0;
  }
  .section2 .warp .content .life .swiper-slide .picture img{
    height: auto;
  }
  .section2 .warp .content .life .swiper-slide .color{
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .section2 .warp .content .life .swiper-slide .color span{
    font-size: 18px;
  }
  .section2 .warp .content .life .swiper-slide .color p{
    width: 100%;
    font-size: 12px;
  }
  .section2 .warp .content .life .swiper-slide .color .line{
    margin: 24px 0 27px 0;
  }
  .section2 .warp .content .shrinkage{
    width: 100%;
    top: 0;
  }
  .section2 .warp .content .shrinkage .swiper{
    width: 80%;
    margin: auto;
    left: 0;
  }
  .section3 .warp{
    width: 90%;
    margin: 50px auto;
    justify-content: space-between;
  }
  .section3 .warp .item{
    width: 49%;

    margin: 0 0 20px 0!important;
  }
  .section3 .warp .item .text{
    width: 100%;
    height: 39px;
    font-size: 12px;
  }

  .section .warp .title{
    transform: scale(1);
    top: 0;
    left: 0;
  }
  .section2 .warp .content .shrinkage .swiper{
      height: auto;
  }
  .section2 .warp .content .shrinkage .swiper{
      height: 100px;
  }
}