
html, body, div,p ,hr,ul,li,a,span{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}
a{text-decoration: none;color: #333;}
body,html {
    width: 100%;
    height: 100%;
    background: #ddf8ef;
}
body{
	margin-top: 50px;
	padding-bottom: 50px;
}
.container{
	width: 100%;
	max-width: 480px;
	margin:auto;
	overflow: hidden;
}
.top404 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.top404-left {
    width: 28%;
    float: left;
}
.top404-left img{
    width: 100%;
}
p.sorry{
	font-size: 33px;
	color: #f27630;
	font-weight: bold;
	margin-top: 20%;
}
p.top404-con{
	font-size: 17px;
	color: #004f32;
	font-weight: bold;
	margin-top: 5%;
}
.top404-right{
	float: left;
	width: 72%;
}
hr{
    border: none;
    border-top: 1px solid #004f32;
}
.middle{
	width: 100%;
	margin-top: 3%;
}
.mid-tit{
	font-size: 24px;
	color: #004f32;
	font-weight: bold;
	text-align: center;
}
.mid-con{
	overflow: hidden;
	margin-top: 2%;
}
.mid-con span{
	display: block;
	float: left;
	width: 50%;
	font-size: 18px;
	margin: 1% 0;
}
.mid-con .mid-con-left{
	text-align: right;
	color: #004f32;
}
.mid-con .mid-con-right{
	color: #f27630;
	text-align: left;
	font-weight: bold;
}
.mid-con .mid-con-right a{
	
	color: #f27630;
}
.mid-bot{
	width: 80%;
	background: #004f32;
	margin: auto;
	margin-top: 3%;
	border-radius: 8px;
	overflow: hidden;
}
.mid-bot-tit{
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	line-height: 42px;
}
.mid-bot-con{
	width: 80%;
	border-radius: 8px;
	padding: 2%;
	background: #dcf8ee;
	margin:auto;
	margin-bottom: 5%;
}
.mid-bot-con ul li{
	list-style: none;
	width: 96%;
	height: 50px;
	border-bottom: 1px solid #004f32;
	text-align: center;
}
.mid-bot-con ul li:nth-child(1){
	background: url(/404/img/404_07.gif) no-repeat;
	background-position: 5px 2px;
}
.mid-bot-con ul li:nth-child(2){
	background: url(/404/img/404_13.gif) no-repeat;
	background-position: 5px 2px;
}
.mid-bot-con ul li:nth-child(3){
	border:none;
	background: url(/404/img/404_15.gif) no-repeat;
	background-position: 5px 2px;
}
.mid-bot-con ul li a{
	display: block;
	width: 100%;
	
	color: #004f32;
	font-size: 20px;
	line-height: 50px;
	background: url(/404/img/404_09.png) no-repeat;
	background-position: 92% 2px;
}

.bottom{
	width: 86%;
	overflow: hidden;
	padding: 0 7%;
	margin-top: 5%;
	margin-bottom: 10%;
}
.bottom a{
	display: block;
	width: 30%;
	font-size: 17px;
	color: #fff;
	border-radius: 8px;
	text-align: center;
	padding:3%;
	
}
.bottom a.bot-lef{
	background: #004f32;
	float: left;
}
.bottom a.bot-rig{
	background: #f27630;
	float: right;
}