.banner {
    padding-top: 36vh;
    height: 520px;
    box-sizing: border-box;
}

.company {
    background-image: url(../images/customercase/company_bg.png);
    width: 320px;
    background-size: 100% 100%;
    padding: 10px 25px 15px;
    box-sizing: border-box;

}

.company_wrap {
    width: 1000px;
    margin: 30px auto 0;
}

.company h1 {
    padding:0;
    font-size: 30px;
    text-align: left;
    box-sizing: border-box;
}

.company>p {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    display: flex;
    align-items: center;
}

.company>p img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.container h1 {
    font-size: 30px;
    color: #252525;
    text-align: center;
}
.project_gro >p{
    line-height: 24px;
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 780px;
    margin:0 auto;
}
.project_gro .tit_bg{
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    margin:0 auto;
    white-space: nowrap;
}
.proj .tit_bg{
    background-image: url(/assets/images/project/01.png) ;
}
.client .tit_bg{
    background-image: url(/assets/images/project/02.png) ;
}
.deploy .tit_bg{
    background-image: url(/assets/images/project/03.png) ;
}
.painSpot .tit_bg{
    background-image: url(/assets/images/project/04.png) ;
}
.tit_bg h1{
    margin-left: -33px;
    padding-top:13px;
}
.project_gro .clinet_info{
    width: 820px;
    height: 90px;
    border-radius: 4px;
    margin:0 auto 36px;
    box-shadow: 1px 2px 15px #dfe2e2;
    /* #dfe2e2 */
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #666;
    font-size: 14px;
}
.clinet_info img{
    width: 50px;
    height: 50px;
    margin:0 30px 0 -26px;
}
.deploy .clinet_info{
    justify-content: space-around;
}
.painSpot .clinet_info:last-of-type{
    margin-bottom: 0;
}
@media screen and (max-width:1600px) {

    .container .tit_bg {
        margin: 72px auto 36px;
    }.proj .tit_bg{
        margin: 112px auto 36px;
    }
}

@media screen and (min-width:1600px) {
    .container .tit_bg {
        margin: 96px auto 48px
    }
    .proj .tit_bg{
        margin: 146px auto 36px;
    }
}