
/*  */
.about-introduce {
    width: 100%;
    height: 1000px;
    position: relative;
}
.about-img{
    width: 40%;
    margin-left: 30%;
}
/* 介绍 */
.introduce-oneCard{
    margin-top: 6%;
    margin-left: 15%;
}
.introduceCard-one {
    margin-top: 40px;
}

.introduceCard-boldTitle {
    font-size: 24px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #343433;
    line-height: 40px;
}

.introduceCard-divider {
    width: 80%;
    height: 1px;
    background: rgba(52, 52, 51, 0.35);
    margin-top: 40px;
    margin-bottom: 40px;
}

.introduceCard-title1 {
    width: 80%;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #343433;
    line-height: 30px;
    margin-bottom: 20px;
}

.introduceCard-two {
    width: 80%;
    margin-top: 40px;
}

.introduceCard-twoTitle {
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.twoTitle {
    font-size: 20px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #EA5B24;
    line-height: 36px;
}

.twoTitle1 {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #343433;
    line-height: 30px;
}