@media only screen and (max-width: 1000px) {
    .about-what>div>div{
        height: 350px;
        padding:0 5%;
    }
    .about-what>div>div>p{
        width: 100%;
    }
    .about-what{
        padding-bottom: 50px;
    }
    .about-hi{
        padding-bottom: 50px;
    }
    .about-hi>div>img{
        width: 88%;
    }
    .about-hi-1000-bottom{
        display: block;
    }
    .about-hi-1000-top{
        display: none;
    }
    .about-hi>div>div{
        width: 100%;
        height: auto
    }
    .about-hi>div>img{
        margin-bottom:10px;
    }
    .about-hi>div>div>img{
        width: 100%;
        left: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }








    .index-choose{
        background: none
    }
    .index-choose>div{
        min-width: 0;
        width: 88%;
        padding-right: 6%;
    }
    .index-choose>div>div>p{
        width: 100%;
    }





    .index-looking,
    .about-team-arrow{
        display: none;
    }

    .about-team>div>p{
        width: 88%;
        left: 6%;
    }
    .team-det{
        width: 100%;
        margin-bottom: 20px;
        background: #fff;
    }
    .team-det>div{
        min-width: 0;
        max-width: 100%;
    }
    .team-det-top{
        width: 50%;
        float: left;
    }
    .team-det-bottom{
        width: 50%;
        float: left;
        box-sizing: border-box;
        padding: 20px;/*
        padding-bottom: 80px;
        padding-top: 20px;*/
    }

    .index-flow{
        display: none;
    }

    .index-ourpa>div>div {
        width: 33%;
    }

}