.cloud_shop__banner{
	margin-top: 50px;
	background: url('../imgs/rockySaas/banner.png') center center;
}
.rocky-title{
	width: 1191px;
	margin: 0 auto;
	font-size:24px;
	line-height: 36px;
	color:#666;
	margin-bottom:81px;
}
.rocky-main2{
	display: flex;
	width: 1200px;
	margin:0 auto;
	color:#333;
	text-align: center;
}
.rocky-main2 h3 {
	font-size: 26px;
	margin-top:-13px;
}
.rocky-main2 p {
	font-size: 14px;
	width: 181px;
	line-height: 19px;
	margin:20px auto 75px auto;
}
.rocky-main3{
	display: flex;
	width: 1200px;
	margin:0 auto;
	color:#333;
	text-align: center;
}
.rocky-main3-li{
	position: relative;
	overflow: hidden;
}
.rocky-main3-li>p{
	position: absolute;
	padding: 92px 31px;
	top:360px;
	color:#fff;
	transition:top 1s;
}
.rocky-main3-li:hover .rocky-mock{
	opacity:0.3;
}
.rocky-main3-li:hover p{
	top:0;
}
.rocky-mock{
	width: 222px;
	height: 340px;
	position: absolute;
	top:10px;
	left:9px;
	transition:opacity 1s;
	background: #000;
	opacity: 0;
}
.dsy1{
	display: block;
	height: 300px;
	background: url('../imgs/rockySaas/aboutrockysaas.png')no-repeat center center;
}
.dsy2{
	height: 460px;
	background: url('../imgs/dsy/image3.png') center center;
}
.dsy_xgzc .dsy_card{
	float: left;
	width: 230px;
	height: 320px;
	border-radius: 12px;
	background-color: #5a8ff0;
	position: relative;
}
.dsy_xgzc .dsy_card img{
	display: block;
	border-radius: 12px;
}
.dsy_xgzc .dsy_card + .dsy_card{
	margin-left: 50px;
}
.dsy_card__title{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	border-radius: 12px;
	line-height: 30px;
	padding:0 6px;
	color: white;
	background-color: rgba(90, 143, 240, 0.61);
}
.dsy_card__text{
	margin-top: -8px;
	color: white;
	line-height: 24px;
	padding: 0 10px;
}

/*ll����*/
.lladdshop{
	width: 230px;
	height: 235px;
	overflow: hidden;
	border-radius: 12px;
}
.lladdshop img{
	width: 230px;
	height: 210px;
	overflow: hidden;
	transition: all 0.5s;

}
.lladdshop img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);

}
 body {
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif,SimSun,STXihei,Hiragino Sans GB;
    font-size: 14px;}