/*css代码重置*/
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
	font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
	color:#ffd50c;
    margin:0;
    padding:0;
	min-width: 1100px;
}
input {border:none;}
.lf   {float:left;}
.rt   {float:right;}
.clear{clear:both;}
a       {color:#666;text-decoration:none;}
a:hover {color:#429DF3;text-decoration:none;}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: #fff;
}
.b_mian,.c_main,.d_main,.e_main,.f_main{
	margin-top: 41px;
}

/*顶部的加载条*/
#web_loading{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index:99999999;
	width:100%;
}
#web_loading div{
	width:0;
	height:5px;
	background:#FF9F15;
}
/*尾部*/
.footer {
	height: 120px;
	line-height: 120px;
	color: #7A7879;
	text-align: center;
	background: #1A1A1A;
	margin-top: -4px;
	position: relative;
	top:0;
}