﻿@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: #a00016;
    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
}
.left{
    float: left;
}
.right{
    float: right;
}

@font-face {
    font-family: 'ico';
    src:url(../../1554207800.kd21.iwanqi.cn/fonts/icomoon.eot);
    src:url(../../1554207800.kd21.iwanqi.cn/fonts/icomoon.eot) format('embedded-opentype'),
    url(../../1554207800.kd21.iwanqi.cn/fonts/icomoon.woff) format('woff'),
    url(../../1554207800.kd21.iwanqi.cn/fonts/icomoon.ttf) format('truetype'),
    url(../../1554207800.kd21.iwanqi.cn/fonts/icomoon.svg) 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;
}
.mt20{
	margin-top: 20px;
}