.banner-inner .text p{
    margin-top: 1.3vw;
}

.di{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.di img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.j-title p{
    line-height: 2;
    letter-spacing: 0;
    margin-top: 1.66vw;

}
.ctn1{
    position: relative;
    padding-top: 4.84375vw;
    padding-bottom: 3.8vw;
}

.ctn1 .water{
    position: relative;
    margin-top: 2.1875vw;
}
.ctn1 .water-img{
    width: 50%;
    margin: 0 auto;
}
.ctn1 .water-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ctn1 .des{
    text-align: center;
    opacity: .4;
    line-height: 30px;
    margin-top: 1.4vw;
}
.ctn1 .d_item{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ecc858;
    position: absolute;
    transform: translate(-50%,-50%);
}
.ctn1 .d_item:after{
    content: '';
    background-color: #ecc858;
    opacity: .15;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    animation: Big 3s ease-in infinite;
}
@keyframes Big{
    0%{
        transform:translate(-50%,-50%) scale(1);
        opacity: .5;
    }
    100%{
        transform:translate(-50%,-50%) scale(2.5);
        opacity: .15;
    }
}
.ctn1 .lf .box{
    right: 45px;
    text-align: right;
}
.ctn1 .rg .box{
    left: 45px;
}
.ctn1 .box{
    width: 22vw;
    top: -8px;
    position: absolute;
}
.ctn1 .box .water-tit{
   color:#44372d;
   font-weight: bold;
   line-height: 1.25;
}
.ctn1 .box .water-des{
    color:#44372d;
    line-height: 30px;
    margin-top: 6px;
 }
@media screen and (max-width:768px){
    .ctn1 .d_item,
    .ctn1 .box{
        position: static;
        transform: none;
        height: auto;
        width: 100%;
        background-color: transparent;
    }
    .ctn1 .d_item{
        margin-bottom: 20px;
    }
    .ctn1 .d_item:after{
        content: none;
    }
    .ctn1 .lf .box{
        text-align: left;
    }
    .ctn1 .water-img{
        width: 80%;
    }
    .ctn1{
        padding: 40px 0;
    }
    .ctn1 .water{
        margin-top:30px;
    }
    .ctn1 .d_list{
        margin-top:20px;
    }
    .ctn1 .des{
        line-height: 1.5;
        margin-top:0;
    }
}

 .ctn2{
    position: relative;
    padding-top: 4.84375vw;
    padding-bottom: 5.99vw;
     overflow:hidden;
 }
 .ctn2-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2.82vw;
 }
 .ctn2 .j-title h2,
 .ctn2 .j-title p{
    color: #fff;
 }
 .ctn2-item{
    flex:0 0 24.3%;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
 }
 .ctn2-img{
    width: 100%;
    height: 0;
    padding-bottom: 123.64%;
    position: relative;
    overflow: hidden;
 }
 .ctn2-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all .5s;
 }
 .ctn2-img:hover img{
    transform: scale(1.05)
 }
 .ctn2-item .ctn2-tit{
    text-align: center;
    font-weight: 600;
    color: #44372e;
    line-height: 1.5;
    margin-top: 1.25vw;
    padding-bottom: 0.7vw;
 }
 @media screen and (max-width:768px){
    .ctn2{
        padding: 40px 0 26px;
    }
     .ctn2-list{
         margin-top:30px;
     }
    .ctn2-item{
         flex:0 0 48%;
         margin-bottom: 14px;
    }
     .ctn2-item .ctn2-tit{
         margin-top:10px;
         padding-bottom:0;
     }
    
 }
 .ctn3{
    position: relative;
    padding-top: 4.84375vw;
 }
 .ctn3 .j-title h2,
 .ctn3 .j-title p{
    color: #fff;
 }
 .ctn3 .di{
    height: calc(100% - 9.5vw);
 }
 .ctn4-img,
 .ctn3-img{
     margin: 3.65vw auto 0;
     border-radius: 25px;
     overflow: hidden;
     width: 72.22%;
 }
 .ctn4-img img,
 .ctn3-img img{
width: 100%;
height: 100%;
object-fit: contain;
 }
 .ctn4 {
    padding-top: 4.84375vw;
    padding-bottom: 6.25vw;
 }
