body{
	font-family: "Microsoft YaHei" ! important;
}

.margin-t5{
	margin-top: 5px;
}
.footer{
	background: #f5f5f5;
	padding: 18px 10px;
	text-align: center;
}
.foot2{
	margin-top: 12px;
}
.contents{
	background: #fff;
	padding: 12px 10px;
	text-align: center;
}
.support{
	color: #898989;
}
.support:hover, .support:focus{
	color: #898989;
}



@media (min-width: 1500px) {
	.bc1{
		background: url('../img/banner.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-img{
		width: 600px;
	}
	.scanning{
		color: #fff;
		text-shadow: 3px 3px 5px #999;
		font-size: 44px;
		margin-top: 130px;
		padding-left: 50px;
	}
	.gz-img{
		width: 160px;
		margin-top: 150px;
	}
	.hk-w{
		color: #fff;
		text-shadow: 5px 5px 5px #666;
		font-size: 28px;
		margin-top: 20px;
		padding-left: 25px;
	}
	.col-lg-5{
		width: 33%;
	}
}
@media (min-width: 992px) and (max-width: 1500px) {
	.bc1{
		background: url('../img/banner.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-img{
		width: 600px;
	}
	.scanning{
		color: #fff;
		text-shadow: 3px 3px 5px #999;
		font-size: 44px;
		margin-top: 130px;
		padding-left: 50px;
	}
	.gz-img{
		width: 160px;
		margin-top: 150px;
	}
	.hk-w{
		color: #fff;
		text-shadow: 5px 5px 5px #666;
		font-size: 28px;
		margin-top: 20px;
		padding-left: 25px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.bc1{
		background: url('../img/banner.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-img{
		width: 500px;
	}
	.scanning{
		color: #fff;
		text-shadow: 3px 3px 5px #999;
		font-size: 36px;
		margin-top: 110px;
		padding-left: 35px;
	}
	.gz-img{
		width: 120px;
		margin-top: 80px;
	}
	.hk-w{
		color: #fff;
		text-shadow: 5px 5px 3px #666;
		font-size: 26px;
		margin-top: 115px;
	}
}
@media (max-width: 768px) {
	.bc1{
		background: url('../img/banner2.png');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-img{
		display: none;
	}
	.scanning{
		color: #333333;
		font-size: 30px;
		margin-top: 36px;
		text-align: center;
	}
	.centers{
		text-align: center;
	}
	.gz-img{
		width: 100px;
		margin-top: 35px;
	}
	.hk-w{
		color: #fff;
		text-shadow: 1px 1px 3px #999;
		font-size: 20px;
		margin-top: 15px;
	}
}