html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

* {
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft Yahei", "Lantinghei SC", sans-serif !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a:link, a:visited {
    text-decoration: inherit;
    color: inherit;
}

.container {
    width: 100%;
    
    min-width: 1200px;
    margin: 0 auto;
    font-size: 14px;    
}

.clearfix {

}

.hide {
    display: none;
}

.ico {    
    background-position: 0 0;
    background-image: url(../image/icon-sprites.png);
    background-repeat: no-repeat;
}

.nav-bar-wrapper {
    width: 100%;
    position: fixed;
    height: 63px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.nav-bar {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0px 0 37px;
    height: 63px;
}

.nav-bar-logo {
    height: 100%;
    background-image: url("../image/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    float: left;
}

.option-list {
    float: right;
    height: 100%;
    font-size: 17px;
    line-height: 60px;
}

    .option-list .option {
        cursor: pointer;
        float: left;
        color: #666;
        display: inline-block;
        padding: 0;
        width: 80px;
        text-align: center;
        margin: 0 30px 0 0px;
    }
        
        .option-list .option.last,
        .option-list .option:last-child {
            margin: 0;
        }

        .option-list .option:hover, .option-list .current {
            color: #44b336;
            border-bottom: 3px solid #44b336;
        }

.footer {
    background-color: #f0f0f0;
    width: 100%;
    min-width: 1080px;
    height: 47px;
    line-height: 47px;
    font-size: 12px;
    color: #666666;
    display: inline-block;
    text-align: center;
}

    .footer .list {
        display: inline-block;
    }

        .footer .list li {
            display: inline-block;
            width: 64px;
            line-height: 1;
            border-right: 1px solid #787878;
            text-align: center;
        }

            .footer .list li:last-child {
                border-right: 0;
            }

    .footer .description {
        display: inline-block;
    }

.layout {
    margin: 0 auto;
    width: 1200px;
}

.row {
    display: block;
    width: 100%;
    margin: 30px auto 0 auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.layout:before,
.layout:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.layout:after,
.row:after {
    clear: both;
}

.top-banner {
    width: 100%;
    height: 334px;
    overflow: hidden;
    text-align: center;
    background-color: #f4f4f4;
    background-position: center 63px;
    background-repeat: no-repeat;
}

.sidebar {
    float: left;
    width: 220px;
}

.sidebar .page-title {
    height: 30px;
    margin-bottom: 20px;
}
.sidebar .page-title > h2 {
    color: #4ab53c;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}

.slidebar .page-links {
    margin-bottom: 20px;
}

.page-link-list {

}

.page-link-list > li {
    display: block;
    position: relative;
    height: 62px;
    line-height: 62px;
    padding-left: 68px;
}
.page-link-list > li > a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
}
.page-link-list > li > a:hover {
    color: #4ab53c
}
.page-link-list > li .arrow {
    position: absolute;
    left: 48px;
    top: 23px;
    width: 9px;
    height: 13px;    
    
    background-position: -4px -29px;    
}
.page-link-list > li.current {
    background-color: #4ab53c;
}
.page-link-list > li.current > a {
    color: #fff;
}
.page-link-list > li.current .arrow {
    left: auto;
    right: 28px;
    background-position: -4px -4px;
}


.body {
    float: right;
    width: 900px;
}
.body .content {
    padding: 40px 5px;
    min-height: 600px;
}
.body .content.nopadding {
    padding: 40px 0;
}


.content-title {
    height: 55px;
    border-bottom: 1px solid #eee;
}
.content-title > h1 {
    position: relative;
    padding-left: 30px;
    height: 32px;
    line-height: 32px;
    font-size: 28px;
    color: #333;
    font-weight: normal;
}
.content-title > h1 .dot {
    position: absolute;
    left: 0;
    top: 10px;
    width: 13px;
    height: 13px;
    background-position: -3px -48px;
}

.content {
    
}
.content p {
    clear: both;
    display: block;
    margin: 0 0 25px 0;
    font-size: 16px;
    color: #666;    
    line-height: 200%;
}
.content p.center {
    text-align: center;
}
.content a {
    color: #4ab53c;
    text-decoration: none;
}
.content .important {
    color: #4ab53c
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    margin: 0 10px;
    padding: 3px 10px;
    line-height: 1.42857143;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    border: 1px solid #fff;
}

.pagination > li.prev > a,
.pagination > li.next > a {
    border: 1px solid #eee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #48b13f;
    border: 1px solid #48b13f;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}