.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;

}

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

.ctn1{
    position: relative;
    padding-top: 4.84375vw;
    padding-bottom: 4.0625vw;
    overflow: hidden;
}
.ctn1-btm{
    margin-top: 2px;
    position: relative;
}
.ctn1-img{
    width: 70.34%;
    margin: 0 auto;
}
.ctn1-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ctn1 .dian-item{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ecc858;
    position: absolute;
    transform: translate(-50%,-50%);
}
.ctn1 .dian-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;
}
.ctn1 .dian-item .wz{
    width: 20vw;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #44372d;
    font-weight: 600;
}
.ctn1 .lf .wz{
    right: 38px;
    text-align: right;
}
.ctn1 .rg .wz{
    left: 38px;
}

@keyframes Big{
    0%{
        transform:translate(-50%,-50%) scale(1);
        opacity: .5;
    }
    100%{
        transform:translate(-50%,-50%) scale(2.5);
        opacity: .15;
    }
}
@media screen and (max-width:1280px) {
.ctn1 .dian-item .wz{
    width: 16vw;
}
}
@media screen and (max-width:768px) {
    .ctn1{
        padding: 40px 0;
    }
    .ctn1 .dian-item .wz,
    .ctn1 .dian-item{
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        background-color: transparent;
        text-align: left;
        line-height: 2;
    }
    .ctn1-img{
        width: 100%;
    }
    .ctn1 .dian-item .wz{
        display: flex;
        align-items: center;
    }
    .ctn1 .dian-item .wz:before{
         content: '';
         width: 12px;
         height: 12px;
         border-radius: 50%;
         background-color: #ecc858;
         margin-right: 10px;
    }
    .ctn1 .dian-item:after{
        content: none;
    }
    .ctn1-btm{
        margin-top:30px;
    }
    .ctn1 .dian-item{
        margin-top:10px;
    }
    .ctn1 .dian-list{
        margin-top:20px;
    }
}
.ctn2{
    position: relative;
    padding-top: 4.84375vw;
    padding-bottom: 6vw;
    overflow: hidden;
 }
 .ctn2-list{
    display: flex;
    justify-content: space-between;
    margin-top: 2.82vw;
 }
 .ctn2 .j-title h2,
 .ctn2 .j-title p{
    color: #fff;
 }
 .ctn2 .j-title p{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
 }
 .ctn2-item{
    flex:0 0 30.55%;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
 }
 .ctn2-img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    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-txt{
    padding:1.25vw  20px 1vw;
    text-align: center;
 }
 .ctn2-item .ctn2-tit{
    font-weight: 600;
    color: #44372e;
    line-height: 1.5;
    margin-bottom: 4px;
 }
 .ctn2-item .ctn2-des{
    line-height: 26px;
    color: #44372e;
 }
 @media screen and (max-width:1280px){
  .ctn2 .j-title p{
      width: 90%;
  }
}
@media screen and (max-width:768px){
    .ctn2{
        padding: 40px 0 20px;
    }
    .ctn2 .j-title p{
        width: 100%;
    }
    .ctn2-list{
        flex-wrap: wrap;
        margin-top:30px;
    }
    .ctn2-item{
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .ctn2-item .ctn2-des{
        line-height: 24px;
    }
    .ctn2-item .ctn2-txt{
        padding:14px 14px 4px;
    }
}

 .ctn3{
    position: relative;
    padding-top: 4.84375vw;
    padding-bottom: 7.91vw;
     overflow: hidden;
 }
 .ctn3 .j-title p{
    width: 56%;
    margin-left: auto;
    margin-right: auto;
 }
 .ctn3 .ctn3-list{
    display: flex;
    justify-content: space-between;
    margin-top: 3.69vw;
 }
 .ctn3 .ctn3-item{
    flex: 0 0 15.972%;
    background-color: rgba(255,255,255,.95);
    text-align: center;
    font-weight: bold;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 65px;
    padding: 0 1.3%;
 }
@media screen and (max-width:1600px) {
    .ctn3 .j-title p{
        width: 66%;
    }
}
@media screen and (max-width:1440px) {
    .ctn3 .ctn3-item{
        border-radius: 40px;
    }
}
@media screen and (max-width:768px) {
    .ctn3 .j-title p{
        width: 100%;
    }
    .ctn3 .ctn3-list{
        flex-wrap: wrap;
        margin-top:30px;
    }
    .ctn3 .ctn3-item{
        flex:0 0 48%;
        height: 108px;
        margin-bottom: 14px;
        border-radius: 30px;
        padding:0 10px;
    }
    .ctn3{
        padding: 40px 0 26px;
    }
}
 .ctn4{
    position: relative;
 }
 .ctn4>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
 .ctn4-txt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    line-height: 2;
    text-align: center;
    padding: 2.8125vw 4.27vw;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }
@media screen and (max-width:768px) {
    .ctn4-txt{
        padding:20px;
        line-height: 1.5;
    }
}

 .ctn5{
    padding-top: 9.58vw;
    overflow-x: hidden;
    padding-bottom: 5.9375vw;
}

.ctn5 .swiper{
    width: 1000px;
    overflow: initial;
    margin-top: 3.125vw;
}

