*{
	margin:0;
	padding:0;
	-webkit-font-smoothing:antialiased;
}
.none{
	display: none;
}
#header{
	width:100%;
	min-width: 1280px;
	height: 70px;
	background-color: #333;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	position: relative;
	z-index: 999;
}
/*内容区 固定大小*/
#header .center{
	width: 1263px;
	height:70px;
	margin:0 auto;
}
#header .logo{
	width: 240px;
	height:70px;
	color: blanchedalmond;
	/* background-image: url(../image/logo.jpg); */
	/* text-indent: -9999px; */
	float: left;
	padding-top: 12px;
}
/*导航样式*/
#header  .link{
	width: 700px;
	height:70px;
	float: right;
	list-style: none;
}
#header .link li{
	width:120px;
	height: 70px;
	background-color: #333;
	text-align: center;
	line-height: 70px;
	color:#eee;
	float: left;
}
#header .link a{
	display: block;
	text-decoration:none;
	color:#eee;
	width:100%;
	height:100%;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
#header .link a:hover,#header .link .active{
	background-color: #000;
}
#search{
	width: 100%;
	min-width: 1263px;
	height:600px;
	background:url(../image/border2.jpg) no-repeat center;
	position: relative;
}

#search #mask{
	width: 100%;
	min-width: 1263px;
	height:600px;
	transition:all 0.8s;
	-webkit-transition:all 0.8s;
}
#login{
	position: relative;
	top: 9%;
    width: 300px;
    height: 400px;
    margin: 0px auto 0;
    padding: 60px 50px 0px;
    background-color:
    #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px
    rgba(0, 0, 0, 0.53);
    float: center;
}
#search .center{
	width: 600px;
	height:60px;
	background-color: #000;
	position: absolute;
	top:50%;
	left: 50%;
	margin:-30px -300px;
	border-radius:10px;
	opacity:0.5;
	filter:alpha(opacity:50);
}

#search .search{
	width:481px;
	height:52px;
	position: absolute;
	top:50%;
	left: 50%;
	margin:-27px -296px;
	border-radius:10px 0 0 10px;
	background-color: #fff;
	color:#666;
	font-size: 24px;
	font-weight: bold;
	padding-left:20px;
	border:1px solid #666;
	outline: none;
}

#search .button{
	width:90px;
	height:54px;
	position: absolute;
	top:50%;
	left: 50%;
	margin:-27px 206px;
	border-radius:0 10px 10px 0;
	color:#666;
	background-color: #fff;
	font-size: 24px;
	border:1px solid #666;
	cursor: pointer;
}
#search .button:hover{
	background-color: #2ECC71;
	color:#fff;
}


#foot{
	height:361px;	
	background-color: #222;
}
#foot .top{
	height:280px;
	width: 1263px;
	margin: 0 auto;
	text-align: center;
}
#foot .bottom{
	height:80px;
	margin: 0 auto;
	text-align: center;
	line-height: 80px;
	color:#777;
	background-color: #000;
	border-top: 1px solid #444;
}
#foot .block{
	width: 410px;
	height: 280px;
	display: inline-block;
	color: #ccc;
	text-align: left;
	vertical-align: top;
	float: left;
}
#foot h2{
	padding: 20px 0 5px 20px;
	font-size: 24px;
	font-weight: normal;
}
#foot hr{
	border:1px solid #333;
	width: 90%;
}
#foot ul{
	list-style: none;
	font-size: 18px;
	color:#777;
	text-indent: 20px;
	line-height: 2;
}