.copyrightcontent{
	width:100%;
	height:100%;
	position: relative;
}
.copyrightcontent .head{
	height: 3.79rem;
	line-height: 3.79rem;
	position: absolute;
	top:0;
	width:100%;
	box-sizing: border-box;
	background-color:#ffffff;
}
.copyrightcontent .logoimg{
	width:auto;
	height: 3.63rem;
	vertical-align: middle;
}
.copyrightcontent .bodybox{
	width:100%;
	height: 100%;
	padding-top:3.79rem;
	box-sizing: border-box;
}
.copyrightcontent .copyrightbox{
	position:relative;
	display: block;
	margin:0 auto;
	width: 46.6rem;
	 height: auto;
}
.copyrightcontent .copyrightbox h1{
	position: absolute;
	top:4.3rem;
	text-align: center;
	font-size: 2.12rem;
	color:#e20012;
	width:17.93rem;
	left:50%;
	margin-left:-8.96rem;
	font-weight: bold;
}
.copyrightcontent .copyrightbox p{
	position: absolute;
	top:7.3rem;
	left:50%;
	line-height: 1rem;
	width:17.93rem;
	font-size: 0.58rem;
	margin-left:-8.96rem;
}
.copyrightcontent .bgcolor{
	width:46.6rem;
	height: auto;
}