﻿@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, div,input{font-family:"微软雅黑",Microsoft YaHei; font-weight:normal; font-size:12px;}
a,span{outline: none;text-decoration: none; font-family:"微软雅黑",Microsoft YaHei;}


body{
	width:100%;
	height:100%;
	background:url(../images/error_bg2.jpg);
	
	}
.content{
	width:1200px;
	height:500px;
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-600px;
	margin-top:-250px;
	/*background:#fff;*/
	
	}
	
.error_img{
	display:block;
	float:left;
	margin:70px 30px 0px 160px;
	}
	
.right h1{
	color:#005b9b;
	font-size:32px;
	margin:140px 0px 15px 10px;
	}
.right span{
	color:#005b9b;
	font-size:20px;
	}
.right .return{
	display:block;
	color:#e70a0a;
	font-size:16px;
	margin:15px 0px 15px 0px;
	}	
.right .return:hover{
	color:#e70a0a;
	text-decoration:underline;
	}	
	
	
	
	
	
	
	
	
	
	
	