div.search_mobi {
    position: relative;
    z-index: 100;
    background: rgba(0, 0, 0, 0.1);
    height: 35px;
    margin: 10px auto;
    width: 94%;
    border-radius: 22px;
}

div.search_mobi input {
    padding: 5px 20px;
    float: left;
    border: none;
    background: none;
    width: 86%;
    outline: none;
    color: #fff;
}

div.search_mobi input::placeholder {
    color: #fff;
}

div.search_mobi.mm-listitem:after {
    content: none;
}

div.search_mobi i {
    padding: 5px 11px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:1001px) {
    .top marquee {
        width: calc(100% - 160px);
    }

    .footerName {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .grid-newsDocument {
        grid-template-columns: repeat(2, 1fr);
    }

    .top .translate {
        display: block;
    }

    .hotlineHeader {
        display: none;
    }

    .headerName {
        text-align: center;
        max-width: calc(100% - 120px);
    }

    .wap-hearder {
        position: sticky;
        top: 0;
        z-index: 100;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    header {
        padding: 5px 0;
    }

    .statistic-box-numb {
        font-size: 40px
    }

    .service-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }
}

@media (max-width:768px) {
    .headerName p:nth-child(2) {
        display: none;
    }

    .statistic-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .gridMSR {
        grid-template-columns: repeat(3, 1fr);
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .statistic-box::after {
        top: 100%;
        right: unset;
        border-bottom: 1px solid #ffffff3b;
        border-right: unset;
        height: 0;
        width: calc(100% - 40px);
        left: 20px;
    }

    .statistic-box-numb {
        font-size: 32px
    }

    .wrap-statistic,
    .wrap-intro {
        margin: 0 auto;
    }

    .intro-text {
        width: 100%;
    }

    .intro-img {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .headerName p:nth-child(1) {
        font-size: 24px;
    }

    .headerName p:nth-child(1) span {
        display: inline-block;
        text-align: center;
        line-height: 1;
    }
}

@media (max-width:576px) {
    .headerName p:nth-child(1) {
        font-size: 18px;
    }

    .gridMSR {
        grid-template-columns: repeat(2, 1fr);
    }

    .toolbarPDF {
        white-space: nowrap;
        overflow-y: auto;
        justify-content: start;
    }

    .grid-newsDocument {
        grid-template-columns: repeat(1, 1fr);
    }

    .btnStyle1 {
        padding: 0 30px;
    }

    .wrap-news .statistic-title,
    .wrap-project .statistic-title,
    .wrap-service .statistic-title {
        font-size: 36px;
    }

    .service-box {
        padding: 20px 10px;
    }

    .service-box .btnStyle1 {
        font-size: 14px;
    }

    h3.statistic-box-title {
        font-size: 16px;
    }

    .intro-title {
        font-size: 24px;
    }

    .intro-title p:nth-child(2) {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
}