html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*html {
	background-image: url(about:blank);
	background-attachment: fixed;/* 解决固定层在IE6下闪的问题 */
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body {
	color: #333;
	font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', SimSun, 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
	line-height: 22px;
	
	background: #fff; /*解决电脑设置保护色，网页空白处默认淡绿色问题*/
}
p {
	margin: 0 0 10px 0;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* 清除浮动*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/* 高度自适应 */
.colwrapper {
	overflow: hidden;
	zoom: 1 /*for ie*/;
	margin: 5px auto;
}
.strong {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.show {
	display: block;
	visibility: visible;
}
.hide {
	display: none;
	visibility: hidden;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.break {
	word-wrap: break-word;
	overflow: hidden; /*word-break:break-all;*/
}
.radius {
	-webkit-border-radius: 4px;   /*只支持webkit内核的浏览器*/
	border-radius: 4px;  /*只支持IE内核的浏览器（IE>=7)*/
	-moz-border-radius : 4px; /*只支持Mozilla内核的浏览器*/
	border: #ddd solid 1px;
	padding: 4px;
}
/*超出省略号显示*/
.ellipsis {
	white-space: nowrap;/*设置不折行*/
	text-overflow: ellipsis;/*这就是省略号喽*/
	-o-text-overflow: ellipsis;/*兼容opera*/
	width: 80px;
	overflow: hidden;
}
/*文字闪动*/
.blink {
	text-decoration: blink;
}
/* 解决ie下连接加粗的鼠标样式问题*/
a strong {
	cursor: pointer;
}
a{text-decoration:none;}
/*表单Form*/
input[type=text], textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #999999;
	box-shadow: 1px 1px 3px #ccc inset;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	outline: medium none;
	padding: 4px 9px;
	margin: 1px;
}
fieldset {
	padding: 20px;
	border: #ccc solid 1px;
}
label {
	display: block;
	font-size: 14px;
	margin: 10px 0 0 0;
}
/* 第一个元素 */
.start {
  margin-left: 0;
}

/* 最后一个元素 */
.end {
  margin-right: 0;
}
/*布局*/
.wrapper{width:100%;}
.row{
	height:auto; overflow:hidden; clear:both; margin-left:-20px;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 , .aside, .main{
  display: inline; float: left; margin-left: 20px; /*margin-right: 10px;*/
}
 
.w1_kuan p{
	text-indent:2em;
	margin-bottom:10px;
}
.w1_kuan p img{
	margin-left:-2em;
}