@charset "utf-8";
/* CSS Document */
* {padding: 0;margin: 0;}
body {margin: 0px;padding: 0px;min-width:1200px; font-family:"微软雅黑";}
ul,li { list-style:none;}

/*相关样式*/
#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:400px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

/*弹出层部分*/
.winbg { width:100%; height:100%; z-index:99;padding-left: 28px;}
.winbgclick {width:100%; height:100%;position:fixed;left:0; top:0;_position:absolute;}
.casebox { width:942px; height:700px;  background:#fff; top:5%; position:relative; border-radius:5px; z-index:5;}
.casebox .tit { padding:10px 3%; border-bottom:1px solid #ddd; font-size:16px; line-height:20px; margin-bottom:20px;}
.casebox .close {position:absolute; right:15px; top:10px; font-size:12px; color:#999; z-index:10; text-decoration:none;}
.casebox .img { float:left; width:942px !important; height:560px; border:1px solid #ddd;margin-left:15px; _display:inline;text-align: center;}
.casebox .sum { width:150px; height:600px; margin-right:15px;_display:inline;position: absolute;top:0px;right: -200px;}
.casebox .sum a { display:block; width:150px; border:1px solid #eeeeee; background:#eeeeee; text-align:center; text-decoration:none; margin-bottom:7px;}

#casesum { margin-bottom:10px;width: 152px !important;top: 7px;}
#casesum li { border:1px solid #ddd;width: 150px !important;text-align: center;}
#casesum li img{height: 100%;display: inline-block !important;}
#casenext{top: 5px;}
.casebox .img img{height: 100%;display: inline-block !important;}
.casebox .img span{position: absolute;width: 100%;line-height:50px;background: url(../images/bg/bg01.png);bottom: 0;left: 0;color: #fff;font-size: 16px;text-align: left;padding-left: 35px;}

#casesum li i{display: block;background: url(../images/bg/bg02.png);width: 100%;height: 100%;position: absolute;top: 0;} 
#casesum li.sel i{display: none;background: none;width: 0px;height: 0px;position: absolute;top: 0;}




















