@charset "utf-8";
body,html{
    background: #fff !important;
}
.banners{
    width:100%;
    height:500px;
    background:url(https://www.yihuichuang.com/Public/Home/images/buses/banner.png) no-repeat center center;
    position:relative;
    margin-bottom:120px;
}
.al-item{
    width: 378px;
    height: 513px;
    position: relative;
    overflow: hidden;
    margin: 0 16px;
    box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
    border-radius: 8px;
}
.al-pic{
    width: 378px;
    height: 277px;
    position: relative;
    z-index: 10;
}
.al-text{
    width: 378px;
    height: 513px;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 193px;
    transition: top .3s;
}
.al-text:hover{
    top: 0;
}
.banner2{
    width:100%;
    height:946px;
    background:url(https://www.yihuichuang.com/Public/Home/images/buses/pic2.png) no-repeat center center;
    position:relative;
    margin-bottom:68px;
}