/* yui3 reset.css */
html {
    color: #000;
    background: url("images_frontbg.jpg") repeat-x 0 0 #bfdaf1;
}
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-size: 14px;
    line-height: 1.23em;
    font-family: "宋体";
    color: #333;
    *font-size: small;
    *font: x-small
}
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;
}
.mt5 {
    margin-top: 5px;
}
.ml5 {
    margin-left: 5px;
}
.mt10 {
    margin-top: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mt15 {
    margin-top: 15px;
}
.ml15 {
    margin-left: 15px;
}
.mt20 {
    margin-top: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mt25 {
    margin-top: 25px;
}
.ml25 {
    margin-left: 25px;
}
/*! grid system 24栅格 998px */
.container {
    width:998px;
    margin:0 auto;
}
.row {
    overflow:hidden;
}
.span24 {
    width: 998px;
    float:left;
}
.span23 {
    width: 956px;
    float:left;
}
.span22 {
    width: 914px;
    float:left;
}
.span21 {
    width: 872px;
    float:left;
}
.span20 {
    width: 830px;
    float:left;
}
.span19 {
    width: 788px;
    float:left;
}
.span18 {
    width: 746px;
    float:left;
}
.span17 {
    width: 704px;
    float:left;
}
.span16 {
    width: 662px;
    float:left;
}
.span15 {
    width: 620px;
    float:left;
}
.span14 {
    width: 578px;
    float:left;
}
.span13 {
    width: 536px;
    float:left;
}
.span12 {
    width: 494px;
    float:left;
}
.span11 {
    width: 452px;
    float:left;
}
.span10 {
    width: 410px;
    float:left;
}
.span9 {
    width: 368px;
    float:left;
}
.span8 {
    width: 326px;
    float:left;
}
.span7 {
    width: 284px;
    float:left;
}
.span6 {
    width: 242px;
    float:left;
}
.span5 {
    width: 200px;
    float:left;
}
.span4 {
    width: 158px;
    float:left;
}
.span3 {
    width: 116px;
    float:left;
}
.span2 {
    width: 74px;
    float:left;
}
.span1 {
    width: 32px;
    float:left;
}

/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.nav {
    display: block;
    z-index: 999;
    position: relative;
    background: url("images_frontnav-bar.jpg");
}
.nav-item {
    text-align: center;
    float: left;
    width: 109px;
}
.nav-link {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 35px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    background: url("images_frontnav-bg.jpg") no-repeat right top;
}
.nav-link.no-spt {
    background: none;
}
.nav-item:hover .nav-link {
    margin-left: -1px;
    padding-left: 1px;
    background: url("images_frontnav-c-bg.jpg") no-repeat 0 0;
}
.sub-nav {
    position: absolute;
    top: 42px;
    left: 0;
    padding-left: 100px;
    width: 898px;
    height: 38px;
    line-height: 38px;
    font-family: "微软雅黑";
    font-size: 14px;
    background: #0e64bf;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.sub-nav-item {
    float: left;
    margin-left: 10px;
}
.sub-nav-link {
    font-size: 14px;
    font-family: "微软雅黑";
    display: block;
    padding: 0 1em;
    color: #fff;
}
.sub-nav-link:hover {
    color: #ffe742;
}


/* footer */
.footer {
    background: #1863b2;
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 12px;
    color: #fff;
}
.footer p {
    line-height: 24px;
    text-align: center;
}
.p-linkLast{
	color:#217fe0;
}