body{
	padding: 0;
	margin: 0;
}
p{
	text-align: left;
	padding: 20px;
	margin: 0;
}
.container{
	z-index: 9;
	width: 1200px;
	min-height: 50vh;
	background: #222;
	margin: 0 auto;
	
	border-left: 1px solid #dcdee2;
	border-right: 1px solid #dcdee2;
	position: relative;
	font-size: 22px;
	text-align: center;
	color:#fff;
	opacity:0.28;
}
.back-img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
}
.header{
	z-index: 99;
	width: 100%;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 36px;
	font-weight: 800;
	color: #FFFFFF;
	padding-top: 80px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #797979;
}

.footer-icp{
  		width: 100%;
  		height: 48px;
  		position: fixed;
  		left: 0;
  		bottom: 100px;
  		text-align: center;
  		font-size: 20px;
  		line-height: 48px;
  		color: #FFF;
  		text-indent: 2px;
		text-decoration: none
}
.beian{
	padding-left: 25px;
	background:url(../image/batb.png) center left no-repeat;
}