@charset "utf-8";
/* CSS Document */

body{
	background:#c7d5e2 url(../img/us_bg.png)  center no-repeat;
	/*background-size:100% 100%;*/
}
.map{
	width:100%;
	height:780px;
}
.map h1{
	width:460px;
	margin:60px auto 0;
	height:auto;
	color:#666;
	font-size:14px;
	text-align:center;
}
.map .circle{
	width:294px;
	height:294px;
	margin:260px auto 0;
	background:url(../img/circle.png)  center no-repeat;
	background-size:80% 80%;
}
.number{
	width:330px;
	margin:60px auto 0;
	font-size:48px;
	color:#007eb6;
	text-align:center;
}
.number span{
	display:block;
	color:#333;
	font-size:18px;
}