/*banner*/
@media (min-width: 320px) {
    .banner{
        height: 200px;
    }
    .banner img{
        height: 200px;
    }
}
@media (min-width: 375px) {
    .banner{
        height: 240px;
    }
    .banner img{
        height: 240px;
    }
}
@media (min-width: 414px) {
    .banner{
        height: 260px;
    }
    .banner img{
        height: 260px;
    }
}
.banner{
    margin-top: 44px;
}
/*service*/
.service{
    padding-top: 20px;
}
.service .p1{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.service .p2{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #FF9933;
    margin-bottom: 10px;
}
.service .service-info{
    padding: 20px 0;
    border-bottom: 1px #EEE solid;
}
.service .service-left{
    width: 90px;
    padding: 0 15px;
    float: left;
}
.service .service-right{
    padding-right:  15px;
    float: right;
}
.service .service-info img{
    height: 60px;
}
.service .service-info .p3{
    color: #626262;
    font-weight: 600;
}
.service .service-info .p4{
    font-size: 13px;
    color: #999;
}
@media (min-width: 320px) {
    .service .service-info img{
        height: 60px;
        margin-top: 11px;
    }
}
@media (min-width: 375px) {
    .service .service-info img{
        height: 60px;
        margin-top: 10px;
    }
}
/*cases*/
.cases{
    padding-top: 20px;
}
.cases .p1{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.cases .p2{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #FF9933;
    margin-bottom: 10px;
}
.cases .cases-info{
    padding: 20px 0;
    border-bottom: 1px #EEE solid;
}
.cases .cases-left{
    width: 48%;
    float: left;
    margin-bottom: 12px;
}
.cases .cases-right{
    width: 48%;
    float: right;
    margin-bottom: 12px;
}
.cases img{
    width: 100%;
}
/*competitiveness*/
.competitiveness{
    padding: 20px 15px;
}
.competitiveness .p1{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.competitiveness .p2{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #FF9933;
    margin-bottom: 10px;
}
.competitiveness .competitiveness-info{
    padding: 20px 0;
    border-bottom: 1px #EEE solid;
}
.competitiveness img{
    width: 100%;
}