/*整体框架开始*/
*{margin:0;padding:0;}
body{margin:0;padding:0;font:12px "微软雅黑", "宋体";color:#8c8c8c;word-wrap:break-word;word-break:break-all;text-align:center;margin-top:0;
background-color:#FFF;}
.content{text-align:left;margin:0 auto;width:1004px;height:auto;}
a{text-decoration:none;cursor:hand;cursor:pointer;}
a:focus{outline:none;}
a:active{blr:expression(this.onFocus=this.blur());}
.clear{clear:both;height:0;overflow:hidden;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold;}
q:before,q:after{content:'';}
img{border:0;margin:0;padding:0;}
ul{list-style-type:none;}
/*整体框架结束*/

/*顶部开始*/
.top{width:1004px;height:50px;background:url(../images/logobgone1.jpg) repeat-x;}
.logo{background:url(../images/logo.gif) no-repeat;width:155px;height:27px;margin-left:20px;margin-top:10px;float:left;}
.toptext{float:right;color:#9a9dd6;margin-top:20px;margin-right:26px;width:184px;height:12px;}
/*顶部结束*/

/*导航开始*/
.nav{width:1004px;height:33px;}
.nav ul{height:33px;}
.nav ul li{float:left;background:url(../images/navline.gif) no-repeat right top;text-align:center;width:167px;height:33px;display:block;}
.nav ul li a {width:165px;height:33px;background:url(../images/navbghover2.jpg) repeat-x;display:block;line-height:33px;color:#9a9dd6;}
.nav ul li a:hover{display:block;background:url(../images/navbghover3.jpg) repeat-x;color:#9a9ddc;}
/*导航结束*/

