body {
    background-color: #fff;
}

.banner {
    margin-bottom: 70px;
    height: 500px;
    min-width: 1200px;
    background: url(../img/pro/index/banner.jpg) no-repeat left top;
    background-size: cover;
}

.banner{
    margin-bottom: 30px;
}
#main>.wd_1200>.tit{
    line-height: 50px;
    padding-left: 12px;
    color: #257bcc;
    font-size: 20px;
    border-bottom: 1px solid #999;
}

#main>.wd_1200>.tags{
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 10px 0;
    line-height: 36px;
    font-size: 16px;
}
#main>.wd_1200>.tags>a{
    padding: 0 10px;
    color: #555;
}

#main>.wd_1200>.tags>a.tag1{

    color: #428bca;

}
#main>.wd_1200>.tags>a.tag2{
    
    color: #b37333;

}
#main>.wd_1200>.tags>a.tag3{
    
    color: #5cb85c;

}
#main>.wd_1200>.tags>a.tag4{
    
    color: #d9534f;

}
#main>.wd_1200>.tags>a.tag5{
    
    color: #567e95;
}
#main>.wd_1200>.tags>a.tag6{
    
    color: #00aba9;
}
#main>.wd_1200>.tags>a.tag7{
    
    color: #ff6600;
}
#main>.wd_1200>.tags>a.tag8{
    color: #555;
}

@media screen and (max-width: 768px){
    .banner {
        min-width: 100%;
        width: 100%;
        height: 210px;
        background-size: cover;
    }
    #main>.wd_1200>.tags{
        padding: 0 20px;
        overflow: hidden;
    }
    #main>.wd_1200>.tags>a{
        display: inline-block;
    }
}

