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

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

a {
    text-decoration: none;
}

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

.clear {
    clear: both;
}

.main {
    width: 1200px;
    padding: 0 5px;
    margin: 0 auto;
}

.top_div{
    line-height: 60px;
    height: 60px;
    background: #084884;
    font-size: 15px;
    color: #97c8f5;

}

.top2_div{
    background: #1872c5;
    padding: 10px 0;
}
.top2_div .logo_div{
    float: left;
}
.top2_div .map_div{
    float: left;
background: url("img/map.png") no-repeat 0 center;
height: 42px;
width: 155px;
padding-left: 55px;
color: #8dc8ff;
margin-left: 420px;
margin-top: 30px;
padding-top: 0px;
}
.top2_div .phone_div{
    float: left;
    background: url("img/phone.png") no-repeat 0 center;
    height: 50px;
    line-height: 20px;
    width: 190px;
    padding-left:55px;
    color: #8dc8ff;
    margin-left: 190px;
    margin-top: 30px;
}

.menu_div{
    height: 60px;
    line-height: 60px;
    background: #1872c5;
    border-top: 1px solid #42a4ff;
}
.menu_div a{
    display: inline-block;
    font-size: 14px;
    color: #8dc8ff;
    padding: 0 45px  0 0;
}

.banner_div img{
    width: 100%;
}

.footer_div{
    padding: 30px 0;
    background: #313132;
    color: #ffffff;
    text-align: center;
}
.footer_div a{
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}
.footer_div a:hover{
    text-decoration: underline;
}
.footer_div .address_div{
    margin: 20px 0;
    line-height: 25px;
}

.cnen{
    float: right;
}
.cnen a{
    color: #ffffff;
}