@charset "utf-8";
/* CSS Document */


.rond-ga
{
	transition-duration:0.8s;
	border:3px solid #80DFF7;
	background-color:#9EE7F9;
	width:200px;
	height:200px;	
	color:rgba(255,255,255,0.00);
	float:left;
	margin-left:44px;
	margin-top:45px;
	display:block;
	text-align:center;
	text-indent:0px;
	font-family:"微软雅黑";
	font-size:12px;
}
.rond-ga p
{
	margin-top:60px;
}
.rond-ga:hover
{
	border-radius:100px;
	border:3px solid #F1888A;
	background-color:#D79D9E;
	background-image:none;
	background:none;
	font-size:22px;
	color:#414040;
}
	
.rond-bl
{
	transition-duration:0.8s;
	border:3px solid #43E00C;
	background-color:#A6F3AC;
	width:200px;
	height:200px;	
	color:rgba(255,255,255,0.00);
	float:left;
	margin-left:44px;
	margin-top:45px;
	display:block;
	text-align:center;
	text-indent:0px;
	font-family:"微软雅黑";
	font-size:12px;
}
.rond-bl p
{
	margin-top:60px;
}
.rond-bl:hover
{
	border-radius:100px;
	border:3px solid #A6F3AC;
	background-color:#F9F116;
	font-size:22px;
	color:#414040;
}