#header {
	position: relative;
	width: 100%;
	height: 750px;
	display: block;
	background: url(../images/banner_index0.jpg) center center no-repeat;
}

#header div {
	position: absolute;
}

#red {
	left: 0;
	bottom: 0;
	width: 350px;
	height: 100px;
	background-color: #FF0303;
	z-index: 1;
}

#blue {
	height: 80px;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	left: 0;
	bottom: 0;
	background-color: #2D84FF;
}

#header p {
	position: absolute;
	bottom: 0;
	left: 360px;
	font-size: 18px;
	color: #fff;
}

#design {
	width: 100%;
	background: url(../images/design.jpg)center center no-repeat;
}

#area li:hover,
#advantage li:hover {
	background-color: #2d84ff;
	cursor: pointer;
}

#area li:hover h2,
#advantage li:hover h2 {
	color: #fff;
}

#area li:hover p,
#advantage li:hover p {
	color: #fff;
}