/*重置样式*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,p { margin:0; padding:0; }
body { font-size: 14px; font-family: '微软雅黑'; background-color: #F9FAFC; min-width: 900px; }
img { border:0; display: block; } 
ul {  list-style:none; } 
h1,h2,h3,h4,h5,h6 {  font-size:100%; color: #333;  font-weight:normal;  }
a{ text-decoration: none; color: #666; }
/*页面样式*/
html,body,.content { width: 100%; height: 100%; position: relative; }
body { background: #F9FAFC url(images/404body.jpg) no-repeat center bottom; }
.content .main { width: 500px; height: 500px; position: absolute; left: 50%; margin-left: -250px; bottom: 100px; }
.content .main h1 { width: 440px; height: 185px; margin: 0 auto 20px; background: url(images/404.png) no-repeat center; }
.content .main h2 { text-align: center; font-family: '微软雅黑'; font-size: 24px; line-height: 26px; font-weight: 900; color: #f85766; }
.content .main h3 { text-align: center; font-size: 18px; line-height: 26px; color: #999; }
.content .main .img { width: 83px; margin: 10px auto 20px; }
.content .main .img h4 { font-size: 14px; color: #999; line-height: 18px; text-align: center; }
.content .main .backIndex { display: block; margin: 0 auto; width: 167px; height: 43px; line-height: 43px; text-align: center; color: #FFF; background: url(images/404_back.png); }
.content .main .backIndex:hover { opacity: 0.8; filter: alpha(opacity=80); }
.content .main .nav { width: 500px; height: 14px; margin-top: 10px; text-align: center; }
.content .main .nav a {  font-size: 14px; line-height: 14px; display: inline-block; *display: inline; *zoom: 1; padding: 0 10px; border-right: 1px solid #e0e2e3; }
.content .main .nav a.r { border-right: none; }
.content .main .nav a:hover { color: #f85766; }