/* body 基本信息*/
* { margin:0; padding:0; }
body {
	margin-top: 0px;
	margin-bottom:0px;
	font:12px/20px simsun;
	background: #f1f1f1;
}
ul { list-style:none; }
img { border:none; }
input, select, button { vertical-align:middle; }
button { cursor:pointer; font-size:12px; }
textarea { border:1px solid #A5ADB2; padding:2px; }
/*文本*/
.style1 {
	color: #ff6600;
	font-size:12px;
}
.style2 {
	font-size:12px;
	color:#333333;
}
.style3 {
	font-size:12px;
	text-decoration:underline;
	color:#ff6600;
}
a {
	font-size:12px;
	text-decoration:none;
	color:#676767;
}
a:hover {
	font-size:12px;
	color:#ff6600;
}

/*页面层容器*/
#container {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
}
/*页面头部*/
.header {
	width:1000px;
	height:1px;
	background-color:#ff3300;	
}
.main_top_1 { width:970px; height:77px; padding:0 15px; border-top:1px solid #ff3300; background:url(../image/top_b.jpg); float:left; }
.top_line { width:auto; height:77px; float:left;}
.main_top_2 { width:950px; height:30px; padding:0 25px; background:url(../image/page_top_b.gif); float:left; }
/*头部结束*/

/*--------底部样式-------*/
.main_foot { width:948px; height:42px; padding:13px 24px 20px 28px; float:left; }
.main_foot_logo { width:32px; height:42px; float:left; }
.main_foot_copy { width:350px; height:42px; padding-left:22px; color:#676767; line-height:15px; float:left;}
