﻿@charset "utf-8";
/*
CSS Reset
Author : zhanghu
Date : 2013-11-27
Veision : 1.0.0
*/
/* 娓呴櫎鍐呭杈硅窛 */
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 缁撴瀯鍏冪礌 */
dl, dt, dd, ul, ol, li, /* list elements 鍒楄〃鍏冪礌 */
pre, code, /* text formatting elements 鏂囨湰鏍煎紡鍏冪礌 */
form, fieldset, legend, button, textarea, /* form elements 琛ㄥ崟鍏冪礌 */
table, tbody, tfoot, thead, th,  /* table elements 琛ㄦ牸鍏冪礌 */ 
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video/* html5 Elements */ {
	margin:0;
	padding:0;
	outline:0;
	background:transparent;
}
/*p{text-align: center;}*/
img{margin:0;padding:0;outline:0;border:0;vertical-align:top;}
/* html5 Elements display block html5鍏冪礌鍧楃骇鍛堥€?/ 
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
/* 璁剧疆榛樿瀛椾綋 */
body,
button, input, select, textarea,p /* for ie */ {font:14px Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, sans-serif;}
h1, h2, h3, h4, h5, h6,button, input, select, textarea{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; } /* 灏嗘枩浣撴壎姝?*/
code, kbd, pre, samp { font-family:courier new, courier, monospace; } /* 缁熶竴绛夊瀛椾綋 */
small { font-size:12px; } /* 灏忎簬 12px 鐨勪腑鏂囧緢闅鹃槄璇伙紝璁?small 姝ｅ父鍖?*/
/* 閲嶇疆鍒楄〃鍏冪礌 */
ul, ol, li { list-style:none; font-family: "Microsoft Yahei";}
/* 閲嶇疆鍥剧墖杈规 */
img { border:none; }
/* 閲嶇疆鏂囨湰鏍煎紡鍏冪礌 */
a { text-decoration:underline;outline:thin none; }
a:hover { text-decoration:underline; }
/* 閲嶇疆琛ㄦ牸鍏冪礌 */
table { border-collapse:collapse; border-spacing:0; }
/* 娓呴櫎娴姩 */
.clear{clear:both;  }
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}