@charset "utf-8";
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/













/*以下css复制到网站css中*/
.xl404_box{
	width: 100%;
	min-height: 340px;
	background: url(../images/404_bj.png) center center no-repeat;
}
.xl404_boxa{
	width: 100%;
	height: 100px;
	margin-top: 20px;
	background: url(../images/404_xx.png) center top no-repeat;
	border-bottom: 2px solid #f4ecd5;
}
.xl404_an{
	display: block;
	width: 140px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #6a3906;
	font-size: 23px;
	color: #5a2e15;
	padding-left: 24px;
	background: url(../images/404an_bj.png) 140px center no-repeat;
	margin: 36px auto;
	text-decoration: none;
}
.xl404_an:hover{
	color: #e8bc43;
	border: 1px solid #e8bc43;
	background: url(../images/404an_bjon.png) 140px center no-repeat;
}
.xl404_span{
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
	color: #5a2e15;
}
.xl404_ul{
	width: 700px;
	/*width: 1200px;*/
	margin: 0 auto;
	text-align: center;
	padding: 14px 0;
}
.xl404_ul li{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 165px;
	height: 64px;
	margin: 12px;
}
.xl404_ul li a{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	width: 100%;
	height: 64px;
}
.xl404_ul li a:hover{
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}
@media (min-width: 660px) and (max-width: 1000px) {
	.xl404_box{
		width: 100%;
		min-height: 220px;
		background: url(../images/404_bj.png) center center no-repeat;
		background-size: auto 80%;
	}
	.xl404_boxa{
		width: 100%;
		height: 80px;
		margin-top: 16px;
		background: url(../images/404_xx.png) center top no-repeat;
		background-size: auto 80%;
		border-bottom: 2px solid #f4ecd5;
	}
	.xl404_an{
		display: block;
		width: 100px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #6a3906;
		font-size: 16px;
		color: #5a2e15;
		padding-left: 24px;
		background: url(../images/404an_bj.png) 100px center no-repeat;
		background-size: 8% auto;
		margin: 26px auto;
		text-decoration: none;
		font-family: "微软雅黑";
	}
	.xl404_an:hover{
		color: #e8bc43;
		border: 1px solid #e8bc43;
		background: url(../images/404an_bjon.png) 100px center no-repeat;
		background-size: 8% auto;
	}
	.xl404_span{
		display: block;
		height: 26px;
		line-height: 26px;
		text-align: center;
		font-size: 18px;
		color: #5a2e15;
		margin: 12px 0;
		font-family: "微软雅黑";
	}
	.xl404_ul{
		width: 80%;
		margin: 0 auto;
		text-align: center;
		padding: 7px 0;
	}
	.xl404_ul li{
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 130px;
		height: 40px;
		margin: 16px 12px;
	}
	.xl404_ul li a{
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 100%;
		height: 40px;
	}
	.xl404_ul li a img{
		display: block;
		width: 100%;
	}
	.xl404_ul li a:hover{
		filter:alpha(opacity=80);
		opacity:0.8;
		-moz-opacity:0.8;
	}
}
@media (min-width: 0px) and (max-width: 660px) {
	.xl404_box{
		width: 100%;
		min-height: 140px;
		background: url(../images/404_bj.png) center center no-repeat;
		background-size: auto 80%;
	}
	.xl404_boxa{
		width: 100%;
		height: 60px;
		margin-top: 16px;
		background: url(../images/404_xx.png) center top no-repeat;
		background-size: auto 80%;
		border-bottom: 2px solid #f4ecd5;
	}
	.xl404_an{
		display: block;
		width: 100px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #6a3906;
		font-size: 16px;
		color: #5a2e15;
		padding-left: 24px;
		background: url(../images/404an_bj.png) 100px center no-repeat;
		background-size: 8% auto;
		margin: 16px auto;
		text-decoration: none;
		font-family: "微软雅黑";
	}
	.xl404_an:hover{
		color: #e8bc43;
		border: 1px solid #e8bc43;
		background: url(../images/404an_bjon.png) 100px center no-repeat;
		background-size: 8% auto;
	}
	.xl404_span{
		display: block;
		height: 26px;
		line-height: 26px;
		text-align: center;
		font-size: 16px;
		color: #5a2e15;
		margin: 6px 0;
		font-family: "微软雅黑";
	}
	.xl404_ul{
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 7px 0;
	}
	.xl404_ul li{
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 100px;
		height: 40px;
		margin: 4px 0;
	}
	.xl404_ul li a{
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 100%;
		height: 40px;
	}
	.xl404_ul li a img{
		display: block;
		width: 100%;
	}
	.xl404_ul li a:hover{
		filter:alpha(opacity=80);
		opacity:0.8;
		-moz-opacity:0.8;
	}
}
