html {
    overflow-y:scroll;
    height:100%;
}
body {
    height:100%;
    margin:0;
    padding:0;
    font-size:14px;
    font-family:'Microsoft Yahei';
}
div,p,dl,dt,dd,ul,ol,li,table,tr,th,td,a,h1,h2,h3,h4,h5,h6,form,input,textarea{
    padding:0;
    margin:0;
}
table{
    border-collapse:collapse;
}
dl,ol,ul {
    list-style:none;
}
img{
    border:0;
    vertical-align:top;
}
a{
    color: #333;
    text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    font-size:14px;
}
.clear-fix{
    clear: both;
    height: 0;
    display: block;
}
/*清除默认样式结束*/
.am-header-default{
    background-color: #c40000;
}

/*底部*/
.bottom-list img{
    width: 100%;
}
.am-footer-default .am-footer-miscs p{
    color: #333;
}
.am-topbar-fixed-bottom{
    border-top: 1px solid #ccc;
    padding-top: 0.5rem;
    height: 4.5rem;
    background: #fff;
    background: #f5f5f5;
}
.am-topbar-fixed-bottom a:hover{
    color: #333;
}
.am-topbar-fixed-bottom img{
    width: 2rem;
}
.am-topbar-fixed-bottom .zx{
    width: 4rem;
    margin-top: -2rem;
}
.am-list-news-default .am-list-item-thumb-left .am-list-thumb, .am-list-news-default .am-list-item-thumb-right .am-list-thumb{
    max-height: 109px;
}

/*首页底部结束*/
.bqfw{
    background: #fff;
}
.bqfw li{
    width: 38%;
    height: 16rem;
    margin-left: 8%;
    margin-bottom: 8%;
    box-shadow: 0 0 20px #ccc;
}
.bqfw li img{
    width: 100%;
}
.bqfw li p{
    padding: 1rem 0.5rem;
}
.bottom{
    height: 5rem;
    border-top: 1px solid #ccc;
}
.bottom div{
    height: 5rem;
    border-right: 1px solid #ccc;
}
.bottom div:last-child{
    background: #c40000;
    color: #fff;
    line-height: 5rem;
    font-size: 2rem;
    font-weight: bold;
}
.bottom div img{
    margin-top: 0.5rem;
    width: 2rem;
}