* {
    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: 1000px;
    margin: 0 auto;
}

/**¶¥²¿***/
.top{
    width: 100%;
    height: 96px;
    background: url("img/top_bg.png") repeat-x 0 0;
}
.top .logo{
    float: left;
    margin-top: 22px;


}
.top .logo img{
    height: 40px;
    float: left;
}
.top .logo div{
    line-height: 40px;
    float: left;
    margin-left: 15px;
    font-size: 25px;
    color: #045dc4;
}

.top .phone{
    float: right;
    margin-top: 25px;
    margin-right: 80px;
}

/**²Ëµ¥**/
.menu{
    width: 100%;
    height: 40px;
    background: url("img/menu_bg.png") repeat-x 0 0;
}
.menu a{
    width: 130px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #666666;
    background: url("img/fgx.png") no-repeat center right;
    text-align: center;
    font-size: 14px;
}

/**Ò³½Å**/
.footer{
    width: 100%;
    background: #666666;
    color: #ffffff;
    padding: 35px 0;
    line-height: 30px;
    height: 150px;
}
.footer a{
    color: #ffffff;
}
.footer_info{
    float: left;
}
.footer img.erweima{
    float: right;
}
