﻿.solut-img {
    width: 100%;
}

.solut-img img {
    width: 100%;
    height: auto;
}



.profile-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 0;
}

.profile-tple {
    width: 100%;
}

.profile-tple p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 30px;
}

.profile-tpri {
    width: 100%;
    margin-top: 20px;
}

.profile-tpri img {
    width: 100%;
}

/* -------------- */

.profile-cnt {
    background-image: url("../images/picbj14.png");
    background-size: 100% 100%;
}

.profile-cnt ul {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-cnt ul li {
    width: 22%;
    padding: 60px 20px;
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile-cnt ul li img {
    width: 60px;
    height: 60px;
}

.profile-cnt ul li h2 {
    font-size: 30px;
    color: #222222;
    margin-top: 30px;
}

.profile-cnt ul li span {
    width: 20px;
    height: 2px;
    background-color: #d71e17;
    margin: 20px 0;
}

.profile-cnt ul li p {
    font-size: 18px;
    color: #666666;
}







/* -------------- */
.profile-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-bmle{
    width: 80%;
    position: relative;
    margin: 60px 0;
}
.profile-bmle .mySwiper{
    height: 80vh;
    overflow-y: hidden;
}
.swiper-slide{
    /* height: auto !important; */
}

.swiper-button-next, .swiper-button-prev{
    background-size: 18px 38px;
    background-color: #d71e17;
    width: 44px;
    border-radius: 50%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: auto;
    right: -18%;
    top: 38%;
    transform: rotate(90deg);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -18%;
    left: auto;
    top: 62%;
    transform: rotate(90deg);
}

.course-ul{
    width: 100%;
    display: flex;
}
.course-ul li{
    width: 50%;
    padding: 10px 25px;
}
.course-ul li:nth-child(2){
    border-left: 1px solid #e5e5e5;
}
.course-ul li h3{
    background-color: #d71e17;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
}
.course-ul li h3 span{
    font-size: 14px;
}
.course-ul li h2{
    font-size: 24px;
    padding: 20px 0;
}
.course-ul li p{
    font-size: 18px;
    color: #666666;
}

.profile-bmri{
    width: 15%;
}
.profile-bmri .solut-tit{
    margin-bottom: 60px;
}

.ulle{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.ulle p{
    text-align: right;
}
.ulle::before{
    content: "<";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d71e17;
    position: absolute;
    top: 20px;
    right: -10px;
    text-align: center;
    color: #ffffff;
}

.ulri{
    position: relative;
}
.ulri::before{
    content: ">";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #d71e17;
    position: absolute;
    top: 20px;
    left: -10px;
    text-align: center;
    color: #ffffff;
}



/* 社会责任 */

.about-society{
    background-color: #f5f5f5;
    padding: 60px 0;
}
.society-tit{
    font-size: 36px;
    color: #222222;
    text-align: center;
}

.about-society > ul{
    margin-top: 50px;
    display: flex;
    justify-content:space-between;
    
}
.about-society > ul > li{
    width: 24%;
    background-color: #ffffff;
}

.about-society > ul > li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-society > ul > li a img{
    width: 100%;
}
.about-society > ul > li a h4{
    width: 100%;
    font-size: 16px;
    background-color: #ffffff;
    padding: 25px 0;
    text-align: center;
    font-weight: 600;
}


@media only screen and (max-width: 1240px) {
    .profile-top {
        align-items: center;
        padding: 40px 0;
    }

    .profile-cnt ul {
        padding: 40px 0;
    }

    .profile-cnt ul li {
        padding: 40px 10px;
    }
}




@media only screen and (max-width: 769px) {
    .profile-top {
        flex-direction: column;
        padding: .5rem .1rem;
    }

    .profile-tple {
        width: 100%;
    }
	
.course-ul li h3{
font-size: .28rem;
}
    .profile-tple p{
        margin-bottom: 15px;
         color: #333;
         line-height:0px;
    }

    .profile-tple p font{
        /*font-size: .24rem;*/
        margin-top: 0;
        margin-bottom: .25rem;
        line-height: .3rem;
    }
    .profile-tpri{
        width: 100%;
    }
    .profile-cnt ul {
        padding: .5rem .1rem;
        flex-wrap: wrap;
    }
    .profile-cnt ul li {
        width: 48%;
        padding: .5rem .1rem .3rem;
        margin:.1rem 0;
    }
    .profile-cnt ul li h2 {
        font-size: .34rem;
        margin-top: .3rem;
    }
    .profile-cnt ul li span{
        margin: .2rem 0;
    }
    .profile-cnt ul li p{
	height: .4rem !important;
        font-size: .22rem;
    }



    .profile-btm{
        flex-direction: column;

    }
    .profile-bmle{
        width: 100% !important;
        margin: .3rem 0 !important;
    }
    .profile-bmri{
        width: 100%;
    }

    .profile-bmle .mySwiper{
        height: 85vh;
    }

    .profile-bmri .solut-tit {
        margin-bottom: 60px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: auto;
        right: 80%;
        top:110%;
        transform: rotate(90deg);
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 10%;
        left: auto;
        top: 110%;
        transform: rotate(90deg);
    }

    .course-ul li h2 {
        font-size: .28rem;
        padding: .2rem 0;
    }
    .course-ul li p{
        font-size: .22rem;
    }



    .about-society > ul{
        margin-top: .3rem;
        flex-wrap: wrap;
    }
    .about-society > ul > li{
        width: 48%;
        background-color: #ffffff;
    }

.newszx ul li{
width: 50% !important;
}
.about-society {
    padding: .3rem 0 0;
}
.news-zximg img {
    /*height: auto !important;*/
        /*height: 116px !important;*/
}
    .profile-tple p {
        font-size: 16px;
    }


}