
.about-box{
    padding: 40px 0 0;
    
}
.about-btit{
    position: relative;
}
.about-btit img{
    width: auto;
    height: 70px;
}
.about-btit h1{
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 30px;
    font-weight: 600;
}


.aboutb-img{
    margin-top: 35px;
}

.aboutb-btm{
    padding:70px 0;
    display: flex;
    justify-content: space-between;
}
.aboutb-bmle {
    width: 38%;
    /* background-image:url("../images/picbj02.png");*/
    background-image: url("../images/picbj023.png");
    background-size: 100% 100%;
}
.aboutb-bmle h3{
    font-size: 48px;
    font-weight: 600;
}

.aboutb-bmri{
    width: 60%;
}
.aboutb-bmri p{
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
}








.about-cnt{
    padding: 80px 0;
    background-color: #f2f2f2;
}
.about-ctimg{
    display: flex;
}
.about-ctimg img{
    width: 50%;
    height: auto;
}

.about-ctbtm{
    margin-top: 50px;
}
.about-ctbtm h3{
    font-size: 36px;
    padding-bottom: 20px;
}
.about-ctbtm p{
    font-size: 16px;
    margin-top: 10px;
}



@media only screen and (max-width: 1400px) {
    .about-box {
        padding: 15px 0 0;
    }
    .about-btit img {
        width: auto;
        height: 60px;
    }
    .about-btit h1{
        font-size: 26px;
    }
    .aboutb-img {
        margin-top: 30px;
    }
    .aboutb-btm {
        padding: 60px 0;
    }
    .aboutb-bmle h3 {
        font-size: 42px;
    }
    .aboutb-bmri p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .about-cnt {
        padding: 70px 0;
    }
    .about-ctbtm {
        margin-top: 40px;
    }

    .about-ctbtm h3 {
        font-size: 32px;
        padding-bottom: 15px;
    }
    .about-ctbtm p {
        font-size: 14px;
        margin-top: 5px;
    }




}

@media only screen and (max-width: 769px) {
    .about-box {
        padding: .3rem .1rem 0;
    }

    .about-btit img {
        width: auto;
        height: 50px;
    }
    .about-btit h1 {
        font-size: 22px;
    }

    .aboutb-img {
        margin-top: .3rem;
    }
    .aboutb-btm {
        padding: .6rem 0;
        flex-direction: column;
    }
    .aboutb-bmle {
        width:100%;
    }
    .aboutb-bmle h3 {
        font-size: 34px;
    }
    .aboutb-bmri {
        width: 100%;
        margin-top: .2rem;
    }
    .aboutb-bmri p {
        font-size: 14px;
        margin-bottom: .25rem;
    }



    .about-cnt {
        padding: .7rem .1rem;
    }
    .about-ctimg {
        flex-direction: column;
    }
    .about-ctimg img{
        width: 100%;
    }

    .about-ctbtm {
        margin-top: .4rem;
    }
    .about-ctbtm h3 {
        font-size: 24px;
        padding-bottom: .15rem;
    }
    .about-ctbtm p {
        font-size: 12px;
        margin-top: .1rem;
    }


}
