@charset "utf-8";
/* CSS Document */

.smart_home_banner {
	width:100%;
	height:500px;
	background:url(images/banner/smart_home_banner1.jpg) no-repeat center;
	background-size:100%;
	position:relative;
}

.suans_smart_home_banner {
	width:100%;
	height:900px;
	background:url(images/banner/suans_smart_home.jpg) no-repeat center bottom;
	background-size:100%;
	position:relative;
}



.ssh_itme_box .ssh_item:nth-child(3n){ margin-right:0;}

.ssh_itme_box {
}
.ssh_itme_box .ssh_item {
	width:calc(33.33333% - 20px);
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background:rgba(0, 0, 0, 0.1);
}
.ssh_itme_box .ssh_item .ssh_item_img {
	width:100%;
	height:260px;
	background:#FFF;
}
.ssh_itme_box .ssh_item .ssh_item_desc {
	height:100px;
}
.ssh_itme_box .ssh_item .ssh_item_desc h2 {
	padding:15px 0 10px 0;
	line-height:30px;
}
.ssh_itme_box .ssh_item .ssh_item_desc p {
	color:#999;
}





















