@charset "UTF-8";
@import url("base.css");
/* CSS Document */



.page-header{
	padding: 0 15px;
	background-color:black;
}

.page-header_img{
	height: 320px;
	background: #dbdbdb;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-image: url("../pic/image8.jpg")
}

.page-header_line{
	margin: -55px auto 0;
	padding: 30px 0 40px;
	color: #fff;
	text-align: center;
	max-width: 960px;
	background-color: #001e43;
}