.c_header{
	width: 100%;
	height: 2.75rem;
	background: url(../images/c_header_bg.jpg);
	background-size: 100% 100%;
	position: absolute;
	z-index: 10;
}
.c_logo{
	width: 2.8125rem;
	height: 2.8125rem;
	float: left;
	margin-top: 0.5625rem;
	margin-left: 0.71875rem;
}
.c_logo img{
	width: 100%;
	height: 100%;
}
.c_h_txt{
	float: left;
	margin-left: 0.3125rem;
	margin-top: 0.75rem;
}
.c_h_txt h1{
	color: #fff;
	font-size: 0.75rem;
	margin-bottom: 0.21875rem;
}
.c_h_txt p{
	color: #fbe7d9;
	font-size: 0.5rem;
}
.c_main{
	width: 100%;
	height: 35.46875rem;
	background: url(../images/c_main_bg.jpg);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}