@charset "utf-8";
/* CSS Document */

.yFocus{ width:100%; height:500px;position:relative; z-index:10;}
.yFocus .footNav{ display:block; position:absolute; z-index:10; right:5%; bottom:10px;}
.yFocus .footNav li{ width:12px; overflow:hidden; height:12px; background:#fff; float:left; margin:4px; border-radius:6px 6px 6px 6px; cursor:pointer; opacity:0.6;}
.yFocus .footNav li.cur{ background:#e9880b; opacity:1;}
.yFocus .images li{ width:100%; height:500px; position:relative;overflow:hidden;}
.yFocus .images li img{top:0px; position:absolute; left:50%;margin-left:-1000px;}




