	
/*banner 固定参数*/
.banner{width:100%; height:100%; }
#bandemo1{width:100%; height:100%; position:relative; overflow:hidden;}
#bandemo1 .tab_con{width:100%; height:100%; float:left; position:relative; z-index:1;}
#bandemo1 .tab_con ul{width:100%; height:100%; float:left;}
#bandemo1 .tab_con ul li{width:100%; height:100%; position:relative; float:left;}
#bandemo1 .tab_con ul li a{ display:block; width:100%; height:100%; background-position:center center; background-repeat: no-repeat; background-size:cover;}
#bandemo1 .control{position:absolute; z-index:2; width:100%; text-align:center;}
#bandemo1 .prev,#bandemo1 .next{position:absolute; z-index:3; display:block;opacity: 0.6;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 60);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
}
#bandemo1 .prev{left:15px; top:50%; margin-top:-25px; text-indent:-9999em; background:url(/images/icon/back.png) no-repeat; width:45px; height:45px;}
#bandemo1 .next{right:15px;top:50%; margin-top:-25px;text-indent:-9999em; background:url(/images/icon/forward.png) no-repeat; width:45px; height:45px;}
#bandemo1 .control{bottom:0px;}
#bandemo1 .control a{ width:15px; height:15px; margin:0 5px; display:inline-block; border:1px #bbb solid; background:#f2f2f2;-webkit-border-radius:50%;  -moz-border-radius:50%;  border-radius:50%;}
#bandemo1 .control a.now{background:#B23573;}
#bandemo1 .prev:hover,#bandemo1 .next:hover{display:block;opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 100);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
}