/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}
ol,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    font-variant: normal;

    border: 0;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;

    *font-size: 100%;
}
legend {
    color: #000;
}
iframe {
    display: block;
}

/* yui3 fonts */
body {
    font-family: 'Simsun';
    font-size: 12px;

    color: #333;
    background-color: #f4f4f4;
}
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}
table {
    font: 100%;
    font-size: inherit;
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    line-height: 100%;

    *font-size: 108%;
}

/* utilities */
.center-block {
    display: block;

    margin-right: auto;
    margin-left: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    line-height: 0;

    display: table;

    content: '';
}
.clearfix:after {
    clear: both;
}
.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

/*! grid system 24栅格 998px */
.container {
    width: 998px;
    margin: 0 auto;
}
.row {
    overflow: hidden;
}
.span24 {
    float: left;

    width: 998px;
}
.span23 {
    float: left;

    width: 956px;
}
.span22 {
    float: left;

    width: 914px;
}
.span21 {
    float: left;

    width: 872px;
}
.span20 {
    float: left;

    width: 830px;
}
.span19 {
    float: left;

    width: 788px;
}
.span18 {
    float: left;

    width: 746px;
}
.span17 {
    float: left;

    width: 704px;
}
.span16 {
    float: left;

    width: 662px;
}
.span15 {
    float: left;

    width: 620px;
}
.span14 {
    float: left;

    width: 578px;
}
.span13 {
    float: left;

    width: 536px;
}
.span12 {
    float: left;

    width: 494px;
}
.span11 {
    float: left;

    width: 452px;
}
.span10 {
    float: left;

    width: 410px;
}
.span9 {
    float: left;

    width: 368px;
}
.span8 {
    float: left;

    width: 326px;
}
.span7 {
    float: left;

    width: 284px;
}
.span6 {
    float: left;

    width: 242px;
}
.span5 {
    float: left;

    width: 200px;
}
.span4 {
    float: left;

    width: 158px;
}
.span3 {
    float: left;

    width: 116px;
}
.span2 {
    float: left;

    width: 74px;
}
.span1 {
    float: left;

    width: 32px;
}
.ml10 {
    margin-left: 10px;
}
.mt10 {
    margin-top: 10px;
}

/* banner */

.banner {
    height: 162px;

    background: url(../images/banner_bg.png) bottom right no-repeat;
}

.logo img {
    vertical-align: top;
}

.logo {
    padding-top: 46px;
}

.menu {
    height: 80px;

    background-color: #e74c3c;
}

.home-nav {
    font-family: 'Microsoft YaHei';
    font-size: 16px;

    display: block;

    width: 68px;
    height: 51px;
    margin-top: 11px;
    margin-left: 70px;
    padding-top: 7px;

    text-align: center;

    color: #fff;
    background: url(../images/home_bg.png) no-repeat;
}

.home-nav:hover .nav-span {
    color: #fffd39;
}

.nav-span {
    display: inline-block;

    cursor: pointer;
}

.nav {
    width: 841px;
    margin-left: 19px;
}

.nav-items {
    padding-top: 10px;
}

.nav-item {
    float: left;

    width: 166px;

    background: url(../images/nav_line.png) right no-repeat;
}

.nav-link {
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    line-height: 28px;
    line-height: 28px;

    display: block;

    text-align: center;

    color: #fff;
}

.bgnone {
    background: none;
}


.nav-link:hover {
    color: #fffd39;
}

/* 中间主背景 */

.main {
    width: 1018px;
    min-height: 400px;
    margin: 0 auto;

    background-color: #fff;
}

/* 底部 */

.footer-links {
    line-height: 32px;

    height: 32px;

    text-align: center;

    color: #fff;
    background-color: #e74c3c;
}

.footer-link {
    color: #fff;
}

.footer {
    height: 140px;
}

.footer-p {
    line-height: 22px;

    padding-top: 20px;

    text-align: center;
}
