@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2014-12-15 09:34:05
 * @version $Id$
 */


/*banner*/
.banner{ width:100%; height:362px; overflow:hidden; position:relative;}
.banner .focus {width:100%;bottom:15px;z-index:10;text-align:center; position:absolute}
.banner .focus span {width:16px;height:16px; background-color:#ccc;display:inline-block;margin:0 5px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%;}
.banner .focus span.active { background-color:#67873B;}
.banner .banner_bd{ position:relative; height:100%; z-index:0;margin-top:1px;}
.banner .banner_bd li{ zoom:1; vertical-align:top; }
.banner .banner_bd a{ width:100%; height:362px; display:block; }
.banner .prev, .banner .next {display: none;width: 60px;height: 60px;position: absolute;top:170px;transition: all 0.3s linear 0s; z-index:10;}
.banner .prev {left: 200px;background: url(../img/bg_btnPre_index_hover.png) no-repeat;}
.banner .next {right: 200px;background: url(../img/bg_btnNext_index_hover.png) no-repeat;}
/*banner下面四块*/


