@charset "utf-8";
/* CSS Document */
body{
	background:#ffda31;
	margin:0px;
}
.div1{
	background:url(../images/bj.jpg);
	width:1440px;
	height:740px;
	margin:0 auto 0 auto;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.div1_1{
	background:#000;
	width:970px;
	height:50px;
	font-size:13px;
	line-height:50px;
	text-align:center;
	margin:0 auto 30px auto;
	color:#fff;
}
.div1_1 a{
	color:#fff;
	font-size:16px;
	text-decoration:none;
}
.div1_1 span{
	
	margin:0 40px;
}
.div1_2{
	width:100%;
	height:40px;
	font-size:13px;
	line-height:40px;
	text-align:center;
	margin:0 auto 10px 0;
}



