body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {font-weight:normal;margin:0;padding:0;font-family: "microsoft yahei";}
/*特惠部分*/
ul li {list-style: none;list-style-type: none;}

/*===============默认样式清除=================*/
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}   
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video { display:inline-block;*display:inline;*zoom:1;*display: inline;*zoom: 1;}
/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{ font:12px/1.5 'microsoft yahei';}  
/* 去掉各Table cell 的边距并让其边重合 */
table{border-collapse:collapse;border-spacing:0;table-layout:fixed;}
/* IE bug fixed: th 不继承 text-align*/
th{text-align:inherit;}
/* 去除默认边框 */
fieldset,img{ border:0;}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe{display:block;}
/* 去掉 firefox 下此元素的边框 */
abbr,acronym{border:0;font-variant:normal;}
/* 一致的 del 样式 */
del {text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:500;}
/* 去掉列表前的标识, li 会继承 */
ol,ul {list-style:none;}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {text-align:left;}
q:before,q:after { content:'';}
/* 统一上标和下标 */
sub, sup { line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
/* 让链接在 hover 状态下显示下划线 */
a:hover {text-decoration:none;}
 /* 默认不显示下划线，保持页面简洁 */
ins,a {text-decoration:none; outline: none;}
a{hide-focus: expression(this.hideFocus=true);color:#797979;}
i, em{font-style: normal;}
/*屏蔽浏览器textarea拖拉效果*/
textarea{resize: none; outline-style: none;}
/*长段单词换行*/
.break-word{white-space: pre-wrap;word-wrap: break-word;}
/* 清理浮动 */
.fn-clear:after {visibility:hidden;display:block;font-size:0; content:" "; clear:both;height:0;}
.fn-clear {zoom:1; /* for IE6 IE7 */}
/* 清理浮动 */
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" .";clear:both; height:0;}

.wrap_prompt{ width:1200px; margin:0 auto;}
.logo_prompt{ float:left; margin-top:25px; margin-bottom:10px;margin-left:80px;}
.head_prompt{ float:right;margin-top:25px;margin-bottom:10px;}
.head_prompt li{ float:left; font-size:18px; color:#333; margin-left:35px;}
.head_prompt li a{ color:#333;}
.prompt_500{ background:#fafafa url(../images/wu001.png) no-repeat center 65px;border-bottom:solid 4px #d4d2d6; padding-top:245px; padding-bottom:115px; text-align:center; color:#4c4b4b;}
.prompt_500 strong{ font-size:143px;}
.prompt_500 p{ font-size:24px; color:#7d7d7e;}
.prompt_footer{ padding:40px;  text-align:center; font-size:14px; color:#7f7f7f; line-height:30px;}
.prompt_footer a{ margin:0 10px;}
.error400{ background:#fbd0e8 url(../images/error001.jpg) no-repeat center top; height:615px;}