@charset "gbk";

/*!
 * Endfish-CSS v1.0.0 (http://www.tianbianyu.com)
 * Copyright 2014 Endfish, Inc.
 * 重置样式页面.
 */

/*全部样式*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin:0;
	padding:0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display:block;
}
html, body, fieldset, img, iframe, abbr {
	border:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}


/*表格样式*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
	font-weight:normal;
}

/*UL LI样式*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
li {
	list-style:none;
}


/*标题样式*/
h1, h2, h3, h4, h5, h6, small {
	font-size:100%;
	font-weight: normal;
}
h1,.h1 {
  font-size: 36px;
}

h2,.h2 {
  font-size: 30px;
}

h3,.h3 {
  font-size: 24px;
}

h4,.h4 {
  font-size: 18px;
}

h5,.h5 {
  font-size: 14px;
}

h6,.h6 {
  font-size: 12px;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 65%;
}
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
  font-size: 75%;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #999;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
	
}

/*页面主体文字样式*/
body, textarea, input, button, select, keygen, legend {
	font:12px/1.14 arial, \5b8b\4f53;
	outline:0;
	line-height: 1.428571429;
	font-family:Microsoft Yahei;/*默认字体微软雅黑*/
}
p {
  margin: 0 0 10px;
}

/*表单样式*/
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
textarea {
	overflow:auto;
	resize:none;
}

/*标签样式*/
i, cite, em, var, address, dfn {
	font-style:normal;
}
[hidefocus], summary {
	outline:0;
}
sup, sub {
	font-size:83%;
}
pre, code, kbd, samp {
	font-family:inherit;
}
q:before, q:after {
	content:none;
}
label, summary {
	cursor:default;
}

/*链接样式*/
a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a, button {
	cursor:pointer;
}

del, ins, u, s, a, a:hover {
	text-decoration:none;
}

/*引用样式*/
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-weight: 300;
  line-height: 1.25;
}

/*全局背景*/
body{
	background:url(../images/bg_02.jpg);
}
