﻿@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-size: 12px;
    font-family: "Microsoft Yahei",Verdana, Arial, Helvetica, sans-serif;
}

td, th, caption {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #ba3a17;
    text-decoration: none;
}

img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
}

.clear {
    zoom:1;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearX {
    zoom:1;
}

.clearX:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.left{
    float: left;
}
.right{
    float: right;
}

@font-face {
    font-family: 'ico';
    src:url('img/icomoon.eot?-4ur9kw');
    src:url('img/icomoon.eot?#iefix-4ur9kw') format('embedded-opentype'),
    url('img/icomoon.woff?-4ur9kw') format('woff'),
    url('img/icomoon.ttf?-4ur9kw') format('truetype'),
    url('img/icomoon.svg?-4ur9kw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'ico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ico{
    font-family: "ico";
}
.mt10{
	margin-top: 10px;
}
.nt20{
	margin-top: 20px;
}