    .IndexTitle {
        width: 100%;
        height: 80px;
        background: url(/assets/images/t_bj.png) center -30px no-repeat;
    }

    .IndexTitle h1 {
        color: #bb9b59;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }



    @media (max-width:1200px) {
        .IndexTitle h1 {
            font-size: 24px;
        }
    }

    @media (max-width:720px) {}