@charset "utf-8";
body, div, td, th, p, ul, li, h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #fff;
    font-size: 12px;
}
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a:active {
    color: #000;
    text-decoration: none;
}
ul {
    list-style:none;
}

.page_frame {
    width:980px;
    margin:auto;
}
/*=========================================================================
                               网页顶部
===========================================================================*/

#top {
    background-color:#fff;
    border: 2px solid #511;
    border-bottom:1px;
}
#top img {
    width:100%;
}

/*================================================================================
                            导航样式
==================================================================================*/
#nav {
    height:44px;
}
#nav ul {
    height:44px;
    width:980px;
    border-top:2px solid #fff;
    background-color:#e70c14;
}
#nav ul li {
    display:block;
    float:left;
}
#nav li a {
    display:block;
    height:40px;
    width:100px;
    text-align:center;
    line-height:40px;
    color:#fff;
    font-size:15px;
}
/*================================================================================
                            首页样式
==================================================================================*/
#main {
    border-left: 1px solid #e70c14;
    border-right: 1px solid #e70c14;
    min-height:500px;
    height:auto !important;
    _height:500px;
    line-height:1.5em;
}
/*================================================================================
                            页脚样式
==================================================================================*/
#footer {

}
#footer div {
    padding:20px;
    line-height:2em;
    text-align:center;
    border:1px solid #e70c14;
    background-color:#e70c14;
    color:#fff;
}
/*================================================================================
                            通用样式
==================================================================================*/
h2 {
    font-size:15px;
    padding:8px 8px 2px 8px;
    color:#e70c14;
}
