.topView{ 
	position: relative;
	height: 7.336em;
	width: 100%;
	background: url(../img/aboutUs/about_bj.png) no-repeat center;
	background-size:cover;
}
.textWrap{
	position: absolute;
	left: 4.72em;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
}

 .textWrap h4{
	 font-size: 0.68em;
 }
 .textWrap p{
	 font-size: 0.68em;
	 font-weight: bold;
 }
.content{
	width: 1200px;
	margin: 0 auto;
}
.textCont{
	position: relative;
}
.textCont p{
	font-size: 18px;
	line-height: 32px; 
}
.textCont .title{
	font-size: 24px;
	font-weight: bold;
	padding: 50px 0;
	
}
.textCont .title span{
	position: relative;
}
.textCont .title span::after{
	content: "";
	width: 100%;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: auto;
	border-radius: 10px;
}

.icons {
	padding-top: 85px;
	padding-bottom: 80px;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.iconItem{
	background-color: #fff;
	width: 380px;
	margin-bottom: 35px;
	padding: 45px 0;
	border-radius: 12px;
}
.iconItem h4{
	font-size: 21px;
	    font-weight: bold;
	    padding: 24px 0 18px;
}
.iconItem p{
    font-size: 18px;
    line-height: 28px;
}
.iconImg{
	position: relative;
}
.hoverIcon{
	position: absolute;
	left: 50%;
	top: 0;
    transform: translateX(-50%);
	opacity: 0; 
	transition: all 0.2s linear;
}
.iconItem:hover{
	background-color: #1F91CB; 
}
.iconItem:hover h4{
	color: #fff;
}
.iconItem:hover p{
    color: #fff;
}
.iconItem:hover .hoverIcon{
	opacity:1
}