@charset "UTF-8";

/* Global */
body,p,ul,li,input{
	margin: 0;
	padding: 0;
}

body{
	font: normal normal normal 14px/1 'Microsoft YaHei',Arial,Helvetica,sans-serif;
}

ul,li{
	list-style: none;
}

a{
	color: #969696;
	text-decoration: none;
	outline: none;
}

a:hover{
	color: #ff6382;
	text-decoration: none;
}

img{
	border: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	*zoom:1;
}

/* Container */
.container{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.topnav{
	position: relative;
    margin-top:30px;
	height: 50px;
	color: #c0c0c0;
}

.topnav .logo img{
    display:inline;
}

.topnav .logo span{
    padding-left:10px;
    vertical-align: super;
}

.topnav ul{
	float: right;
}
	
.topnav ul li{
	float: left;
	margin-left: 15px;
}
		
.topnav ul li a{
	font-size: 12px;
	padding-right: 10px;
}
	
.nav_list{
    margin-top: 20px;
	padding-bottom: 10px;
}
	
.title_bar{
	padding-bottom: 5px;
}
.title_bar .title{
    display:inline-block;
    height:36px;
    line-height:36px;
    color:#ff6382;
	border-bottom:1px dashed #ff6382;
}
	
.icon_list a{
	font-size: 12px;
}
	
.icon_list .line_hr{
	width: 820px;
}
	
.more_nav{
	float: right;
}
	
ul.icon_list{
	width: 1010px;
	margin: 10px 0 0 2px;
}
	
ul.icon_list li{
	position: relative;
	float: left;
	width: 56px;
	height: 90px;
	margin-right: 44px;
}
		
ul.icon_list li a.icon_box{
	display: block;
	width: 56px;
	height: 85px;
	margin-bottom: 5px;
	background: url(../images/icon_graybg.gif) left top no-repeat;
}
			
ul.icon_list li a.icon_box:hover{
	background: url(../images/icon_bg.gif) left top no-repeat;
}
			
ul.icon_list li .icon_box img{
	width: 48px;
	height: 48px;
	padding: 4px;
}
				
ul.icon_list li span{
	position: absolute;
	bottom: 12px;
	left: 0;
	display: block;
	width: 86px;
	margin-left: -15px;
	text-align: center;
}
			
.category {
	position: relative;
	width: 960px;
	height: 30px;
	line-height: 30px;
	padding:0px 40px;
}

.category a{
	color: #595959;
	font-size: 14px;
}

.category a:hover{
	color: #ff6382;
	text-decoration: none;
    border-bottom:1px dashed #ff6382;
}

.category .more{
	position: absolute;
	top: 0px;
	right: 6px;
	font-size: 12px;
	color: #666;
}

.category .more:hover{
	color: #000;
}

.category .type {
	float: left;
	width: 80px;
}

.category ul {
    padding-top:10px;
	white-space: nowrap;
	height: 28px;
	overflow: hidden;
}

.category li {
	float: left;
	width: 112px;
}

.category .type{
	padding-left: 30px;
}

.category .video{
	background: url(../images/icon/icon_01.gif) 6px center no-repeat;
}

.category .novel{
	background: url(../images/icon/icon_02.gif) 6px center no-repeat;
}

.category .game{
	background: url(../images/icon/icon_03.gif) 6px center no-repeat;
}

.category .news{
	background: url(../images/icon/icon_04.gif) 6px center no-repeat;
}

.category .war{
	background: url(../images/icon/icon_05.gif) 6px center no-repeat;
}

.category .music{
	background: url(../images/icon/icon_06.gif) 6px center no-repeat;
}

.category .shopping{
	background: url(../images/icon/icon_07.gif) 6px center no-repeat;
}

.category .friend{
	background: url(../images/icon/icon_08.gif) 6px center no-repeat;
}

.category .women{
	background: url(../images/icon/icon_09.gif) 6px center no-repeat;
}

.category .community{
	background: url(../images/icon/icon_10.gif) 6px center no-repeat;
}

.category .group{
	background: url(../images/icon/icon_11.gif) 6px center no-repeat;
}

.category .bank{
	background: url(../images/icon/icon_12.gif) 6px center no-repeat;
}

.category .financial{
	background: url(../images/icon/icon_13.gif) 6px center no-repeat;
}

.category .car{
	background: url(../images/icon/icon_14.gif) 6px center no-repeat;
}

.category .digital{
	background: url(../images/icon/icon_15.gif) 6px center no-repeat;
}

.category .mobile{
	background: url(../images/icon/icon_16.gif) 6px center no-repeat;
}

.category .mail{
	background: url(../images/icon/icon_17.gif) 6px center no-repeat;
}

.category .picture{
	background: url(../images/icon/icon_18.gif) 6px center no-repeat;
}

.category .sports{
	background: url(../images/icon/icon_19.gif) 6px center no-repeat;
}

.category .health{
	background: url(../images/icon/icon_20.gif) 6px center no-repeat;
}

.category .tour{
	background: url(../images/icon/icon_21.gif) 6px center no-repeat;
}

.category .hr{
	background: url(../images/icon/icon_22.gif) 6px center no-repeat;
}

.category .house{
	background: url(../images/icon/icon_23.gif) 6px center no-repeat;
}

.category .coolSite{
	background: url(../images/icon/icon_24.gif) 6px center no-repeat;
}

.category .caipiao{
	background: url(../images/icon/icon_25.gif) 6px center no-repeat;
}

.footer{
	width: 920px;
	margin: 30px auto;
	border-top: 1px dashed #ddd;
	padding: 20px;
}

.footer p{
	color: #888;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
}

/*导航搜索*/
.search{
	width: 500px;
	margin: 30px auto;
	padding-left: 120px;
	background: url(../images/hao_logo.gif) left center no-repeat;
}

	.search input{
		float: left;
		height: 36px;
		line-height: 28px;
	}

	.search input.srch_text{
		width: 360px;
		padding: 0 5px;
		border: 1px solid #888;
		border-left: 3px solid #888;
		outline: none;
	}
	
	.search input.srch_text2{
		background: #fafdff;
	}
	
	.search input.srch_button{
		width: 100px;
		height: 38px; 
		line-height: 20px;
		color: #fff;
		border: 0;
		background: url(../images/dongnisou.png) no-repeat;
		cursor: pointer;
		font-size:18px;
		color:#000;
		
	}
	
	