﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-size: 12pt;
}

#wrap {
    max-width: 1920px;
    min-width: 1250px;
    margin: 0 auto;
}
#headerwrap {
    max-width: 100%;
    min-width: 1250px;
    background: #947e6d;
    border-bottom: solid #FFFFFF 1px;
}
/*首页网站头部*/
#header {
    max-width: 1920px;
    min-width: 1250px;
    margin: 0 auto;
}

#header_top {
    width: 1250px;
    height: 80px;
    margin: 0 auto;
}

.header_top {
    background: #947e6d;
}

#header_top_left {
    float: left;
    width: 248px;
    color: #ffffff;
    font-size: 30px;
    line-height: 80px;
    margin: 0 60px;
    font-family: "新宋体";
}

    #header_top_left span {
        font-family: "楷体";
        font-size: 32px;
        font-weight: bold;
    }

#header_top_right {
    float: right;
    line-height: 79px;
    margin: 0 60px;
}

#menu ul li {
    float: left;
    width: 65px;
    margin: 0 20px;
    text-align: center;
}

    #menu ul li a {
        color: #ffffff;
    }

    #menu ul .now, #menu ul li:hover {
        border-bottom: solid #FFFFFF 3px;
    }
    /*导航条*/
#nav {
    color: #3C3C3C;
    width: 995px;
    margin: 20px auto;
    padding: 70px 0 20px 0;
    font-family: "仿宋";
    font-size: 40px;
    line-height: 48px;
    border-bottom: solid #979797 1px;
}
    #nav span {
        font-family: "Aial";
    }
.subnav {
    color: #3C3C3C;
    font-family: "仿宋";
    font-size: 40px;
    line-height: 48px;
    width: 995px;
    margin: 0 auto;
}
/*底部*/
#footerwrap {
    max-width: 100%;
    min-width: 1250px;
    margin: 0 auto;
    height: 208px;
    background: #947e6d;
}
#footer {
    width: 1250px;
    margin: 0 auto;
    color: #e3ddd9;
}

#footer_left {
    float: left;
    width: 225px;
    line-height: 208px;
    font-size: 48px;
    text-align: right;
    font-family: "楷体";
    font-weight: bold;
}

#footer_right {
    float: right;
    text-align:left;
    width:1000px;
    margin:70px 0;
}
    #footer_right ul li {
    line-height:25px;
    }
.clear {
    clear: both;
}

