
.headerCon{
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}
.headerCon .menu ul li a {
    color: #666;
}

/*footer*/
footer{
	position: relative;
}

/*banner*/
.banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 60px;
}
	.banner img{
		display: block;
		width: 1920px;
		height: 330px;
		position: relative;
		left: 50%;top: 50%;margin-left: -960px;z-index: 1;
	}
	.layerBox{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;top:0;z-index: 2;
		background: url(../image/layer-01.png) repeat;
	}
	.banner .text{
		position: absolute;
		z-index: 3;
		width: 1200px;
		height: 118px;
		left: 50%;
		top:50%;
		margin-left: -600px;
		margin-top: -59px;
		color: #fff;
	}
		.banner .text h3{
			color: #fff;
		    font-size: 28px;
		    padding-left: 5px;
		    letter-spacing: 1px;
		    margin-bottom: 30px;
		    font-weight: bolder;
		}
		.banner .text span {
		    width: 85px;
		    height: 4px;
		    background: #386aed;
		    display: block;
		    position: relative;
		    left: -35px;
		    margin-bottom: 25px;
		}
		.banner .text p {
		    color: #fff;
		    font-size: 30px;
		    line-height: 26px;
		    padding-left: 5px;
		    letter-spacing: 1.5px;
		    font-weight: 100;
		    margin-bottom: 8px;
		    width: 800px;
		    filter: alpha(opacity=80);
		    opacity: 0.8;
		}
