.aufine-home-banner{
    height:100vh;
    width:100%;
    background: #fff;
    overflow: hidden;
    padding:0px;
    transition: all .3s;
}
.aufine-home-banner video{
    width:100%;
    height:100%;
    background: #000;
    object-fit:fill;
}
.cancelMuted{
    position: absolute;
    width:2em;
    text-align: left;
    bottom:0.5em;
    left:0.8em;
    font-size: 1.6em;
    padding:0.3em;
    /* background: #fff; */
    color:rgba(255,255,255,0.6);
    cursor: pointer;
}
.aufine-home-banner .banner-content{
    width:100%;
    height:100%;
    position: relative;
}
.aufine-home-banner .banner-content .banner-item{
    position: absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aufine-home-banner .banner-content .banner-item img{
    height:100%;
}
.toggle-banner{
    position: absolute;
    right:1.25em;
    bottom:0.9375em;
    margin:0px;
    display: flex;
    justify-content: flex-end;
}
.toggle-item{
    margin:0.1875em 0.3125em;
    width:0.625em;
    height:0.625em;
    background: #fff;
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
}
.toggle-item.active{
    opacity:0.8;
}
.mouse-icon{
    position: absolute;
    z-index: 500;
    bottom:1.875em;
    left:50%;
    width:1.875em;
    margin-left:-0.9375em;
    animation: mouseSlide 1s infinite;
    transition: all .3s;
}
.mouse-icon>img{
    width:100%;
}
.prev-icon,.next-icon{
    position: absolute;
    top:50%;
    z-index:20;
    height:3.125em;
    width:2em;
    text-align: center;
    line-height: 3.125em;
    font-size: 2.4em;
    color:#eee;
    margin-top:-1.5625em;
    opacity: 0.5;
    transition: all .3s;
    cursor: pointer;
}
.aufine-home-banner:hover .prev-icon,.aufine-home-banner:hover .next-icon{
    opacity: 0.8;
}
.prev-icon{
    left:0px;
}
.next-icon{
    right:0px;
}
.aufine-home-main{
    width:calc(100% - 15em);
    max-width: 75em;
    padding:1em 0em;
    min-height: 18.75em;
    margin:auto;
}
@keyframes mouseSlide{
    0%{
        transform: translateY(-0.375em);
    }
    50%{
        transform: translateY(0.375em);
    }
    100%{
        transform: translateY(-0.375em);
    }
}
/* .button-content>.button{
    margin:5px;
} */
/* 主体 */
.aufine-section-title{
    line-height: 4em;
    font-size: 1.4rem;
    padding-top:1.5em;
    font-weight: bold;
    color:#0B4891;
    margin:0px;
}
.image-box{
    margin:0px;
}
.image-box>a{
    padding:0.1875em;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}
.image-box>a:hover{
    opacity: 0.7;
}
.image-box>a i{
    opacity:0;
    transition:all .3s;
    transform:translateX(0.2em);
}
.image-box>a:hover i{
    opacity: 1;
    transform:translateX(0.6em);
}
.image-box .img-link{
    position: absolute;
    bottom:1em;
    left:1.4em;
    color:#fff;
    font-weight: bold;
    max-width: calc(100% - 2.8em);
}
.image-box .img-title{
    position: absolute;
    bottom:3em;
    left:1.4em;
    font-size: 1em;
    font-weight: bold;
    color:#0B4891;
}
.image-box img{
    width:100%;
}
.slide-box{
    margin:0px;
}
.slide-box>.link-list{
    padding:0em 1em;
    /* overflow-y:auto; */
    margin:0px;
    height:22em;
}
.slide-box>.link-list>li{
    font-size: 0.875em;
    padding:0.8em 0em;
}
.slide-box>.link-list>li>a{
    display: inline-block;
    line-height: 1.8rem;
    border-bottom:2px solid #eee;
    font-size: 1rem;
    color:#666;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    position: relative;
}
.slide-box>.link-list>li>a>i{
    position: absolute;
    bottom:-2px;
    left:0px;
    height:2px;
    width:0px;
    background: #999;
    z-index:2;
    transition: all 0.5s;
}
.slide-box>.link-list>li>a:hover>i{
    width:100%;
}
.slide-box>.aufine-home-banner{
    height:22em;
    /* padding:0.1875em; */
    overflow: hidden;
}
.all-news{
    width:100%;
    display: block;
    line-height: 3em;
    font-size: 0.875em;
    color:#0B4891;
    text-align: right;
    padding:0em 1em;
}
.all-news>a{
    color:#0B4891;
}
.all-news>a i{
    opacity: 0;
    position: relative;
    transition: all .3s;
    transform: translateX(-0.5em);
}
.all-news>a:hover i{
    opacity: 1;
    transform: translateX(0.5em);
}
.aufine-tyre-block{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    margin-top:60px;
}
.aufine-tyre-block img{
    width:100%;
}
.aufine-tyre-block>.tiny-block{
    width: 25%;
    background-color: #fafafa;
    position: relative;
    transition: all .3s;
    cursor: pointer;
}
.aufine-tyre-block>.tiny-block:hover{
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,.2);
    z-index:2;
}
.aufine-tyre-block>.tiny-block.info{
    width: 25%;
    background-color: #eee;
}
.aufine-tyre-block>.double-block{
    width: 50%;
    background-color: #fafafa;
    position: relative;
}
.aufine-tyre-block .fixed-item{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size: 2rem;
    z-index:1;
    font-weight: bold;
}
@media screen and (max-width:960px){
    .aufine-section-title{
        font-size: 0.875em;
    }
    .aufine-home-main{
        width:100%;
    }
    .image-box>a{
        padding:0.1875em 0em;
        transition: all .5s;
        position: relative;
        cursor: pointer;
    }
    .image-box>a i{
        opacity:1;
        transform:translateX(0.6em);
    }
    .slide-box>.link-list{
        padding:1em 1em;
        overflow-y:auto;
        margin:0px;
        height:auto;
    }
    .slide-box>.link-list>li{
        text-align: center;
        font-size: 0.875em;
        line-height: 2.4em;
    }
    .slide-box>.aufine-home-banner{
        height:9em;
    }
    .all-news>a i{
        opacity: 1;
        transform: translateX(0.5em);
    }
    .aufine-tyre-block>.tiny-block{
        width: 50%;
    }
    .aufine-tyre-block>.tiny-block.info{
        width: 50%;
    }
    .aufine-tyre-block>.double-block{
        width: 100%;
    }
}