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

body {
    font-size: 12px;
    background: url("img/body_bg.jpg") repeat 0 0;
    color: #242424;
    font-family: "simsun", "simhei", "san-serif";
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

/**¶¥²¿***/
.top{
    height: 35px;
    line-height: 35px;
    background: #494748;
    color: #f2f2f2;
}
.top_welcome{
    float: left;
}
.top_phone{
    float: right;
}
/**¶¥²¿2**/
.top2{
    height: 90px;
    padding-top: 30px;
}
.top2 .logo{
    width: 445px;
    float: left;
}
.top2 .phone{
    width: 245px;
    float: right;
}
/**µ¼º½***/
.menu_div{
    height: 45px;
    background: #2b5da0;
}

.menu_div a{
    width: 130px;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    background: url("img/fgx.jpg") no-repeat right 0;
}
.menu_div a.no_border{
    background: none;
}
.menu_list{
    float: left;
}
.menu_div a.language_style{
    float: right;
    background: none;
    color: #ff9b2b;
    font-weight: bold;
}


/**Ò³½Å***/
.footer{
    background: #005bac;
    color: #ffffff;
    padding-top: 25px;
    height: 210px;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}
.menu_footer{
    margin-top: 20px;

}
.menu_footer a{
    color: #ffffff;
}
.menu_footer span{
    margin: 0 10px;
}