@charset "utf-8";
body {
	/*	background: url("../img/home.png") no-repeat top center;*/
	font-family: MicrosoftYaHei;
	-webkit-text-size-adjust:100% !important;
        text-size-adjust: 100% !important;  
        -moz-text-size-adjust: 100% !important;  
}
/* CSS Document */
/*common*/
.nopadding {
	padding: 0;
}
/*header*/
header {
	height: 167px;
	background: url("../img/header/bg.jpg") top center no-repeat;
	background-color: rgb(155, 19, 19);
}
header div#logoWrap {
	height: 120px;
}
/*footer*/
footer {
	width: 100%;
	overflow: hidden;
	background: url("../img/footer/bg.png") no-repeat top center;
	height: auto;
}
#footerWrap {
	max-width: 1927px;
	height: auto;
	margin: 0 auto;
	background-color: rgb(155, 19, 19);
}
#footerWrap .container {
	font-family: MicrosoftYaHeiLight;
	font-size: 12px;
	line-height: 22px;
	color: white;
	height: auto;
	position: relative;
}
/*手机屏幕*/
@media screen and (max-width: 992px) {
	footer {
		padding-top: 74px;
		margin-top: 0px;
	}
	#footerWrap .container {
		padding-bottom: 20px;
	}
	#footerWrap .detailBox {
		margin-top: 17px;
	}
	#footerWrap .qrcodeImg {
		position: absolute;
		top: 20px;
		right: 26px;
	}
}
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width: 992px) {
	footer {
		padding-top: 89px;
		margin-top: 32px;
	}
	#footerWrap .container {
		padding-bottom: 45px;
	}
	#footerWrap .detailBox {
		margin-top: 17px;
	}
	#footerWrap .qrcodeImg {
		position: absolute;
		top: -10px;
		right: 26px;
	}
}