*{
	margin: 0;
	padding: 0;
}
body{
	background: #f6f6f6;
}
#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;
}
.improve>div>div:hover{
	box-shadow: 0px 0px 30px #ebebeb;
}
.wisdom>div>div:hover{
	box-shadow: 0px 0px 20px #ebebeb;
}
/*家装设计*/
#interior{
	width: 100%;
}
#interior>.interior{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
.interior>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.interior>div>div{
	width: 25%;
	border-right: 1px solid #d9d9d9;
}
.interior_name{
	font-size: 18px;
	margin: 20px auto;
}
.interior_text{
	font-size: 16px;
	color: #666666;
}
#interior>div>button{
	width: 150px;
	height: 40px;
	border: 1px solid #000000;
	border-radius: 10px;
	background: #f6f6f6;
	font-size: 18px;
	margin-top: 40px;
}
/*智慧3d云设计*/
#wisdom{
	width: 100%;
}
#wisdom>.wisdom{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
.wisdom>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wisdom>div>div>img{
	margin-top: 52px;
}
.wisdom>div>div{
	width: 24.5%;
	margin-bottom: 8px;
}
.wisdom_hover>p{
	margin-top: 26px;
	font-size: 18px;
}
.wisdom_hover{
	width: 24.5%;
	height: 200px;
	background: #F0F0F0;
}
.wisdom_hover:hover{
	background: #FFFFFF !important;
	box-shadow: 4px 4px 10px #f2f2f2;
}
/*设计案例*/
#case{
	width: 100%;
}
#case>.case{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
/*提高效率*/
#improve{
	width: 100%;
}
#improve>.improve{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.improve>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
}
.improve>div>div{
	margin-top: 20px;
	width: 590px;
	height: 300px;
	background: #FFFFFF;
}
.improve>div>div>img{
	margin-top: 43px;
}
.improve>div>div>p{
	text-align: left;
	width: 290px;
	font-size: 16px;
	color: #666666;
	margin-left: 168px;
}
/*品牌*/
#brand{
	width: 100%;
}
#brand>.brand{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 100px;
}
#brand>.brand>.p_p{
	width: 100%;
	font-size: 36px;margin-bottom: 36px; position: relative;
}
.p_fl{
	position: absolute;
	left: 140px;
	top: 22px;
	width: 120px;
	height: 2px;
	background: #d8d8d8;	
}
.p_fr{
	position: absolute;
	right: 140px;
	top: 22px;
	width: 120px;
	height: 2px;
	background: #d8d8d8;	
}
.brand_number{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.brand_number>div{
	width: 268px;
}
.brand_number>div>div>p{
	width: 100%;
	font-size: 56px;
	color: #ee7800;
	display: flex;
	justify-content: flex-start;
}
.brand_number>div>div>p>span{
	display: flex;
	justify-content: center;
	align-items: center;	
	font-size: 56px !important;
}
.brand_number_text{
	font-size: 26px;
	color: #999999;
}
.sign{
	width: 1200px;
	margin: 0 auto;
}
.sign>div{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.sign>.sign_lower{
	margin-top: 20px;
	width: 1104px !important;
	margin-bottom: 0px;
	padding: 0 48px 30px;
}
