.company .title-box{
    position: relative;
}

.company .title-box::after{
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.company .title-box::before{
    content: "";
    position: absolute;
    top: 32px;
    right: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.company .a{
    background: url(../images/zb_c_bg.png) center bottom repeat-x #fff;
}
.a .title-box{
    margin: 54px 0;
}
.company .a .flex{
    margin-top: 50px;
}
.company .a .flex-item{
    position: relative;
    min-height: 1px;
}
.company .a .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;
    /* position: relative;
    left: 0;
    top: 110px;
    z-index: 99; */
    margin:112px -92px 0 0;
    padding: 120px 62px 100px;
    position: relative;
    z-index: 99;
}
.company .a .flex-item:last-child{
    /* float: right; */
}
.yh{
    position: absolute;
    top: -64px;
    left: 93px;
}
.company .a .title{
    position: relative; 
    text-align: center;
    padding: 10px 0;
}
.c-b{
    width: 90%;
    max-width: 1300px;
    font-size: 20px;
    line-height: 36px;
    color: #222222;
    text-align: left;
    margin: 50px auto 28px;
    padding-bottom: 50px;
    display: flex;
}
.c-b div:nth-child(1){
    flex: 1;
    padding-right: 40px;
}
.c-b span{
    color: #00A0E9;
}
.b{
    margin-top: 57px;
}
.b .container{
    width: 100%;
    max-width: 1200px;
}
.b .container .flex{
    margin-bottom: 28px;
}
.b .container .flex>div{
    flex: 1;
}
.b-tit{
    line-height: 44px;
    font-size: 20px;
    text-indent: 18px;
    position: relative;
    border-bottom: 1px dashed #000;
    margin-bottom: 7px;
}
.b-tit::after{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 23px;
    border-radius: 4px;
    background-color: #009FE8;
}
.b p{
    font-size: 16px;
    line-height: 36px;
}
.c .title-box{
    margin-top: 60px;
}

.d{
    width: 100%;
    overflow: hidden;
    padding: 71px 0 92px;
}
.d .container{
    overflow: hidden;
}
.d .mySwiper1 .swiper-slide img,.d .mySwiper1 .swiper-slide img{
    width: 100%;
    /* height: 100%; */
}
.d .swiper-button-next,.d .swiper-button-prev{color: #CCCED3;}
.d .mySwiper1 .swiper{
    position: relative;
}
.d .mySwiper1 .swiper-button-next:after,.d .mySwiper1  .swiper-button-prev:after{
    display: none;
}
.d .mySwiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
}
.d .mySwiper1 .swiper-slide-active,.d .mySwiper1 .swiper-slide-duplicate-active{
    transform: scale(1);
}

.e-cont{
    padding: 68px 0 106px;
    background: url(../images/qy_bg.png) no-repeat center top;
    color: #fff;
}
.e-tit{
    margin-bottom: 38px;
    font-size: 24px;
}


@media (max-width:768px){
    .company .b{
        padding-bottom: 0;
    }
    /* .company .a .flex-item:nth-child(2), */
    .company .title::after,
    .company .title::before,
    .yh
    /* .company .a .flex-item:last-child */
    {display: none;}
    .b .title{
        top: 0;
    }
    .title p{
        margin-top: 0;
    }

    .company .a{
        color: #333;
        /* text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5); */
        /* background-size: cover; */
        padding: 0 0;
        background: none;
    }
    .a .title-box{
        margin: 0;
    }
    .company .a .title{
        padding: 20px 0 0;
    }
    .company .a .flex{
        display: block;
    }
    .company .a .flex-item:first-child{
        width: 100%;
    }
    .company .a .flex-item:first-child .flex-text{
        position:relative;
        left: 0;
        top: 0;
        padding: 20px 20px;

        margin: 0;
    }
    .company .a .flex{
        margin-top: 0;
    }
    .c-b div:nth-child(2){
        display: none;
    }
    .c-b div:nth-child(1){
        padding: 0;
    }
    .c-b{
        font-size: 18px;
        color: #222222;
        text-align: left;
        margin: 33px auto 0px;
    }


    .b{
        width: 90%;
        margin: 0 auto;
    }
    .b .container .flex{
        display: block;
    }
    .company .d .container .l-btn,.company .d .container .r-btn{display: none;}
    .d{
        padding: 21px 0 12px;   
    }

    .e-cont{
        padding: 46px 0;
    }
}