@charset "utf-8";
/* CSS Document */
/*通用的*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height:100%;
}
div,p,li{
font-family:Verdana,宋体;font-size:12px;
margin:0px;
padding:0px;
}
form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
input,select{font-size:12px;line-height:16px;}
img{border:0;}
ul,li{list-style-type:none;}
li{font-size:12px;}

/*主*/
#container{
width:950px;
margin:0px auto;
}

/*主体结束*/


/*头部开始*/
#top{
width:950px;
height:80px;
}
#top_1{
width:750px;
height:80px;
float:left;
background-image:url(../images/logo.gif);
}
#top_2{
width:200px;
height:80px;
float:right;
}
#top_2_1 ul{
height:30px;
width:200px;
line-height:30px;
margin-top:10px;
}
#top_2_1 li{
width:100px;
text-align:center;
float:left;
}
#top_2_2{
width:200px;
height:30px;
margin-top:10px;
text-align:center;
}
#nav{
width:950px;
height:33px;
background-image:url(../images/nav_bg.jpg);
background-repeat: repeat-x;
}
#nav ul{
width:650px;
padding-left:300px;
}
#nav ul li{
float:left;
}
/*底部开始*/
#cop{
width:950px;
margin-top:10px;
text-align:center;
}