.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: 8px;
}
.home_kv_content_line{
    width: 1.05rem;
	height: .02rem;
	background-color: #444444;
    margin-top: .36rem
}
.home_kv_content .home_kv_btn_list{
    display: flex;
    margin-top: .5rem;
}
.home_kv_content .home_kv_content_btn{
    height: .6rem;
    width: 1.4rem;
    border: .01rem solid #7e5d59;
    color: #7e5d59;
    font-size: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    transition: all .3s;
    margin-right: 0.15rem;
}
.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;
}
.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;
  width: 0.4rem;
}
.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),
    .home_kv_content .home_kv_content_btn:nth-of-type(3){
        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;
    }
}






.ax_pop{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0%;
    left: 0;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: all .7s;
}
.ax_pop_min{
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url('//www.zjljsv.com/dist/statics/images/new-home/kv/card.png');
    background-size: 100% 100%; 
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    transition: all .7s;
}
.kp_title{
    text-align: center;
    font-size: 0.28rem;
    color: #000;
}
.ax_pop_close{
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    width: 0.2rem;
    cursor: pointer;
    transition: all .3s;
}
.ax_pop_close:hover{
    transform: scale(1.2);
}
.kp_main{
    display: flex;
    align-items: center;
    margin-top: 0.6rem;
}
.phone_i{
    width: 2.3rem;
}
.pop_line{
    margin: 0 0.2rem 0.2rem 0.4rem;
    height: 2.6rem;
    width: 1px;
    background-color: #cdcdcd;
    opacity: 0.5;
}
.pop_code{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -0.2rem;
}
.kp_code_i{
    width: 1.8rem;
}
.hp_code_i{
    width: 1.5rem;
    border: 1px solid rgb(170, 166, 165);
}
.kp_text{
    display: flex;
    justify-content: center;
    margin-top: 0.22rem;
    width: 2.6rem;
}
.hp_remarks{
    text-align: center;
    width: 100% !important;
}
.kp_text div{
    margin: 0 0.16rem;
    position: relative;
    white-space: nowrap;
    font-size: 0.154rem;
    transition: all .3s;
}
.kp_text div::after{
    content: '';
    width: 1px;
    height: 0.18rem;
    background-color: #000;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    right: -0.16rem;
    transform: translateY(-50%);
}
.kp_text div:nth-last-of-type(1)::after{
    width: 0px;
}
.ax_pop.active{
    opacity: 1;
    top: 0;
    pointer-events: auto;
}
.ax_pop_min{
    top: 50%;
}