* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    color: #242424;
    font-family: "Microsoft yahei", "simhei", "san-serif";
}

a {
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
}

.clear {
    clear: both;
}

.main {
    width: 96%;

    margin: 0 2%;
}
.top{
    /*height: 70px;*/
    padding: 15px 0;
    font-size: 24px;
    line-height: 70px;
}
.top img{
    float: left;
}
.top span{
    vertical-align: middle;
    margin-left: 15px;
    float: left;
}

.menu_div{
    line-height: 45px;
    /*height: 45px;*/
    background: url("img/nav_bg.png") repeat;
    background-size:cover;
}
.menu_div a{
    display: inline-block;
    height: 45px;
    width: 110px;
    text-align: center;
    color: #ffffff;
}
.menu_div a.select
,.menu_div a:hover{
    text-decoration: none;
    background: #f2f204;
    color: #56698c;
}

.footer1{
    padding: 10px 0;
    font-size: 14px;
    color: #333333;
    background: #ebebeb;
}
.footer1 a{
    color: #333333;
    margin-left: 5px;
}
.footer1 a:hover{
    text-decoration: underline;
}
.footer2{
    background: #2488cf;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
    padding: 20px 0;
}