﻿/*
	重置所有样式
*/
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: SimSun, 'Microsoft YaHei';
    font-size: 12px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
	全局样式
*/

.container {
    width: 960px;
    margin: 0 auto;
}

.clearfix:before, .clearfix:after {
    display: block;
    clear: both;
    content: " "
}


/*
	顶部样式
*/
.top {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e9edf0;
    height: 22px;
}

.top_title {
    line-height: 22px;
    /*color: #646666;*/
    font-weight: bold;
    color: #f00;
}

.top2 {
    height: 66px;
    margin: 10px 0;
}

.top2_logo {
    float: left;
    margin-top: 3px;
}

.top2_banner {
    float: right;
}

.navbar {
    padding-bottom: 10px;
}

.navbar_main {
    background: url(/images/nav.png) repeat-x;
    height: 53px;
    line-height: 38px;
    height: 38px;
    margin-bottom: 0px;
    overflow: hidden;
}

.navbar_main li {
    float: left;
}

.navbar_main li + li {
    background: url(/images/line.png) no-repeat left center;
}

.navbar_main li a {
    display: block;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    padding: 0 18px;
    font-weight: bold;
    text-decoration: none;
}

.navbar_main li a:hover, .navbar_main .active {
    background: url(/images/nav_hover.png) repeat-x;
}

.navbar_sub {
    border: solid 1px #3399cc;
    border-top: 0px;
    height: 36px;
}

.navbar_sub li {
    float: left;
    margin: 0 10px;
}

.navbar_sub li a {
    line-height: 36px;
    color: #006699;
    text-decoration: none;
}

.footer {
    margin-top: 10px;
}

.footer_divide {
    background: url(/images/dot1.gif) repeat-x;
    height: 1px;
}

.footer_nav {
    padding-top: 25px;
    text-align: center;
    line-height: 22px;
}

.footer_nav a {
    color: #5c5c5c;
    text-decoration: none;
}

.footer_info {
    color: #5c5c5c;
    text-align: center;
    line-height: 22px;
}

.footer_info a {
    color: #5c5c5c;
}

.footer_conac {
    margin: 0 auto;
    width: 80px;
}
