
.content_box{
	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;
}


.shake_effect{
        -webkit-animation-name: shake;
        animation-name: shake;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
    }


#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;
}