/*
* body类样式表
* ============================================================================
* 版权所有 2011-2014 成都爱诚科技有限公司，并保留所有权利
* ----------------------------------------------------------------------------
* 这不是一个自由软件！禁止任何形式的拷贝、修改、发布
* ============================================================================
* # Author: Kinglong #
* # File Name: top.css 2014-03-11 Kinglong #
*/	

.body-top {
	height:28px;
	background:#006eb2;
}
.body-top-phone {
	color:#94c3ee;
	line-height:28px;
}
.body-top-form {
	width:160px;
	height:21px;
	margin:3px 3px 4px 20px;
	vertical-align:middle;
	background:#4d99de;
}
.body-top-form .text {
	width:127px;
	height:16px;
	line-height:16px;
	border:none;
	padding:0 3px;
	background:none;
	color:#fff;
	margin-top:3px;
	vertical-align:middle;
}
.body-top-form .btns {
	width:13px;
	height:12px;
	border:none;
	margin:3px 3px 0 3px;
	vertical-align:middle;
	background:url(../images/search.png) no-repeat;
}
/*********************************************************************/
.body-top-logo {
	width:198px;
	height:60px;
	display:inline-block;
	background:url(../images/logo.png) no-repeat left center;
}
/*********************************************************************/
.body-top-menu {
	width:710px;
	height:60px;
	text-align:right;
	position:relative;
}
.body-top-menu li {
     FLOAT:left;
	width:100px;
	height:60px;
	text-align:center;
	line-height:60px;
	position:relative;
	display:inline-block;
	border-left:#eee 1px solid;
}
.body-top-menu li.hover > a {
	color:#006eb2;
}
.body-top-menu li a {
     padding:0 15px;
	font-size:16px;
	font-family:'思源黑体';
	text-decoration:none;
}
.body-top-menu li.home { border-left:none; }
.body-top-menu li ul {
	left:0;
	top:60px;
	z-index:100;
	display:none;
	position:absolute;
	background:#fff;
	margin-left:-1px;
	border-right:#eee 1px solid;
	border-bottom:#eee 1px solid;
}
.body-top-menu li ul li {
	height:auto;
	display:block;
	border-top:#eee 1px dashed;
}
.body-top-menu li ul li a {
	height:auto;
	font-size:12px;
	line-height:2.5em;
}
/*
.body-top-menu a.home { border-left:none; }
.body-top-menu-bg {
	top:0;
	left:259;
	width:105px;
	z-index:0;
	height:60px;
	background:#006eb2;
	display:inline-block;
	position:absolute;
}
*/
/*********************************************************************/
.body-top-banner, .body-top-banner ul, .body-top-banner ul a {
	width:100%;
	height:374px;
	overflow:hidden;
	left:0;
}
.body-top-banner ul {
	width:999999px;
}
.body-top-banner ul a {
	float:left;
	display:inline-block;
}
.body-top-banner ul a {
	background-repeat:no-repeat;
	background-position:center top;
}
.body-top-banner ol {
     left:0;
	height:45px;
	bottom:0;
	background:url(../images/mode.png);
}
.body-top-banner ol li .fl {
	margin-top:15px;
	padding-left:20px;
	display:inline-block;
	background:url(../images/laba.png) no-repeat left 1px;
}
.body-top-banner ol li .fr a {
	width:13px;
	height:13px;
	margin-top:17px;
	margin-right:10px;
	display:inline-block;
	background:url(../images/dian.png) no-repeat -20px -1px;
}
.body-top-banner ol li .fr a.active { background-position:left center; }
/*********************************************************************/
.body-top-hot li .fl {
	width:600px;
	height:14px;
	line-height:14px;
	overflow:hidden;
	background:#eee;
	display:inline-block;
}
