﻿@charset "utf-8";

/* CSS Document */


/*网站基本定义*/

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
input,
body,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    color: #666;
    line-height: 24px;
    height: auto;
    clear: both;
    /*background:url(../images/bg.jpg);*/
}

img {
    border: 0px;
}

ul,
li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #666;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}

a,
area {
    blr: expression(this.onFocus=this.blur());
}

input,
buttom {
    outline: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    font-size: 0px;
    height: 0px;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #C7000A;
    text-decoration: none;
}