﻿/* CSS Document */
*{margin:0;padding:0;}
body{height: 100%;background:#18181d;font-size:12px;font-family:"宋体",Arial, Helvetica, sans-serif;color:#43434D;margin:0 auto;text-align:center}
#background {position:fixed; top:0; left:0; width:100%; height:100%;}
a{color:#5E5E5E;text-decoration:none;}
a:hover{color:#990000}
img{border:none}
#bigwrap{margin:0 auto;width:990px; }
#wrap{position:relative; z-index:2;margin:0 auto;width:990px;height:100%;text-align:left;filter:alpha(opacity=90);opacity:0.9;}
#index_box,#words,.bottom{background:#121215}
.bottom{clear:both;float:left;width:100%;padding-top:8px;text-align:center;font-family:Arial, Helvetica, sans-serif;}
.hline{border-top:1px solid #202026;clear:both;width:970px;clear:both;margin:5px auto;}
.nav{margin:auto;background:url(images/nav_bg.gif) no-repeat center;height:70px;text-align:left}
.nav .nav_menu{width:460px;height:60px;float:left;padding-left:100px;padding-top:10px;}
.nav .nav_search{width:300px;height:55px;float:left;}
.nav .nav_search .search_input{float:left;color:#43434D;font-weight:bold;font-size:24px;line-height:25px;background:url(images/search_input.gif) no-repeat center;width:220px;margin-top:13px;height:25px;border:0px;padding:4px 5px;}
.nav .nav_search .search_button{float:left;text-align:center;color:#fff;background:url(images/search_button.gif) no-repeat center;width:62px;margin-top:10px;height:38px;border:0px;padding:3px;font-size:14px;cursor:pointer}
.nav .nav_menu a{float:left;display:block;padding:2px 8px;height:36px;width:60px;text-align:center;line-height:33px;}
.nav .nav_menu .current{color:#fff;background:#121215;}
#words{clear:both;color:#fff;text-align:center}

#colorclock{float:left;margin-top:15px;width:80px;height:55px;overflow:hidden}
#colorclock div{margin-top:1px;height:3px;width:0px;line-height:3px;}
#colorclock .clock_h{background:#DA5C1C;}
#colorclock .clock_m{background:#2272CD;}
#colorclock .clock_s{background:#71A712;}
#colorclock .clock_text{color:#5E5E5E;width:80px;line-height:18px;height:18px;text-align:left}
#colorclock .clock_text span{margin:0 3px;}