﻿a, address, article, aside, audio, b, body, button, canvas, dd, details, div, dl, dt, em, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, label, li, mark, nav, object, ol, p, section, select, span, strong, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left;
    font-weight: 400
}

body, html, iframe, img {
    border: 0
}

body {
    font-family: "Microsoft YaHei";
    /**background-color: #fafafa;*/
    background-color: #fff;
}

address, i {
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

textarea {
    overflow: auto;
    resize: none
}

label {
    cursor: default
}

a, button {
    cursor: pointer
}

button, input {
    outline: 0
}

b, em, h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700
}

a {
    text-decoration: none
}

ol, ul {
    list-style: none
}

a:active {
    background-color: transparent
}

a:active, a:hover {
    outline: 0 none;
    transition: 130ms ease-in;
    -moz-transition: 130ms ease-in;
    -webkit-transition: 130ms ease-in;
    -o-transition: 130ms ease-in
}

.clearfix {
    *zoom: 1
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fr {
    float: right;
}

.fl {
    float: left;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
    color: #e68814;
}

img {
	vertical-align: bottom;
}
.w1200 {
    width:1200px;
}
.fc333 {
    color: #333;
}
.fcfff {
    color: #fff;
}
.m0a {
    margin:0 auto;
}
.mt20 {
    margin-top:20px;
}
.mb20 {
    margin-bottom:20px;
}
.mt40 {
    margin-top: 40px;
}
.ml20{
     margin-left:20px;
}
.mr20 {
    margin-right:20px;
}
.bgfff {
    background: #fff;
}