@charset "utf-8";
.wrap{
    background: url("../images/bg.png") center top no-repeat;
}
.site-logo{
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
}
.banner{
    padding-left:15%;
    padding-right: 15%;
    padding-top:150px
}
.banner img{
    width: 100%;
}
.header{
    height:515px;
    background:none;
}
.list-t li{
    background-color:#f5efe3;
    line-height: 60px;
    margin-bottom: 10px;
    padding-left:30px
}
.list-t li a{
    color:#333;
    font-size: 20px;
}
.list-t li:hover{
    background-color: #965b2c;
}
.list-t li:hover a{
    color:#fff
}
.list-t li:before{
    display: none;
}
.list-t li:hover:before{
    width: 6px;
    height: 100%;
    background-color: #ffc759;
    top: 0;
    left: 0px;
    border-radius: 0px;
    margin-top: 0px;
    display: block;
}
.list-t li span{
    position: absolute;
    right:26px;
    top: 0;
    line-height: 60px;
}
@media (max-width: 768px) {
    .header{
        height:auto
    }
    .banner{
        padding-bottom:80px
    }
    .list-t li span{
        display:none
    }
    .list-t li a{
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .site-logo{
        width: 100%;
        top:10px
    }
    .site-logo img{
        width: 60%;
    }
    .banner{
        padding-left:10px;
        padding-right:10px;
        padding-top: 80px;
        padding-bottom:40px
    }
}