@charset "utf-8";

/* CSS Document */


/* Css writer: www.grwy.net */

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
span,
i,
p,
em,
h,
form,
input,
button,
table,
tr,
td,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 2em;
    font-family: "\5fae\8f6f\96c5\9ed1", sans-serif, Sans-Serif;
    color: #666666;
    background: #fff;
}

ul,
li {
    list-style: none;
}

i,
em,
cite {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

img,
input {
    border: none;
    vertical-align: middle
}

a {
    font-size: 14px;
    font-family: "\5fae\8f6f\96c5\9ed1", sans-serif, Sans-Serif;
    text-decoration: none;
    color: #666666;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

a:hover {
    color: #ef0000
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    word-wrap: break-word;
}

.l {
    float: left;
}

.r {
    float: right;
}

.cl {
    clear: both;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.blue {
    color: #0084cd;
    background-color: rgba(0, 132, 205, 0);
}

.yellow {
    color: #ff9a00;
    background-color: rgba(255, 154, 0, 0);
}

.bgcolor {
    filter: Alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 132, 205, 0);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}