/* yui3 reset.css */
html {
    color: #000;
    background: #FFF
}
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-collapse: collapse;
    border-spacing: 0
}
fieldset,
img {
    border: 0
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}
ol,
ul {
    list-style: 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 {
    border: 0;
    font-variant: normal
}
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: 12px/1.231 "SimSun", arial, helvetica, clean, sans-serif;
    color: #333;
}
select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}
table {
    font-size: inherit;
    font: 100%
}
pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}
a {
	text-decoration: none;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}
.invisible {
    visibility: hidden !important;
}

/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

 .bg {
    padding-top: 156px;
    background: url(imagesbg.png) top center no-repeat;
    background-color: #f0f2f6;
 }

 .nav {
    padding-left: 20px;
    padding-top: 10px;
    width: 978px;
    height: 116px;
    border: 2px solid #fff;
    background: url(imagesnav-bg.jpg) no-repeat;
    margin: 0 auto;
 }

 .nav-item {
    height: 28px;
    margin-bottom: 10px;
 }

 .nav-label {
    float: left;
    width: 90px;
    height: 28px;
    font-family: "SimSun";
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url(imagesnav-label-bg.png) no-repeat;
 }

 .nav-list {
    float: left;
    margin-top: 7px;
 }

 .nav-list-item {
    float: left;
    width: 90px;
    height: 14px;
    font-family: "SimSun";
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border-right: 1px solid #fff;
 }

 .nav-last-item {
    border-right: 0;
 }

 .nav-list-item a {
    color: #fff
 }

.nav-list-item a:hover {
    color: #ffff00;
}


/* 底部下拉菜单 */
.foot-select select {
    float: left;
    width: 242px;
    height: 32px;
    border: 1px solid #a9a9a9;
    margin-right: 10px;
    font-family: "SimSun";
    font-size: 14px;
    line-height: 32px;
    color: #4c4c4c;
    padding-left: 9px;
}

.foot-select .last-select {
    margin-right: 0;
}

/* 底部 */
.foot-link {
    height: 32px;
    background-color: #e9e9e9;
    text-align: center;
    font-family: "SimSun";
    font-size: 14px;
    color: #333;
    line-height: 32px;
}

.foot-link a {
    color: #333;
}

.footer {
    padding-top: 6px;
    height: 86px;
    font-family: "SimSun";
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-align: center;
}