.company .title::after{
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.company .title::before{
    content: "";
    position: absolute;
    top: 32px;
    right: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.company .c {
    background: url(../images/zb_c_bg.jpg) center bottom no-repeat #fff;
}
.company .c .flex{
    margin-top: 50px;
}
.company .c .flex-item{
    position: relative;
    min-height: 1px;
    flex: 1;
}
.company .c .flex-item:first-child .flex-text{
    background: url(../images/ab_c_l.jpg) right bottom  repeat-x #fff;
    font-size: 16px;
    line-height: 36px;
    color: #5D5D5D;
    /* padding: 100px 62px; */
    
    margin:112px -92px 0 0;
    padding: 106px 62px 100px;
    position: relative;
    z-index: 99;
    /* position: relative;
    left: 0;
    top: 110px;
    z-index: 99; */
}
.company .c .flex-item:last-child{
    /* float: right; */
}
.yh{
    position: absolute;
    top: -62px;
    left: 93px;
}
.company .c .title{
    position: relative; 
    text-align: center;
    padding: 10px 0;
}
.c-b{
    font-size: 24px;
    color: #222222;
    text-align: center;
    margin: 73px auto 28px;
}
.company .b{
    background: url(../images/ab_hz.jpg) center bottom no-repeat #162640;
}
.company .b .title1{
    text-align: center;
    color: #fff;
    padding: 55px 0;
    font-size: 32px;
}
.company .b .flex{
    flex-wrap: wrap;
    padding-bottom: 89px;
}
.company .b .flex .flex-item{
    margin: 0 3px 9px;
    width: 141px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    animation: .2s;
    opacity: 0.7;
}
.company .b .flex .flex-item:hover{
    opacity: 1;
}

.company .a{
    color: #fff;
    text-align: center;
    background: url(../images/ab_btm.jpg) no-repeat center bottom;
}
.company .a h4{
    font-size: 30px;
    letter-spacing: 3px;
    margin: 0 auto 16px;
}
.company .a p:nth-child(2){
    font-size: 48px;
    margin: 0 auto 46px;
    letter-spacing: 5px;
}
.company .a .l{
    text-align: left;
    width: 400px;
    position: relative;
    left: 50%;
    margin-left: -180px;
}
.company .a .l p:nth-child(1){
    font-size: 24px;
    margin: 0 auto 12px;
}
.company .a .l p:nth-child(2){
    font-size: 24px;
}


@media (max-width:768px){
    .company .b{
        padding-bottom: 0;
    }
    /* .company .c .flex-item:nth-child(2), */
    .company .title::after,
    .company .title::before,
    .yh
    /* .company .c .flex-item:last-child */
    {display: none;}
    .b .title{
        top: 0;
    }
    .title p{
        margin-top: 0;
    }

    .company .c {
        color: #333;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
        /* background-size: cover; */
        padding: 30px 0;
        background: none;
    }
    .company .c .title{
        padding:  0;
    }
    .company .c .flex{
        display: block;
    }
    .company .c .flex-item:first-child{
        width: 100%;
    }
    .company .c .flex-item:first-child .flex-text{
        position:relative;
        left: 0;
        top: 0;
        padding: 0 20px 20px;
        margin: 0;
    }
    .company .c .flex{
        margin-top: 20px;
    }
    .c-b{
        font-size: 20px;
        color: #222222;
        text-align: center;
        margin: 33px auto 0px;
    }

    .company .b .flex-item{
        width: calc(32% - 3px);
    }

    .company .a{
        padding: 50px 0;
    }
    .company .a h4{
        font-size: 24px;
        letter-spacing: 3px;
        margin: 14px auto 16px;
    }
    .company .a p:nth-child(2){
        font-size: 38px;
        margin: 0 auto 46px;
        letter-spacing: 5px;
    }
    .company .a p:nth-child(3){
        font-size: 18px;
        margin: 0 auto 146px;
    }
    .company .a p:nth-child(4){
        font-size: 18px;
    }

}