.about-profile {
    padding: 100px 0;
    background-image: url("../images/picbj06.png");
    background-size: 100% 100%;
}

.profile-cnt {
    display: flex;
    justify-content: space-between;
}

.profile-ctle {
    width: 30%;
    font-size: 48px;
}



.profile-ctri {
    width: 68%;
}

.profile-ctri>p {
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 25px;
}

.profile-ctri>p span {
    color: #222222;
    font-weight: 600;
}

.profile-ctrul {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.profile-ctrul>li {
    width: 31%;
    color: #08913a;
}

.profile-ctrul>li span {
    font-size: 20px;
}

.profile-ctrul>li p {
    min-height: 80px;
    font-size: 24px;
    margin-top: 20px;
    line-height: 38px;
}

.profile-ctrul>li img {
    width: 70px;
    height: 70px;
    margin-top: 30px;
}






.about-course {
    background-image: url("../images/picbj07.png");
    background-size: 100% 100%;
}

.course-ul {
    padding: 20px 0;
}

.course-ul>li {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #52af74;
}

.course-ul>li:last-child {
    border-bottom: 0px solid #52af74;
}

.course-utit {
    width: 30%;
    font-size: 48px;
    color: #ffffff;
}

.course-utxt {
    width: 68%;
    font-size: 20px;
    color: #ffffff;
    line-height: 36px;
}








.about-structure {
    padding: 90px 0;
}

.structure-tit {
    font-size: 48px;
}

.structure-img {
    width: 100%;
}

.structure-img img {
    width: 100%;
    height: auto;
}










.about-honor {
    padding: 100px 0 110px;
    background-color: #f5f5f5;
}

.honor-cnt {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.honor-cnt>img {
    width: 100%;
    height: auto;
}

.honor-ctul {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
}

.honor-ctul>li {
    width: 25%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    transition: all .5s;
}

.honor-ctul>li:last-child {
    border-right: 0px solid rgba(255, 255, 255, .3);
}

.honor-ctul>li:hover {
    background: linear-gradient(to top, rgba(9, 145, 58, 1), rgba(9, 145, 58, .1));
}

.honor-ctul>li:hover .honor-ctubtm {
    bottom: 0px;
}

.honor-ctul>li:hover .honor-ctubtm p {
    opacity: 1;
}

.honor-ctubtm {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -100px;
    padding: 50px;
    transition: all .5s;
}

.honor-ctubtm h3 {
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

.honor-ctubtm p {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
    line-height: 32px;
    opacity: 0;
    transition: all .5s;
}




@media only screen and (max-width: 1340px) {
    .about-profile {
        padding: 80px 0;
    }

    .profile-ctle {
        font-size: 36px;
    }

    .profile-ctri>p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .profile-ctrul {
        padding-top: 10px;
    }

    .profile-ctrul>li span {
        font-size: 16px;
    }

    .profile-ctrul>li p {
        min-height: 80px;
        font-size: 20px;
        margin-top: 10px;
        line-height: 32px;
    }

    .profile-ctrul>li img {
        width: 50px;
        height: 50px;
        margin-top: 20px;
    }





    .course-ul {
        padding: 10px 0;
    }

    .course-ul>li {
        padding: 50px 0;
    }

    .course-utit {
        font-size: 36px;
    }

    .course-utxt {
        font-size: 16px;
        line-height: 30px;
    }






    .about-structure {
        padding: 70px 0;
    }

    .structure-tit {
        font-size: 36px;
    }



    .about-honor {
        padding: 80px 0 90px;
    }

    .honor-ctubtm {
        bottom: -80px;
        padding: 30px;
    }

    .honor-ctubtm h3 {
        font-size: 24px;
    }

    .honor-ctubtm p {
        font-size: 16px;
        margin-top: 10px;
        line-height: 26px;
    }

}







@media only screen and (max-width: 768px) {

    .about-profile {
        padding: .8rem .1rem;
    }

    .profile-cnt {
        flex-direction: column;
    }

    .profile-ctle {
        width: 100%;
        font-size: 22px;
    }

    .profile-ctri {
        width: 100%;
        margin-top: .2rem;
    }

    .profile-ctri>p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: .15rem;
    }



    .profile-ctrul {
        padding-top: .1rem;
    }

    .profile-ctrul>li span {
        font-size: 14px;
    }

    .profile-ctrul>li p {
        min-height: 80px;
        font-size: 16px;
        margin-top: .1rem;
        line-height: 26px;
    }

    .profile-ctrul>li img {
        width: 40px;
        height: 40px;
        margin-top: .2rem;
    }

    .course-ul {
        padding: .1rem;
    }

    .course-ul>li {
        padding: .5rem 0;
    }

    .course-utit {
        font-size: 20px;
    }

    .course-utxt {
        font-size: 14px;
        line-height: 24px;
    }




    .about-structure {
        padding: .7rem .1rem;
    }

    .structure-tit {
        font-size: 20px;
    }

    .about-honor {
        padding: .8rem .1rem .9rem;
    }






    .honor-ctubtm {
        bottom: -80px;
        padding: .1rem;
    }
    .honor-ctubtm h3 {
        font-size: 14px;
    }
    .honor-ctubtm p {
        font-size: 11px;
        margin-top: .1rem;
        line-height: 16px;
    }




}