/*CSS reset*/
*{margin:0; padding:0}
body{font:12px/1.5 Arial, "宋体", "微软雅黑"; color:#626a77; background:#fff url(../images/bg.gif) repeat-x 0 0;}
a{color:#626a77;text-decoration:none}
a:hover{text-decoration:underline}
img{border:none; vertical-align:top}
ul li{list-style:none}
.clear{zoom:1}
.clear:after{display:block; clear:both; height:0; content:"\0020"}
.border{border:1px solid #ccc;}
/*通用布局*/
#layout{width:940px; margin:0 auto}

#head{position:relative; padding:10px; height:80px; overflow:hidden;}
#head img{float:left; margin-top:10px; width:145px;}
#head ul.toplinks{float:right;}
#head ul.toplinks li{float:left; color:#220c76}
#head ul.toplinks li a{color:#220c76}
#head ul.toplinks li.separate{margin:0 10px;}

#head ul.mainnav{position:absolute; right:0; bottom:0; height:28px; overflow:hidden;} 
#head ul.mainnav li{float:left; margin-left:5px;}
#head ul.mainnav li a{display:block; width:85px; height:28px; line-height:28px; line-height:34px\9; color:#fff; font-weight:bold; text-align:center; background:url(../images/mainnav.gif) no-repeat 0 0}
#head ul.mainnav li.current a,#head ul.mainnav li a:hover{background-position:0 -28px;; text-decoration:none}

#banner img{width:940px;}

#bar{height:27px; overflow:hidden; background:url(../images/main_bg.gif) repeat-x 0 0}
#bar h4{float:left; padding-left:30px; line-height:26px; font-size:12px; font-weight:normal; background:url(../images/ico_index.gif) no-repeat 8px 4px;}
#bar h4 strong{font-size:14px; font-weight:normal;}
#bar select{float:right; margin:4px 2px 0 0; border:1px solid #B0B4BA}


#content{margin:10px 0}
#content .main_col{width:697px; float:left; overflow:hidden}
#content .sub_col{width:243px; float:right; overflow:hidden}

#linkcat{height:63px; overflow:hidden; margin:10px 0;}
#linkcat h4{float:left;width:14px; height:63px; padding:3px 10px 2px 4px; font-size:12px; line-height:14px; color:#DFE9F4; background:url(../images/main_bg2.gif) no-repeat -124px -21px;}
#linkcat ul{float:left;height:53px; width:900px; padding:8px 0 0; overflow:hidden;}
#linkcat ul li{float:left; display:inline; white-space:nowrap; margin:0 15px; height:24px; line-height:24px;}

#foot{height:35px; padding-top:45px; background:url(../images/foot_bg.gif) repeat-x 0 bottom;}
#foot p{height:14px; line-height:14px; padding:0 15px;}
#foot p.support{margin-top:-14px; text-align:right}
