﻿/* top用css   */

#top{
background:white;
text-align:center;
height:210px;
border-bottom:4px solid #5691d0;
}
#top1{
height:150px;
width:960px;
margin:0px auto;
}
#menu {
height:60px;
width:960px;
margin:0px auto;
}
#menu li{
float:left;
width:150px;
height:60px;
margin-right:10px;
line-height:30px;
font-size:18px;
text-align:center;
}
#menu a{
color:black;
font-size:18px;
display:block;
width:100%;
height:100%;
line-height:60px;
font-family:Arial, Helvetica, sans-serif;
}
#menu a:hover{
color:black;
background:url(../images/topbg.png);
}


#bottom{
height:30px;
width:100%;
background:#01458e;
padding:10px 0px 10px 0px;
color:white;
text-align:center;
}