.companyPage{
}

/*==========================================================*/
.companyPage .companyDesc{
    background-image: url("../img/index/beijing_3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    padding: 34px;
    display: flex;
    align-items: center;
}

.companyPage .companyDesc .infoView:hover{
    transform: scale(1.1);
}
.companyPage .companyDesc .infoView{
    margin-left: 70px;
}

.companyPage .companyDesc .infoView img{
    width: 200px;
    height: 100px;
}

.companyPage .companyDesc .infoView .descView{
    color: #FFFFFF;
    height: 100%;
    width: 40%;
    font-size: 20px;
    margin-top: 50px;
    letter-spacing: 0.18em;
}


.companyPage .companyDesc .infoView .descView div{
    display: flex;
    align-items: center;
    text-indent: 2em;
    margin-top: 10px;
}
/*==========================================================*/


/*==========================================================*/

.companyPage .bar{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

.companyPage .bar .title{
    margin-left: 20px;
}

.companyPage .bar .title .zh{
    font-size: 42px;
}

.companyPage .bar .title .en{
    font-size: 19px;
}

/*==========================================================*/



/*==========================================================*/
.companyPage .descList{
    text-align: center;
}

.companyPage .descList .itemList{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.companyPage .descList .itemList .item{
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px;
    min-height: 270px;
    border-radius: 20px;
    z-index: 999;
    width: 400px;
    margin: 100px auto 0px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.companyPage .descList .itemList .item .itemDesc{
    font-size: 20px;
    margin-top: 10px;
    color: #595959;
    text-align: left;
    letter-spacing: 0.18em;
}

.companyPage .descList .itemList .item .icon{
    background-color: #EEEEEE;
    margin: -70px auto 0px auto;
    border-radius: 100%;
    padding: 20px;
    border: 2px solid #FFFFFF;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companyPage .descList .itemList .item .icon img{
    width: 50px;
    height: 50px;
}

.companyPage .descList .itemList .item:hover{
    transform: scale(1.1);
}


/*=====================================================*/
.companyPage .qualificationsList{
    margin-top: 120px;
    text-align: center;
}

.companyPage .qualificationsList .itemList{
    margin-top: 100px;
    padding: 20px;
}
.companyPage .qualificationsList .itemList img{
    width: 300px;
    height: 500px;
}
.companyPage .qualificationsList .itemList .item:hover{
    transform: scale(1.2);
}
/*=====================================================*/





/*=====================================================*/
.companyPage .businessList{
    margin-top: 120px;
    text-align: center;
    margin-bottom: 100px;
}

.companyPage .businessList .itemList{
    margin-top: 100px;
    align-items: center;
}
.companyPage .businessList .itemList .item{
    padding: 30px;
}

.companyPage .businessList .itemList .item span{
    font-size: 29px;
    margin-left: 20px;
    color: #191919;
}
.companyPage .businessList .itemList .item:hover{
    transform: scale(1.2);
}
/*=====================================================*/

/*================================================*/
@media (max-width: 576px) {
    .companyPage .carousel-inner img {
        height: 300px;
    }

    .companyPage .companyDesc .infoView {
        margin-left: 0px;
    }

    .companyPage .companyDesc .infoView .iconView {
        text-align: center;
    }

    .companyPage .companyDesc .infoView .descView {
        color: #FFFFFF;
        height: 100%;
        width: 100%;
    }

    .companyPage .bar img {
        width: 100px;
        height: 100px;
    }

    .companyPage .bar .title .zh {
        font-size: 30px;
    }

    .companyPage .bar .title .en {
        font-size: 14px;
    }

    .companyPage .qualificationsList {
        margin-top: 100px;
    }

    .companyPage .qualificationsList .itemList {
        margin-top: 50px;
    }

    .companyPage .descList .itemList .item{
        width: 100%;
    }

    .companyPage .businessList{
        margin-top: 100px;
    }

    .companyPage .businessList .itemList{
        margin-top: 50px;
    }

    .companyPage .businessList .itemList img{
        width: 40px;
        height: 40px;
    }

    .companyPage .businessList .itemList .item span{
        font-size: 16px;
        margin-left: 10px;
    }
    .companyPage .businessList .itemList .item:hover{
        transform: scale(1.1);
    }

}



/* ipad设备 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .companyPage .carousel-inner img{
        height: 800px;
    }

    .companyPage .companyDesc .infoView{
        margin-left: 0px;
        padding: 20px;
    }

    .companyPage .companyDesc .infoView .descView{
        width: 100%;
    }

    .companyPage .businessList .itemList .item span{
        font-size: 24px;
    }

    .companyPage .descList .itemList .item{
        width: auto;
        height: 320px;
    }

    .companyPage .descList .itemList .item .itemDesc{
        font-size: 18px;
    }
}