 /* 默认样式---------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	vertical-align: baseline; 
}

/* body  调整为你需要的样式----------------------------------------*/
body {
	font-size: 12px;
	/*
	background:url(../images/header.jpg) no-repeat top center; 
	background-color: #f0f0f0;*/
}

/* font --------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {}
/* list -----------------------------------------------------------*/
ol,ul {list-style-type: none;}
li {list-style: none;}
/* clearfix-----------------------------------------------------*/
.clearfix:after,.main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix,.main {display: inline-block;}/*IE7用*/
* html .clearfix,* html .main { zoom: 1; display: inline-block;}/* Hides from IE-mac \*/
.clearfix,.main{ display:block;}/* End hide from IE-mac */
 

/* heading-------------------------------------------------*/
h1 strong,h1 em,h2 strong,h2 em,h3 strong,h3 em,h4 strong,
h4 em,h5 strong,h5 em,h6 strong,h6 em {
	font-weight: inherit;
	_font-weight: expression(this.parentNode.currentStyle.fontWeight);
	*font-weight: expression(this.parentNode.currentStyle.fontWeight);
}

.blank30{ height:20px; font-size:1px; line-height:20px; clear:both;}
.blank40{ height:40px; font-size:1px; line-height:40px; clear:both;}
.blank75{ height:75px; font-size:1px; line-height:75px; clear:both;}
.blank10{ height:10px; font-size:1px; line-height10px; clear:both;}
.blank5{ height:5px; font-size:1px; line-height:5px; clear:both;}




.mt10{ margin-top:10px;} .mt35{ margin-top:35px;}
