@charset "utf-8";
* {
    outline: none;
}

/*@charset "utf-8";*/

/* body,html{overflow-x:hidden;} */

/* CSS Reset 			----------------------------------------*/

body,
html {
    /*background-color:#f9f9f9;*/
    background-color: #fff;
    /**/
    width: 100%;
    min-width: 1300px;
    position: relative;
    /**/
    overflow-x: hidden;
    font-family: "微软雅黑";
    line-height: 180%;
}

body.showNav {
    overflow: hidden;
}

body {
    /* overflow: auto;*/
}

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;
    font-size: 14px;
    font-family: "微软雅黑";
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    color: #666;
}

a:hover {
    color: #007bc8;
}

fieldset {
    border: 0
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    /*max-width: 100%;*/
    /*height: auto!important;*/
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal
}

strong,
b {
    font-weight: bold;
}

ol,
ul,
li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 12px;
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #CDCDCD;
    background-color: #CCC;
    height: 1px;
}

blockquote {
    color: #666;
    font-style: normal;
}

sup,
sub {
    line-height: 0
}

abbr,
acronym {
    border-bottom: 1px dotted #666
}

pre {
    white-space: pre;
}

pre,
code,
tt {
    font: 12px 'andale mono', 'lucida console', monospace;
    line-height: 1.5
}

input:focus {
    outline: none
}

/* Global Definitions ----------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
    line-height: 180%;
}

p {
    padding: 0 0 1em 0;
    line-height: 1.5
}

i {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}

a[href] {
    cursor: pointer;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

/* placeholder默认颜色 */

:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #cccccc;
    opacity: 1;
}

.L {
    float: left;
}

.R {
    float: right;
}

.H {
    display: none;
}

.tc {
    text-align: center;
}

.mAuto {
    margin: 0 auto;
}

.wP100 {
    width: 100%;
}

/*clear fix*/

.url {
    color: #1d70b4;
    font-size: 16px;
    display: block;
}

.url a {
    color: #1d70b4;
}

.clearfix:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0px;
    line-height: 0px;
}

.H50 {
    height: 50px;
}

.H40 {
    height: 40px;
}

.H20 {
    height: 20px;
}

.H15 {
    height: 15px;
}

.comH20 {
    height: 20px;
}

.comH18 {
    height: 18px;
}