﻿/***css reset***/
.main_body, .Nwbg {
    background: #f3f3f3;
    min-width: 1200px;
}

.bavgg {
    background: #FFF;
}

.lebavgg {
    background: #fafafa;
}

html {
    overflow-y: scroll;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

blockquote, html, body, div, ul, ol, li, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, hr, legend, pre, p, td, th, textarea, input, button {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    color: #333;
    font: 12px/1.5 "\5FAE\8F6F\96C5\9ED1";
}

body {
    width: 100%;
    min-width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

address, caption, code, cite, dfn, em, var {
    font-style: normal;
    font-weight: 500;
}

ol, ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    text-decoration: none;
}

input[type=button] {
    -webkit-appearance: none;
}

input[type=button], input[type=checkbox], input[type=radio] {
    outline: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

del {
    text-decoration: line-through;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0 none;
}

img, input {
    vertical-align: middle;
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    text-align: inherit;
}

iframe {
    display: block;
}

s {
    text-decoration: none;
}

i {
    font-style: normal;
}

input::-ms-clear {
    display: none;
}

.posRel {
    position: relative;
    *zoom: 1;
}

.zindex30 {
    z-index: 30;
}

.zindex29 {
    z-index: 29;
}

.zindex28 {
    z-index: 28;
}

.zindex27 {
    z-index: 27;
}

.zindex26 {
    z-index: 26;
}

.zindex25 {
    z-index: 25;
}

.zindex24 {
    z-index: 24;
}

.zindex23 {
    z-index: 23;
}

.zindex22 {
    z-index: 22;
}

.zindex21 {
    z-index: 21;
}

.zindex20 {
    z-index: 20;
}

.zindex19 {
    z-index: 19;
}

.zindex18 {
    z-index: 18;
}

.zindex17 {
    z-index: 17;
}

.zindex16 {
    z-index: 16;
}

.zindex15 {
    z-index: 15;
}

.zindex14 {
    z-index: 14;
}

.zindex13 {
    z-index: 13;
}

.zindex12 {
    z-index: 12;
}

.zindex11 {
    z-index: 11;
}

.zindex10 {
    z-index: 10;
}

.zindex9 {
    z-index: 9;
}

.zindex8 {
    z-index: 8;
}

.zindex7 {
    z-index: 7;
}

.zindex6 {
    z-index: 6;
}

.zindex5 {
    z-index: 5;
}

.zindex4 {
    z-index: 4;
}

.zindex3 {
    z-index: 3;
}

.zindex2 {
    z-index: 2;
}

.zindex1 {
    z-index: 1;
}

/*placeholder*/
:-moz-placeholder {
    color: #999;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #999;
}

/* Mozilla Firefox 19+ */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input::-ms-clear {
    display: none;
}

input[type="password"]::-ms-reveal {
    display: none;
}

input::-webkit-input-placeholder {
    vertical-align: middle;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #333;
}

/* 1 通用样式--------------------------------------------------------------------------*/
/***common class***/
.clearfix {
    *zoom: 1
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
}

.show {
    display: block;
}

.hide {
    display: none;
!important
}

.left {
    float: left;
    _display: inline;
}

.right {
    float: right;
    _display: inline;
}

.inline {
    display: inline;
}

.inlineBlock {
    display: inline-block;
}

/*common width*/
.auto {
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}
