*{
	font-family: "Microsoft YaHei" ! important;
	padding:0;
	margin:0;
	color:#363636;
}
a{
	text-decoration: none;
}
#cloud_main{
	width:100%;
}
.cloud_ul{
	width:1200px;
	margin:0 auto;
	background:#f0f0f0;
}
.cloud_ul>ul>li{
	list-style-type:none;
	width:375px;
	height:625px;
	float:left;
	background:#fff;
	text-align:left;
	margin-top:75px;

}
.cloud_ul>ul>li:first-child+li{
	margin-left:37px;
	margin-right:37px;
}
.cloud_ul>ul>li:first-child+li+li+li+li{
	margin-left:37px;
	margin-right:37px;
}
.cloud_ul>ul>li:hover{
	box-shadow: 2px 4px 6px #666;
}
.cloud_ul>ul>li>span{
	font-size:30px;
	display:block;
	text-align:center;
	line-height:130px;
}
.can{
	margin:0 auto;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	font-size:25px;
	height:80px;
	width:330px;
}
.can tr{
	margin:10px;
}
.can td{
	
	text-align:center;
	width:30%;
}
.can td>span:first-child+span{
	margin-top:15px;
	font-size:14px;
	display:block;
	color:#b0b0b0;
}
.can td:first-child{
	border-right:1px solid #b5b5b5;
}
.can td:first-child+td+td{
	border-left:1px solid #b5b5b5;
}
.cloud_ul>ul>li>p{
	font-size:16px;
	display:block;
	height:50px;
	padding:0 45px;
}
.cloud_ul>ul>li>p>span{
	color:#b0b0b0;
	font-size:18px;
}
.cloud_botton{
	text-decoration: none;
	display:block;
	width:290px;
	height:42px;
	background:#00baff;
	color:#fff;
	font-size:20px;
	text-align:center;
	margin: 0 auto;
	line-height:42px;
	margin-top:25px;
}

.cloud_botton:hover{
	background:#60d3fe;
	text-decoration: none;
	color:#fff;
}
