
.company .a{
    padding-bottom: 0;
}
.company .a h4{
    margin-top: 10px;
    color: #858585;
}
.company .a .title {
    position: relative;
}
.company .a .bd{
    padding-bottom: 30px;
}
.company .a .title::after{
    content: "";
    position: absolute;
    top: 23px;
    left: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.company .a .title::before{
    content: "";
    position: absolute;
    top: 23px;
    right: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.b .title{
    position: absolute; top: 10px;left: 0;right: 0;margin: 0 auto;padding-bottom: 30px;
}
.company .c{
    padding: 0;
}
.company .c p{
    line-height: 39px;
}
.company .c .flex{
    /* justify-content: center; */
}
.company .c .flex-item{
    float: left;
}
.company .c .flex-item:nth-child(1){
    /* padding: 103px 0; */
    padding-top: 1px;
    background: url(../images/zjgd_item_l.jpg) no-repeat;
}
.text-box{
    /* width: 442px; */
    margin: 79px 0 0 25%;
    color: #5D5D5D;
}
.text-box h2{
    /* font-size: 32px */
    position: relative;
    text-indent: 16px;
}
.text-box h2::after{
    content: "";
    width: 8px;
    height: 34px;
    position: absolute;
    top: 3px;
    left: 0;
    background-color: #4E5DDB;
}
.company .e{
    padding: 44px 0 50px;
    background: url(../images/zjgd_e.jpg) no-repeat right bottom;
}
.company .e .title{
    padding-bottom: 20px;
}
.company .e .bd li{
    text-align: center;
}
.company .e .clearfix .pic{
    background-color: #B4B4B4;
    max-width: 392px;
    margin: 0 auto;
}



@media screen and (min-width:1366px) and (max-width:1550px) {

    .text-box{
        
    margin: 19px 0 0 100px;
    }
}

@media screen and (min-width:1201px) and (max-width:1365px) {
    
    .text-box{
        margin: 19px 0 0 100px;
    }
}
@media screen and (min-width:980px) and (max-width:1200px){

    .text-box{
        
    margin: 19px 0 0 100px;
    }
}
@media screen and (min-width:769px) and (max-width:979px){
    
    .text-box{
    margin: 19px 0 0 10px;
    }
}
@media (max-width:768px){
    .company .b{
        padding-bottom: 0;
    }
    /* .company .c .flex-item:nth-child(2){display: none;} */
    .b .title{
        top: 0;
    }
    .title p{
        margin-top: 0;
    }
    .c .flex{
        display: block;
    }

    .text-box{
    margin: 19px 0 0 10px;
    }
}