@charset "utf-8";
/* CSS Document */
/***** 清除外边距和内边距 *****/
* {
	margin : 0;
	padding : 0;
	outline: none;
	font-size:12px;
}
/***** 页面设置 *****/
html, body {
	text-decoration:none;
	font-family:Tahoma, "新宋体";
	background-color:#fff;
	scrollbar-face-color:#d4dce6;
	scrollbar-shadow-color:#d4dce6;
	scrollbar-highlight-color:#d4dce6;
	scrollbar-3dlight-color:#d4dce6;
	scrollbar-darkshadow-color:#d4dce6;
	scrollbar-track-color:#e7f2ff;
	scrollbar-arrow-color:#fff;
}
/***** 清除浮动 *****/
.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	overflow:hidden;
}
/***** 顶部 *****/
/** 上 **/
#head-box #head-top-box {
	height:30px;
	line-height:30px;
	padding:0 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f1edd0;
}
#head-box #head-top-box a {
	color:#000;
	font-size:12px;
	text-decoration: none;
	height:20px;
	line-height:20px;
}
/* 左 */
#head-box #head-top-box .left {
	float:left;
}
/* 右 */
#head-box #head-top-box .right {
	float:right;
}


/***** 主要区块 *****/
#center-box {
	width:618px;
	height:400px;
	margin:0 auto;
	background-image: url("../image/back.jpg");
	background-repeat: no-repeat;
	margin-bottom:20px;
}
/* logo */
#center-box .logo {
	padding-top:180px;
	text-align: center;
	vertical-align:middle;
}
/* 搜索框 */
#center-box .form {
	height:30px;
	line-height:30px;
	text-align: center;
}
#center-box .form a {
	color:#8978f0;
	height:20px;
	line-height:20px;
}
#center-box .form .search {
	width:420px;
	height:18px;
	font-size:14px;
	padding:5px 5px 3px 5px;
	border: 1px solid #e89a06;
	background-color: #fff;
	vertical-align: middle;
}
#center-box .form .button {
	margin-left:5px;
	border:0;
	width:73px;
	height:27px;
	background-image: url("../image/button.jpg");
	vertical-align: middle;
}
/* 文字连接 */
#center-box .info {
	width:618px;
	padding-left:23px;
	color:#000;
}
#center-box .info p {
	height:22px;
	line-height:22px;
}
#center-box .info a {
	color:#746d3e;
	height:20px;
	line-height:20px;
	margin-right:4px;
}
#center-box .info a:hover {
	color:#000;
	text-decoration: none;
}
/* 广告 */
#center-box .ad {
	text-align: center;
}

/***** 底部区块 *****/
#foot-box {
	text-align: center;
	color:#aea66f;
}
#foot-box p {
	height:22px;
	line-height:22px;
}
#foot-box p a {
	color:#746d3e;
	text-decoration: none;
	height:20px;
	line-height:20px;
}
#foot-box .clew {
	color:#8978f0;
}
