.cloud_shop__banner{
	margin-top: 50px;
	background: url('../imgs/dsy/banner.png') center center;
}
.dsy{
	height: 504px;
	background: url('../imgs/dsy/image1.png') center center;
}
.dsy1{
	height: 392px;
	background: url('../imgs/dsy/image2.png') center center;
}
.dsy2{
	height: 460px;
	background: url('../imgs/dsy/image3.png') center center;
}
.dsy_xgzc{
	display: block;
	height: 300px;
	background: url('../imgs/dsy/gongxiaoshe.png')no-repeat;
}
.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;}
