/*重置头部样式*/
.header{
	background-color:#f6f6f6;	
}
.site-logo {
    padding: 2px 13px 4px 10px;
    overflow: hidden;
	margin:35px 0 41px 0;
	border-right:#ddd solid 1px;
	height:51px;
}
.site-webname{
	height:35px;
	margin:45px 0 0 15px;
	background:#f1841b url(../images/site-name-bg-1.png) no-repeat;
	border-radius:0 5px 5px 0;
	padding:0 10px 0 25px;
	color:#fff;
	line-height:35px;
	font-size:16px;
}
/*重置导航样式*/
.main-nav {
	border-top:0;
    border-bottom: 2px #0da944 solid;
    background: #f6f6f6;
}
.main-nav ul{
	padding-left:200px;
}
.main-nav li:after, .main-nav li:before {
    background: #f6f6f6;
}
.main-nav li a,.main-nav li a:link,.main-nav li a:visited,.main-nav li a:hover,.main-nav li a:active,.main-nav li a:focus {
	color: #333;
	text-decoration: none;
	background-color: #f6f6f6;
}
.main-nav li a:hover{
	color:#f47a11;
}
.main-nav li.market{
	position:absolute;
	margin-left:-200px;
}
.main-nav li.market .category-trigger{
	height:47px;	
}
.main-nav .quick-start .hn-app {
	color: #333 !important;
    text-decoration: none !important;
	background:url(../images/ewm.png) left center no-repeat;
}
.main-nav .quick-start .hn-app:hover {
	background-color: #f6f6f6;
	color:#f47a11 !important;
}


/*头部推荐专题幻灯片效果*/
#focus_Box{position:relative;width: 550px;height:132px; float:right;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:16px;height:31px;top:48px;}
#focus_Box .prev{background:url(../images/zoompic-left.png) left bottom no-repeat;left:0px;}
#focus_Box .next{background:url(../images/zoompic-right.png) right bottom no-repeat;right:0px;}
#focus_Box ul{position:relative;width:420px;height:96px; top:18px; left:65px;}
#focus_Box li{z-index: 0;position: absolute;width: 0px;background: #787878;height: 0px;top: 146px;cursor: pointer;left: 377px;border-radius: 4px;box-shadow: 1px 1px 12px rgba(200,200,200,1); overflow:hidden;}
#focus_Box li img{width: 100%;background: url(../images/loading_32x32.gif) no-repeat center 50%;height: 100%;vertical-align: top;}

/*底部推荐专题样式*/
.special-recommend{
	height:160px;
	overflow: hidden;
	padding: 12px 0 20px 0;
	background-color: #dddddd;
	position: relative;
}
.special-recommend .hd{
	width:1000px;
	margin: 0 auto;
}
.special-recommend .hd a{
	display: inline;
	margin-top: 44px;
	width:34px;
	height:67px;
	cursor: pointer;
	position: absolute;
	z-index: 10;
}
.special-recommend .hd .prev{
	margin-left: 10px;
	background: url("../images/arrow-left.gif") no-repeat;
}
.special-recommend .hd .next{
	margin-left: 956px;
	background: url("../images/arrow-right.gif") no-repeat;
}
.special-recommend .bd{
	width:988px;
	height:158px;
	overflow: hidden;
	border: #fff solid 1px;
	margin: 0 auto;
	padding-left: 10px;
}
.special-recommend ul li{
	float: left;
	width:240px;
	height:140px;
	overflow: hidden;
	display: inline;
	margin: 10px 6px 0 0;
}
.special-recommend ul li img{
	width:240px;
	height:140px;
}