.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;
} 
.iconItem{
	background-color: #fff;
	width: 335px; 
	margin-bottom: 35px;
	padding: 30px 0 15px;
	border-radius: 12px;
}
.contact .title{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 12px;
}
.top{
	padding-left: 26px;
	font-size: 18px;
}
.top .t_title{
	padding-left: 24px;
}
.top .t_title p{
	color: #005DDB;
	padding-top: 6px;
}
.contact .detail{
	padding-top: 16px;
	padding-left: 26px;
	font-size: 15px;
	line-height: 30px;
}
.mapWrap{
	padding: 30px;
	background-color: #fff;
}
.mapWrap .map{
	    width: 100%;
	    height: 535px;
	    background-color: #ccc;
}
.mapWrap .items {
	padding-top: 50px;
}
.textItem img{
	padding-bottom: 35px;
}
.textItem h4{
	    font-size: 24px;
	    padding-bottom: 18px;
}
.textItem .table{
	display: table;
	font-size: 16px;
	    line-height: 21px;
	    padding: 8px 0;
}
.textItem .table span{
	display: table-cell;

}
.contactItem{
	padding-bottom: 20px;
}
.contactItem h5{
	font-size: 18px;
	padding-bottom: 15px;
}
.contactItem p{
	font-size: 15px;
	line-height: 31px;
}

.swiper-container {
	width: 100%; 
	background: #f5f5f5;
	overflow: hidden;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;  
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}