* {
    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{
    height: 35px;
    line-height: 35px;
    background: #666666;
    color: #ffffff;
    font-family:"simsun","Microsoft yahei", "simhei", "san-serif";
}
.top_right{
    width: 430px;
    float: right;
    display: block;
    color: #c2c2c2;
}
.top_right a{
    color: #c2c2c2;
}
.font_style1{
    color: #ff8e46;
}
.top_control{
    display: block;
    float: right;
    width: 80px;
    margin-top: 5px;
}
.top_control a{
    display: inline-block;
    height: 22px;
    width: 22px;
    background-image: url("../images/top_icon.png");
    background-repeat: no-repeat;
}
.top_control a.top_icon1{
    background-position: 0 0;
}
.top_control a.top_icon2{
    background-position: -27px 0;
}
.top_control a.top_icon3{
    background-position: -54px 0;
}
/**����2**/
.top2{
    height: 100px;
    width: 100%;
    background: #2d5483;
    position: relative;
}
.nav_bg1{
    width: 100%;
    height: 35px;
    background: #323232;
    position: absolute;
    top: 100px;
    z-index: 14;
    display: none;
}
.logo_div{
    margin-top: 19px;
    float: left;
}
.menu_div{
    float: right;
    margin-top: 40px;
    width: 720px !important;
    font-size: 15px;
}
.menu_div a{
    color: #ffffff;
    margin-left: 20px; ;
}
.menu_ul{
    float: right;
    margin-top: 40px;
    width: 720px;
    font-size: 15px;
}
.menu_ul li{
    float: left;
    list-style: none;
    width: 80px;

    text-align: right;

}
.menu_ul li a{
    color: #ffffff;
}
.menu_ul li a:hover{
    text-decoration: none;
    color: #aaaaaa;
}
.menu_ul li ul{
    width: 640px;
    position: absolute;
    z-index: 16;
    padding-top: 42px;
    margin-left: 9px;
    display: none;
}
.menu_ul li ul li{
    font-size: 12px;
    width: 90px;
    text-align: center;
}

/**ҳ��**/
.footer{
    background: #666666;
    color: #ffffff;

    height: 180px;
}
.footer_address{
    padding:  23px 0;
    padding-left: 250px;
    line-height: 30px;
    background: url("../images/logo_bottom.png") no-repeat 0 center;
    float: left;
}
.footer img{
    
}
.footer_banquan{
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    background: #4a4a4a;
}