@charset "utf-8";

/* ^1 --------------------------- global constants -------------------------*/
html, body, div, section, article, aside, header, footer, nav, h1, h2,
h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul,
li,dl,dt,dd, figure, canvas, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: normal 12px "Microsoft YaHei", "宋体";
    list-style: none;
}

a:link, a:visited {
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

.clearBoth {
    clear: both;
}

.clearBoth15 {
    clear: both;
    height: 15px;
}

.clearBoth12 {
    clear: both;
    height: 12px;
}

.clearBoth20 {
    clear: both;
    height: 20px;
}

.clearBoth30 {
    clear: both;
    height: 30px;
}

.clearBoth10 {
    clear: both;
    height: 10px;
}

.clearBoth120 {
    clear: both;
    height: 120px;
}

.clearBoth5 {
    clear: both;
    height: 5px;
}

.clearBoth2 {
    clear: both;
    height: 2px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    background: #fffaf3;
}

header {
    border-top: 16px solid #231815;
}

.header-main {
    width: 1024px;
    margin: 30px auto;
    overflow: hidden;
}

.home-link p{
    font-size: 12px;
    color: #231815;
}

.home-link a {
    color: #231815;
}

.search {
    border: 1px solid #e3e3e3;
    height: 35px;
    width: 278px;
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
}

.search input {
    height: 35px;
    border: 0;
    width: 238px;
    color: #666;
    font-size: 12px;
    font-family: "宋体";
    text-indent: 1rem;
    background: #FFF;
    float: left;
}

.search span {
    float: left;
    display: block;
    height: 35px;
    width: 37px;
}

.search span a {
    height: 35px;
    width: 37px;
    display: block;
    text-indent: -9999px;
    background: url("../images/public/icon-01.png") no-repeat 0 0;
}

.nav {
    height: 53px;
    background: #ab6446;
}

.nav-list {
    width: 1050px;
    margin: 0 auto;
    position: relative;
}

.nav-list li {
    float: left;
    width: 150px;
}

.nav-list li a {
    font-size: 18px;
    color: #FFF;
    width: 150px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    display: block;
}

.nav-list li .on {
    background: #d89866;
}

.nav-list li .nav-list-menu {
    position: absolute;
    background: #d89866;
}

.nav-list li .nav-list-menu li {
    float: none;
}

.nav-list li .nav-list-menu li a {
    width: 170px;
    height: auto;
    font-size: 16px;
    padding: 10px 0;
    line-height: normal;
}

.nav-list li .nav-list-menu li a:hover {
    background: #ab6446;
}

.copyright {
    height: 165px;
    background: #272727;
    overflow: hidden;
}

.copyright-main {
    width: 1024px;
    margin: 0 auto;
}

.copyright-list {
    width: 880px;
    position: relative;
}

.copyright-left {
    margin: 20px 0 0 0;
}

.copyright-list li {
    float: left;
    padding: 0 20px;
    width: 220px;
    border-right: 1px solid #4c4c4c;
}

.copyright-list li p {
    font-size: 14px;
    color: #FFF;
    line-height: 22px;
}

.copyright-list li h2 {
    font-size: 14px;
    color: #fff;
    margin: 0 0 10px 0;
}

.logo-union {
    border: 1px solid #4c4c4c;
    height: 35px;
    width: 240px;
    background: #272727;
    cursor: pointer;
    display: inline-block;
    padding-right: 15px;
    position: relative;
}

.logo-selected {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    text-indent: 1em;
}

.logo-union-downBtn {
    display: block;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
}

.logo-union-icon {
    background-position: 0 0;
    height: 35px;
    width: 43px;
}

.icon {
    background:url("../images/public/icon-08.png") no-repeat scroll 0 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.logo-union-selectList {
    background: #272727;
    border: 1px solid #4c4c4c;
    padding: 10px;
    position: absolute;
    right: -1px;
    z-index: 999;
    left: -1px;
    width: 235px;
    top: 35px;
}

.logo-union-selectList li {
    float: left;
    height: 28px;
    margin-right: 10px;
    padding: 0 5px;
    vertical-align: middle;
    border-right: none;
    width: auto;
}

.logo-union-selectList li.option {
    float: left;
    height: 24px !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
}


.logo-union-selectList li a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.logo-union-selectList li a {
    display: block;
    font-size: 12px;
    height: 24px !important;
    line-height: 24px !important;
    white-space: nowrap;
}


.main {
    width: 1024px;
    margin: 0 auto;
    background: #FFF;
    overflow: hidden;
}

.banner {
    overflow: hidden;
    width: 1024px;
    height: 360px;
    background: url("../images/public/icon-02.png") no-repeat left bottom;
}

.banner li a img {
    width: 1024px;
    height: 320px;
}

.banner span {
    display: block;
}

.banner span img {
    display: block;
    width: 1024px;
    height: 40px;
}


.sub-nav {
    margin: 0 0 0 20px;
    width: 208px;
    padding: 0 0 10px 0;
    background: url("../images/public/icon-09.png") no-repeat left bottom #fcf8e6;
}

.sub-nav-title {
    width: 172px;
    margin: 0 0 0 20px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #ead9c1;
}

.sub-nav-list {
    width: 172px;
    margin: 10px auto 0;
}

.sub-nav-list li {
    text-align: center;
    line-height: 50px;
    height: 50px;
}

.sub-nav-list li a {
    font-size: 16px;
    color: #333;
    display: block;
    height: 50px;
}

.sub-nav-list li a:hover {
    display: block;
    color: #fff;
    background: #dacaa6;
}

.sub-nav-list li a.on {
    display: block;
    color: #fff;
    background: #dacaa6;
}

.copyright-text {
    padding: 20px 0;
    border-top: 2px solid #313131;
}

.copyright-text p {
    font-size: 14px;
    color: #FFF;
}

.copyright-text p a {
    font-size: 14px;
    color: #FFF;
    float: right;
}

.copyright-ewm {
    width: 100px;
    margin: 20px 0 0 0;
    text-align: center;
}

.copyright-ewm p {
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #FFF;
}


.pagination {
    float: right;
}

.pagination li {
    float: left;
    margin: 0 10px 0 0;
    line-height: 25px;
    color: #916746;
}

.pagination a {
    display:inline-block;
    text-align: center;
    background: #fffdf9;
    border: 1px solid #e0d1b2;
    color: #916746;
    font-size: 14px;
    cursor: pointer;
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    text-decoration: none;
}

.pagination a:hover {
    color: #fff;
    background: #916746;
    border: 1px solid #e0d1b2;
}

.pagination a.page_left {
    width: 60px;
    height: 25px;
    background: #fff;
    border: 1px solid #e0d1b2;
}

.pagination a:hover.page_left {
    color: #fff;
    background: #916746;
    border: 1px solid #e0d1b2;
}

.pagination .current {
    background: #916746;
    border: 1px solid #dedede;
    color:#fff;
    padding: 0 10px;
    height: 25px;
    display: block;
    line-height: 25px;
    text-align: center;
}