@media screen and (max-width:768px) {
    .ctn3{
        padding-top:40px;
    }
    .ctn4{
        padding:40px 0;
    }
    .ctn4-img, .ctn3-img{
        width: 100%;
        border-radius: 10px;
        margin:30px auto 0;
    }
}

 .ctn5{
    padding-top: 4.84375vw;
    position: relative;
 }
 .ctn5 .j-title p,
 .ctn5 .j-title h2{
    color: #fff;
 }
 .ctn5 .j-title p{
    margin-top: 1.09vw;
 }
 .ctn5 .j-title .line{
    background-color: #fff;
 }
 .ctn5-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.59375vw;
    margin-bottom: 5.78125vw;
 }
 .ctn5-list .ctn5-item{
    flex:1;
    position: relative;
 }
 .ctn5-list .ctn5-item:after,
 .ctn5-list .ctn5-item:nth-child(1)::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255,255,255,.2);
 }
 .ctn5-list .ctn5-item:after{
    right: 0;
    left: auto;
 }
 .ctn5_ico{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .ctn5_ico img{  
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
 }
.ctn5-item .item5-tit{
    line-height: 1.5;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 1.145vw;

}
.ctn5-item .item5-des{
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    opacity: .5;
    text-align: center;
    margin-top: 14px;
}
.ctn5 .di{
    height: calc(100% - 9.5vw);
 }
.ctn5-img{
    margin: 1.614vw auto 0;
    border-radius: 25px;
    overflow: hidden;
    width: 72.22%;
}
.ctn5-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media screen and (max-width:1600px){
    .ctn5_ico img{
        transform: scale(0.9);
    }
}
@media screen and (max-width:1280px){
    .ctn5_ico img{
        transform: scale(0.8);
    }
}
@media screen and (max-width:768px){
    .ctn5{
        padding-top:40px;
    }
    .ctn5-list{
        margin-top:30px;
        margin-bottom:20px;
    }
    .ctn5_ico img{
        transform: scale(0.5);
    }
    .ctn5-list .ctn5-item{
        flex:0 0 50%;
        margin-bottom: 20px;
    }
    .ctn5-list .ctn5-item:nth-child(2n+1)::before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(255,255,255,.2);
     }
     .ctn5-img{
        width: 100%;
        border-radius: 10px;
         margin-top:20px;
     }
    .ctn5 .j-title p{
        margin-top:4px;
    }
}
.ctn6{
    padding-top: 4.84375vw;
    overflow-x: hidden;
    padding-bottom: 4.84375vw;
}
.ctn7 .swiper,
.ctn6 .swiper{
    width: 1000px;
    overflow: initial;
    margin-top: 3.125vw;
}
.ctn7 .swiper .swiper-slide,
.ctn6 .swiper .swiper-slide{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    overflow: hidden;
}
.ctn7 .prev,
.ctn6 .prev{
    left: -100px;
}
.ctn7 .next,
.ctn6 .next{
    right: -100px;
}
.ctn7 .txt,
.ctn6 .txt{
    margin-top: 1.25vw;
    margin-bottom: 1.4vw;
}
.ctn7 .item6-tit,
.ctn6 .item6-tit{
    text-align: center;
    color: #44372d;
    font-weight: 600;
    margin-bottom: 9px;
}
.ctn7 .item6-des,
.ctn6 .item6-des{
    text-align: center;
    color: #44372d;
}
.ctn7{
    overflow-x: hidden;
    padding-bottom: 7.65625vw;
}
.item6-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media screen and (max-width:1600px) {
    .ctn6 .swiper,
    .ctn7 .swiper{
       width: 60vw;
    }
 }
 @media screen and (max-width:1280px) {
 .ctn7 .prev,
 .ctn6 .prev{
     left:-60px;
 }
 .ctn6 .next,
 .ctn7 .next{
     right:-60px;
 }
 }
 
 @media screen and (max-width:768px) {
     .ctn6,.ctn7{
         padding: 40px 0 0;
     }
     .ctn7{
         padding-bottom:40px;
     }
     .ctn6 .swiper,
     .ctn7 .swiper{
         width: 90%;
         margin-top:30px;
      }
      .ctn6 .prev,
      .ctn7 .prev{
         left:-20px;
     }
     .ctn6 .next,
     .ctn7 .next{
         right:-20px;
     }
     .ctn7 .swiper .swiper-slide, .ctn6 .swiper .swiper-slide{
        border-radius: 15px
        ;
     }
     .ctn7 .item6-tit, .ctn6 .item6-tit{
         margin-bottom:6px;
     }
     .ctn7 .txt, .ctn6 .txt{
        margin: 14px 0;
        padding: 0 14px;
     }

     .j-title h2{
         line-height: 1.5;
     }
     .j-title p{
         line-height: 1.5;
         margin-top:20px;
     }
     .j-title .line{
         margin-top:14px;
     }


     }
 

     @media screen and (max-width:1600px) {
        .next,.prev{
          width: 54px;
          height: 54px;
        }
      }
      @media screen and (max-width:1280px) {
        .next,.prev{
          width: 40px;
          height: 40px;
        }
      }
    