﻿/* css 重置 */
    /* css 重置 */
	#focus,#focus p,#focus input,#focus h1,#focus h2,#focus h3,#focus h4,#focus h5,#focus h6,#focus ul,#focus li,#focus dl,#focus dt,#focus dd,#focus form { margin: 0; padding: 0; list-style: none; vertical-align: middle; font-weight:normal; }
	#focus img { border:0; margin: 0; padding: 0;  }
    #focus	 { color: #000; -webkit-user-select: none; -webkit-text-size-adjust: none; font:normal 16px/200% "微软雅黑", helvetica, arial; text-align:left;   }
	#focus header,#focus section,#focus footer { display: block; margin: 0; padding: 0 }
	#focus a{text-decoration:none;color:#000;}
	/* 本例子css -------------------------------------- */
	.focus{ height:170px;  margin:0 auto; position:relative; overflow:hidden;   }
	.focus .hd{ width:100%; height:5px;  position:absolute; z-index:1; bottom:0; text-align:center;  }
	.focus .hd ul{ overflow:hidden; display:-moz-box; display:-webkit-box; display:box; height:5px; background-color:rgba(51,51,51,0.5);   }
	.focus .hd ul li{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; }
	.focus .hd ul .on{ background:#FF4000;  }
	.focus .bd{ position:relative; z-index:0; }
	.focus .bd li img{ width:100%;  height:170px; }
	.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 取消链接高亮 */ }