/* CSS Document */
body {
	background: url(../images/welfare_bg.jpg) no-repeat center 150px #f9f9f9;
}
.welfare {
	padding: 109px 0 117px 0;
}
.welfare:after {
	content: "";
	display: block;
	clear: both;
}
.map {
	width: 890px;
	float: left;
}
.map .city_box{
	margin-right: 25px;
	margin-bottom: 45px;
	width: 190px;
	float: left;
}
.map .city_box img{
	width: 190px;
	display: block;
	height: 125px;
}
.map .city_box span{
	display: block;
	text-align: center;
	padding-top: 15px;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	text-decoration: none;
}
.st0{fill:#E5EAEE;stroke:#bebebe;stroke-miterlimit:10;}
.st2{fill:#999999;}
svg path {
	cursor: pointer;
	position: relative;
}
svg circle {
	pointer-events: none;
}
svg path[name="香港"] + circle,
svg path[name="澳门"] + circle {
	pointer-events: all;
	cursor: pointer;
}
.info {
	width: 269px;
	float: right;
	margin-right: 30px;
	margin-top: 60px;
}
.title {
	display: block;
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 700;
}
.txt {
	clear: both;
	display: block;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}
.info strong {
	display: block;
	font-size: 36px;
	font-weight: 700;
	color: #333333;
	float: left;
	margin: 30px 40px 30px 0;
}

.info strong em {
	display: block;
	color: #666666;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.info strong.red {
	color: #bf0000;
}