.banner{font-size: 0;position: relative;}
.banner .text{font-size: 0.6rem;color: #fff;position: absolute;left: 50%;top: 50%;transform: translate3d(-50%,-50%,0);font-weight: bold;}
.content{width: 14rem;margin: auto;margin-top: 1.1rem;display: flex;justify-content: space-between;/*padding-bottom: 3.4rem;*/}
.content .left{width: 8.6rem;}
.content .left .title{font-size: 0.3rem;color: #0f3691;font-weight: bold;}
.content .left .desc p{font-size: 16px;color: #787878;line-height: 25px;margin:0.4rem 0 0 0;}


.content .right{font-size: 0;width: 4.4rem;}
.content .right img{width: 100%;}


.content .desc2{/*padding-bottom: 3.4rem;*/padding-bottom:1.4rem}
.content .desc2 .m-title{font-size: 14px;color: #ccc;line-height: 28px;}
.content .desc2 .title{line-height: 0.5rem;font-size: 0.3rem;color: #0f3691;font-weight: bold;}
.content .desc2 .subtitle{line-height: 0.5rem;font-size: 0.24rem;}
.content .desc2 .title:after{width: 34px;height: 1px;content: '';display: block;background:#ccc}
.content .desc2 p{font-size: 16px;color: #787878;line-height: 25px;margin:0 0 0.4rem 0;font-family: 'karla', sans-serif;}


@media screen and (max-width: 1399px){
    .content{align-items: center;}
    /* .content .left{width: 14rem;} */
    .content .desc2 .subtitle{font-size: 20px;}
    @media screen and (max-width: 783px){
        /* .content{width: 90%;margin: auto;flex-direction:column}
        .content .left{width: 100%;}
        .content .right{width: 70%;margin:20px auto;} */
        .content{justify-content:space-around;flex-direction:column}
        .content .left,.content .right{width: 90%;}
        .content .right{margin-top: 0.5rem;}
        .content .left .desc p{font-size: 20px;line-height: 30px;}
        .content{width: 100%;margin-top: 50px;align-items:center}
        .content{padding-bottom: 0.5rem;}
        .main .banner .text{font-size: 0.3rem;}
        .content .desc2{width: 90%;}
        @media screen and (max-width: 540px){
            .main .banner .text{font-size: 0.4rem;}
            .content .left .title{font-size: 0.4rem;}
            .content .left .desc p{font-size: 16px;line-height: 25px;}
            .content .desc2{padding-bottom: 1.8rem;}
            .content .desc2 .title{font-size: 20px;}
            .content .desc2 .subtitle{font-size: 16px;}
            .content .desc2 .title:after{margin:12px 0 20px;}
        }
    }
}
