.carousel-partners .eachrow{width:201px;}
.banner_list{width:1357px;}

body .business .box ul.items li .houjia{
	background-size: 463%;
	width: 80px;
	height: 69px;
	background-position: -95px 3px;
}
body .business .box ul.items li:hover .houjia{
	background-size: 463%;
	width: 80px;
	height: 69px;
	background-position: -95px -78px;
}

/*全屏查看器样式*/
.fullscreen{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100000;
	background-color: #000;
	display: none;
}
.fullscreen .fullscreen_slide{
	background-color: #000;
}
.fullscreen_slide img{
	display:block;
	max-width:100%;
	max-height:80%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}