.ctn5 .swiper .swiper-slide{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    opacity: .5;
}
.ctn5 .swiper .swiper-slide-active{
    opacity: 1;
}
.ctn5 .prev{
    left: -100px;
}

.ctn5 .next{
    right: -100px;
}

.ctn5 .txt{
   position: absolute;
   right: 0;
   top: 0;
   width: 48.8%;
   background-color: #483f39;
   padding:2.55vw 2vw 1.6vw;
}
.ctn5 .txt .bq{
    position: absolute;
    top:1.4vw;
    right: 1.9vw;

}
.ctn5 .item5-tit{
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}
.ctn5 .item5-en{
    color: #fff;
    opacity: .8;
    margin-bottom: 1vw;
}
.ctn5 .item5-des{
    color: #fff;
    opacity: .8;
}
.ctn5 .item6-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:1600px) {
   .ctn5 .swiper{
      width: 60vw;
   }
}
@media screen and (max-width:1280px) {
.ctn5 .prev{
    left:-60px;
}
.ctn5 .next{
    right:-60px;
}
}

@media screen and (max-width:768px) {
    .ctn5{
        padding-top: 120px;
        padding-bottom:40px;
    }
    .ctn5 .swiper{
        width: 90%;
        margin-top:30px;
     }
     .ctn5 .prev{
        left:-20px;
    }
    .ctn5 .next{
        right:-20px;
    }
    }

.ctn6-img{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    border-radius: 20px;
    margin-top: 3.69vw;
    margin-bottom: 6.51vw;
}
.ctn6-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width:768px) {
    .ctn6-img{
        margin-top:30px;
        margin-bottom:40px;
    }
}

.ctn7{
    position: relative;
    padding-top: 5.9375vw;
    padding-bottom: 5.416vw;
}
.ctn7 .j-title p,
.ctn7 .j-title h2{
   color: #fff;
}

.ctn7-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.74vw;
}
.ctn7-list .ctn7-item{
    flex:1;
    position: relative;
}
.ctn7-list .ctn7-item:after{
    content: '';
    position: absolute;
    right: 0;
    top: 33px;
    width: 1px;
    height: 40px;
    background-color: rgba(192,167,130,.2);
}
.ctn7-list .ctn7-item:nth-child(1)::before{
    content: '';
    position: absolute;
    left: 0;
    top: 33px;
    width: 1px;
    height: 40px;
    background-color: rgba(192,167,130,.2);
}
.ctn7-ico{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctn7-ico img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.ctn7-tit{
    color: #ecc858;
    text-align: center;
    line-height: 30px;
    margin-top: 1.1458vw;
}
@media screen and (max-width:1600px){
    .ctn7-ico{
        height: 54px;
    }
}
@media screen and (max-width:1280px){
    .ctn7-ico{
        height: 48px;
    }
}
@media screen and (max-width:768px){
    .ctn7 .j-title p br{
        display: none;
    }
    .ctn7{
        padding:  40px 0 10px;
    }
    .ctn7-list{
        margin-top:30px;
    }
    .ctn7-list .ctn7-item{
        flex:0 0 calc(100% / 3);
        margin-bottom: 30px;
    }
    .ctn7-ico{
        height: 40px;
    }
    .ctn7-ico img{
        max-width: 48px;
    }
    .ctn7-tit{
        line-height: 1.5;
        margin-top:14px;
    }
    .ctn7-list .ctn7-item:nth-child(3n+1)::before{
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 1px;
        height: 40px;
        background-color: rgba(192,167,130,.2);
    }
    .ctn7-list .ctn7-item:after{
        top: 10px;
    }
}
.ctn8{
    position: relative;
    padding-top: 4.79vw;
    padding-bottom: 6.25vw;
}
.ctn8 .effect{
    position: relative;
    margin-top: 3.125vw;
}
.ctn8 .swpbig{
    width: 1200px;
    margin: 0 auto;
}
.ctn8 .swpbig .swiper-slide:after{
   content: '';
   width: 100%;
   height: 41.5%;
   position: absolute;
   bottom: 0;
   left: 0;
}
.ctn8 .swpbig .swiper-slide{
    height: 0;
    padding-bottom: 60%;

}
.ctn8 .swpbig .swiper-slide img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   position: absolute;
   left: 0; top: 0;
}
.ctn8 .swpsmall{
    position: absolute;
    width: 1180px;
    left:50%;
    transform: translate(-50%,0);
    bottom: 10px;
}
.ctn8 .swpsmall .swiper-slide{
    padding: 4px;
    background-color: #fff;
    opacity: .3;
    transition: all .5s;
}

.ctn8 .swpsmall .swiper-slide-thumb-active{
    opacity: 1;
}
.ctn8 .swpsmall .swiper-slide .sm_img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 54.72%;
    overflow: hidden;
}
.ctn8 .swpsmall .swiper-slide .sm_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width:1600px){
    .ctn8 .swpbig{
        width: 80%;
    }
    .ctn8 .swpsmall{
        width: calc(80% - 20px);
    }
}
@media screen and (max-width:768px){
    .ctn8 .swpbig{
        width: 100%;
    }
    .ctn8 .swpsmall{
        width: calc(100% - 20px);
        display: none;
    }
    .ctn8{
        padding: 40px 0;
    }
    .ctn8 .effect{
        margin-top: 30px;
    }

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