@charset "utf-8";

/*
Theme Name:common;
Author: jiang
Last Modify:2016/09/02
*/


/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

body {
    margin: 0 auto;
}


/*table {border-collapse: collapse;border-spacing: 0;} */

fieldset,
img,
abbr,
acronym {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

h2 {
    font-size: 18px;
    font-family: "Microsoft YaHei";
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

q:before,
q:after {
    content: ”;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: "Arial", "SimSun";
}

textarea {
    outline: none;
    resize: none;
    overflow: auto;
}

input,
label,
img,
th {
    vertical-align: inherit;
    border: none;
}

:focus {
    outline: 0;
}

label,
button,
a {
    cursor: pointer;
}


/* common */

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

a img {
    border: none;
    text-decoration: none;
}

.fontA {
    font-family: Arial;
}

.fontMS {
    font-family: "Microsoft YaHei";
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.l22 {
    line-height: 22px;
}

.l24 {
    line-height: 24px;
}

.l26 {
    line-height: 26px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fb {
    font-weight: 700;
}

.fn {
    font-weight: 500;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center!important;
}

.tr {
    text-align: right;
}

.normal {
    display: none
}

.noBor {
    border: none!important;
}

.noBor_left {
    border-left: none!important;
}

.border {
    border: 1px solid #e6e6e6;
}

.more {
    float: right;
    -webkit-text-size-adjust: none;
    font-size: 12px;
    font-family: 宋体;
    color: #666;
}

p {
    word-wrap: break-word;
}

del {
    color: #666;
}

.hide {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

* {
    font-family: "Microsoft YaHei", 宋体, 'Arial';
}

.pr {
    position: relative;
}