/* 错误信息页面用样式表 */
.err_box{ background:url(../images/err_bg.jpg) #000 no-repeat top center;  margin-bottom:-15px;}
.err_con{ background:url(../images/err_img.png) no-repeat left 30px;height:590px;overflow: hidden;}
.err_box2{ background:url(../images/err_bg2.jpg) #000 no-repeat center -25px;  margin-bottom:-15px;}
.err_con2{ background:url(../images/err_img2.png) no-repeat 80px 100px;height:590px;}
.err_txt{ margin:180px auto auto 540px;}

.err_txt .num{ background:url(../images/err_number.png) no-repeat; height:121px; display:block;}
.err_txt .num404{ background-position:0 -145px;}
.err_txt .num500{background-position:0 0;}
.err_txt h1{ color:#f00; font-size:24px; font-weight:bold;}
.err_txt p{ color:#ccc; font-size:14px;}
.err_txt a{ color:#ffcc00; text-decoration:underline }
.err_txt a:hover{ text-decoration:none}
a.err_sxym{ display:inline-block; width:81px; height:34px; padding-left:45px; margin-right:15px; background:url(../images/err_btn.png); color:#fff; line-height:34px; text-decoration:none;}
a.err_sxym:hover{background:url(../images/err_btn.png) 0 -34px}









