body{
	background: #070707;
}
header,header>img{
	width: 100%;
}
header .head{
	width: 45%;
	margin:0 auto;
	padding-top: 55px;
}
.head img{
	width: 100%;
}
.head>img{
	margin-bottom: 40px;
}
.history{
	width: 100%;
	margin-bottom: 40px
}
.history_content{
	width: 100%;
	margin:0 auto;
	background: #fff;
	border-radius: 0px 0px 8px 8px;
	padding-top: 20px;
}
.history_content a{
	display: inline-block;
	background: #F3F3F3;
	color: #323232;
	font-size: 12px;
	width: 48%;
	margin-left: 12px;
	margin-bottom: 15px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
/*移动端*/
header .pro_navcontent{
	width: 100%;
}
.pro_navcontent .pro_navcontenttitle{
	width: 97%;
	margin:0 auto;
	height: 48px;
	background: #6F6F6F;
	border-radius: 5px;
	margin-top: 35px;
}
.pro_navcontenttitle a{
	display: inline-block;
	width:24%;
	margin:0 auto;
	text-align: center;
	font-size: 15px;
	color:#DEDBDB;
	font-weight: bold;
	line-height: 48px;
	letter-spacing: 1px;
}
.pro_navcontentbottom{
	width: 97%;
	margin:0 auto;
	margin-top: 20px;
}
.pro_navcontentbottom>div{
	display: none;
}
.pro_navcontenttitle .receive {
   color: #fff;
}
.pro_navcontenttitle .receive p{
	width: 55px;
	height:2px;
	margin:0 auto;
	background: #fff;
	margin-top: -2px;
}
a:hover,a:active{
	text-decoration: none;
}
.pro_navcontentbottom img{
	width: 100%;
	border-radius: 7px;
}
.history_contentm{
	width: 100%;
	margin:0 auto;
	background: #fff;
	border-radius:8px;
	padding-top: 20px;
}
.history_contentm a{
	display: inline-block;
	background: #F3F3F3;
	color: #323232;
	line-height: 23px;
	font-size: 12px;
	width: 45%;
	margin-left: 12px;
	margin-bottom: 15px;
	padding: 10px 0px;
	font-weight: bold;
}