

.index .company {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}


.index .company .leftView{
    font-size: 18px !important;
    background-image: url("../img/index/beijing.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .company .leftView .desc{
    color: #FFFFFF;
}

.index .company .leftView .desc .title{
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 0.18em;
}
.index .company .leftView .desc .titleDesc{
    margin-top: 33px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.18em;
}

.index .company .rightView{
    font-size: 18px !important;
    background-image: url("../img/index/qiyewenhua_peitu.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    padding-left: 0px !important;
}


/*==============================================*/

.index .company2{
    background-image: url("../img/index/beijing_2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.index .company2  .company-cell{
    height: 400px;
}

.index .company2 .item{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 400px;
}

.index .company2  .item .iconView{
    color: #FFFFFF;
}

.index .iconView img{
    width: 44px;
    height: 44px;
}
.index .iconView .title{
    font-size: 35px;
    margin-left: 10px;
    letter-spacing: 0.18em;
}
.index .company2 .item .desc{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 20px;
    letter-spacing: 0.18em;
    width: 500px;
}

.index .company2 .item:hover{
    transform: scale(1.2);
}


.index .product{

}

.index .product .title{
    padding: 94px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.index .product .productList{
    background-color: #EEEEEE;
    padding: 60px 40px;
}

.index .product .footer{
    background-color: #EEEEEE;
    text-align: center;
    display: flex;
    font-size: 22px;
    color: black;
    text-align: center;
    font-weight: 600;
    align-items: center;
    padding: 57px 0px;
    justify-content: center;
}
.index .product .footer img{
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.index .productItem{
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px 20px;
    height: 400px;
    margin-left: 10px;
    border-radius: 20px;
    margin-top: 20px;
}
.index .productItem .itemTitle{
    font-size: 26px;
    margin-top: 10px;
}
.index .productItem .itemDesc{
    font-size: 20px;
    text-align: left;
    margin: 10px auto;
}

/*=====================================================*/

.index .companyDesc{
    background-image: url("../img/index/beijing_3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    padding-left: 100px;
    display: flex;
    align-items: center;
}

.index .companyDesc .logoView img{
    width: 200px;
    height: 100px;
}

.index .companyDesc .descView{
    font-size: 20px;
    color: #FFFFFF;
    width: 40%;
    height: 100%;
    margin-top: 40px;
    letter-spacing: 0.18em;
    text-indent: 2em;
}

.index .bottomLine{
    background-image: url("../img/index/10001.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}


/*=====================================================*/
.index .friends{
}
.index .friends .title{
    font-size: 20px;
    text-align: center;
    padding: 50px;
    font-weight: 600;
}

.index .friends .carousel-inner{
    min-height: 500px;
    padding: 0 50px;
}

.index .friends .row{
    margin: 0 auto;
    padding: 20px 0px;
}

.index .friends .row div{
    text-align: center;
}

.index .friends img{
    width: 200px;
    height: 90px;
    padding: 10px;
    border-radius: 10px;
    padding: 20px 0px;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.carousel-control-next, .carousel-control-prev{
    top: 0 !important;
    border: 0;
    opacity: .1;
    background-color: unset;
}

.index .friends .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.index .friends .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


/*================================================*/
/*手机竖屏*/
@media (max-width: 576px) {
    .index .carousel-inner img{
        height: 600px;
    }
    .index .carousel-inner .itemDesc .title{
        font-size: 1.5rem;
    }
    .index .carousel-inner .itemDesc .desc{
        font-size: 1rem;
        margin-top: 20px;
    }

    .index .company .leftView .desc .title{
        font-size: 30px;
        font-weight: bold;
        margin-left: 20px;
    }
    .index .company .leftView .desc .titleDesc{
        font-size: 18px;
        text-indent: 2em;
        padding: 0px 20px;
        margin-top: 15px;
    }
    .index .company .leftView .desc .titleDesc div{
        display: inline;
    }

    .index .company2 img{
        width: 30px;
        height: 30px;
    }

    .index .iconView .title{
        font-size: 20px;
        margin-left: 12px;
    }
    .index .company2 .item .desc{
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 20px;
        width: 100%;
    }

    .index .product .title{
        font-size: 20px;
    }
    .index .productItem{
        height: 300px;
    }
    .index .productItem img{
        width: 100px;
        height: 100px;
    }
    .index .product .footer{
        display: none;
    }


    .index .productItem .itemTitle{
        font-size: 20px;
    }

    .index .productItem .itemDesc{
        font-size: 14px;
    }

    .index .companyDesc{
        padding: 0px 10px;
        text-indent: 2em;
    }

    .index .companyDesc .descView{
        width: 100%;
    }

    .index .companyDesc .descView div{
        display: inline;
        font-size: 16px;
    }

    .index .friends .carousel-inner{
        min-height: 300px;
        padding: 0 50px;
    }

    .index .friends img{
        width: 120px;
        height: 60px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .index .bottomLine{
        height: 100px;
    }
}


/* ipad设备 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .index .carousel-inner img{
        height: 800px;
    }

    .index .companyDesc{
        padding: 0 20px;
    }

    .index .companyDesc .descView{
        width: 100%;
    }

    .index .friends img{
        width: 120px;
        height: 60px;
        padding: 10px;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .index .friends .carousel-inner{
        min-height: 400px;
    }
    .index .bottomLine{
        height: 50px;
    }

    .index .company .leftView .desc .title{
        font-size: 45px;
    }

    .index .company .leftView .desc .titleDesc{
        font-size: 20px;
        text-indent: 2em;
    }

    .index .company .leftView .desc .titleDesc div{
        display: inline;
    }


    .index .iconView .title{
        font-size: 30px;
    }

    .index .company2 .item .desc{
        width: auto;
        font-size: 20px;
    }

    .index .company2 .item{

    }

}