body,div,ul,li{margin:0;padding:0;}
ul{list-style:none;}
img{border:0;}

.banner{margin:0 auto;width:100%;overflow:hidden;}
.large_box{margin-bottom:10px;width:100%;min-height:500px;overflow:hidden;}
.large_box img{display:block;}
.zz{width:100%; margin:0 auto;}
.zz dl{width:100%; margin:0 auto; padding:15px 0; font-size:16px; line-height:26px; border-bottom:1px dashed #e0e0e0;}
.small_box{ position:relative; width:100%;height:90px; border-radius:5px;overflow:hidden; background: -webkit-linear-gradient(left, #9362e4 , #38318a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #9362e4 , #38318a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #9362e4 , #38318a); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #9362e4 , #38318a); /* 标准的语法（必须放在最后） */}
.small_list{position:relative;float:left; margin-top:20px; margin-left:3.5%; margin-right:3.5%;}
.small_list ul{height:50px;overflow:hidden;}
.small_list ul li{position:relative;float:left; font-size:18px;margin-right:10px;width:110px; height:50px; line-height:50px; text-align:center; color:#fff; border-radius:5px; background:#d3c3f1; cursor:pointer;}
.small_list ul li img{display:block;}
.small_list ul li .bun_bg{display:none;position:absolute;top:0;left:0;width:110px;height:50px; border-radius:5px; filter:alpha(opacity=60);-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6;background: -webkit-linear-gradient(left, #fea0b8 , #ed6588); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,  #fea0b8 , #ed6588); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,  #fea0b8 , #ed6588); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #fea0b8 , #ed6588); /* 标准的语法（必须放在最后） */}
.small_list ul li.on .bun_bg{display:block;}
.btn{display:block;width:40px;height:90px; background-repeat:no-repeat;background-position:center center;cursor:pointer;}
.btn:hover{background-color:#ec6386;}
.left_btn{float:left;margin-right:10px;background-image:url(../images/left_btn.png); position:absolute; left:0; top:0; z-index:999;}
.right_btn{float:right;background-image:url(../images/right_btn.png); position:absolute; right:0; top:0; z-index:999;}