@charset "utf-8";
.headerContainer {
	position:relative;
	width:100%;
	height:70px;
	background-color:#191a1c;
}
.clear {
	clear:both;
}
.header {
	position:relative;
	width:950px;
	height:70px;
	margin:0 auto;
}
.headerLine {
	position:relative;
	background-image:url(../images/white_pattern@2x.png);
	background-size:3px 3px;
	width:100%;
	height:5px;
}
.logo {
	position:absolute;
	background-image:url(../images/logo@2x.png);
	background-size:186px 30px;
	width:186px;
	height:30px;
	top:21px;
}

.menuBall {
	position:relative;
	background-image:url(../images/ball@2x.png);
	background-size:4px 4px;
	width:4px;
	height:4px;
	float:left;
	margin-left:25px;
	margin-right:25px;
	margin-top:7px;
}
.blueLine {
	position:relative;
	width:100%;
	height:190px;
	background-image:url(../images/blue_pattern@2x.png);
	background-size:3px 3px;
}
.worksTitle {
	position:relative;
	width:900px;
	height:40px;
	background-image:url(../images/works_title@2x.png);
	background-size:900px 40px;
	margin:0 auto;
	top:30px;
	margin-bottom:55px;
}
.worksItem {
	position:relative;
	width:900px;
	height:260px;
	margin-bottom:20px;
}