.wrapper {
    background: #000;
}
.banner {
    height: 90vh;
    background: url(../resources/images/about-imgs/bannerBg1.png) no-repeat;
    background-size: 100% 100%;
}
.sloganBox {
    padding-top: 10%;
}
.sloganCont p {
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
}

.companyBox {
    padding: 5% 0;
}
.bigBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bigBox .aboutUs {
    position: relative;
    width: 55%;
    height: 700px;
    background: url(../resources/images/about-imgs/bg.png) no-repeat;
    background-size: 100% 100%;
    border-top: solid 3px #FFFFFF;
    /* border-bottom: solid 3px #FFFFFF; */
}
.aboutUs p {
    color: #FFFFFF;
    margin-bottom: 2rem;
}

.company {
    width: 100%;
    height: 100%;
}
.company .companyTitle {
    margin: 50px 0;
}
.company .bigTit {
    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
.companyCon {
    padding: 0 10%;
}
.company .smCont {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 2.5rem;
    color: rgba(255, 255, 255, 1);
    text-align: justify;
    vertical-align: top;
}
.bottomImg {
    position: absolute;
    bottom: 0;
}
.bottomImg img {
    width: 100%;
}
.wrapper {
    background: #000;
}

@media (min-width: 767px) {
    /* develop */
    .develop {
        height: 100vh;
        background: url(../resources/images/about-imgs/develop0.png) no-repeat;
        background-size: cover;
    }
    .develop .container-fluid,
    .develop .container-fluid .row,
    .develop .container-fluid .row .col-md-2 {
        height: 100%;
    }
    .develop .bigTit {
        position: absolute;
        left: 47%;
        padding-top: 8%;
    }
    .develop .deTit {
        font-size: 32px;
        font-weight: 700;
        color: rgba(255, 255, 255, 1);
    }
    .develop .col-md-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .develop .col-md-2:hover {
        background: rgba(0, 0, 0, 0.3);
    }
    
    .develop .smBox {
        width: 80%;
        height: 25%;
        overflow: visible;
    }
    .develop .smBox p {
        color: #FFFFFF;
        text-align: justify;
    }
    .develop .smBox .timeTit {
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .develop .smBox .timeCon {
        /* font-size: 14px; */
        line-height: 2rem;
    }

    /* layout */
    .layout {
        height: 100vh;
    }
    .layout .container-fluid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .layout .container-fluid .row {
        width: 70%;
        height: 80%;
        background: linear-gradient(to bottom, rgba(237, 240, 240, 0.5) 13.89%, rgba(150, 196, 245, 0.5) 86.11%);
    }
    .layout .lyImg {
        display: flex;
        align-items: center;
    }
    .layout img {
        width: 100%;
        box-shadow: 8px 10px 3px 5px rgba(0, 0, 0, 0.25);
    }
    .lyImg {
        position: relative;
    }
    .layoutTit {
        position: absolute;
        bottom: 10%;
        left: 10%;
        font-size: 32px;
        font-weight: 700;
        color: #FFFFFF
    }

    .layout .allAd {
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
    }
    .layout .allAd .leftAd {
        margin: 15px 0;
    }
    .layout .cq .leftAd {
        padding-left: 15px;
    }
    .layout .allAd p {
        font-size: 15px;
        color: #FFFFFF;
        line-height: 2rem;
        text-align: left;
    }
    .layout .allAd .rightAd {
        margin: 55px 0;
    }
    /* contact */
    .contact {
        position: relative;
    }
    .contact img {
        width: 100%;
    }
    .contact .contactTit {
        position: absolute;
        top: 70%;
        left: 31%;
        font-size: 32px;
        font-weight: 700;
        color: #FFFFFF;
    }
}

/* layout */
.layout {
    height: 100vh;
}
.layout .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.layout .container-fluid .row {
    width: 70%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(237, 240, 240, 0.5)13.89%, rgba(150, 196, 245, 0.5) 86.11%);
}
.layout .lyImg {
    display: flex;
    align-items: center;
}
.layout img {
    width: 100%;
    box-shadow: 8px 10px 3px 5px rgba(0, 0, 0, 0.25);
}
.lyImg {
    position: relative;
}
.layoutTit {
    position: absolute;
    bottom: 10%;
    left: 10%;
    font-size: 32px;
    font-weight: 700;
    color: rgba(59,126,252);
}
.layout .allAd {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.layout .cq {
    padding-left: 25px;
}
.layout .allAd p {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: justify;
}
.layout .allAd .leftCq {
    margin: 55px 0;
}
.layout .allAd .leftEdu {
    margin: 45px 0;
}
.layout .allAd .rightAd {
    margin: 55px 0;
    padding: 0 10px;
}
/* contact */
.contact {
    position: relative;
}
.contact img {
    width: 100%;
}
.contact .contactTit {
    position: absolute;
    top: 70%;
    left: 31%;
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
}
