.body-top{
    border-bottom: 1px dotted #cacaca;
    text-align: center;
    margin-left: 20px;
    margin-top: 26px;
}
.one-div-left{
    text-align: left;
    float: left;
}
.one-div-right{
    text-align: right;
}
.one-div{
    margin-top: 10px;
    width: 96%;
    padding-left: 5px;
}
p{
    text-indent:2em;
    font-size: 14px;
}
.one-div-img{
    float: left;
    padding: 0px 22px;
    text-align: center;
    width: 12%;
}
.two-div{
    padding: 0px 50px;
}
pre{
    line-height: 23px;
}
.all-div{
    margin-left: 20px;
}
table {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    border-collapse:collapse;
    margin-left: 50px;
    margin-bottom: 50px;
}
table td{
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    width: 150px;
    height: 30px;
    text-align: center;
    font-size: 16px;
}
.one-tr td{
    color:#000000;
    font-family: 	SimHei;
    font-weight: bolder;
}
.six-div{
    line-height: 38px;
    width: 92px;
    background-image: url("../images/box12.png");
    text-align: center;
    margin: 20px 53px;
    float: left;
}
.six-div:hover{
    background-image: url(../images/box11.png);
    color: white;
}
span{
    color: orange;
}
a{
    border: 0px;
}
img{
    border: none;
}
h2{
    font-weight: normal;
    font-family: "Microsoft YaHei";
    font-size: 22px;
}
.div-txt{
    font-size: 14px;
    font-family: SimSun;
    text-align: center;
}