.banner {
    position: relative;
    height: 430px;
    background: url("../img/about/about_banner.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 70px;
}
.banner .banner_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 56px;
    width: 84%;
    text-align: left;
    padding-left: 16%;
}
.banner .banner_center p:last-child {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    margin-top: 7px;
}
.company_content {
	display: flex;
	justify-content: center;
	padding: 94px 0 0 0;
	position: relative;
	min-width: 1200px;
	margin: 0 auto 50px auto;
}
.company_content .company_left {
	width: 634px;
	margin-right: 50px;
}
.company_content .company_left img {
	height: 45px;
	width: auto;
	padding-bottom: 15px;
}
.company_content .company_left h3 {
	font-size: 1.7rem;
	line-height: 24px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 1rem;
}
.company_content .company_left .company_detail p {
	font-size: 12px;
	color: #666;
	line-height: 28px;
	text-indent: 2em;
}
.company_content .company_right {
	height: 561px;
}
.company_content .company_right img {
	width: auto;
	height: 561px;
}
.company_content .company_ount {
	position: absolute;
	width: 1094px;
	bottom: 3.65rem;
	background: rgba(255, 255, 255, 0.9);
}
.company_content .company_ount ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.company_content .company_ount ul li {
	padding: 38px 0;
}
.company_content .company_ount ul li span {
	display: block;
	font-size: 0.6rem;
	color: #000;
	line-height: 24px;
}
.company_content .company_ount ul li span:last-child {
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-top: 20px;
}
.company_content .company_ount ul li span:last-child span {
	display: inline-block;
	font-size: 0.9rem;
	margin-top: 0;
}
.social_content {
    padding: 80px 0 0 0;
    background: #fff;
}
.social_content > div {
    max-width: 1200px;
    margin: 0 auto;
}
.social_content>div>h3 {
    font-size: 1.7rem;
    color: #333;
    padding-bottom: 2.5rem;
    text-align: center;
}
.social_content ul {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}
.social_content ul li img {
    width: auto;
    height: 30px;
    margin-bottom: 10px;
}
.social_content ul li p {
    font-size: 0.6rem;
    color: #999;
    line-height: 20px;
}
.social_content ul li h3 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.team_content {
    padding: 50px 0 0 0;
    text-align: center;
    min-width: 1200px;
    margin: 0 auto;
}
.team_content h3 {
    font-size: 1.7rem;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.team_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 470px;
}
.team_content ul li {
    max-width: 156px;
    margin-left: 73px;
}
.team_content ul li:first-child {
    margin-left: 0;
}
.team_content ul li.team_active {
    max-width: 272px;
}
.team_content ul li.team_active > div {
    position: relative;
}
.team_content ul li img {
    background: #8B8D93;
    border-radius: 50%;
}
.team_content ul li.team_active > div > div {
    width: calc(100% + 8px);
    height: 50%;
    border: 4px solid red;
    border-radius: 0 0 50% 50%/0 0 100% 100%;
    border-top: none;
    position: absolute;
    top: calc(50% + 4px);
    left: -8px;
}
.team_content ul li p{
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    line-height: 1.5rem;
}
.team_content ul li span {
    display: block;
    padding: 7px 0 3px 0;
    font-size: 0.7rem;
    color: #D81719;
    line-height: 24px;
}
.team_content ul li .team_user_desc {
    font-size: 0.7rem;
    color: #999;
    line-height: 24px;
    display: none;
    max-width: 85%;
    margin: 0 auto;
}
.team_content ul li.team_active p {
    margin-top: 18px;
}
.team_content ul li.team_active .team_user_desc {
    display: block;
}
.about_center {
    background: url("../img/about/about_center.png") no-repeat;
    background-size: 100% 100%;
    padding: 48px 0;
}
.about_center ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_center ul li:first-child {
    margin-right: 150px;
}
.about_center ul li {
    display: flex;
    align-items: center;
}
.about_center ul li img {
    width: 140px;
    margin-right: 30px;
}
.about_center ul li h3 {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.2rem;
    margin-bottom: 10px;
}
.about_center ul li p {
    font-size: 0.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}
.develop_way {
    padding: 40px 0 0 0;
    text-align: center;
    position: relative;
    background: #fff;
}
.develop_way > div {
    width: 1172px;
    margin: 0 auto;
}
.develop_way h3 {
    font-size: 1.7rem;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
}
.develop_way ul {
    display: flex;
    position: absolute;
    width: 1400px;
}
.develop_way ul:last-child {
    justify-content: space-between;
}
.develop_way ul li h3 {
    font-size: 0.8rem;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.develop_way ul li p {
    font-size: 0.6rem;
    color: #999;
    line-height: 20px;
}