.company-bg {
    width: 100%;
    height: 500px;
    background-image: url('../Image/company/company_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0;
}


.company {
    margin-top: 50px;
}



.company .company-content {
    margin: 80px auto;
}

.company .company-content .title-content-number-list .line01 {
    color: #004FA4;
    font-size: 36px;
    margin-top: 20px;
}

.company .company-content .title-content-number-list .line02 {
    font-size: 18px;
    line-height: 32px;
    margin: 10px auto 20px;
}

.company .company-content .title-content-number-list .line03 {
    font-size: 20px;
}

.company .company-content .title-content-number-list .line03 .number-name b {
    font-size: 56px;
}

.company .company-content .title-content-number-list .line03 .number-name span {
    line-height: 56px;
    display: block;
}

.company .company-content .article-content {
    color: #323233 ;
    line-height: 30px ;
    text-align: justify;
}


.company-list{
    width: 100%;
    height: 446px;
    background-image: url('../Image/company/company02.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding-top: 200px;
}
.company-list .item{
    text-align: center;
    border-left:1px solid #7C8DA2;
    padding: 20px 50px 34px 50px;
}
.company-list .item img{
    display: block;
    margin: 0 auto;
}
.company-list .item b{
    display: block;
    font-weight: normal;
    margin: 10px auto;
}


.company-honor{
    background-color: #F1F8FF;
    padding-bottom: 100px;
    position: relative;
}

.company-honor .swiper-slide{
    width: 100%;
}
.company-honor .swiper-slide .index-case-imgbox {
    width: 100%;
}

.company-honor .swiper-slide .index-case-imgbox img {
    border-radius: 10px 10px 0 0;
    border: 2px solid #ffffff;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .company-bg{
        height: 300px;
    }
    .company .company-content .title-content-number-list .line01{
        font-size: 30px;
    }
    .company .company-content .article-content{
        line-height: 22px;
    }

    .company-list{
        height: 350px;
        padding-top: 114px;
    }
    .company-list .item{
        padding: 20px 20px 0 20px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .company-bg{
        height: 400px;
    }
    .company .company-content .title-content-number-list .line01{
        font-size: 32px;
    }
    .company .company-content .article-content{
        line-height: 26px;
    }

    .company-list{
        height: 400px;
        padding-top: 154px;
    }
    .company-list .item{
        padding: 20px 30px 34px 30px;
    }
}