/*重置*/
* { padding: 0; margin: 0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, font { padding: 0; margin: 0; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;}
table { border-collapse: collapse; border-spacing: 0;}
fieldset, img { border: 0; vertical-align: middle;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;}
p { word-wrap:break-word;}
ol, ul, li, dl, dt, dd { list-style: none;}
input, button, textarea, checkbox, select, radio, form { vertical-align: middle;}
:focus { outline: none;/* for Firefox */}
input[type="submit"] { cursor: pointer;}
button { cursor: pointer;}
a, a:link, a:visited, a:hover {text-decoration: none;}
a, area { blr:expression(this.onFocus=this.blur())/* for IE */;}
.dis { display:block;}
.undis { display:none;}
.fl { float:left;} 
.fr { float:right;}
.cl { clear:both;}
.clearfix:after { content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.radius4 { border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -ms-border-radius: 4px;}
.radius6 { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px;}
.radius10 { border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px;}
/*.center { width: 1200px; margin: 0 auto;}*/
.blank { padding-top: 15px; height: 0; font-size: 0; line-height: 0; clear: both; overflow: hidden;}
@font-face {
	font-family:"beba";
	src: url('../font/BEBAS__.TTF') format('truetype');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family:"fzxs";
	src: url('../font/fzxs.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

.font-size-12 { font-size: 12px;}
.font-size-14 { font-size: 14px;}
.font-size-16 { font-size: 16px;}
.font-size-18 { font-size: 18px;}
.font-size-20 { font-size: 20px;}
.font-size-22 { font-size: 22px;}
.font-size-24 { font-size: 24px;}
.font-size-28 { font-size: 28px;}
.font-size-30 { font-size: 30px;}
.font-size-32 { font-size: 32px;}

.color-f{ color: #FFFFFF;}
.color-f5 { color: #F5F5F5;}
.color-d { color: #DDDDDD;}
.color-e { color: #EEEEEE;}
.color-9 { color: #999999;}
.color-6 { color: #666666;}
.color-5 { color: #555555;}
.color-4 { color: #444444;}
.color-3 { color: #333333;}
.color-2 { color: #222222;}
.color-1 { color: #111111;}
.color-0 { color: #000000;}


/*响应式*/
.img-thumbnail { width: 100%; padding: 0px; background: none; border: none; border-radius: 0px; box-shadow: none;}
















