/*共用属性*/
*{
margin:0;
padding:0;
}
body{
margin:0 auto;
padding:0;
font-size:12px;
font-family:"宋体",Verdana,Arial,Helvetica,sans-serif;
line-height:150%;
background:#fff;

}
form,img,div,ul,ol,li,dl,dt,dd{
margin:0 auto;
padding: 0;
border: 0;
}
h1,h2,h3,h4,h5,h6{
margin:0;
padding:0;
border:0;
}
table,td,tr,th{
font-size:12px;
}
/*链接*/
a:link{
color:#000;
text-decoration:none;
}
a:visited{
color:#9B0084;
text-decoration:none;
}
a:hover{
color:#c40000;
text-decoration:underline;
}
a:active{
color:#c40000;
text-decoration:none;
}
/*顶部会员登陆*/
#topBg{
width:100%;
height:50px;
background:url(images/topBg.gif) repeat-x;
overflow: visible;
}
#topBg .topBox{
width:960px;
padding:13px 0 0 0;
}
#topBg .topBox .icon{
float:left;
padding:1px 6px;
}
#topBg .topBox span{
float:left;
color:#000;
padding:4px 0 0 4px;
}
#topBg .topBox span a{
color:#000;
background:url(images/dot02.gif) 0px 8px no-repeat;
padding:3px 0 3px 10px;
text-decoration: underline;
}
#topBg .topBox span a:hover{
color:#c40000;
}
#topBg .topBox .inputText{
float:left;
color:#c40000;
padding:1px;
margin:2px 0;
background-color: #DEFBFE;
border:1px solid #24A9E7;
height:16px;
font-size:12px;
}
#topBg .topBox .inputButton{
float:left;
padding:1px 3px;
}
/*LOGO与领航*/
#nav{
width:960px;
height:60px;
}
#nav .logo{
float:left;
width:166px;
display:block;
}
#nav .menu{
float:right;
width:790px;
padding:5px 0 0 0;
}
/*sort栏目设置*/
#nav .menu ul.sort{
float:right;
width:770px;
height:22px;
list-style:none;
padding:2px 0 0 10px;
margin:1px 0;
background:#f5f5f5 url(images/bgNavUl.gif);
border:1px #e3e3e3 solid;
}
#nav .menu ul.sort li.noBg{
font-weight:bold;
padding:0;
background:none;
}
#nav .menu ul.sort li.noBg a{
font-weight:normal;
padding:0;
background:none;
}
/*scopes专业领域*/
#nav .menu ul.scopes{
float:right;
width:770px;
height:22px;
list-style:none;
padding:2px 0 0 10px;
margin:1px 0;
background:#f5f5f5 url(images/bgNavUl.gif);
border:1px #e3e3e3 solid;
}
#nav .menu ul.scopes li.noBg{
font-weight:bold;
padding:0;
background:none;
}
#nav .menu ul.scopes li.noBg a{
font-weight:normal;
padding:0;
background:none;
}
#nav .menu ul li{
float:left;
list-style-type:none;
background:url(images/dot02.gif) 8px 8px no-repeat;
text-align:left; 
padding:0 0 0 15px;
}
#nav .menu ul li a{
color:#000;
}
#nav .menu ul li a:hover{
color:#c40000;
}
#nav .menu ul li a span{
color:#c40000;
font-weight:bold;
}
/*banner广告END*/
#ad{
width:960px;
margin:3px auto;
}
/*底部菜单*/
#bottomBg{
width:100%;
height:115px;
margin:0 auto;
clear:both;
background-image: url(images/bottomBg.gif);
background-repeat: repeat-x;
background-position: bottom;
}
#bottomMenu{
margin:0 auto;
width:960px;
overflow: hidden;
}
#bottomMenu ul{
width:440px;
}
#bottomMenu ul li{
float:left;
padding:5px 4px;
list-style:none;
}
#bottomMenu ul li a{
color:#000;
}
#bottomMenu ul li a:hover{
color:#c40000;
}
/*版权申明*/
#copyRight{
width:960px;
text-align:center;
padding:5px 0;
line-height:22px;
}
#copyRight a{
color:#000;
}
#copyRight a:hover{
color:#c40000;
}