.business-introduce {
    width: 100%;
    height: 900px;
    position: relative;
}

.business-introduce1 {
    width: 100%;
    height: 1600px;
    position: relative;
}

.introduce-img1 {
    width: 100%;
    height: 1600px;
}

.introduce-oneCard {
    margin-top: 10%;
    margin-left: 10%;
}

.introduce-twoCard {
    margin-top: 5%;
    margin-left: 5%;
}

.introduce-threeCard {
    margin-top: 10%;
    margin-left: 5%;
}

.oneCard {
    width: 45%;
    margin-top: 70px;
}

.oneCard-card {
    width: 100%;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px rgba(234, 91, 36, 0.14);
    font-size: 24px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #343433;
    line-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.oneCard-two {
    width: 72%;
    margin: auto;
    margin-top: 100px;
}

.two-main {
    margin-top: 60px;
}

.twoMain-top {
    /* width: 460px; */
    height: 76px;
    background: #EA5B24;
    font-size: 24px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #FFFFFF;
    line-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.twoMain-main {
    padding-top: 30px;
    height: 580px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px rgba(234, 91, 36, 0.14);
}

.twoMain-card {
    width: 90%;
    height: 160px;
    margin: auto;
    border: 1px solid #EA5B24;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 10%; */
    margin-bottom: 20px;
    /* align-items: center */
}

.two-main1 {
    /* margin-top: 40px; */
    margin-left: -25px;
}

.twoMain-top1 {
    /* width: 460px; */
    height: 76px;
    background: #34BEC7;
    font-size: 24px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #FFFFFF;
    line-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.twoMain-main1 {
    padding-top: 60px;
    height: 700px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px rgba(52,190,199,0.2);
}

.twoMain-card1 {
    width:85%;
    height: 160px;
    margin: auto;
    border: 1px solid #34BEC7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-left: 10%; */
    margin-bottom: 20px;
    /* align-items: center */
}
.twoMain_bigTitle {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    font-weight: bold;
    color: #343433;
    line-height: 40px;
    /* margin-bottom: 10px; */
    /* margin-left: 20px; */
}

.twoMain_title {
    width: 80%;
    margin: auto;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: rgba(52, 52, 51, 0.75);
    line-height: 24px;
    text-align: center;
}

.twoCard {
    width: 95%;
}

.introduceCard-twoTitle {
    font-size: 26px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.threeCard {
    width: 25%;
    margin-top: 80px;
}