﻿/* 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;
}

/*! 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;
}
.ml10 {
    margin-left:10px;
}
.mt10 {
    margin-top:10px;
}
.ml32 {
    margin-left: 32px;
}
.mr35 {
    margin-right: 35px;
}
.ml57 {
    margin-left: 5px;
}
.ml70 {
    margin-left: 70px;
}
.mt1 {
    margin-top: 1px;
}
.ml100 {
    margin-left: 100px;
}
.border {
    border: 1px solid #dbdbdb;
}

/* top */

.header-nav {
    height: 37px;
    line-height: 37px;
    background-color: #fafafa;
    border: 1px solid #efefef;
    color: #666;
}

.search-txt {
    margin-top: 7px;
    padding-left: 8px;
    width: 193px;
    height: 21px;
    line-height: 21px;
    border: 1px solid #b5c2d7;
    border-right: 0;
    color: #999;
    Outline:none;
}

.search-btn {
    margin-top: 7px;
    width: 67px;
    height: 23px;
    line-height: 23px;
    border: 0;
    background: url(../images/search.jpg) 11px 5px no-repeat;
    background-color: #ff8202;
    color: #fff;
    padding-left: 25px;
    cursor: pointer;
}

/* header*/


.flash {
    display: block;
    width: 998px;
    height: 180px;
    margin: 0 auto;
}

/* nav*/

.nav {
    height: 36px;
    line-height: 36px;
    background-color: #e51c23;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.nav a {
    float: left;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.nav-link1 {
    margin-left: 35px;
    width: 85px;
}

.nav-link2 {
   width: 145px;
}

.nav a:hover {
    background-color: #b70006;
}

/* footer */

.footer {
    height: 133px;
    position: relative;
}

.footer-blue{
    position: absolute;
    right: 10px;
    top: 30px;
}
.footer-hd {
    height: 32px;
    line-height: 32px;
    background-color: #dd191d;
    color: #fff;
    text-align: center;
}

.footer-hd a {
    color: #fff;
}

.footer-bd {
    height: 101px;
    color: #646464;
    text-align: center;
}

.footer-bd p {
    margin-top: 5px;
    line-height: 24px;
}

.footer-bd span {
    font-weight: bold;
    color: #333;
}