/* CSS Document
Author: Liu Renfei
E-mail: lrfbeyond@163.com
Update:2009-6-21
致力于WEB前端页面技术在中国的应用
 */

*{margin:0; padding:0}
body{ font-family:Geneva, Arial, Helvetica, sans-serif; font-size:14px; background:#fff url(../images/header_bg.jpg) repeat-x; color:#424242}

a:link,a:visited{ color:#1A649D; text-decoration:none}
a:hover{color:#666; text-decoration:underline }
img{border:none}
.clear{clear:both}

#header{width:960px; margin:0 auto;}
#logo{float:left; width:550px; height:70px;/* background:url(../images/logo.gif) no-repeat*/}
#logo h1{text-indent:-999em}
#logo h1 a{display:block; width:360px; height:70px}
#nav{clear:both; height:36px; background:url(../images/nav_bg.gif) no-repeat}
#nav ul{list-style:none;  height:36px; margin-left:20px}
#nav ul li{float:left; line-height:36px; height:36px; width:100px; text-align:center; font-weight:bold;}
#nav ul li a{color:#fff; height:36px;  width:100px; display:block}
#nav ul li a:hover{background:url(../images/nav_bg_on.jpg) no-repeat; display:block; text-decoration:none }
#nav ul li.cur{color:#fff; background:url(../images/nav_bg_on.jpg) no-repeat; display:block; cursor:default}

#main{width:960px; margin:0 auto;}
#flash{height:280px;}
.box{float:left; width:320px; height:300px; margin-right:20px; margin-top:10px;}
.box h3,.company h3{font-size:13px; height:32px; line-height:32px;  padding-left:10px}
.box h3{background:url(../images/titleBg.gif) no-repeat}
.company h3{background:url(../images/titleBg1.gif) no-repeat}
.box h3 span,.company h3 span{float:right; margin-right:6px}
.boxTxt{border:1px solid #A4C3D0}
.list{list-style:none; margin-top:4px}
.list li{line-height:22px; width:310px; padding:2px; background:url(../images/icos.gif) no-repeat 8px 8px; text-indent:1.2em; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#softDown{ height:264px; border:1px solid #A4C3D0}
#softDown h4{height:28px; line-height:28px; margin:1px; border-bottom:1px dotted #d3d3d3; font-size:13px; cursor:pointer; padding-left:6px; }
#softDown h4 a{color:#666}
#softDown h4 a:hover{color:#999; text-decoration:none}
.softIntro{padding:3px; overflow:hidden}

.softIco{float:left; width:80px; height:60px; text-align:center; margin-top:18px; }
.softTxt{float:right; width:220px; line-height:22px}

.company{float:right; width:278px; height:300px;  margin:10px 0;}
.company h4{height:26px; line-height:26px; font-size:12px; color:#666; padding:2px 10px; padding-left:4px}
.mylist{margin:4px auto}
.mylist p{height:26px; line-height:26px; padding:2px 0;  background:url(../images/icos.gif) no-repeat 15px 6px; text-indent:1.2em;}
.company p{line-height:22px; padding:0px 10px}
.qq{float:left; width:90px; height:30px; line-height:30px; margin:5px 6px; padding-left:20px}

#footer{clear:both; width:960px; margin:0 auto; border-top:2px solid #999; padding-top:6px}
#footer p{text-align:center; font-size:12px; line-height:20px; color:#666}