.banner{
	position: relative;
	margin-top: 65px;
}
.banner p{
	opacity: 0;
	position: absolute;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	top: 70%;
	left: 30%;
	padding-bottom: 20px;
	border-bottom: 4px solid #fff;
}
.cu{
	border-bottom: 1px solid #e5e5e5;
}
.cua{
	letter-spacing: 2px;
	color: #82828e;
	line-height: 50px;
}
.cua p span{
	color: #2272CF;
}
.ng{
	padding: 60px 0;
}
.nga{
	box-sizing: border-box;
	padding-left: 30px;
	border-right:1px solid #E5E5E5;
}
.nga_a{
	font-size: 55px;
    font-family: "Arial";
    color: #f1eff1;
}
.nga_b{
	font-size: 20px;
	
}
.ngb{
	line-height: 26px;
}
.ngc{
	padding: 20px 0;
}
.ngd{
	line-height: 26px;
}
@media (max-width:1200px ) {
	.banner{
		height: 220px;
	}
}

.lc{
	height: 200px;
	background: url(../../img/20161013031052939.jpg) no-repeat;
	background-size:100% 100% ;
	width: 100%;
	position: relative;
}
.lc .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(0,0,0,0.3);
}
.lc p{
	position: relative;
	padding-top: 60px;
	color: #fff;
	width: 100%;
	top: 30%;
	z-index: 999999;
	/*position: absolute;*/
	font-size: 30px;
}
.lc p span{
	display: block;
	margin-top: 20px;
}