.home_kv {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-top: 1.1rem;
  height: 92vh;
}
.home-kv-box{
    height: 100%;
    padding: 0 1rem;
}
.swiper-container {
  width: 100%;
  height: 100%
}

.swiper-slide {
    width: 100%;
    height: 100%
}
.swiper-slide-kv{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.home_kv_content{
    position: absolute;
    left: 5%;
    top: 8%;
}
.home_kv_content_title{
    font-size: .5rem;
    color: #111;
    font-family: fa;
}
.home_kv_content_title span{
    font-weight: 200;
    font-family: sans-serif
}
.home_kv_content_desc{
    color: #111;
    font-size: .26rem;
    margin-top: .1rem;
    font-family: fa;
    letter-spacing: 0;
}
.home_kv_content_line{
    width: 1.05rem;
	height: .02rem;
	background-color: #444444;
    margin-top: .36rem
}
.home_kv_content .home_kv_content_btn{
    height: .6rem;
    width: 2.8rem;
    border: .01rem solid #7e5d59;
    color: #7e5d59;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    margin-top: .5rem;
    transition: all .3s
}
.home_kv_content_btn1_dark{
    background: #4f2c28 !important;
    border: 0rem solid #4f2c28 !important;
    color: #fff !important;
}
.home_kv_content .home_kv_content_btn2{
    background: transparent;
    border: .01rem solid #fff;
    color: #fff;
    margin-top: .2rem
}
.home_kv_content_btn2_dark{
    background: transparent !important;
    border: .01rem solid #4f2c28 !important;
    color: #4f2c28 !important;
    margin-top: .2rem !important

}
.home_kv_content .home_kv_content_btn:hover{
    background: #f2edea
}
.home_kv_content .home_kv_content_btn2:hover{
    background: rgba(242,237,234,.3);
}
.home_kv_content_btn2_dark:hover{
    background: rgba(242,237,234,.3) !important;
}
.home_kv_content .home_kv_content_btn::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #471a14;
    transform: scale(0,1);
}
.home_kv_content_btn1_dark::after{
    background: #fff !important
}
.home_kv_content .home_kv_content_btn2::after{
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    transition: all .5s;
    background-color: #fff;
    transform: scale(0,1);
}
.home_kv_content_btn1_dark:hover{
    background: #30150f !important
}

.home_kv_content_btn1_dark::after{
    height: 2.5px !important;
}
.home_kv_content_btn1_dark:hover::after{
   background: #aca19f !important;
    
}
.home_kv_content .home_kv_content_btn:hover::after{
    transform: scale(1,1)
}
.swiper-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: .3rem;
    padding: 0 1.1rem;
}
.swiper-paginatio-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 4.1rem;
}
.swiper-paginatio-box .current-num {
  font-size: 0.17rem;
  color: #444;
  font-family: fab;
    font-style: italic;
}
.swiper-paginatio-box .next-num {
  font-size: 0.17rem;
  color: #444;
  font-family: fab;
  font-style: italic;
}
.swiper-paginatio-box .swiper-pagination {
  width: 3.3rem;
  height: 0.03rem;
  border-radius: 1px;
  margin-left: 0.4rem;
  z-index: 0
}
.swiper-paginatio-box .swiper-pagination .swiper-pagination-progressbar {
  background-color: #444;
}

.swiper-control {
  display: flex;
  align-items: center;
}
.swiper-control .swiper-prev {
    width: 1rem;
    height: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
}
.swiper-control .swiper-prev img {
  width: 50%;
  margin-bottom: 0.1rem;
}
.swiper-control .swiper-prev:hover {
  opacity: 1;
}
.swiper-control .swiper-next {
    width: 1rem;
    height: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    opacity: 0.5;
    margin-left: 0.2rem;
    transition: all 0.3s;
}
.swiper-control .swiper-next img {
  width: 50%;
}
.swiper-control .swiper-next:hover {
  opacity: 1;
}

@media (max-width: 767px) {
    .home_kv {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 1.1rem;
    height: auto
    }
    .home-kv-box{
        padding: 0
    }
    .swiper-container {
    width: 100%;
    }

    .swiper-slide {
        width: 100%;
       
    }
    .swiper-slide-kv{
        width: 100%;
        height: 7.85rem;
        object-fit: cover;
         padding: 0 .6rem
    }
    .home_kv_content{
        position: static;
        left: 1rem;
        top: 1rem;
        margin-top: 1.3rem;
        background: #f2edea;
        height: 3rem;
    }
    .home_kv_content_title{
        font-size: .52rem;
        color: #111;
        font-family: fa;
        text-align: center;
    }
 #home_kv_content_desc_mb_gt{
    font-weight: 200;
    font-family: sans-serif;
            font-size: .52rem;
        color: #111;
        display: none;
        padding-top: .1rem;

    }
    .home_kv_content_desc{
        color: #111;
        font-size: .29rem;
        margin-top: .1rem;
        font-family: fa;
        text-align: center;
        letter-spacing: 0
    }
    .home_kv_content_line{
        width: 1.05rem;
        height: .02rem;
        background-color: #444444;
        margin-top: .36rem;
        display: none;
    }
    .home_kv_content_btn_mb_box{
           display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.56rem;
        height: 1.3rem;
    }
    .home_kv_content .home_kv_content_btn{
        height: .8rem;
        width: 4.25rem;
        border: 1px solid #7e5d59;
        color: #7e5d59;
        font-size: .24rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        background-color: #fff;
        margin: 0 auto;
        margin-top: .5rem;
        transition: all .3s
    }
    .home_kv_content .home_kv_content_btn:nth-of-type(2){
        background: transparent;
    margin-left: 0.2rem;
    display:flex;
    }
    .home_kv_content .home_kv_content_btn:hover{
        background: #f2edea
    }

    .home_kv_content .home_kv_content_btn::after{
        position: absolute;
        height: 2px;
        width: 100%;
        content: '';
        display: block;
        left: 0;
        bottom: 0;
        transition: all .5s;
        background-color: #471a14;
        transform: scale(0,1);
    }
    .home_kv_content .home_kv_content_btn:hover::after{
        transform: scale(1,1)
    }
    .swiper-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.5rem;
    position: absolute;
    top: 9rem;
    padding: 0 0.6rem;
    z-index: 1;
    }
    .swiper-paginatio-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    }
    .swiper-paginatio-box .current-num {
    font-size: 0.24rem;
    color: #444;
    font-family: fab;
        font-style: italic;
    }
    .swiper-paginatio-box .next-num {
    font-size: 0.24rem;
    color: #444;
    font-family: fab;
    font-style: italic;
    }
    .swiper-paginatio-box .swiper-pagination {
    width: 67%;
    height: 0.05rem;
    border-radius: 1px;
    margin-left: 0.65rem;
    z-index: 0
    }
    .swiper-paginatio-box .swiper-pagination .swiper-pagination-progressbar {
    background-color: #444;
    }

    .swiper-control {
    display: none;
    align-items: center;
    }
    .swiper-control .swiper-prev {
    width: 0.51rem;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
    }
    .swiper-control .swiper-prev img {
    width: 100%;
    margin-bottom: 0.1rem;
    }
    .swiper-control .swiper-prev:hover {
    opacity: 1;
    }
    .swiper-control .swiper-next {
    width: 0.51rem;
    margin-left: 0.6rem;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
    }
    .swiper-control .swiper-next img {
    width: 100%;
    }
    .swiper-control .swiper-next:hover {
    opacity: 1;
    }
}