.banner{
    height:620px;
    background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/1170be38-ee1b-4799-9ae3-7da6e40df974.png");
    background-position: center 0px;
    background-repeat: no-repeat;
    width:100%;
}
.company{
    width:100%;
}
.companydetail{
    width:1200px;
    margin:0 auto;
}
.title{
    font-size:18px;
    font-weight:600;
    margin:24px;
    color:#121d35;
}
.con{
    margin-top:8px;
    font-size:16px;
    color:#121d35;
    line-height:30px;
}
.con p{
    text-indent:2em;
    text-align: justify;
}
@media screen and (max-width: 800px){
    .banner{
        height:180px;
        background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/7a49963a-0014-4355-ad2e-d94dabd85546.png");
        background-position: center 0px;
        background-repeat: no-repeat;
        width:100%;
        background-size: 100% 100%;
    }
    .company{
        width:100%;
    }
    .companydetail{
        width:100%;
        margin:0 auto;
    }
    .title{
        font-size:13px;
        font-weight:600;
        margin:12px;
        color:#121d35;
    }
    .con{
        margin-top:20px;
        font-size:12px;
        color:#121d35;
        line-height:20px;
        margin-left: 12px;
        margin-right: 12px;
    }
}