
*{
	margin: 0;
	padding :0;
	list-style: none;
	text-decoration: none;
	color: #666;
	border:0px;
}
body{
	background-image: url(../images/allimgs/guide_bg.jpg);
}
#header{
	width: 1280px;
	background: #fff;
	height: 80px;
}
#logo{
	float: left;
	margin: 15px;
}
#nav ul li{
	border-top:2px solid #fff;
	float: left;
	font-size: 20px;
	color:#666;
	padding:28px;
}
#nav ul li:hover{
	background: #eee;
	transition: background .1s ease-in .1s;
	border-top:2px solid red;
	transition:border-top .1s ease-in .1s;
}
#denglu a{
	color:#666;
	font-size: 15px;
	float: right;
	margin: 30px;
	margin-left:0px;
}




.content_box{
	width:1280px;
	height: 450px;
	margin: 0 auto;
}
.box_shadow{
	width:600px;
	height: 400px;
	box-shadow: 5px 5px 5px #888888;
	margin: 0 auto;
	margin-top:50px;
	background: #fff;
	border-radius: 12px;
	text-align: center;
	
}
.box_shadow h1{
	padding-top: 20px;
	color: #818285;
}
.form_div input{
	width:360px;
	height: 40px;
	border: 1px solid #dce0e7;
	display: block;
	margin: 0 auto;
	margin-top:20px;
}
.form_div button{
	margin-top:30px;
	width:320px;
	height: 38px;
	background: #ff6100;
	font-size: 16px;
	color:#fff;
	border: none;
	border-radius: 8px;
	opacity: 0.8;
}
.denglu:hover{
	opacity: 1;
}
.form_div p{
	margin-top:10px;
	font-size: 12px;
}
.form_div a:hover{
	color: red;
}





#footer{
	width:1280px;
	height:120px;
	background: #333;

}
.footer_one{
	float:left;
	clear:both;
	width:196px;
	height: 52px

}
.footer_two{
	float: left;
	color:#797E82;
	margin:45px;
	margin-left: 80px;
}
.footer_two p{
	font-size: 14px;
}
.footer_three{
	width:300px;
	height: 50px;
	float:left;
	border-left: 1px solid #555;
	border-right :1px solid #555;  
	margin:10px;
	margin-top:35px;
}
#p_2{
	font-size: 10px;
}
.footer_three ul li{
	float: left;
	margin:12px;
	font-size: 12px;
}
.footer_four img{
	margin-left:20px;
	margin-top: 35px;
}