*{
	margin: 0;
	padding: 0;
}
body{
	width: auto;
	height: 6319px;

}
header{
	width: auto;
	height: 430px;
	background:url("../img/b1.jpg") 0 50% no-repeat;
	background-size: cover;
	position: relative;
	
}
.pop{
	width: 100%;
	height: 430px;
	z-index: 1;
	background-color: rgba(32,26,22,.7);
}
.leftpicture img{
	width: 200px;
	margin-top: 10px;
}
.top_corner{
	position: absolute;
	top:20px;
	right: 110px;
	list-style: none;
	display: flex;
}

 .top_corner>li  {
	margin-right: 30px;
	
} 

.top_corner li ul{
	 position: absolute; 
	display: none;
	top:20px;
	list-style: none;
	background-color: #CDCFDA;
}
.top_corner li ul li{
	margin-top: 2px;
	float: none;
	width: 100px;
	margin-left: 10px;
}

.top_corner >li:first-child a{
	color: #fcb1b1;
}

.top_corner a{
	color: White;
	font-family: "微软雅黑";
	font-size:10px;
	text-decoration: none;
	display: block;

}
.button a{
	color: White;
	font-family: "微软雅黑";
	font-size:10px;
	text-decoration: none;
	display: block;

}
.submit a{
	color: White;
	font-family: "微软雅黑";
	font-size:10px;
	text-decoration: none;
	display: block;

}
 .top_corner a:hover{
	color: #fcb1b1;
} 
.top_corner li:hover ul{
	display: block;
	
}
.submit{
	position: absolute;
	width: 80px;
	height: 40px;
	border-style: groove;
	background-color: transparent;
	right: 20px;
	top: 10px;
	display: block;
}
.submit:hover a{
 	color: #292525;
 }
.submit:hover{
	background-color: White;
}

.word{
	width: 850;
	height:430; 
	margin:55px auto;
	text-align: center;
}

.word h1{
	/* position: absolute; */
	font-size: 70px;
	font-family: "futura-pt";
	/* top: 200px;
	left: 200px; */
	color: White;	
}
.word p{
	/* position: absolute; */
	color: #A8ADA6;
	font-family: "futura-pt";
	font-size: 30px;
	margin-bottom: 10px;
	/* left: 550px;
	top: 140px; */
}
/* .bt{
	width: 850px;
	height: 100px;
	margin: 50px auto;

}  */
.button{
	/* position: absolute; */
	margin: 50px auto;
	width: 170px;
	height: 50px;
	background-color: transparent;
    /* top:300px;
    	left: 570px; */
}
.button a{
	color: #A8ADA6;
	font-size: 15px;
}
.button:hover a{
	color: #181515;
}
.button:hover{
	background-color: #D2CDCD;
}
