@charset "utf-8";
body,div,ul,li,h4,p{margin:0;padding:0;}
body{font:12px/1.8 arial;color:#fff;}
a{color:#fff;text-decoration:none;background:#666;padding:2px 5px;}
a:hover{background:#F90;}

/* box */
#box{position:relative;width:1000px;height:600px;margin:0px auto 0;}
#box ul{position:relative;width:754px;height:292px;}
#box li{position:absolute; list-style:none;background:#000;width:0;height:0;top:146px;left:377px;z-index:0;cursor:pointer;overflow:hidden;border-radius:3px;}
#box li img{width:100%;height:100%;vertical-align:top;}
#box .prev, #box .next{position:absolute; top:46%; width:39px;height:80px;margin-top:0px;overflow:hidden;text-indent:999px;cursor:pointer;background:url("btn.png")/*tpa=http://img.7158.cn/7158/033834/20180608/qh_data/btn.png*/ no-repeat; z-index:10;}
#box .prev{left:60px;}
#box .next{right:60px;background-position:-39px 0;}