@charset "utf-8";
/*  CSS Reset
 ------------------------------------------- */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px / 1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #903;
    text-decoration: underline;
}

abbr[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after {
    content: '';
}

legend {
    color: #000;
}

fieldset, img {
    border: none;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #ccc;
    clear: both;
    font-size: 1px;
    height: 0;
    margin: 5px auto;
}

.clearfix:after {
    clear: both;
    content: '\20';
    display: block;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    overflow: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}

/*  Global
 ------------------------------------------- */
body {
    background-color: #DBDBDB;
    color: #666;
}

#container {
    background: url(../images/bg.jpg) center top repeat-y;
    padding: 0 7px;
}

#header:after, #content:after, #footer:after {
    clear: both;
    content: '\20';
    display: block;
    height: 0;
}

#header, #content, #footer {
    clear: both;
}

#header, #content, #footer {
    margin: 0 auto;
    width: 986px;
}

/*  Font Color
 ------------------------------------------- */
.c_f60 {
    color: #f60;
}

/*  Lines
 ------------------------------------------- */
.d_666, .s_ccc, .s_f3f3f3 {
    clear: both;
    font-size: 1px;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
}

.d_666 {
    border-bottom: 1px dashed #666;
}

.s_ccc {
    border-bottom: 1px solid #ccc;
}

.s_f3f3f3 {
    border-bottom: 2px solid #f3f3f3;
}

/*  Form
 ------------------------------------------- */
input.btn {
    border: 0 none;
    cursor: pointer;
}

input.txt {
    border: 1px solid #ccc;
    height: 22px;
    line-height: 22px;
}

select {
    border: 1px solid #ccc;
}

/*  Header
 ------------------------------------------- */
#header {
    background: url(../images/bg-header-tp.jpg) center top repeat-x;
    padding-top: 20px;
}

#header h1 {
    display: inline;
    float: left;
    height: 39px;
    margin-left: 19px;
    width: 152px;
}

#header .menu-quick {
    display: inline;
    float: right;
    margin: 0 19px 12px 0;
}

#header .menu-quick .menu-line {
    margin-bottom: 10px;
}

#header .menu-quick .menu-line a {
    color: #9c0e2f;
    margin: 0 10px;
}

#header .search-box input {
    border: 0 none;
}

#header .search-box input.txt {
    background: url(../images/search-txt.jpg) no-repeat;
    display: inline;
    height: 20px;
    margin-right: 10px;
    padding: 0 3px;
    width: 121px;
}

#header .search-box input.btn {
    background: url(../images/search-btn.jpg) no-repeat;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    width: 63px;
}

#navigation { /* Navigation */
    background: url(../images/nav-bg.jpg) repeat-x;
    border-top: 1px solid #E8E8E8;
    height: 35px;
    line-height: 35px;
    width: 986px;
}

#navigation ul li {
    float: left;
    position: relative;
}

#navigation ul li a {
    border-left: 1px solid #C07288;
    color: #fff;
    float: left;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    height: 35px;
    text-align: center;
    width: 139px;
}

#navigation ul li.li07 a {
    width: 144px;
}

#navigation ul li.select a, #navigation ul li a:hover {
    background: url(../images/nav-select.jpg) repeat-x;
    color: #960023;
    text-decoration: none;
}

#navigation ul li ul {
    display: none;
    left: 0;
    position: absolute;
    top: 35px;
    width: 300px;
}

#navigation ul li.li02 ul {
    width: 600px;
}

#navigation ul li.li06 ul {
    width: 200px;
}

#navigation ul li.li07 ul {
    position: absolute;
    left: auto;
    top: 35px;
    width: 600px;
    right: 0;
}

#navigation ul li.li07 ul li {
    border-left: 0 none;
    border-right: 1px solid #ccc;
    float: right;
}

#navigation ul li.li07 ul li.bdnone {
    border-right: 0 none;
}

#navigation ul li ul li, #navigation ul li ul li a {
    float: left;
    height: 20px;
    line-height: 20px;
}

#navigation ul li ul li {
    border-left: 1px solid #ccc;
}

#navigation ul li ul li.bdnone {
    border-left: 0 none;
}

#navigation ul li ul li a, #navigation ul li.select ul li a {
    border-left: 0 none;
    background: none;
    color: #666;
    font-family: Arial;
    font-size: 12px;
    padding: 5px 10px 0;
    width: auto;
}

#navigation ul li.select ul li.select a, #navigation ul li.select ul li a:hover {
    color: #960023;
}

#navigation ul li ul li a, #navigation ul li ul li a:hover, #navigation ul li.select ul li a {
    background: none;
}

/*  Footer
 ------------------------------------------- */
#footer {
    color: #999;
    border-top: 4px solid #6C061E;
    padding: 8px 0;
}

#footer p {
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: center;
}

#footer p a {
    color: #999;
}




