@charset "UTF-8";
.aboutBannerSection{
	display: block;
	background: url(../images/aboutBanner.jpg) #2D86FF center no-repeat;
	width: 100%;
	height: 500px;
	text-align: center;
}
.aboutBannerInfo{
	height: 100%;
	margin: 0 auto;
	display: table;
}
.aboutBannerInfo .ehrHeader-section-text p {
	text-align: center;
}
.textTitleInfoShadow{
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.26);
}
.aboutSection{
	margin-top: 80px;
}
.aboutSectionInfo{
	background: url("../images/aboutBg1.jpg") no-repeat;
	height: 458px;
	position: relative;
}
.proSectionInfo{
	background: url("../images/aboutBg2.jpg") no-repeat;
	height: 458px;
	position: relative;
}
.aboutSectionInfo-area{
	background: #ffffff;
	width: 638px;
	padding: 32px 36px;
	box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.08);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.aboutSectionInfo-area-left{
	left: -36px;
}
.aboutSectionInfo-area-right{
	right: -36px;
}
.aboutSectionInfo-area-title{
	font-size: 28px;
	padding-bottom: 15px;
	position: relative;
}
.aboutSectionInfo-area-title:before{
	content: "";
	background: rgba(45, 134, 255, 1);
	width: 46px;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.aboutSectionInfo-area-subTitle{
	margin-top: 38px;
	font-size: 22px;
}
.aboutSectionInfo-area-text{
	font-size: 14px;
	line-height: 1.7;
	color: rgba(101, 101, 101, 1);
	margin-top: 12px;
}
.contactSection{
	width: 100%;
	margin-top: 80px;
	margin-bottom: 50px;
}
.contactSectionInfo{
	height: 306px;
	font-size: 0;
}
.contactSectionInfo-item{
	font-size: 0;
	position: relative;
}
.contactSectionInfo-item:after{
	content: "";
	background: #ffffff;
	width: 510px;
	height: 100%;
	box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.08);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
.contactSectionInfo-item-box{
	width: 100%;
	height: 306px;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	position: relative;
}
.contactSectionInfo-item-map{
	width: 690px;
	height: 306px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.contactSectionInfo-item-text{
	width: 510px;
	padding: 100px 30px 0 40px;
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 5;
}
.contactSectionInfo-item-text p{
	padding-left: 32px;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	margin: 10px 0;
	position: relative;
}
.aboutIcon{
	background-size: 48px 24px;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.aboutIcon-address{
	background: url("../images/aboutAddress.svg") no-repeat;
}
.aboutIcon-phone{
	background: url("../images/aboutPhone.svg") no-repeat;
}
.contactSectionInfo-item .content{
	width: 100%;
	height: 306px;
	position: relative;
	font-size: 14px;
	margin-top: 40px;
}
.contactSectionInfo-item .tabs{
	width: 460px;
	padding: 0 15px;
	position: absolute;
	right: 25px;
	top: 20px;
	z-index: 20;
	font-size: 14px;
	border-bottom: 1px solid rgba(239, 239, 239, 1);
}
.contactSectionInfo-item .content .tabBox{
	font-size: 0;
}
.tabs {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
}

.tabs li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: -1px;
}

.tabs a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 50px;
	padding: 12px 6px;
	margin: 0 15px;
	color: #333;
	font-size: 16px;
	border-bottom: 2px solid transparent;
	outline: none;
	transition: all .3s ease;
}
.tabs a.current{
	border-bottom-color: rgba(45, 134, 255, 1);
	color: rgba(45, 134, 255, 1);
	font-size: 18px;
}