html{
    font-size: 30px;
    color: #101010;
}
.about_content{
    margin-top: 50px;
}
.about_head{
    position: relative;
    height: 150px;
    background: url("../../img/about/about_banner.png") no-repeat;
    background-size: 100% 100%;
}
.about_head .banner_center {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translate(-0, -50%);
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    width: 100%;
    font-weight: 600;
    text-align: left;
    z-index: 99;
    width: calc(100vw - 28px);
}
.about_head .banner_center p:last-child {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    margin-top: 2px;
    font-weight: 400;
}
.company_content {
    width: 100vw;
    margin: 15px auto 13.5px auto;
    text-align: center;
}
.company_content h3 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    padding-bottom: 13.5px;
}
.company_content .company_ount ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.company_content .company_ount ul:first-child li:nth-child(2) {
    margin: 0 50px;
}
.company_content .company_ount ul:last-child li:nth-child(2) {
    margin-left: 50px;
}
.company_content .company_ount ul li span {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 32px;
    text-align: left;
}
.company_content .company_ount ul li span:last-child {
    font-size: 18px;
    line-height: 32px;
}
.company_content .company_ount ul li span:last-child span {
    display: inline-block;
    font-size: 8px;
    margin-top: 0;
}
.about_center {
    background: url("../../img/about/about_center.png") no-repeat;
    background-size: 100% 100%;
    height: 170px;
}
.about_center ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.about_center ul li {
    text-align: center;
}
.about_center ul li img {
    width: 80px;
    margin: 9px auto 0 auto;
}
.about_center ul li h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
}
.about_center ul li p {
    font-size: 9px;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
}
.social_content {
    padding: 15px 0 0 0;
    background: #fff;
}
.social_content > div {
    width: 100vw;
    margin: 0 auto;
}
.social_content>div>h3 {
    font-size: 14px;
    color: #333;
    padding: 15px 0;
    text-align: center;
}
.social_content ul {
    display: flex;
    justify-content: space-around;
    padding: 0 23px 20px 23px;
}
.social_content ul li {
    margin-left: 30px;
}
.social_content ul li:first-child {
    margin-left: 0;
}
.social_content ul li img {
    width: auto;
    height: 17px;
    margin-bottom: 2px;
}
.social_content ul li p {
    font-size: 9px;
    color: #999;
    line-height: 14px;
    width: 150px;
}
.social_content ul li h3 {
    font-size: 13px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    margin: 4px 0;
}
.develop_way {
    width: calc(100vw - 26px);
    padding-left: 13px;
    background: #fff;
}
.develop_way img {
    width: 100%;
}

.team_content {
    padding: 15px 18px 0 18px;
    text-align: center;
    width: calc(100vw - 36px);
    margin: 0 auto;
    background: #fff;
}
.team_content h3 {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 15px;
}
.team_content ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.team_content ul li {
    margin-bottom: 20px;
}
.team_content ul.first_ul li {
    display: flex;
    align-items: center;
    height: 100px;
    text-align: left;
}
.team_content ul.first_ul li>div {
    max-width: 160px;
}
.team_content ul.team_ul {
    justify-content: space-between;
}
.team_content ul.team_ul li {
    width: calc(50% - 10px);
    text-align: center;
}
.team_content ul li img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.team_content ul.first_ul li img {
    margin-right: 30px;
    background: #8B8D93;
}
.team_content ul.team_ul li img {
    margin: 0 auto;
}
.team_content ul li p{
    font-size: 14px;
    line-height: 29px;
    font-weight: 500;
    color: #000;
}
.team_content ul li span {
    display: block;
    padding: 0 0 2px 0;
    font-size: 10px;
    line-height: 16px;
    color: #D81719;
}
.team_content ul li .team_user_desc {
    font-size: 9px;
    color: #999;
    line-height: 20px;
    margin: 0 auto;
}
.team_content ul li .team_user_desc.team_user_desc_big {
    font-size: 12px;
}

.qiye_content {
    background: #fff;
}
.qiye_content h3 {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}
.qiye_content .qiye_con div img {
    width: calc(100vw - 24px);
    margin: 10px 12px;
}
.qiye_content .qiye_con div:nth-child(2) {
    box-shadow: 0 0 14px #E0E0E0;
}
.qiye_content .qiye_con div:first-child {
    background: url("../../img/index/qiye_part1.png") no-repeat;
    background-size: 100% 100%;
    padding: 16px 27px;
    width: calc(100vw - 54px);
}
.qiye_content .qiye_con li {
    list-style: disc;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
.qiye_content .qiye_count{
    padding: 0 0 12px 0;
}
.qiye_content .qiye_count ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.qiye_content .qiye_count ul li p:first-child {
    font-size: 8px;
    color: #000;
    line-height: 24px;
}
.qiye_content .qiye_count ul li p:last-child {
    font-size: 15px;
    color: #000;
}
.qiye_content .qiye_count ul li p:last-child span {
    font-size: 8px;
}
.qiye_content .qiye_cert ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qiye_content .qiye_cert {
    position: relative;
    padding: 0 12px;
    width: calc(100vw - 24px);
}
.qiye_content .qiye_cert ul img {
    width: 25%;
}
