@charset "utf-8";
/*首页轮播图 */
.banner_index .focus{ overflow:hidden; position:relative;width:100%;}
.banner_index .focus ul{ overflow:hidden;width:9999px;height:100%;}
.banner_index .focus li{ float:left; width:100%; height:100%; position:absolute;}
.banner_index .focus li img{width:100%;height:auto;}
.banner_index .focus li a{display:block;width:100%;height:100%;}
.banner_index .focus .nav{position:absolute;left:0;bottom:5%;width:100%;text-align: center;}
.banner_index .focus .nav i{display:inline-block;width:30px;height:8px;margin:0 5px;line-height:3px;text-align: center;vertical-align: middle;cursor: pointer;background:url(../img/icon.png) no-repeat left center;opacity:0.2;background:#000;border-radius:5px;}
.banner_index .focus .nav i.now{background-position:right center;background: #e6b770;opacity:1;}
.index_c{opacity:0.6;}