.about{
	padding: .8rem 0;
}
.about .profile-box li{
	display: flex;
	align-items: center;
}
.about .profile-box li .text-img{
	width: 50%;
	max-width: 600px;
	max-height: 255px;
	overflow: hidden;
}
.about .profile-box li .text-img img{
	width: 100%;
	max-width: 100%;
}
.about .profile-box li .text-con{
	width: 50%;
	padding: 0 .3rem;
}
.about .profile-box li .text-con p{
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	font-family: "PingFang SC Bold","microsoft yahei";
}
.about .profile-box li .text-con h5{
	font-size: 18px;
	font-family: "PingFang SC Bold","microsoft yahei";
	margin-top: .2rem;
}
.about .partners{
	margin-top: .75rem;
}
.about .partner-list ul{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
.about .partner-list li{
	width: 25%;
	border-top: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
	display: flex;
	align-items:  center;
	justify-content: center;
	padding: .2rem 0;
}
.about .partner-list li img{
	width: 100%;
}
.about .teams{
	margin-top: .75rem;
}
.about .teams .team-box{
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 .65rem;
}
.about .teams .team-box .team-img{
	position: absolute;
	width: 18%;
	left: 0;
	z-index: 99;
	max-width: 150px;
	max-height: 210px;
	left: .65rem;
	top:50%;
	transform: translateY(-50%);
}
.about .teams .team-box .team-img img{
	width: 100%;
}
.about .teams .team-box .team-text{
	width: 83%;
	background: #f8f8f8;
	float: right;
	/* padding: .35rem .45rem .85rem 1.2rem; */
	padding: .35rem .45rem .35rem .45rem;
}
.about .teams .team-box .team-text p{
	font-size: 14px;
	color: #333333;
	line-height: 40px;
	/* padding-top: .5rem; */
}
.about .contact{
	padding: .9rem 0;
}
.about .contact-box{
	display: flex;
	justify-content: space-between;
}
.about .contact .contact-map{
	width: 60%;
	border: 1px solid #c6c6c6;
	padding: 10px;
}
.about .contact .contact-main{
	width: 32%;
}
.about .contact .contact-main h3{
	font-size: 20px;
	color: #333333;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
	margin-bottom: .55rem;
}
.about .contact .contact-main .address,
.about .contact .contact-main .tel,
.about .contact .contact-main .email{
	line-height: 24px;
	font-size: 14px;
	color: #77819e;
	padding-left: 35px;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
	margin-top: .2rem;
}
.about .contact .contact-main .address{
	background: url(../img/about/address.png) left center no-repeat;
}
.about .contact .contact-main .tel{
	background: url(../img/about/tel.png) left center no-repeat;
}
.about .contact .contact-main .email{
	background: url(../img/about/email.png) left center no-repeat;
}
.tip_out{
	position: relative;
}
.tip{
	position: absolute;
	left: -68px;
	bottom: -80px;
	background: url(../img/about/address-icon.png) center center no-repeat;
	width: 40px;
	height: 40px;
}