﻿﻿@charset "utf-8";


table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;

}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*title*/


.mt10 {
    margin-top: 10px;
}

i, em {
    font-style: normal;
}

.dn, .hide {
    display: none;
}

a {
    color: #666;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: 0;
}

/*for ff f6n.net*/
a:hover {
    text-decoration: underline; /*transition:all 0.3s; text-decoration:none;*/
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.center {

}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* -- 页面整体布局 -- */
.content {
    width: 1200px;
    margin: 0 auto;
}

.left, .leftr {
    width: 244px;
    float: left;
    overflow: hidden;
}

.leftr {
    float: left;
}

.left2 {
    width: 930px;
    float: left;
    overflow: hidden;
    margin-top: 15px;
}

.left3 {
    width: 244px;
    float: left;
    overflow: hidden;
    color: #666;
}

.lefttop {
    height: 0px;
    font-size: 0;
    overflow: hidden;
    margin-top: 10px;
}

.leftbot {
    height: 0px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 10px;
}


/* function */
h2 a:hover {
    text-decoration: none;
}

input, textarea {
    outline: none;
}

textarea {
    resize: none;
}

em {
    font-style: normal;
}

.f_cb:after, .f_cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.f_cb, .f_cbli li {
    zoom: 1;
}

.f_ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f_dn {
    display: none;
}

.f_db {
    display: block;
}

.f_pr {
    position: relative;
}

.f_pa {
    position: absolute;
}

.f_fl {
    float: left;
}

.f_fr {
    float: right;
}

.f_prz {
    position: relative;
    zoom: 1;
}

.f_oh {
    overflow: hidden;
}

.f_fa {
    font-family: Arial, Helvetica, sans-serif;
}

.f_fw {
    font-family: "Microsoft Yahei"
}

