/* 山水产品 */
.ss_cp_body{
	width: 1200px;
	min-height: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ss_cp_body_item{
	display: block;
	width: 290px;
	height: 475px;
	overflow: hidden;
	position: relative;
}

.ss_cp_body_item_img{
	width: 100%;
	height: 100%;
}
.ss_cp_body>a{
	cursor: pointer;
	transition: all 0.2s;
}

.ss_cp_body>a:hover{
    box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
}

/* 山水设计 */
.ss_sj_bg{
	background-image: url(/revision/img/index/bg.jpg);
}

/* brand */
.ss_brand{
	width: 100%;
	height: 496px;
	background-image: url(/revision/img/index/more.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ss_brand_video{
	width: 648px;
	height: 378px;
	object-fit: fill;
}
.ss_brand_po{
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	position: absolute;
	top: 266px;
	right: 38px;
	z-index: 10;
}