
	.mapBox{
		width: 1200px;
		height: 940px;
		margin: 80px 0 60px;
		position: relative;
	}
	.mapBox #map{
		width: 1200px;
		height: 530px;
		position: relative;
		z-index: 1;
	}
	.mapBox .infobox{
		width: 1200px;
		height: 410px;
		background: #f7f7f7;
		position: relative;
		z-index: 3;
	}
	.mapBox .infobox .info{
		position: absolute;
		bottom: 70px;
		left: 70px;
		width: 1060px;
		height: 425px;
		background: #fff;
	}
	.mapBox .infobox .info .logo{
		width: 329px;
		margin: 40px 0 80px 40px;
	}
	.mapBox .infobox .info h2{
		font-size: 22px;
		font-weight: bold;
		padding: 0 0 10px 40px;
	}
	.mapBox .infobox .info table{
		width: 85%;
		height: auto;
	}
	.mapBox .infobox .info table tr{
		width: 100%;
		height: auto;
	}
	.mapBox .infobox .info table tr td{
		padding-left: 32px;
		font-size: 16px;
	}
	.mapBox .infobox .info table tr td i{
		position: relative;
		top: 8px;
		margin-right: 5px;
	}
	.mapBox .infobox .info table tr td a{
		display: inline-block;
		color: #00b6ee;
		text-decoration: underline;
	}
	.mapBox .infobox .info table tr td b{
		font-size: 16px;
		font-weight: bold;
		padding-left: 6px;
	}

	.mapBox .codeBox{
		position: absolute;
		bottom: 0px;
		right: 0px;
		width: 180px;
		height: 210px;
		background: #fff;
		text-align: center;
	}
	.mapBox .codeBox p{
		font-size: 16px;
		font-weight: bold;
		padding: 16px 0;
	}
	.mapBox .codeBox .code{
		width: 140px;
	}
	#loading{
	    width: 1200px;
	    height: 530px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    text-align: center;
	    background: #eee;
	    z-index: 2;
	}
	#loading img{
	    width: 40px;
	    height: 40px;
	    margin-top: 245px;
	}
	/*mapBox end*/

	.cardBox{
		width: 1080px;
		height: auto;
		margin: 0 auto 70px;
	}
	.cardBox h2{
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 50px;
	}
	.cardBox h2 .line{
		display: inline-block;
		width: 40px;
		height: 4px;
		background: #17bcf0;
		margin-top: 25px;
	}

	.cardBox .cards{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.cardBox .cards .card{
		float: left;
		width: 330px;
		height: 310px;
		margin: 0 15px 45px;
		background: #f7f7f7;
	}
	.cardBox .cards .card .card-top{ height: 47%; }
	.cardBox .cards .card .card-top-1{ background: #003377; }
	.cardBox .cards .card .card-top-2{ background: #00b6ee; }
	.cardBox .cards .card .card-top-3{ background: #e50011; }
	
	.cardBox .cards .card h4{
		font-size: 16px;
		color: #fff;
		padding: 18px 6px 10px 6px;
		text-align: center;
		font-weight: bold;
		line-height: 27px;
	}
	.cardBox .cards .card h3{
		font-size: 16px;
		color: #fff;
		padding-bottom: 18px;
		padding-left: 6px;
		padding-right: 6px;
		text-align: center;
		font-weight: bold;
		line-height: 27px;		
	}
	.cardBox .cards .card p{
		padding-left: 32px;
		font-size: 16px;
		margin-top: 10px;
	}
	.cardBox .cards .card p i{
		position: relative;
		top: 11px;
		margin-right: 5px;
	}
	/*cardBox end*/
