﻿@charset "utf-8";
/*全局*/
*{
	font:12px/1.8em "Microsoft Yahei","\5b8b\4f53","tahoma","arial";
	color: #000;
}
body{
	margin:0 auto;
	padding:0;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
}

ul li,ol li{
	list-style:none;
}
img{
	border:none;
}
button{
	border:none;
}
a:link, a:visited{
	text-decoration:none;
	color:#000;
}
body:before, body:after {
  content: "";
  display: table;
}


.bigColor{
	color: #242424 !important;
}
.middleColor{
	color: #444444 !important;
}
.smallColor{
	color: #999999 !important;
}
.smallerColor{
	color: #b5b5b5 !important;
}
.redColor{
	color: #ff4747 !important;
}
.fontColor{
	color: #FD001A !important;
}

/* 字体  */
.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}

/* 距离  */
.header-width, .index-menu{
	width: 1200px;
	margin: 0 auto;
}

.container-fluid, .container{
	padding: 0;
}


