@charset "utf-8";

@charset "utf-8";

/*共公类*/
body{ margin:0px; font-size:12px; line-height:23px; color:#666; font-family:"微软雅黑",Simsun;}
h1,h2,h3,h4{margin:0px; padding:0px; font-size:12px; font-weight:normal;}
ul,ol,li{margin:0px; padding:0px; list-style-type:none;}
p,dl,dt,dd{margin:0px; padding:0px;line-height:22px}
img{border:none; margin:0px; padding:0px;}
a{text-decoration:none;color:#000;}

.clear{
	clear:both;
	height:0px;
}
* html .clear{
	clear:both;
	display:inline;
}
.flo{ float:left;}
.flot{ float:right;}

#demo {
    
     overflow:hidden;
     width: 100%;
}
#demo ul{list-style-type:none;}
#demo img {border:none;
}
#indemo {
     float: left;
     width:1000%;
 }
    #demo1 {
     float: left;
    }
    #demo2 {
     float: left;
    }

	#demo1 ul li{float:left; margin-left:10px; width:150px;  background:none;}
	#demo2 ul li{float:left; margin-left:10px; width:150px;  background:none;}
	#demo2 ul li p,#demo1 ul li p{ text-align:center; color:#333; font-size:12px; height:50px; line-height:25px; width:150px;}/* CSS Document */

