
/**/
.hmore{
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    padding: 10px 26px;
    transition: all 0.3s;
}
.hmore-black{
    color: #000;
    border-color: #000;
}
.hmore-noboder{border-width: 0; padding-left: 0;}
.hmore em{margin-left: 10px;font-size: 20px;transition: all 0.3s;}
.hmore:hover{
    padding: 10px 21px;
}
.hmore:hover em{margin-left: 20px;}
.hbok1{
    width: 100%;
    height: 800px;
    background: url(../images/home/hbok1_bg.jpg) no-repeat center center;
}
.hbok1 .middle{height: 100%;}
.hbok1-content,.hbok2-content{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.hbok1-h2tit,.hbok2-h2tit{
    font-size: 72px;
    line-height: 86px;
    
}
.block1-cirel{
    animation: translateX 0.6s;
    width: 55px;
    height: 15px;
    margin: 20px 0 50px;
    background: url(../images/pro_view/block1_cirel.png) no-repeat;
}
.hbok1-h4tit,.hbok2-h4tit{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 100px;
    animation: translateX 0.46s;
}

.hbok2{
    width: 100%;
    height: 800px;
    background: url(../images/home/hbok2_bg.jpg) no-repeat center center;
}
.hbok2 .middle{height: 100%;}

.hbok2-h3tit{
    width: fit-content;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    font-weight: normal;
    padding: 0 50px;
    margin-left: -50px;
    margin-bottom: 10px;
    animation: translateX 0.6s;
    background: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.8),rgba(0,0,0,0));
}

.hbok2-h4tit{
    margin-bottom: 30px;
    margin-top: 20px;
}

/**/
.swiper-container .swiper-button-prev,.swiper-container .swiper-container-rtl .swiper-button-next{
    left: 7%;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZmZmZmZmJy8+PC9zdmc+');
}
.swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 7%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNmZmZmZmYnLz48L3N2Zz4=');
}

/**/


/*PC端媒体查询*/
@media(min-width: 768px){
    

    .hbok3-content{
        display: flex;
        justify-content: space-between;
        padding: 16px 0 100px;
    }
    .hbok3-item{
        width: calc(50% - 10px);
        position: relative;
    }
    .hbok3-item-inner{
        position: absolute;
        left: 7.3%;
        top: 50px;
        z-index: 9;
    }
    .hbok3-item-inner h3{
        font-size: 40px;
        color: #000;
        font-weight: normal;
        margin-bottom: 60px;
    }
    .hbok3-item:first-child{
        transform: translateX(-100%);
        transition: all 0.6s;
    }
    .hbok3-item:last-child{
        transform: translateX(100%);
        transition: all 0.6s;
    }
    .hbok3.active .hbok3-item:first-child {
        transform: translateX(0%);
    }
    .hbok3.active .hbok3-item:last-child {
        transform: translateX(0%);
    }

    .hbok4-wrap{
        width: 1200px;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .hbok4-wrap h2{
        font-size: 48px;
        line-height: 58px;
        color: #000;
        text-align: center;
        margin-bottom: 65px;
        font-weight: normal;
    }
    .hbok4-inner{
        display: flex;
        justify-content: space-between;
    }
    .hbok4-right{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .hbok4-item-big{
        width: 590px;
        height: 608px;
    }
    .hbok4-item-sml{
        width: 590px;
        height: 294px;
    }
    
    .hbok4-item{
        overflow: hidden;
        border-radius: 10px;
        position: relative;
        opacity: 0;
        transition: all 0.8s;
    }

    .hbok4.active .hbok4-item{
        opacity: 1;
    }

    .hbok4-item-inner{
        position: absolute;
        left: 7.6%;
        top: 50px;
        z-index: 9;
    }
    .hbok4-item-inner h3{
        font-size: 36px;
        color: #000;
        font-weight: normal;
    }
}

@media(max-width: 768px){
    

    .hbok3-item{
        width: 95%;
        margin: 5px auto;
        position: relative;
    }
    .hbok3-item-inner{
        position: absolute;
        left: 0;
        top: 1rem;
        z-index: 9;
        width: 100%;
        text-align: center;
    }
    .hbok3-item-inner h3{
        font-size: 1.5rem;
        color: #000;
        font-weight: normal;
    }


    .hbok4-wrap{
        width: 100%;
        margin: 0 auto;
        padding-top: 0.4rem;
        padding-bottom: 0.2rem;
    }
    .hbok4-wrap h2{
        font-size: 0.48rem;
        line-height: 1.1;
        color: #000;
        text-align: center;
        margin-bottom: 0.65rem;
        font-weight: normal;
    }
   
    .hbok4-right{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .hbok4-item-big{
        width: 95%;
    }
    .hbok4-item-sml{
        width: 95%;
    }
    
    .hbok4-item{
        margin: 10px auto;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
    }
    .hbok4-item-inner{
        position: absolute;
        left: 7.6%;
        top: 50px;
        z-index: 9;
    }
    .hbok4-item-inner h3{
        font-size: 0.5rem;
        color: #000;
        font-weight: normal;
    }

}

a{color: #000;}