@charset "utf-8";
*{ margin:0; padding:0; list-style:none;}
img{ border:0;}
/*body{ background:#23375C; padding-top:150px;}*/
#ztbox {width:100%; height:550px; margin:0 auto;}
#left { width:50px; height:50px; cursor:pointer;background:url(../images/arrow-left.png) no-repeat;background-size: cover; top:340px;position: absolute;z-index: 3}
#right{ width:50px; height:50px; cursor:pointer;background:url(../images/arrow-right.png) no-repeat;background-size: cover; left: 950px; top:340px;position: absolute;z-index: 3}

#ztbox #conter { width:100%; height:520px; float:left; display:inline; overflow:hidden; position:relative; }
#ztbox #conter ul { width:auto; height:500px; top:0px; left:0px; position:absolute; overflow:hidden;}
#ztbox #conter li { width:800px; height:100%; float:left;padding-right:24px; position:relative;}
#ztbox #conter li img { width:100%; height:100%;}
#ztbox #scroll { width:100%; height:10px; left:0px; bottom:0px;  position:absolute; background:#bfbfbf;border-radius: 8px; }
#ztbox #scroll span { width:48px; height:6px; left:2px; bottom:2px; cursor:pointer; position:absolute; background:  #000000;border-radius: 3px; }