@charset "utf-8";
/* CSS Document */

/*
	blog:htpp://as.haoeat.cn/
	功能：处理公共布局相关的
*/
/*--------页面公共布局id-------------*/

#wrapper {
	width:950px;
	margin:0px auto;
}
#logo {
}
#logo img {
	float:left;
	margin-top:0px;
}
#banner {
	width:778px;
	float:right;
}
#footer {
	clear:both;
}
#header_txt {
	padding-top:10px;
	padding-bottom:5px;
	text-indent:5px;
}
#header_hi {
	float:left;
}
#header_set {
	float:right;
}
#header_search {
	float:right;
	padding-top:25px;
	position:relative ;
	top:0px;
	left:0px;
} /* FireFox */
*html #header_search {
	padding-top:0px;
	position:absolute;
	left:710px;
	top:55px;
	white-space:nowrap;
} /* ie6 fixed */
*+html #header_search {
	padding-top:0px;
	position:absolute;
	padding-top:0px;
	left:710px;
	top:55px;
	white-space:nowrap;
} /* ie7 fixed, 注意顺序 */
#header_search form input {
	display:inline;
}
/*菜单*/
#nav_out_bast {
	margin:0px 5px;
}
#nav_out {
	float:left;
	width:940px;
	height:37px;/*background:url(../images/web/menubg.gif) repeat-x scroll;*/
}
#nav {
/*background:transparent url(../images/web/main_nav_l.gif) no-repeat scroll 0 0;*/
}
#nav ul {
	margin-left:9px;
	height:37px;/*background:transparent url(../images/web/main_nav_r.gif) no-repeat scroll right top;*/
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	display:block;
	width:105px;
	float:left;
	color:#FFF;
	line-height:37px;
	text-align:center;
	font-weight:bold;
	background-image:url(../images/web/menubgbottom.gif);
}
/*行距*/
.row {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:8px;
	padding:0px;
}
#nav ul li a:hover {
	background-image:url(../images/web/menubgover.gif);
}
/*版权*/
#webfooter {
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
	font-size:12px;
}
#footerabout {
	margin:0px;
	padding:0px;
}
#footerabout li {
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#footerversion {
	margin:0px;
	padding:0px;
}
#footerversion li {
	list-style-type:none;
	display:inline;
	margin:0px;
	padding:0px;
}
/*--------页面公共类CLASS-------------*/
.current-type {/*表示当前在什么类型的页面上*/
	background-image:url(../images/web/menubgover.gif);
}
.colume-title {
	background-image:url(../images/web/readleftTitle.gif);
	background-repeat:repeat-x;
	padding:7px 10px;
}
.colume-title h3 {
	display:inline;
}
.colume-title span {
	margin-left:105px;
}
.colume-title p {
	margin-bottom:0px;
	margin-left:135px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
	display:inline;
}
.colume-title-2 {
	background-image:url(../images/web/indextypebg.gif);
	background-repeat:no-repeat;
	padding:5px 17px;
}
.colume-title-2 h3 {
	display:inline;
}
.colume-list {
	margin:0px;
	padding:5px;
}
.colume-list li {
	list-style-type:none;
	margin:0px;
	padding:2px;
}
.column_more {
	float:right;
}
.column_more a {
	color:#0f970f;
}
.column_more a:hover {
	color:#f00;
}
/*分类小标题颜色*/
.idx_title h3 {
	display:inline;
}
.idx_title h3 a {
	font-weight:normal;
	font-size:14px;
	color:#ab8226;
}
.idx_title{
	width:550px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
/*.colume-list li a:link, .colume-list li a:visited {
	text-decoration:none;
}
.colume-list li a:hover {
	border-bottom:#666 1px dashed;
	color:#666;
}
.colume-list li a:action {
 border-bottom:#000 1px dashed;
 color:#000;
}*/
/*-----------圆角-------*/
.box_yuan_out {
	background: url(../images/web/y_rb.gif) no-repeat bottom right;
}
*html .box_yuan_out {
	background: url(../images/web/y_rb.jpg) no-repeat bottom right;
	padding:0px;
	margin:0px;
	display:block;
}
.box_yuan {
	background: url(../images/web/y_tt.jpg) repeat-x top;
}
.box_yuan_in {
	background: url(../images/web/y_rt.jpg) no-repeat top right;
}
.box_yuan_title span {
	margin-left:570px;
}
.box_yuan_title h2 {
	display:inline;
}
.box_yuan_title {
	margin:0px;
	padding:0px;
	height:32px;
	font-size:14px;
	line-height:32px;
	text-indent:15px;
	background:url(../images/web/y_lt.jpg) no-repeat left top;
}
.box_yuan_content {
	margin:0px;
	padding:5px;
	background:url(../images/web/y_lb.gif) no-repeat left bottom;
}

.current_clear{
	clear:both;
	*clear:both;
	height:0px;
	height:0px;
}

