* {margin: 0;padding: 0;font-family: "microsoft yahei";color: #000;font-size: 16px;}
ul,li{ list-style: none;}
img{border:0;}
a{text-decoration:none;cursor:pointer;outline:none}
body{ color: #333333; background:#FFF;}
.xm-left { float:left;}
.xm-right { float:right;}
.xm-clear { clear:both;}
/*flash:start*/
/**
* 幻灯片样式 ↓
**/
.bwslide{ width:100%; overflow:hidden; position:relative; height:380px;}
.bwslide ul{ width:100%; position:relative;}
.bwslide li{ width:100%; text-align:center;}
.bwslide li a{ display:block;}
.bwslide li img{ max-width:100%;}
/*初始化li*/
.bwslide ul li{ opacity:0; position:absolute; left:0; top:0; z-index:3;}
/*节点*/
.bw_list{ position:absolute; z-index:5; bottom:20px; text-align:center; width:100%;}
.bw_list a{ display:inline-block; width:30px; height:5px; margin:0 5px; background:#fc5600; opacity:0.6;filter:alpha(opacity=60);}
.bw_list a:hover{ background:#ffffff;}
.bw_list a.bw_list_a{ background:#ffffff !important;}
/*上下按钮*/
.bw_last,.bw_next{width:40px; height:80px;line-height:80px; background:#000;opacity:0.5;filter:alpha(opacity=50); cursor:pointer; color:#fff;  font-size:50px; text-align:center; position:absolute; z-index:5;}
.bw_last{ left:0;}
.bw_next{ right:0;}
/*flash:end*/