@charset "utf-8";
		.clearfix:before,.clearfix:after{
				display: table;
				content: "";
			}
			.clearfix:after{
				clear: both;
			}
			.clearfix:before{
				zoom: 1;
			}
			.footer{
				background-color: #2e2e2e;
				padding-top: 20px;
			}
			.zlist dl{
				width: calc(100% / 7 - 1px);
				float: left;
				text-align: center;
				padding: 10px 0;
			}
			.zlist dt{
				font-size: 16px;
				color: #0586FF;
				line-height: 40px;
				margin-top: 10px;
				border-bottom: 1px #555 solid;
				
			}
			.zlist dd a{
				font-size: 14px;
				padding: 3px 10px;
				color: #888;
				line-height: 30px;
			}
			.zlist dd a:hover{
				background-color: #0586FF;
				border-radius: 4px;
				color: #fff;
			}
			.f_search{
				padding: 10px 0;
				position: relative;
				height: 40px;
			}
			.searchbox{
				width: 350px;
				position: absolute;
				left: 50%;
				margin-left: -175px;
			}
			
			.searchform{
			width: 308px;
			margin:0 auto;
			padding: 5px;
			height: 34px;
			}
			.input_search{
			width: 260px;
			padding-left: 10px;
			height: 32px;
			line-height: 32px;
			border:1px #0586FF solid;
			float: left;
			outline: none;
			}
		.btn_search{
			float: left;
			width: 34px;
			height: 34px;
			background: #0586FF url(../img/search.png) no-repeat 0 center;
			border-style: none;
		}
		.copy2{
			padding: 20px 10px;
			background-color: #222;
		}
		.friendlink{
			padding-top: 10px;
		}
		.friendlink dl{
			background-color: #2e2e2e;
			padding: 10px;
			border-radius: 10px;
		}
		.friendlink dt{
			padding: 0 10px;
			height: 30px;
			color: #ddd;
			font-size: 14px;
			text-align: center;
			border-radius: 4px;
			line-height: 30px;
			text-align: center;
			float: left;
			margin-right: 5px;
		}
		.friendlink dd{
			float: left;
			margin-right: 5px;
			height: 30px;
		}
		.friendlink dd a{
			display: block;
			font-size: 14px;
			line-height: 30px;
			padding: 0 10px;
			color: #777;
		}
		.friendlink dd a:hover{
			color: #0586FF;
		}
		.aboutus{
			text-align: center;
			margin: 10px;
		}
		.aboutus a{
			display: inline-block;
			padding:10px;
			font-size: 14px;
			color: #999;
		}
		.aboutus a:hover{
			color: #0586FF;
		}
		.aboutus p{
			text-align:center;
			font-size: 14px;
			color: #666;
			line-height: 30px;
		}