.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}


.m0 {
    text-align: center;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-c {
    flex-direction: column;
}

.flex-s {
    display: flex;
    align-items: flex-start;
}

.solo-flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-j {
    justify-content: center;
}

.flex-sa {
    justify-content: space-around;
}

.flex-sb {
    justify-content: space-between;
}

.header {
    margin-top: 50px;
    height: 40.625rem;
    position: relative;
}

.hbc {
    top: 0px;
    z-index: -1 !important;
    transform: translateY(-90px);
}
/*
.hs {
    z-index: -1 !important;
}*/

.h-content1 {
    color: #fff;
    top: 0px;
    width: 35.6875rem;
    transform: translateY(-735px);
    height: 93px;
    font-size: 4.84vw;
    text-align-last: justify;
    line-height: 100%;
}

.h-content2 {
    color: #fff;
    transform: translateY(-698px);
    font-size: 3.48vw;
    width: 35.6875rem;
    text-align-last: justify;
}

.h-content3 {
    color: #000;
    transform: translateY(-674px);
    background-color: #fff;
    font-size: 1.61vw;
    width: 35.6875rem;
    height: 60px;
    line-height: 60px;
    letter-spacing: 6.6px;
    font-weight: 520;
    border-radius: 5px;
}

.tabActive {
    color: #f08519;
}

.pagtion {
    height: 40px;
    font-size: 0.75rem;
    padding-top: 60px;
}

    .pagtion div {
        width: 5rem;
        line-height: 40px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
    }

    .pagtion span {
        margin: 0px 5px 0px 5px;
        line-height: 40px;
        width: 2.5rem;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
    }

    .pagtion div:hover {
        cursor: pointer;
    }

    .pagtion span:hover {
        cursor: pointer;
    }

.pagActice {
    background-color: #f08519;
    color: #fff;
}

.ood-line {
    height: 2.5rem;
}

.end {
    width: 100%;
    color: #ffbb00;
    margin-bottom: 5rem;
}
.qq {
    position: fixed;
    top: 5.75rem;
    right: 1rem;
    z-index: 999 !important;
    cursor: pointer;
    display: flex;
}

.qq-l img {
    width: 1.75rem;
    height: 7.625rem;
    margin-top: 1.25rem;
}

.qq-r {
    width: 7.375rem;
    position: relative;
}

    .qq-r img {
        width: 100%;
    }

.service02 {
    position: absolute;
    top: 0rem;
}

.qqpic {
    position: absolute;
    top: 2.875rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 0rem;
}

    .qqpic img {
        width: 80%;
    }

.qq-text {
    position: absolute;
    top: 3.875rem;
    left: 3rem;
    font-size: 0.75rem;
}

.qqCode {
    height: 10.75rem;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 5.875rem;
    width: 100%;
}

.qq-code {
    border-radius: 0.625rem;
    padding: 0.125rem;
}

.qq-r p {
    position: absolute;
    top: 16.75rem;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 0.125rem 0rem;
    font-size: 0.75rem;
}

.qqtop {
    position: absolute;
    top: 18rem;
}
