@charset "utf-8";

@media all and (max-width: 1024px) {
    .wrap {min-width: 320px;}
    .service_title {width: 15%;font-size: 1.6em;}
    .service_type1 {width: 85%;}
    .service_type1 li img {width: 85px;}
    .cont_request .row {margin-right: 0;margin-right: 0;}
    .cont_request .row .div_left {width: 65%;display: inline-block;float: left;}
    .cont_request .row .div_right {width: 35%;display: inline-block;text-align: right;}
}

@media all and (max-width: 768px) {
    .w768 {display : none;}
    .wDate {border-right: 0 !important;}
    .service_info {padding: 20px;}
    .service_title {display: none;}
    .service_type1 {width: 100%;}
    .service_type1 li {width: 19%;padding-left: 0;background: none;}
    .service_type1 li img {width: 90%;}
    .service_txt {font-size: 0.9em;}
    .cont_request td input, .cont_request td select {width: auto;min-width: 50%;}
    .cont_request .row .div_right img {width: 100%;}
}

@media all and (max-width: 480px) {
    .w480 {display : none;}
    .service_info {padding:20px 10px;}
    .service_type1 li {width: 18%;}
    .service_type1 li p {font-size: 0.8em;}
    .service_txt {font-size: 0.85em;margin-top: 0px;}
    .cont_request td input, .cont_request td select {width: auto;min-width: 100%;}
    .cont_request .row .div_left {width: 100%;}
    .cont_request .row .div_right {width: 100%;text-align: center;}
    .cont_request .row .div_right a {float: right;}
    .cont_request .row .div_right img {width: auto;}
}
