*{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: black;
}
body{
	overflow-x: hidden;
}
/*头部*/
header{
	border-bottom: 1px solid #999999;
	margin-top: 6px;
	font-size: 12px;
}
.toubu{
	margin-bottom: 8px;
	margin-top: 8px;
}
.toubu a span{
	padding: 6px;
}
.rexian{
	margin-left: 6px;
}
.toubu img{
	padding-left: 15px;
}
.toubu a:hover{
	text-decoration: none;
	color: black;
}
.login{
	float: right;
}
/*pc端  导航栏*/
.p-header{
	width: 100%;
}
.p-nav ul{
	display: flex;
}
.p-nav li{
	flex: 1;
	padding: 33px 25px 15px 24px;
}
.p-nav a:hover{
	text-decoration: none;
	color: orange;
}
/*banner图*/
.banner13{
	background: url(../img/banner13.png) no-repeat;
	background-size: 100% 100%;
	padding: 140px 0;
}
/*纪念馆*/
.guan{
	background: #F5F5F5;
}
.guan h2{
	line-height: 50px;
	font-size: 22px;
	background: white;
	margin-top: 0px;
	color: orange;
	padding-left: 30px;
}
.type{
	padding-left: 25px;
	margin-bottom: 20px;
	padding-top: 20px;
}
.type label{
	margin-right: 15px;
}
.dan{
	height: 350px;
}
.dan input{
	margin-left: 10px;
}
form{
	background: white;
}
.dan label{
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.wenjian{
	padding-left: 120px;
	margin-top: -30px;
}
.wenjian1{
	padding-left: 460px;
	margin-top: -60px;
}
.mudis{
	position: relative;
	left: 365px;
	top: -20px;
}
.dan a{
	text-decoration: none;
	background: orange;
	padding: 10px;
	border-radius: 5px;
	margin-left: 500px;
	position: relative;
	top: 25px;
}
.dan a:hover{
	text-decoration: none;
	color: black;
}
.shuang{
	height: 500px;
}
.shuang input{
	margin-left: 10px;
	margin-bottom: 20px;
}
.shuang label{
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
}
.shuang a{
	text-decoration: none;
	background: orange;
	padding: 10px;
	border-radius: 5px;
	margin-left: 500px;
	position: relative;
	top: 10px;
}
.shuang a:hover{
	text-decoration: none;
	color: black;
}
.wenjian2{
	padding-left: 130px;
	margin-top: -40px;
}
/*底部*/
.dibu{
	background: #666666;
	padding: 20px;
	color: white;
}
.biaoti p{
	font-size: 15px;
}
/*页脚*/
footer{
	background: #333333;
	color: white;
	text-align: center;
	padding-top: 30px;
	font-size: 6px;
}
