.service-banner{
    background: url("../images/service-banner.png") no-repeat center;
    height: 400px;
    background-size: cover;
    min-width: 1200px;
}
.service-main{
    min-width: 1200px;
    background: url("../images/faq-bg.png") no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
}
.service-info{
    padding-top: 20px;
}
.service-title{
    color: #339999;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 72px;
}
.service-img{
    border: 1px solid #cccccc;
    font-size: 0;
}
.service-pt50{
    padding-top: 50px;
}
.service-pt50 ul li{
    float: left;
    margin-right: 30px;
    font-size: 0;
    border:1px solid #cccccc;
    font-size: 0;
}
.service-pt50 ul li:nth-child(3n){
    margin-right: 0px;
}
.service-pt50 ul li video{
	width: 370px;
	height: 260px;
}
@media screen and (max-width: 576px){
    .service-main,.gc-title,.inquiry{
        min-width: auto;
    }
    .service-banner{
        min-width: auto;
        height: 4rem;
    }
    .gc-title{
        font-size: 0.46rem;
        line-height: 1.8rem;
    }
    .service-info{
        padding: 0.2rem 0.2rem 0 0.2rem;
    }
    .service-info .fl,.service-info .fr{
        float: none;
    }
    .service-img img{
        width: 100%;
    }
    .service-title{
        line-height: 1rem;
        font-size: 0.32rem;
    }
    .service-pt50{
        padding: 0.2rem 0.2rem 0 0.2rem;
    }
    .service-pt50 ul li{
        margin: 0.2rem 0 0 0;
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    .service-pt50 ul li img{
        width: 100%;
    }
    .inquiry-table{
        margin-top: 0.3rem;
        padding: 0 0.2rem;
    }
}

@media screen and (min-width: 577px) and (max-width: 1160px){
    .service-banner,.service-main,.inquiry,.gc-title{
        min-width: auto;
    }
    .service-info{
        padding: 20px 20px 0 20px;
    }
    .service-info .fl,.service-info .fr{
        width: 49%;
    }
    .service-img img{
        width: 100%;
    }
    .service-pt50{
        padding: 35px 10px 0 10px;
    }
    .service-pt50 ul li{
        margin: 0;
        width: 33.33333%;
        box-sizing: border-box;
        padding: 0 10px;
        border: 0;
    }
    .service-pt50 ul li img{
        width: 100%;
    }
    .inquiry-table{
        padding: 0 20px;
    }
}