/* CSS Document */
*{
padding:0px; margin:0px; 
}

html{
background:#ffffff;
}
body{ width:844px; margin:0 auto; color:#454545; font-size:14px;
}
a{
text-decoration:none; color:#454545;
}
a:hover{ text-decoration:underline; color:#FF0000;
}
li{
list-style:none;
}
img{
border:0px;
}
.clr{
clear:both; width:0px; height:0px;  padding:0px; margin:0px;  overflow:hidden; 
}


.header{ width:844px; height:130px; background:url(../images/daohang/map.jpg) top left no-repeat; }
.header img{ width:185px; height:102px; padding-top:10px;}


.ct{ width:844px; height:1000px; text-align:center; padding-top:20px; padding-bottom:20px;}
.ct dl{ width:843px; border-top:solid #000 1px; border-left:solid #000 1px; border-right:solid #000 1px;overflow:hidden; margin:0 auto;}
.ct dt{ border-bottom:solid #000 1px; overflow:hidden; height:50px; line-height:50px; color:#ff3300; font-weight:bold; font-size:24px;}
.ct dd{ float:left; width:210px; border-bottom:solid #000 1px; height:25px; margin-left:0;display:inline;text-align:center; padding-top:10px; font-size:14px;vertical-align:middle;}
.ct dd.one{ width:210px; border-left:solid #000 1px; text-align:center; vertical-align:middle;}
.ct dd.two{ float:left; width:843px; border-bottom:solid #000 1px; height:40px; line-height:40px; color:#ff3300; font-weight:bold; font-size:24px;}
.ct dt a, .ct dd.two a{ color:#FF6600;}
.ct dt a:hover, .ct dd.two a:hover{ color:#FF0000;}
