﻿@charset "utf-8";
/***************************** 其它附属页面样式，包括出错页，提交成功页等*******************************/
.error-box { padding:130px 0;}
.error-con { width:533px; height:280px; background:url(../images/others/bg_error.png) no-repeat; margin:0 auto; padding-top:200px;}
.error-con h6 { width:485px; font:16px/30px "Arial"; color:#5a5a5a; padding-bottom:30px; border-bottom:1px solid #d8d8d8; text-align:center}
.error-con p {font:16px/36px "Microsoft YaHei"; color:#000; padding-top:12px;}
.error-con p a { color:#ff871c; text-decoration:underline; cursor:pointer}
.error-con p a:hover { text-decoration:none}

/*提交成功页面*/
.sumbit_box { padding-top:50px}
.sumbit_head { padding:66px 0 32px; border-bottom: 1px solid #dcdcdc; background:url(../images/others/sm_dh.png) center top no-repeat}
.sumbit_head h6 { height:42px; text-align:center; font:700 24px/42px "Microsoft YaHei"; color:#f08300;}
.sumbit_head p { font:16px/28px "Microsoft YaHei"; color:#242424; text-align: center}
.sumbit_info { height:360px; padding-top:45px; background:url(../images/others/bg_successinfo.jpg) right bottom no-repeat; padding-left:95px;}
.sumbit_info p { height:30px; font:700 18px/30px "Microsoft YaHei"; margin-bottom: 25px}
.sumbit_info ul li {width:370px; height:26px; overflow:hidden;zoom:1; padding-left:36px; background:url(../images/others/icon_success2.png) no-repeat; margin-bottom:6px; font-size:14px; line-height:26px}
.sumbit_info ul li a { color:#f08300; text-decoration:underline}
.sumbit_info ul li.icon_s1 { background-position: 0px 0px}
.sumbit_info ul li.icon_s2 { background-position: 0px -40px}
.sumbit_info ul li.icon_s3 { background-position: 0px -80px}
.sumbit_info ul li.icon_s2 b {font: bold 16px "Microsoft YaHei";}
.sumbit_info ul li span { width:110px; height: 26px; display: block; float:right; background: url(../images/others/icon_success2.png) 0px -120px no-repeat; padding-left:35px}
.sumbit_info dl { padding-top:20px; overflow:hidden; zoom:1}
.sumbit_info dl dt { width:116px; height:116px; float:left; margin-right:30px}
.sumbit_info dl dd { width:100px; float:left; padding-top:25px; font:16px/26px "Microsoft YaHei";}
