.tablist .tabitem a {
    color: white;
    display: inline-block;
}
/*.picMarquee_qz {
width:100%!important;
}

.picMarquee_qz .bd {
width: 100% !important;
}*/



.servicelist1h {
    display: block;
    grid-template-columns: auto;
    gap: inherit;
}

    .servicelist1h li {
        width: 23.5%;
        float: left;
        margin: auto;
        margin-right: 2%;
        padding: 0;
        /* background-color: #722c8c; */
        background: #013263;
        border-radius: 12px;
        padding: 25px;
        height: 150px;
    }

        .servicelist1h li::after, .servicelist1h li::before {
            display: none
        }

        .servicelist1h li:last-child {
            margin-right: 0;
            border: 0;
        }

        .servicelist1h li .num-desc {
            color: white;
            font-family: "WixMadeforDisplay-Medium";
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            line-height: 1.2;
            letter-spacing: 0px;
        }

    .servicelist1h:before, .servicelist1h:after {
        content: " ";
        display: table;
    }

    .servicelist1h:after {
        clear: both;
    }

@media screen and (max-width: 1359px) {

    .servicelist1h li .num-desc {
        font-size: 20px;
    }

    .servicelist1h li {
        height: 120px;
        width: 45%;
        margin: 2%;
    }
}

@media screen and (max-width: 970px) {
    .servicelist1h li {
        width: 96%;
        margin: 2%;
        height: 100px !Important;
    }

        .servicelist1h li .num-desc {
        }
}


.wjsc {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 80px;
    border: 1px solid #66666621;
    text-align: center; /* padding-top: 5%; */
    font-size: 18px;
    background-color: #007cfb;
    color: white;
    line-height: 80px;
}

    .wjsc:hover {
        border-radius: 12px;
    }

.zc_p .p2 input {
    border: 1px solid #66666621;
    width: 100%;
    /* border-radius: 2px; */
    padding-left: 5px;
    font-size: 15px;
    line-height: 36px;
    /* border-radius: 4px; */
    padding: 2px 10px;
    font-size: 14px;
}

.wjsc input[type=file] {
    position: absolute;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

@media screen and (max-width:767px) {

    .wjsc {
        font-size: 15px;
        height: 60px;
        line-height: 60px;
    }
}


.fhlist {
    /* text-align: center; */
    margin-top: 20px;
    display: none;
}

    .fhlist a {
        background-color: #004386;
        padding: 8px 10px;
        color: white;
        display: inline-block;
        font-size: 16px;
        border-radius: 6px;
    }

        .fhlist a:hover {
            background-image: linear-gradient( 90deg, #004386 0%, #0080ff 100%), linear-gradient( #0080ff, #004386);
            background-blend-mode: normal, normal;
        }


.new-pic2 {
    height: auto !Important;
    min-height: auto !Important;
}


.section7h {
}
