.clearfix:after{display:block;clear:both;content:".";visibility:hidden;height:0;}
.clearfix{display:block;}
body{overflow:hidden;margin-top:80px;}

@media screen and (max-width:1300px){
	body{margin-top:70px;}
}



/*content*/
.wrap{width:1200px;margin:0 auto;text-align: center;}
.w2000{position: relative;left: 50%;margin-left: -1000px;width: 2000px;}
.mb{display:none;}
.mb img{width:100%;}
@media screen and (max-width:1200px){
	.w2000{display:none;}
	.mb{display:block;}
	.wrap{width:100%;}
}

.scroll{background:#eaeeff;padding:100px 0 0 0;}
.scroll > .wrap > img{margin-bottom:50px;}
.scroll .scroll_cts{background:url(/bbs/sub/img/cafe/scroll_bg.png) center bottom no-repeat;padding:37px 0 89px 0;}
.scroll .scroll_cts .scroll_box{width:796px;height:511px;overflow-x:hidden;overflow-y:scroll;margin:0 auto;}
.scroll .scroll_cts .scroll_box img{}

@media screen and (max-width:880px){
	.scroll .scroll_cts{background-size:contain;padding:37px 0 89px 0;}
	.scroll .scroll_cts .scroll_box{width:736px;height:464px;}
	.scroll .scroll_cts .scroll_box img{width:100%;}
}

.slide{padding:100px 6.25% 50px 6.25%;}

.slide_cts{overflow:hidden; position:relative; width:100%;margin-top:45px;}
.slide_cts ul{position:absolute; left:0; top:0;}
.slide_cts ul li{float:left; height:783px;}
.slide_cts ul li img{}
.slide_cts .next{position:absolute;right:0;top:50%;margin-top:-25px;cursor:pointer;width:auto;}
.slide_cts .prev{position:absolute;left:0;top:50%;margin-top:-25px;cursor:pointer;width:auto;}

@media screen and (max-width:1200px){
	.slide img{width:100%;}
	.slide_cts .next{display:none;}
	.slide_cts .prev{display:none;}
}