@media screen and (max-width:480px) {
    .hs-case .case-con dl {
        width: 100%;
    }
    .hs-case .case-con dl:nth-child(4n) {
        margin-right: 0;
    }
    .hs-case .case-con dl:nth-child(2n) {
        margin-right: 0;
    }
    .hs-case .case-con dt {
        padding: 0 10px;
    }
    .hs-case .case-con a {
        display: block;
        width: 100%;
        padding-top: 55%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: all .3s ease-in;
    }
    .hs-abouts article h1 {
        font-size: 20px;
    }
    .hs-abouts article span {
        font-size: 12px;
    }
    .hs-abouts section .item p img {
        width: 25px;
        height: 25px;
    }
    .hs-abouts section .plus {
        font-size: 20px;
    }
    .hs-abouts section .item span {
        font-size: 12px;
    }
    .hs-abouts {
        min-height: 320px;
    }
    .hs-figure .count-text {
        font-size: 12px;
    }
    .hs-figure .ten:after {
        content: '+';
        font-size: 14px;
    }
    .hs-figure .thousand:after {
        content: '+';
        font-size: 14px;
        color: #fff;
    }
    .hs-figure .count-title {
        font-size: 30px;
    }
    .hs-figure .col_fourth {
        width: 33.33%;
    }
    .hs-figure {
        bottom: 0;
    }
    .hs-serice .serice-con .blk h1 {
        margin: 12px 0 6px;
        font-size: 16px;
    }
}