*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000000;
}
body{
	background: #f7f6f5;
}

#suspension{
	position: fixed;
	bottom: 30%;
	right: 0;
	z-index: 99;
	background: #EE7800;
	border-radius: 10px;
}
.suspensionn{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 15%;
	right: 0;
	z-index: 99;
	background: #EE7800;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
.suspensionn>img {
	width: 50px;
	height: 52px;
}
#suspension>.suspension {
	color: #FFFFFF;
	padding: 8px 10px;
	text-align: center;
	font-size: 12px;
	border-bottom: 2px solid #FFFFFF;
}

.suspension>img {
	width: 40px;
	height: 38px;
}
/*banner*/
#banner{
	width: 100%;
	height: 600px;
}
#banner>img{
	width: 100%;
	height: 600px;
}
/*关于我们*/
#about{
	width: 100%;
}
#about>.about{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
#about>.about>div{
	margin-top: 40px;
	width: 100%;
	font-size: 16px;
}
#about>.about>div>p{
	margin-top: 16px;
}
/*业务内容*/
#business{
	width: 100%;
}
#business>.business{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
.business>div{
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: space-between;
}
.business>div>div>div{
	display: flex;
	justify-content: space-between;
}
/* .business>div>div>img{
	background: rgba(78,76,76,0.6);
} */
.business>div>div>img:hover{
	opacity:0.85;
filter:alpha(opacity=40);
}
.business>div>div>div>img:hover{
	opacity:0.85;
	filter:alpha(opacity=40);
}
/*发展历程*/
#path{
	width: 100%;
}
#path>.path{
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
#path>.path>div{
	width: 100%;
	height: 600px;
	background: url('https://jiajudashi.oss-cn-shenzhen.aliyuncs.com/images/pc/2019-08-03/path.png');
}
/*家具大师荣誉*/
#honor{
	width: 100%;
}
#honor>.honor{
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	text-align: center;
}
#honor>.honor>div{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
#honor>.honor>div>img{
	margin-top: 20px;
}
/*创始团队*/
#team{
	width: 100%;
}
#team>.team{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;

			}
		#slide{
			height: 600px;
			width: 1200px;
			margin: 100px auto;
			position: relative;
			overflow: hidden;
		}
		.pic-list{
			width: 6000px;
			height: 600px;
			position: absolute;
			top: 0;
			left: 0;
		}
		.pic-list li{
			width: 1200px;
			float: left;
		}
		.pic-list li img{
			width: 1200px;
			height: 600px;
		}
		.btn{
			opacity: 0;
			position: absolute;
			top: 50%;
			height: 50px;
			color: #FFFFFF;
			width: 26px;
			/*opacity: 0.5;*/
			cursor: pointer;
			user-select: none;
			background: rgba(0,0,0,0.8);
			font-size: 30px;
			line-height: 50px;
			text-align: center;
			transition: all 1s;
			transform: translateY(-50%);
		}
		.next{
			right: 0;
		}