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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	letter-spacing:1px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration: none!important;}
.wrapper{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.fl{
	float: left;
}

.fr{
	float: right;
}
.clear{
	clear: both;
}
a,a:hover,a:focus,a:active{
	text-decoration: none;
	color: #333;
}
.noborder{
	border: none !important;
}
.btn{
	border: none;
	background-color: transparent;
	text-align: center;
	outline: transparent;
	padding: 20px;
	display: inline-block;
}
.btn-block{
	width: 100%;
	display: block;
}
.btn-primary{
	background-color: #0078e6;
	color: #fff;
}
.btn-sm{
	padding: 10px 20px;
	font-size: 14px;
}
.btn:hover{
	color: #fff;
}
.btn-sm:hover{
	color: #fff;
}

.btn-default{
	border: 1px solid #999;
	color: #333;
}
.btn-default:hover{
	background-color: #0078e6;
	color: #fff;
}

.btn-xs{
	padding: 5px 20px;
	color: #333;
	font-size: 14px;
}

.current{
	background-color: #0078e6;
	border: #0078e6;
	color:#fff;
}

.breadcrumb {
	padding: 15px;
	margin-bottom: 20px;
	list-style: none;
	font-size: 14px;
  }
  .breadcrumb > li {
	display: inline-block;
  }
  .breadcrumb > li > a{
	  color: #999;
  }
  .breadcrumb > li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: ">";
  }
  .breadcrumb > .active {
	color: #999;
  }
.text-center{
	text-align: center;
}


.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}