@charset "utf-8";
/**

Title: styles for public
@Author:     helios
@version:    2.0
@Email:      liuyubang5@163.com
@QQ:         644163743
@Date:       2013-08-06
@Link:       http://www.cybweb.net

**/


/*---公用部分---*/
* {
	margin:0;
	padding:0;
}
.header_box {
	width:100%;
	height:88px;
	margin:0 auto;
	background:url(../images/header-bg.gif) repeat-x;
}
.header {
	width:1000px;
	margin:0 auto;
	height:88px;
	background:url(../images/header-bg.gif) repeat-x;
}
.fr{float:right;}
.fl{float:left;}
.mt10 {
	margin-top:10px;
}
.mr10{margin-right:10px;}
.banner_box {
	width:100%;
	height:360px;
}
.main_search_s {
	margin-top:10px;
	_margin-top:0px;
	float:left;
}
.banner {
	width:100%;
	margin:0 auto;
	height:360px;
	background:url(../images/banner.jpg) center center no-repeat;
}
.nav_box {
	width:100%;
	height:51px;
	line-height:51px;
	background:url(../images/nav_bgs.gif) repeat-x;
}
.nav {
	width:1000px;
	height:51px;
	line-height:51px;
	margin:0 auto;
}
.nav a {
	width:124px;
	height:51px;
	line-height:51px;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	display:block;
	float:left;
	text-align:center;
	background:url(../images/nava_bgss.gif) right center no-repeat;
}
#nobg{background:none;}
.nav a#nobg:hover{background:url(../images/nav.gif) no-repeat;}
.right {
	float:right;
}
.left {
	float:left;
}
.box {
    background:#FFFFFF;
    margin: 0 auto;
    width: 1000px;
}
.search{width:968px;padding:0px 5px;border:1px solid #DDD;height:40px;margin:10px auto;background:url(../images/search-bg.gif) repeat-x;}
.serch-txt{
	width:260px;
	height:27px;
	line-height:27px;
	color:#979797;
	font-size:12px;
	border:none;
	padding-left:25px;
	float:left;
	margin-top:7px;
	background:url(../images/search.gif) no-repeat;
	}
.search-btn{
	width:80px;
	height:27px;
	float:left;
	margin-left:5px;
	border:none;margin-top:7px;
	background:url(../images/btn.gif) no-repeat;
	}	
.search-word{
	color:#184153;
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	float:left;
	margin-left:10px;
	}	
.search-word a{
	color: #F00;
    font-size: 12px;
    font-weight: bold;
    padding: 0 2px;
}
.search-word a.red,.search-word a:hover{color:#1186B9;text-decoration:underline;}	
.ask{
	float:right;
	margin-top:7px;
	}	
	
