.company .title::after{
    content: "";
    position: absolute;
    top: 73px;
    left: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.company .title::before{
    content: "";
    position: absolute;
    top: 73px;
    right: 0;
    height: 1px;
    width: calc(50% - 135px);
    background-color: #F5F5F5;
}
.company .c{
    /* background: ; */
}
.text-box p{
    /* text-indent: 16px; */
}
.text-box p>span{
    position: relative;
    margin-left: 16px;
}
.text-box p>span::after{
    content: "";
    width: 8px;
    height: 34px;
    position: absolute;
    top: 3px;
    left: -16px;
    background-color: #4E5DDB;
}
.title{
    padding-top: 50px;
    /* margin: 50px auto 0; */
}
.company .c .title{
    position: relative; 
    text-align: center;
    padding: 50px 0;
}
.company .c{
    padding: 0;
    background-color: #fff;
}
.company .c .flex-item:nth-child(1){
    /* padding: 103px 0; */
    /* padding-top: 1px; */
    /* background: url(../images/yyfw_item_l.jpg) no-repeat; */
}
.company .c p{
    line-height: 39px;
}
.company .c .flex{
    /* justify-content: center; */
    /* display: block; */
}
.company .c .flex-item{
    float: left;
}
.b .title{
    margin: 50px 0;
}
.b .bd{
    text-align: center;padding: 0 0 90px;
}
.swp{
    width: 100%;
    overflow: hidden;
    /* margin-left: 600px; */
    position: relative;
}
.swp .r-btn,.swp .l-btn{
    position: absolute;
    top: 50%;
    margin-top: -47px;
    z-index: 2;
    cursor: pointer;
}
.swp .r-btn img,.swp .l-btn img{
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;
    user-select: none;
    outline: none;
}
.swp .l-btn{
    left: 30%;
}
.swp .r-btn{
    right: 30%;
}
.swp .swiper-container {
    width: 100%;
    height: 100%;
}
.swp .swiper{
    position: relative;
}
.swp .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.8);
}
.swp .swiper-slide-active,.swp .swiper-slide-duplicate-active{
    transform: scale(1);
}
.swp .mySwiper{
    margin: 103px auto 30px;
    /* text-align: center; */
    /* overflow: visible; */
}
/* .swp .mySwiper .swiper-slide{
    width: 387px !important;
    height: 906px !important;
}
.swp .mySwiper .swiper-slide img{
    width: 387px;
} */
.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;
}



@media screen and (min-width:1366px) and (max-width:1550px) {

    .text-box{
        
    margin: 19px 0 0 100px;
    }
    .swp .r-btn,.swp .l-btn{
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }
}

@media screen and (min-width:1201px) and (max-width:1365px) {
    
    .text-box{
        margin: 19px 0 0 100px;
    }
    .swp .r-btn,.swp .l-btn{
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
}
@media screen and (min-width:980px) and (max-width:1200px){

    .text-box{
        
    margin: 19px 0 0 100px;
    }
    .swp .r-btn,.swp .l-btn{
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}
@media screen and (min-width:769px) and (max-width:979px){
    
    .text-box{
    margin: 19px 0 0 10px;
    }
    .swp .r-btn,.swp .l-btn{
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}
@media (max-width:768px){
    .company .b{
        padding-bottom: 0;
    }
    .company .title::after,
    .company .title::before
    {display: none;}
    .b .title{
        top: 0;
    }
    .title p{
        margin-top: 0;
    }
    .c .flex{
        display: block;
    }

    .text-box{
        margin: 19px 0 0 10px;
    }
    .company .c {
        color: #333;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
        background-size: cover;
        padding: 30px 0;
    }
    .company .c .title{
        padding: 20px 0;
    }

    .b .title{
        margin: 0 0;
        padding: 0 0 20px;
    }
    /* .company .c .flex-item:nth-child(1){
        padding-top: 1px;
        background: url(../images/yyfw_item_l.jpg) no-repeat;
    } */

    .swp .r-btn,.swp .l-btn{
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}