﻿*{
    margin:0;
    padding:0;
    z-index:0;
}
body {
    font-family: 微软雅黑;
    background: #fff;
    font-size: 15px;
    color: #444444;
    font-weight: 500;
}
#top {
    width: 100%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:70px;
    z-index:999999;
    background:#fff;
}
#footer {
    width: 100%;
    padding: 30px 0;
    background: #4a5562;
    margin-top:30px;
}
#footer p{
    text-align:center;
    font-size:16px;
    line-height:30px;
    color:#fff;
}
a {
    color: #556270;
    text-decoration: none;
}
    a:hover {
        color: #d9232d;
    }
.mainnav{
    width:1200px;
    height:70px;
    
}
.boxcenter {
    margin: 0 auto;
}
.textcenter{
    text-align:center;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clear{
    clear:both;
}
.dpblock{
    display:block;
}
.nodatamsg{

}
.Fpage {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

    .Fpage a {
        display: block;
        font-size: 16px;
        color: #938F90;
        float: left;
        padding: 2px 8px;
        margin-right: 10px;
        border: 1px solid #5FBDCE;
    }

        .Fpage a.focus {
            color: #fff;
            background: #5FBDCE;
        }