﻿@charset "utf-8";
/* CSS Document */
a {
    /* bblr: expression(this.onFocus=this.blur());IE使用*/
    /* outline-style: none; FF使用*/
    /* blr: expression(this.onFocus=this.blur());*/
}
/*if IE*/
body {
    font-size: 12px;
    font-family: '宋体',arial,simsun,helvetica,clean,sans-serif;
    text-align: center;
    color: #666;
    margin: 0px;
    padding: 0px;
    background-color: #eeeeee;
}

div {
    margin: 0 auto;
    padding: 0;
}

th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}
/*新建一个层放这个属性*/
.clear {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear: both;
}
/*可以直接把 clearfix这个样式写到大的div里(<div class=block clearfix"></div>) */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}
/*初始化a标签 颜色通用#3333*/
a, a:active {
    outline: none;
}

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        color: #b60005;
    }
/*右浮动*/
.fl {
    float: left;
}
/*左浮动*/
.fr {
    float: right;
}
/*英文强制换行*/
.word {
    word-break: break-all;
}
/*通用最外层盒子样式*/
.block {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
/*页面留白*/
.blank {
    height: 8px;
    line-height: 8px;
    clear: both;
    visibility: hidden;
}

.box {
    width: 1003px;
    margin: 0px auto;
    height: 768px;
}
