/* 页面样式 */
*{margin:0;padding:0;word-wrap:break-word;}
body{font:12px/1.75 'Microsoft YaHei', arial, sans-serif,'DejaVu Sans','Lucida Grande',Tahoma,'Hiragino Sans GB',STHeiti,SimSun,sans-serif;color:#444;min-width:1400px}
#clear { clear: both;}
a {	text-decoration: none;color: #0E0E0E;}
a:hover{color: #8c0000;}
/* 标题栏logo */
#header {  height:160px; background-color: #8C0000; border-bottom: 1px solid rgba(255,255,255,.2);}
#header .header-wrap {width: 1200px; height: 100%; margin: auto; }
#header .header-wrap .logo-left {width: 497px; height: 66px; float: left; margin-top: 47px;}
#header .header-wrap .logo-right {width: 263px; height: 75px; margin-top: 42px;margin-left: 100px; }

/* 导航 */
#nav{margin:0px auto; background-color: #8c0000;}
#nav .menu-panel{width:1200px;height:50px;position:relative;text-align:center;margin:0 auto;}
#nav .menu-panel .menu-item{position:relative;float:left;height:50px;line-height:50px;width: 120px; display:block;}
#nav .menu-panel .menu-item+.menu-item { margin-left: 34px;}
#nav .menu-panel .menu-item:hover { background: #820000; cursor: pointer;}
#nav .menu-panel .menu-item a {color:#FFF;font-size:18px; text-decoration:none;}
#nav .menu-panel .menu-item .sub-list {clear:both; width: 120px; position: absolute; height: 0px; overflow: hidden; top: 100%; left: 0; z-index: 100;  background-color: #8c0000; transition: height .5s}
#nav .menu-panel .menu-item:hover .sub-list { height: auto; display: '';}
#nav .menu-panel .menu-item .sub-list li { list-style-type: none; text-align: center; color: #FFFFFF;height: 49px;line-height: 49px; font-size: 18px;}
#nav .menu-panel .menu-item .sub-list li + li { border-top: 1px dotted rgba(255,255,255,.37);}
#nav .menu-panel .menu-item:hover .sub-list li:hover { background-color: #820000;}



/* 页脚 */
#footer {height: 79px; width: 100%;background-color: #8c0000;}
#footer .content {margin: 0 auto; box-sizing: border-box; padding-top: 20px;}
#footer .content div {text-align: center; color: #FFFFFF; font-size: 12px;}

/* 搜索 */
.Search{
	width: 287px;
	height: 38px;
	background:url(../img/top_hunt_bg.png) no-repeat;
	margin-top: 15px;
	*float: right;
	float: right;
}


.search_text{
	float: left;
	width: 195px;
	margin-top: 2px;
	height: 30px;
    line-height: 30px;
	outline: none;
	font-family: "微软雅黑";
	color: #c8c8c8;
	margin-left: 15px;
}

.fdj{
	float: right;
	height: 18px;
	margin-top: 6px;
	margin-left: 10px;
}

.button{
	background:url(../img/top_hunt.png) no-repeat;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-right: 10px;
	outline: none;
}