	/*****************************
		制作人:肖欧
		公司:广东恒逸有限公司
		时间:2020年7月22日09:46:37
	*****************************/
	div{margin:0;border:0;padding:0;}
	html, body, a, h1, h2, h3, h4, h5, h6, p, div, ul, li, ol, dl, dt, dd, img, form, input, textarea, select, fieldset, dir{word-break: break-all;word-wrap: break-word;margin: 0;padding: 0;}
	/*****************************
		1，清除浮动
		2，before/after
	*****************************/
	/*********   清除浮动  **********/
	.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
		content: "";
		display: block;
		height: 0;
		clear:both;
		visibility: hidden;
	}
	/* .clearfix{
		*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
	 .clearfix:after,.clearfix:before{
		content: "";
		display: table;
	}
	.clearfix:after{
		clear: both;
	}
	.clearfix{
		*zoom: 1;
	} 
	/*********   before/after  **********/
	.txt{color: #444444;}
	.txt::before{}
	.txt::after{color: blanchedalmond;background-color: darkgoldenrod;}
	.txt:hover{}
	  
	
	.banner{background-color: #e7eff2;width: 100%;height: 100%;}
	.banner_img{height: 100%;}
	
	
	
	
	
	.test{display: inherit;margin: 0;}
	
	a { color: inherit; outline: none; text-decoration: none;}
	/* img{position: inherit;margin: inherit;} */
	ul, li, ol { list-style-type: none; margin:0;padding:0;}
	
	
/* 	a{ background-color: #848484; }
	a.active{ background-color: #ef941f; }
	a:hover{ background-color: #ef941f; } */
	
	.fr{float: right;}
	.fl{float: left;}
	.al{ float: left;}
	.ar{ float: right;}
	.ll{ float: left;}
	.lr{ float: right;}
	
	.w2{width: 50%;}
	.w3{width: 33.333333%;}
	.w4{width: 25%;}
	.w5{width: 20%;}
	
/* 	.l1{ width: calc(60% + 60px);}
	.l2{ width: calc(30% + 30px);}
	.l3{ width: calc(20% + 20px);}
	.l4{ width: calc(15% + 15px);}
	.l5{ width: calc(12% + 12px);}
	.l6{ width: calc(10% + 10px);}
	.l7{ width: calc(8% + 8px);}
	.l8{ width: calc(7% + 7px);}
	.l9{ width: calc(7% + 7px);}
	.l10{ width: calc(6% + 6px);} */