/*通用头部样式*/
a{
    color: #0f0f0f;
}
a:hover{
    color: #ff0000;
    text-decoration: none;
}
a:active{
    color: #ff0000;
    text-decoration: none;
}
.header-top a{
    color: #9d9d9d;
}
.header-top{
    height: 30px;
    line-height: 30px;
}
.header-ad{
    width: 1000px;
    height: 120px;
    position: relative;
}
.header-ad-left{
    position: absolute;
    left: 0;
    top: 30px;
}
.header-ad-right{
    position: absolute;
    right: 0;
    top: 30px;
}
.list{
    height: 40px;
    line-height: 40px;
    background-color: #009338;
    padding: 0;
}
.list li{
    padding: 0;
}
.list a{
    display: inline-block;
    width: 110px;
    color: #fff;
    font-size: 16px;
}
.banner{
    height: 350px;
    padding: 0;
}
.banner img{
    height: 350px;
    width: 100%;
}

/*通用底部样式*/
.footer{
    clear: both;
    width: 1200px;
    height: 160px;
    padding: 20px;
    background-color: #009338;
    color:#fff;
}
.footer-left{
    width: 550px;
    height: 103px;
    padding: 12px 0 0 20px;
}
.footer .list-group-item{
    height: 20px;
    padding: 0;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    background-color: #009338;
    color:#fff;
}
.footer-left .list-lg{
    width: 350px;
}
.footer-qrcode{
    width: 103px;
    height: 103px;
    margin-left: 300px;
}
.footer-right{
    width: 240px;
    height: 103px;
    padding: 5px 0px 0 20px;
}
