*{box-sizing: border-box;}
html, body {
-ms-overflow-style: scrollbar;
}
@-ms-viewport{ width: device-width;}

a{color: #353434;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;color: #353434;}
a:hover {text-decoration:none;color: #353434;}
a:active {}
img,p{margin: 0px;padding: 0px;border: none;display: block;}

.pc{display: none;}
.mobile{display: block;width: 100%;max-width: 750px;margin: 0px auto;}
body{
	margin:0px;
	padding:0px;
	background: #b40000;
}

.msg_header_m img{
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.msg_body_m{
	padding-left:20px;
	padding-right:20px;
	margin-top: -70px;
	margin-bottom: -40px;
}

.msg_body_m_content {
	background: #fcd8a1;
	padding-bottom: 70px;
}

.logo_m {
	margin: 0px auto;
	width: 50%;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c32d21;
	
}

.logo_m img{
	width: 100%;
	height: auto;
}

.msg_body_m_content .title {
	font-size: 22px;
	text-align: center;
	line-height: 1.5em;
	color: #b40000;
	font-family: "微软雅黑","黑体";
	padding-left: 5px;
	padding-right: 5px;
}

.msg_body_m_content .content p{
	padding: 10px;
	font-size: 18px;
	line-height: 30px;
	color: #353434;
}


.msg_footer_m img{
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.msg_footer_info{
	font-size: 14px;
	color: #fff;
}
	
.msg_footer_info p{
	line-height: 2em;
	text-align: center;
}

.msg_bottom {
	text-align: center;
}

.msg_bottom img {
	vertical-align: middle;
	display: inline;
}


@media (min-width: 1200px) {
	
	body {
	 background-repeat:no-repeat;
	 background-image: linear-gradient(#fab25f, #ec323a);
	 font-family: "微软雅黑","宋体";
	}
	.mobile{display: none;}
	.pc{display: block;}
	
	.msg_header {
		width: 1201px;
		height: 504px;
		background:url("../img/header.png") no-repeat center center;
		margin: 0px auto;
		position: relative;
	}
	
	.msg_header .logo {
		width: 425px;
		margin: 0px auto;
		padding-top: 57px;
	}
	
	.msg_header .title{
		position: absolute;
		width: 688px;
		height: 160px;
		left: 260px;
		top: 400px;
		padding: 0px;
		margin: 0px;
		font-size: 38px;
		text-align: center;
		line-height: 1.5em;
		color: #b40000;
		font-family: "微软雅黑","黑体";
	}
	
	.msg_body {
		width: 1201px;
		background: url("../img/bodybg.gif") repeat-y center center;
		margin: 0px auto;
	}
	
	.msg_body .content p{
		padding: 10px 88px;
		font-size: 18px;
		line-height: 40px;
		color: #353434;
	}
	
	.msg_footer {
		width: 1201px;
		height: 565px;
		background: url("../img/footer.jpg") no-repeat center center;
		margin: 0px auto;
		position: relative;
	}
	
	.msg_footer_info{
		width: 400px;
		height: 65px;
		position: absolute;
		left: 50%;
		margin-left: -200px;
		bottom: 40px;
		font-size: 14px;
		color: #fff;
	}
	
	.msg_bottom{
		width: 1201px;
		margin: 0px auto;
		padding-bottom: 60px;
		text-align: center;
	}
	
}