@charset "utf-8";
/* CSS Document */
body {
margin: 0px;
padding: 0px; 
border: 0px;
color: #666;
background-color:#e1e1e1;
font-size:12px;
FONT-FAMILY:"宋体",arial,verdana,sans-serif;
}
body,html{height: 100%;}
a{
	color: #666;
	text-decoration: none;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
#warp{
width:1000px;
margin-left:auto;
margin-right:auto;
background-color:#FFF;
}
#banner{
width:1000px;
height:507px;
}
#content{background:url(../images/indexbg.jpg) no-repeat; height:180px; width:1000px;}
#contentwarp {width:580px; height:180px; margin:0px auto 0px auto;}
#right {float:right; width:160px; height:180px;}
#left {float:right; width:420px; height:180px;}
#left .ctitle{background:url(../images/indextitles1.jpg) no-repeat center;  width:160px; height:45px;}
#right .ctitle{background:url(../images/indextitles2.jpg)  no-repeat center;  width:160px; height:45px;}
#left .nr{ padding:30px 0px 0px 80px; background:url(../images/indexbg2.jpg) no-repeat; width:320px; height:95px;}
#right .nr{ padding-top:10px; padding-bottom:10px;}
#links{ border-top: 1px solid #d2d2d2; width:155px; padding-top:5px;}
#footer{
clear:right;
width:1000px;
height:45px;
background:url(../images/footer.jpg);
color:#FFF;
text-align:center;
padding-top:10px;
}
#footer p{
margin:0px;
padding:4px;
}
#copyright{
color:#FFF;
}
li {line-height:20px;}