

.one-img{
    width: 100%;
    height: 150px;
}
.fiveCard-img{
    width: 150px;
    height: 70px;
}
/* 轮播图 */
.home-carousel {
    height: 850px;
}

.carousel {
    height: 850px;
}

.carousel-img {
    width: 100%;
    height: 850px;
}

/* 数据 */
.home-datas {
    width: 60%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.datas-main {
    display: flex;
    flex-direction: row;
}

.datas-title {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.datasTitle {
    font-size: 30px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #343433;
    line-height: 68px;
}

.datasTitle1 {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: rgba(52, 52, 51, 0.75);
    line-height: 25px;
}

.datasTitle-unit {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #343433;
    margin-left: 5px;
}

/* 主页介绍 */
.home-introduce {
    width: 100%;
    height: 900px;
    position: relative;
}
.introduce-twoCard {
    margin-top: 10%;
    margin-left: 40%;
}

.introduce-fourCard,
.introduce-fiveCard {
    margin-top: 5%;
    /* margin-left: 5%; */
}
.introduceCard-divider {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 40px;
}

.introduceCard-line {
    width: 100px;
    height: 4px;
    background: #EA5B24;
}

.introduceCard-line1 {
    width: 100px;
    height: 4px;
    background: #34BEC7;
}

.introduceCard-title1 {
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: rgba(52, 52, 51, 0.75);
    line-height: 36px;
    margin-top: 30px;
}
.introduceCard-title2 {
    width: 40%;
    font-size: 16px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: rgba(52, 52, 51, 0.75);
    line-height: 36px;
    margin-top: 30px;
}

.twoCard {
    width: 100%;
    margin-top: 20px;
}

.twoCard-main {
    position: relative;
}

.twoCard-img {
    width: 260px;
    height: 160px;
}

.twoCard-title {
    position: absolute;
    top: 40%;
    left: 20%;
    width: 50%;
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #FFFFFF;
    line-height: 28px;
}

.twoCard-title1 {
    position: absolute;
    top: 40%;
    left: 20%;
    width: 50%;
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: #343433;
    line-height: 28px;
}

.threeCard {
    width: 45%;
    margin-top: 60px;
}

.threeCard-main {
    /* position: relative; */
    /* width: 330px; */
    height: 220px;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.threeCard-title {
    width: 55%;
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: hsl(0, 0%, 100%);
    line-height: 28px;
}

.fourCard {
    width: 70%;
    margin: auto;
    margin-top: 140px;
}

.fourCard-main {
    padding-top: 50px;

}

.fourCard-title {
    font-size: 18px;
    font-family: AlibabaPuHuiTi_2_85_Bold;
    color: #343433;
    line-height: 24px;
    font-weight: bold;
}

.fourCard-title1 {
    width: 65%;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
    font-family: AlibabaPuHuiTi_2_55_Regular;
    color: rgba(52, 52, 51, 0.75);
    line-height: 20px;
}

.fourCard-img {
    margin-top: 60px;
}

.fiveCard {
    width: 70%;
    margin: auto;
    margin-top: 100px;
}

.fiveCard-main {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid rgba(52, 52, 51, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

