BODY {BACKGROUND: #fff; height:100%;font-family:'Microsoft YaHei', SimHei,Tahoma,Arial,Roboto,"Droid Sans","Helvetica Neue","Droid Sans Fallback","Heiti SC",sana-self;}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.dingbu{
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:42px;
	background-image: -moz-linear-gradient(top, rgba(8, 113, 220, 0.6), rgba(5,89,175, 1));
	background-image: -o-linear-gradient(top, rgba(8, 113, 220, 0.9), rgba(5,89,175, 1));
	background-image: -webkit-linear-gradient(top, rgba(8, 113, 220, 0.9), rgba(5,89,175,1));
	background-image: linear-gradient(top, rgba(8, 113, 220, 0.9), rgba(5,89,175, 1));
	border-top: 1px solid #004c99;
	box-shadow: inset 0px 1px rgba(255, 255, 255, 0.4),
				0px 0px 13px #000000;

}
.dingbu a{display:block; width:23%; height:42px; font-size:1.6rem; line-height:42px; color:#ffffff; text-align:center;float:left;/*float:right;*/margin-left:1%;}
.dingbu a.one{border-right:1px solid #aecffb;}
.dingbu a.two{border-right:1px solid #aecffb;}
.dingbu a.three{border-right:1px solid #aecffb;}
.dingbu a:four{}

@media screen and (max-width: 992px){
.dingbu{
	height:36px;
}
.dingbu a{font-size:1.0rem;height:36px;line-height:36px;}
}

.container{max-width:90%;margin:0 auto;padding:20px 0px; text-align:center;}
.container .error{margin:0 auto;font-size:11rem;font-weight:800;;height:200px; line-height:200px;color:#0368ce;}
.container .tishi{margin:0 auto;font-size:16px;}
.bg{display:block;max-width:100%;margin:0px auto;margin:40px auto;}
.btn{width:400px;margin:0 auto;max-width:100%;margin-top:40px;}
.btn a{float:left;width:46.5%;border:1px solid #5298ff;background:#5298ff;color:#FFF;display:block;height:46px; line-height:44px;text-align:center;font-size:16px;border-radius:3px;overflow:hidden;}
.btn .goindex{margin-right:6%;}
.btn .lx{border: 1px solid #d8d8d8;background:#ffffff;color:#8c8c8c;}
@media screen and (max-width: 500px){
.btn{ width:85%; }
.btn a{ width:100%; font-size:15px; height:42px; line-height:42px; }
.btn .goindex{ margin-right:0; margin-bottom:20px; }
}