img {
    width: 100%;
    height: 100%;
}

.contactus {
    margin-top: -10vw;
    z-index: 1;
    position: relative;
}

.contactus .m-wrapper {
    padding: 62px 58px;
    background: #FFFFFF;
}

.contactus .contactus-wrapper {
    display: flex;
}

.contactus .contactus-wrapper .c-left .title {
    font-size: 32px;
    margin-bottom: 26px;
}

.contactus .contactus-wrapper .c-left .title .en {
    color: rgba(0, 0, 0, 0.6);
}

.contactus .contactus-wrapper .c-left .title .cn {
    color: rgba(0, 0, 0, 0.8);
    line-height: 90px;
    position: relative;
}

.contactus .contactus-wrapper .c-left .title .cn::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 1px;
    width: 126px;
    background-color: #008CD6;
}

.contactus .contactus-wrapper .c-right {
    margin-left: 60px;
}


.contactus .contactus-wrapper .c-left .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;

    .item-left {
        margin-right: 20px;

        img {
            vertical-align: middle;
        }

    }

    .item-right {
        font-size: 20px;

        .labels {
            color: rgba(0, 0, 0, 0.8);
        }

        .lables-value {
            margin-top: 10px;
            color: rgba(0, 0, 0, 0.6);

        }
    }
}


@media (max-width: 1024px) {
    .contactus .m-wrapper{
        padding: 30px;
    }
    .contactus .contactus-wrapper {
        flex-direction: column;
    }

    .contactus .contactus-wrapper .c-right {
        margin-left: 0;
    }

    .contactus .contactus-wrapper .c-left .title{
        font-size: 24px;
    }

    .contactus .contactus-wrapper .c-left .title .cn{
        line-height: 60px;
    }
}
