@charset "UTF-8";

/* Global */

body,p,ul,li,input{
	margin: 0;
	padding: 0;
	font-family: 'Microsoft Yahei';
	font-size: 14px;
}

body{
	background: #f8f8f8;
}

ul,li{
	list-style: none;
}

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

a:hover{
	color: #039;
	text-decoration: underline;
}

.fl{
	float: left;
}

img{
	border: 0;
}

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

.clearfix {
	*zoom:1;
}

/* Container */

.container{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}


.topnav{
	position: relative;
	height: 40px;
	line-height: 40px;
	color: #c0c0c0;
}

	.topnav .logo{
		position: absolute;
		float: left;
		margin: 20px 0 0 6px;
	}

	.topnav ul{
		float: right;
	}
	
		.topnav ul li{
			float: left;
			margin-left: 15px;
		}
		
		.topnav ul li a{
			font-size: 12px;
			padding-right: 10px;
		}
	
.sjpic{
	position: absolute;

	padding-left:288px;
	padding-top:63px;
	width: 20px;
    height: 20px;
	border: 0;
    background: url() left center no-repeat;
		cursor: pointer;


}
	
.search{
	width: 500px;
	margin: 55px auto 25px auto;
	padding-left: 120px;
	background: url(../images/alllogo.png?v=0204) left center no-repeat;
	background-position: -0px -0px;
	height:32px;

}
	.search img{
	position: absolute;

	padding-left:0px;
	padding-top:10px;
	width: 20px;
    height: 20px;
	border: 0;
    background: url() left center no-repeat;
		cursor: pointer;
	}
	
	.search input{
		float: left;
		height: 34px;
		line-height: 34px;
	}

	.search input.srch_text{
		width: 382px;
		padding: 0 5px;
		border: 1px solid #3782bf;
		border-left: 1px solid #3782bf;
		outline: none;
		text-indent: 0.2em;
        font-size: 15px;
		background: #ffffff  5px 6px no-repeat;
	}
	
	.search input.srch_text2{
		background: #fafdff;
	}
	
	.search input.srch_button{
        	    width: 100px;
    height: 36px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    background: #3385ff;
    border-bottom: 1px solid #2d78f4;
    outline: medium;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
	border: 0;
    padding: 0;
	cursor: pointer;
        /*
		width: 96px;
		height: 30px;  ???? 
		line-height: 20px;
		color: #fff;
		border: 0;
		background: url(../images/button_bg.gif) no-repeat;
		cursor: pointer;*/
	}
	
.useful {
	border: 1px solid #bbd8ad;
	background: #fbfff7;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	clear: both;
}

.useful ul {
	padding: 5px 10px 5px 5px;
	+width: 950px;
}

.useful ul li {
	line-height: 24px;
	display: inline;
	float: left;
	margin: 0 25px 0 15px;
}

.useful ul li a {
	font-size: 14px;
	white-space: nowrap;
}	

.titlelist {
background-color: #FFFFFF;

margin-bottom:20px;
border: .5px solid rgba(3,23,77,.1);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(3,23,77,.04);
  box-sizing: border-box;
}
	
.title1 {
padding:10px 16px 6px 20px;
/*
border-bottom:1px #ddd solid;
border-right:1px #ddd solid;*/

}
.title {
padding:0px 16px 0px 8px;
margin-left: 18px;
margin-top: 15px;
border-left: 3px solid #589BFF;
}
	
.nav_list{
	padding-bottom: 10px;
}
	
	.title_bar{
		margin: 0 0 10px 0;
	}
	
	.line_hrfl{
	/*	width: 820px;   */
		height: 10px;
		margin: 0 14px 0 10px;
		border-bottom: 1px #ddd solid;
	}
	
	.line_hr{
	/*	width: 600px;*/
		width: 960px;
		height: 5px;
		*line-height: 0;
		margin: 0 0 0 20px;
		border-bottom: 1px #ddd solid;
	}
	
	.icon_list a{
		font-size: 13px;
	}
	
	.icon_list .line_hr{
		width: 740px;
	}
	
	.more_nav{
		float: right;
          margin-right: 12px;
    margin-top: 15px;
    padding: 0px 16px 0px 8px;
	}
	
	ul.icon_list{
		width: 1010px;
		margin-left:18px;
		margin-top: 16px;
	/*	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; */
                  text-align: center;
			}
			
			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;   */
                    border: 2px solid #ddd;
    				border-radius: 6px;
				}
				
			ul.icon_list li span{
				position: absolute;
				bottom: 14px;
				left: 0;
				display: block;
				width: 86px;
				margin-left: -15px;
				text-align: center;
			}
	
.diy {
	position: relative;
	width: 1000px;
    margin-left: 18px;
}
	.diy .type {
    padding-left: 23px;
    float: left;
    width: 119px;
    	height: 35px;
	line-height: 35px;  
      overflow:hidden;
        
	}
	.diy a{
		font-size: 14px;
	}

.category {
	position: relative;
	width: 1000px;
	height: 30px;
	line-height: 30px;
}


.category:hover{
	background: url(../images/list_bg.gif) no-repeat 15px;
}

	.category a{
		color: #595959;
		font-size: 14px;
	}
	
		.category a:hover{
			color: #03C;
			text-decoration: underline;
		}
	
	.category .more{
		position: absolute;
		margin-right: 25px;
		top: 0px;
		right: 6px;
		font-size: 12px;
		color: #666;
	}
	
	.category .more:hover{
		color: #000;
	}

	.category .type {
		float: left;
		margin-left: 15px;
		width: 80px;
	}
	
	.category ul {
		white-space: nowrap;
		height: 28px;
		overflow: hidden;
	}
	
	.category li {
		float: left;
		width: 116px;
	}
	
	.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;
	}
	.category .soft{
		background: url(../images/icon/icon_soft.gif) 6px center no-repeat;
	}
	
.footer{
	width: 920px;
	margin: 0 auto;
/*	border-top: 1px #ddd solid;*/
	padding: 20px;
}

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

	
	
	