@charset "utf-8";
.bannerBox{
	width: 100%;
	height: 350px;
}
.bannerBox .imgBox{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.bannerBox .imgBox img{
	margin-top: 54px;
	margin-left: 56px;
}
.bannerBox.bannerBox01{
	background: url(../images/banner01.png) no-repeat center center;
}
.bannerBox.bannerBox06{
	background: url(../images/banner06.png) no-repeat center center;
}
.bannerBox.bannerBox06 .imgBox img{
	margin-left: 42px;
	margin-top: 256px;
}
.bannerBox.bannerBox02{
	background: url(../images/banner02.png) no-repeat center center;
}
.bannerBox.bannerBox02 .imgBox img{
	margin-left: 330px;
	margin-top: 86px;
}
.bannerBox.bannerBox03{
	background: url(../images/banner03.png) no-repeat center center;
}
.bannerBox.bannerBox03 .imgBox img{
	margin-left: 68px;
	margin-top: 58px;
}
.bannerBox.bannerBox04{
	background: url(../images/banner04.png) no-repeat center center;
}
.bannerBox.bannerBox04 .imgBox img{
	margin-left: 64px;
	margin-top: 62px;
}
.bannerBox.bannerBox05{
	background: url(../images/banner05.png) no-repeat center center;
}
.bannerBox.bannerBox05 .imgBox img{
	margin-left: 40px;
	margin-top: 52px;
}
.mainBox{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: 32px;
}
.navL{
	width: 154px;
	height: auto;
	top: -34px;
}
.navL li{
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	color: #000;
	text-align: center;
	cursor: pointer;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
}
.navL li a{
	color: #000;
	display: block;
}
.navL li:last-child{
	border-bottom: none;
}
.navL li.top{
	background: #175f95;
	color: #fff !important;
}
.navL li.top a{
	color: #fff !important;
}
.navL li.active{
	color: #175f95;
}
.navL li.active a{
	color: #175f95;
}
/*.navL li:hover{
	background: #3c89c3;
	color: #fff;
}
.navL li:hover a{
	color: #fff;
}*/
