.banner{
    height:620px;
    background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/6d2b28ba-ba12-4740-aaae-221d92485db8.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;
}
.box{
    display: inline-block;
    margin-top:10px;
    margin-left:50px;
}
.tip{
    font-size:18px;
    font-weight:600;
    color:#121d35;
    margin-top:24px;
}
.bor{
    width:20px;
    border:4px solid #4575f6;
    margin-top:10px;
}
.desc{
    font-size:14px;
    color:#121d35;
    margin-top:24px;
    width: 316px;
    word-wrap:break-word
}
@media screen and (max-width: 800px){
    .banner{
        height:180px;
        background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/1d7269ad-052b-4eae-a3df-62e69481329e.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:16px 12px;
        color:#121d35;
    }
    .box{
        display: flex;
        -webkit-display:flex;
        margin-top:16px;
        margin-left:12px;
    }
    .box img{
        flex:0 0 44px;
        width:44px;
        height:44px;
        vertical-align: top;
    }
    .tip{
        font-size:12px;
        font-weight:600;
        color:#121d35;
        margin-top:0px;
        margin-left:20px;
    }
    .bor{
        width:0px;
        border:none;
        margin-top:0px;
    }
    .desc{
        font-size:12px;
        color:#121d35;
        margin-top:10px;
        margin-left:20px;
        width: 89%;
        word-wrap:break-word
    }
}