@charset "utf-8";
			body,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
				margin: 0;
				font-size: 12px;
				font-weight:normal; 
			}
			p{margin:0;}
			ul,ol,li{padding-left:0;list-style-type:none;}
			img,input{border: 0;outline: none;padding: 0;}
			a{text-decoration: none;}
			select{
				outline: none;
				border: 0;
				border-radius: 5px;
			}
			html{
				height: 100%;
				position: relative;
			}
			body{
				width: 100%;
				height: 100%;
				font-family: "微软雅黑";
				position: relative;
				max-width: 1920px;
			}
			
			.clear{clear:both;overflow:hidden;display:block;}
			.left{float: left;}
			.right{float: right;}



			