
.flaotbtnhide{ width:40px; height:40px; border-top-left-radius:4px; border-bottom-left-radius:4px;background:rgba(0,0,0,0.4) url(/images/soicon0001.png) no-repeat center center; background-size:12px 12px; position:fixed; bottom:203px; right:0px; opacity:0; transform:translateX(40px); transition:0.5s;}
.flaotbtnshows{z-index:1;opacity:1; transform:translateX(0px); transition:0.5s;}

.flaotbtnbox{ position:fixed; bottom:80px; right:6px; opacity:1; transform:translateY(300px); transition:0.8s;}
.flaotbtnboxupicon{z-index:1;opacity:1; transform:translateY(0px); transition:0.5s;}
.flaotbtnbox .btnacitems{ width:40px; min-height:40px; box-sizing:border-box; padding:4px 0;display: flex;justify-content: center;align-items: center;overflow:hidden;flex-direction: column; background-color:rgba(0,0,0,0.7); margin-bottom:5px; border-radius:3px;}
.flaotbtnbox .btnacitems .ncbtnicon{ text-align:center;}
.flaotbtnbox .btnacitems .ncbtntxt{ text-align:center; font-size:8px; color:#fff;}

.flaotbtnbox .btnacitems .topbtnicon{ margin:0 auto; width:20px; height:20px; background: url(/images/yqtopicon1.png) no-repeat 0 0; background-size:20px 20px;}
.flaotbtnbox .btnacitems .ncbmibtnicon{ margin:0 auto; width:20px; height:20px; background: url(/images/yqbmicon2.png) no-repeat 0 0; background-size:20px 20px;}
.flaotbtnbox .btnacitems .nclybtnicon{ margin:0 auto; width:20px; height:20px; background: url(/images/yqlyicon3.png) no-repeat 0 0; background-size:20px 20px;}


.flaotbtnbox .btnclseitems{margin:0 auto; width:20px; height:20px; border-radius:20px;background-color:rgba(0,0,0,0.7);display: flex;justify-content: center;align-items: center;overflow:hidden;}
.flaotbtnbox .btnclseitems .nccloseicon{margin:0 auto; width:12px; height:12px;background: url(/images/koicon002.png) no-repeat 0 0; background-size:12px 12px;}

/* ±¾Àý×Ócss */
		.slideBox{ width:100%; height:450px; overflow:hidden; position:relative; border:1px solid #ddd;  }		
        .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:450px; display:block;  }