.banner {
    width: 100%;
    position: relative;
}

img {
    width: 100%;
    display: block;
}

.content {
    width: 100%;
    padding-bottom: 5.625rem;
    background: url(../images/indexContentBj.png) center center / 100% 100%;
}

.con {
    position: relative;
    -webkit-animation: changeright 45s linear infinite;
}

.main {
    position: relative;
    -webkit-animation: changeleft 45s linear infinite;
}

.rnitem {
    -webkit-animation: changeleft 45s linear infinite;
}

.right {
    justify-content: center;
    z-index: 9999;
    width: 100%;
    padding: 5% 0;
    padding-bottom: 1.875rem;
}

.ritem {
    position: relative;
}

.rnbox .rnitem {
    /* display: none; */
    position: absolute;
    text-align: right;

}

.rwbox .dian:nth-child(1) {
    left: 16%;
    top: 9.2%;
}

.rwbox .dian:nth-child(2) {
    left: 23%;
    top: 13.7%;
}

.rnbox .dian,
.rwbox .dian {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: .0625rem solid #fff;
    position: absolute;
}

.rnbox .dian::before,
.rwbox .dian::before {
    content: '';
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: .1875rem;
    height: .1875rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.rwbox .dian {
    border: unset;
}

.rnbox .rnitem .time {
    font-size: 1rem;
    color: #ffffff;
    text-align: right;
}

.rnbox .rnitem .time span {
    font-size: 1.5rem;
    color: #ffffff;

}

@-webkit-keyframes changeleft {

    0% {
        -webkit-transform: rotate(360deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.right .rnbox .rnitem .rdesc {
    font-size: .75rem;
    width: 6.25rem;
}

.rnbox .rnitem .rdesc {
    color: #fff;
    font-size: 1rem;
    max-width: 13.125rem;
    text-align: right;
}

.rnbox .rnitem:nth-of-type(5) {
    right: 48%;
    top: 84%;
}

.rnbox .rnitem:nth-of-type(6) {
    right: -20%;
    top: 27%;
    text-align: left;
}

.rnbox .rnitem:nth-of-type(8) {
    right: 8%;
    top: -13%;
}

.rnbox .rnitem:nth-of-type(8) .rdesc {
    text-align: left;
}

.rnbox .dian:nth-child(1) {
    right: 102%;
    top: 50%;
}

.right .rnbox .rnitem:nth-of-type(4) {
    left: -26.5%;
    top: 33%;
}

.rnbox .dian:nth-child(2) {
    right: 45%;
    top: 102.5%;
}

.rnbox .dian:nth-child(3) {
    right: -15.5%;
    top: 47%;
}

.rnbox .dian:nth-child(4) {
    right: 49%;
    top: -2.5%;
}

@-webkit-keyframes changeright {

    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes changeleft {

    0% {
        -webkit-transform: rotate(360deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

.rnbox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15.25rem;
    height: 15.25rem;
    border: .0625rem dashed #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.rwbox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18rem;
    height: 18rem;
    border: .0625rem dashed #fff;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bannerBottom {
    width: 100%;
    height: 5.875rem;
    background: rgba(10, 37, 90, 0.52);
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.bannerItem {
    width: 90%;
    height: 100%;
    max-width: 75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.bannerItem>div {
    display: flex;
    align-items: center;
}

.bannerItem>div:nth-child(2) {
    margin-left: 5.5rem;
    margin-right: 3.1875rem;
    padding-right: 3.9375rem;
    padding-left: 5.5rem;
    border-right: .125rem solid rgba(255, 255, 255, .5);
    border-left: .125rem solid rgba(255, 255, 255, .5);
}

.bannerItem img {
    width: 2.125rem !important;
    margin-right: 1.125rem;
}

.bannerItem p {
    font-size: 1.125rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #fff;
    line-height: 1.5625rem;
    margin-bottom: .125rem;
}


.bannerItem div {
    font-size: .9375rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #BDC6DA;
}

.important_news {
    width: 90%;
    position: relative;
    max-width: 75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5.25rem;
    background: #FFFFFF;
    box-shadow: 0rem .25rem .5rem 0rem rgba(10, 107, 218, 0.13);
    border-radius: .625rem;
    margin: 3.125rem auto 3.4375rem;
}

.importantLeft img {
    width: 2.0625rem;
    margin-left: 1.4375rem;
}

.importantLeft p {
    margin-left: .5625rem;
    font-size: 1.75rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #0A6BDA;
    margin-right: 1.6875rem;
}

.importantLeft {
    display: flex;
    align-items: center;
}

.importantTitle {
    font-size: 1.25rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    color: #000000;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: .25rem;
}

.imporTantMessage {
    font-size: .875rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #757575;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ritem img {
    max-width: 12.5rem;
}

.right {
    justify-content: center;
    display: flex;
    align-items: center;
}

.more {
    display: flex;
    width: 3.125rem;
    align-items: center;
    font-size: 1rem;
    margin-right: 1.3125rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.more img {
    width: 1rem;
    margin-left: .125rem;
}

.important_news::before {
    content: "";
    width: 23.375rem;
    left: 0;
    top: 0;
    background: url(../images/indexYaowenIcon1.png) center center / 100% 100%;
    height: 5.25rem;
    position: absolute;
}

.important_news::after {
    content: "";
    width: 16.875rem;
    right: 4.5rem;
    top: .75rem;
    background: url(../images/indexYaowenIcon2.png) center center / 100% 100%;
    height: 4.5rem;
    position: absolute;
}

.important_newsBoxLeft {
    display: flex;
    width: calc(100% - 1.25rem);
    margin-right: 1.25rem;
    align-items: center;
}

.importantCenter {
    padding-left: 2.0625rem;
    flex: 1;
    height: 3.25rem;
    position: relative;
    margin: 0;
    cursor: pointer;
    flex: 1;
    border-left: .125rem solid #DADDF6;
}

.mainTop .more {
    margin-right: 0;
}

.mainBox {
    width: 90%;
    max-width: 75rem;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.mainTitle {
    display: flex;
    align-items: flex-end;
    font-size: 2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #000000;
}

.mainTop {
    display: flex;
    margin-bottom: 1.5625rem;
    justify-content: space-between;
}

.mainItem:nth-child(2n) {
    margin-right: 2.1875rem;
}

.mainItem:nth-child(3),
.mainItem:nth-child(4) {
    margin-bottom: 3.75rem;
}

.mainItem {
    margin-bottom: 4.9375rem;
    width: calc((100% - 2.1875rem) / 2);
}

.mainTitle1 .selectBox span,
.selectBox {
    font-size: 1rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    cursor: pointer;
    color: #757575;
}

.mainTitle1 .selectBox span.active {
    font-size: 1rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #0A6BDA;
}

.bannerSwiper1 {
    display: none;
}

.selectBox {
    margin-left: .9375rem;
}

.firstInform>* {
    display: flex;
    cursor: pointer;
    margin-bottom: 1.25rem;
    justify-content: space-between;
}

.informDetail {
    margin-top: .5rem;
}

.firstInform:hover .informImg img {
    transform: scale(1.1);
}

.informImg {
    width: 15.9375rem;
    overflow: hidden;
    height: 10.1875rem;
}

.informImg img {
    transition: .5s;
    width: 100%;
    height: 100%;
    object-fit: over;
}

.informDetail {
    flex: 1;
    margin-left: 1.0625rem;
}

.informTitle {
    font-size: 1.25rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
}

.informMessage {
    font-size: .875rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .6875rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.swiper-slide {
    overflow: hidden;
}

.informDetail .more {
    width: unset;
    margin-top: .9375rem;
    justify-content: flex-end;
}

.informLi p {
    font-size: 1rem;
    margin-left: 1.125rem;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.informLi {
    margin-bottom: 1.125rem;
    position: relative;
}

.informLi::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    left: 0;
    width: .5rem;
    height: .5rem;
    background: #0A6BDA;
}

.serveBox>div {
    height: 9.875rem;
    background: linear-gradient(200deg, #F3FAFF 0%, #D5F1FF 100%);
    box-shadow: 0rem .5rem .75rem 0rem rgba(10, 107, 218, 0.04);
    border-radius: 1rem;
    display: flex;
    cursor: pointer;
    margin-bottom: .9375rem;
    align-items: center;
    width: calc((100% - 1.125rem) / 2);
    border: .125rem solid #FFFFFF;
}

.serveBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.servePark .tabbar .tabs {
    width: 50%;
    height: 4.375rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 4.375rem;
    text-align: center;
    cursor: pointer;
}

.servePark .tabbar .tabs.on {
    font-weight: 500;
    color: #0B6BD9;
    background-color: #FFFFFF;
}

.servePark .ves1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.servePark .ves1::after {
    content: '';
    width: 24.1875rem;
    height: .0625rem;
}

.servePark .ves1 .item {
    width: 21rem;
    height: 9.1875rem;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    border-radius: .625rem;
    background: #FFFFFF;
    cursor: pointer;
}

.servePark .ves1 .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.servePark .ves1 .name {
    width: 15.625rem;
    height: 1.5625rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #222222;
    line-height: 1.5625rem;
}

.servePark .ves1 .wage {
    font-size: 1.25rem;
    font-weight: 500;
    color: #0B6BDA;
    line-height: 1.75rem;
}

.servePark .ves1 .h3 {
    padding: .625rem 0;
    font-size: 1rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.375rem;
}

.servePark .ves1 .h3 span {
    margin-right: .5rem;
}

.right {
    position: absolute;
    bottom: 4.375rem;
    left: 50%;
    transform: translateX(-50%);
}

.bannerSwiper1 .swiper-slide {
    position: relative;
}

.bannerSwiper1 .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 997;
    opacity: 0.5;
    z-index: 998;
}

.servePark .ves1 .tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.servePark .ves1 .tag {
    margin-right: .625rem;
    padding: .125rem .625rem;
    font-size: .75rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.0625rem;
    background: #F5F5F5;
}

.servePark .ves1 .hr {
    margin-top: 1.25rem;
    display: flex;
    align-items: center;
}

.servePark .ves1 .hr .icon {
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
}

.servePark .ves1 .info {
    flex: 1;
    padding-left: .625rem;
}

.servePark .ves1 .info .hrname {
    font-size: .875rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.25rem;
}

.servePark .ves1 .info .count {
    margin-top: .1875rem;
    font-size: .75rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.0625rem;
}

.serveBox img {
    margin-right: .8125rem;
    margin-left: 1.875rem;
    width: unset !important;
}

.serveTitle {
    font-size: 1.25rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: .375rem;
}

.serveMessage {
    font-size: .875rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #6987AA;
}

.spBox {
    width: 100%;
    height: 20.625rem;
    display: flex;
    align-items: center;
    background: rgba(185, 200, 212, 0.15);
    box-shadow: 0rem .5rem .75rem 0rem rgba(10, 107, 218, 0.04);
    border-radius: 1rem;
    border: .125rem solid #FFFFFF;
}

.firstSp {
    width: 12rem;
    height: 17.5rem;
    background: linear-gradient(200deg, #F3FAFF 0%, #D5F1FF 100%);
    box-shadow: 0rem .5rem .75rem 0rem rgba(10, 107, 218, 0.04);
    border-radius: .5rem;
    display: flex;
    margin-right: .9375rem;
    cursor: pointer;
    margin-left: 1.5625rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: .125rem solid #FFFFFF;
}

.firstSp img {
    width: 4.5rem;
    height: 4.5rem;
}

.firstSp p {
    font-size: 1.25rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    margin-top: 1.375rem;
    margin-bottom: .75rem;
    text-align: center;
    color: #333333;
}

.firstSp span {
    font-size: .875rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #6987AA;
    text-align: center;
    display: block;
}

.lastSp {
    flex: 1;
    margin-right: 1.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lastSp div {
    width: calc((100% - .875rem) / 2);
    margin-bottom: .625rem;
    height: 8.4375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0rem .5rem .75rem 0rem rgba(10, 107, 218, 0.04);
    border-radius: .5rem;
    border: .125rem solid #FFFFFF;
}

.lastSp img {
    width: unset;
    margin-bottom: .8125rem;
}

.consultLi p {
    margin-left: 1rem;
    font-size: 1rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.consultList>div {
    cursor: pointer;
    position: relative;
    margin-bottom: 1.375rem;
}

.consultList>div:last-child {
    margin-bottom: 0;
}

.consultList>div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: .5rem;
    border-radius: 50%;
    height: .5rem;
    background: #0A6BDA;
    transform: translateY(-50%);
}

.operationBox {
    width: 90%;
    max-width: 75rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.operationBox a {
    text-align: center;
    font-size: 1.375rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 5.625rem;
    border-radius: .5rem;
    cursor: pointer;
    height: 5.625rem;
    width: calc((100% - 6rem) / 4);
}

.operation1 {
    background: #0A6BDA;
}

.operation2 {
    background: #F17264;
}

.operation3 {
    background: #FFC75E;
}

.operation4 {
    background: #02BDE4
}

.mainTitle2 span {
    font-size: .875rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #999999;
    width: 4.6875rem;
    height: 1.75rem;
    background: #E3EBF4;
    border-radius: .5rem;
    display: inline-block;
    text-align: center;
    line-height: 1.75rem;
}

.mainTitle2 span.active {
    color: #FFFFFF;
    background: #0A6BDA;
}

.shadow {
    width: 100%;
    height: 100vh;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 27.625rem;
    height: 11.25rem;
    padding-top: 2.625rem;
    z-index: 999;
    border-radius: .625rem;
    background: linear-gradient(360deg, #FFFFFF 0%, #A8DCFF 100%);
}


.popup .closeBtn {
    position: absolute;
    top: 1rem;
    right: 1.125rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}


.popup .icon {
    position: absolute;
    top: 4.4375rem;
    right: 1.125rem;
    width: 8.4375rem;
    height: 7.0625rem;
}


.popup .text {
    font-size: 1.5rem;
    font-weight: 600;
    color: #222222;
    margin-left: 1.25rem;
    line-height: 2.0625rem;
}


.popup .button {
    width: 10.1875rem;
    height: 2.8125rem;
    margin-top: 2.8125rem;
    font-size: 1rem;
    margin-left: 1.25rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.8125rem;
    text-align: center;
    border-radius: 2.8125rem;
    background: #0B6BDA;
    cursor: pointer;
}

@media (max-width:50rem) {
    .bannerSwiper1 {
        position: relative;
        z-index: 9999;
        display: block;
    }

    .bannerSwiper {
        display: none;
    }

    .bannerBottom {
        position: absolute;
        height: unset;
        padding: 1.25rem 0;
    }

    .bannerItem {
        display: block;
    }

    .bannerItem>div:nth-child(2) {
        padding: 0;
        margin: 1.25rem 0;
        border: none;
    }

    .important_news {
        height: unset;
        padding: 1.25rem 0;
        display: block;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .mainItem:nth-child(2n) {
        margin-right: 0;
    }

    .mainItem {
        margin-bottom: 2.5rem;
    }

    .important_newsBoxLeft {
        display: block;
    }

    .important_news::after {
        display: none;
    }

    .importantLeft img {
        margin-left: 1.25rem;
    }

    .important_news::before {
        display: none;
    }

    .importantLeft p {
        font-size: 1.25rem;
    }

    .importantCenter {
        padding-left: 0;
        margin-top: 1.25rem;
        margin-right: .625rem;
        margin-left: .625rem;
        border: none;
    }

    .importantTitle {
        font-size: 1rem;
    }

    .mainBox {
        display: block;
    }

    .mainItem {
        width: 100%;
    }

    .mainTitle {
        font-size: 1.25rem;
    }

    .mainItem:nth-child(3),
    .mainItem:nth-child(4) {
        margin-bottom: 2.5rem;
    }

    .informImg {
        width: 100%;
    }

    .consultList>div {
        margin-bottom: .625rem;
    }

    .firstInform>* {
        display: block;
        margin-bottom: .625rem;
    }

    .informDetail {
        margin-top: 1.25rem;
        margin-left: 0;
    }

    .informTitle {
        font-size: 1rem;
    }

    .more {
        font-size: .875rem;
        margin-right: 0;
    }

    .serveBox {
        display: block;
    }

    .serveBox>div {
        margin-bottom: .625rem;
        height: 6.25rem;
        width: 100%;
    }

    .mainTop {
        margin-bottom: 1.25rem;
    }

    .spBox {
        height: unset;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        display: block;
    }

    .firstSp {
        width: 90%;
        margin: auto;
        margin-bottom: .625rem;
        padding: 1.25rem 0;
        align-items: center;
        flex-direction: row;
        height: unset;
    }

    .firstSp p {
        margin-top: 0;
    }

    .lastSp {
        width: 90%;
        margin: auto;
    }

    .lastSp div:nth-child(3),
    .lastSp div:nth-child(4) {
        margin-bottom: 0;
    }

    .selectBox {
        margin-left: .625rem;
    }

    .mainTitle2 span {
        font-size: .75rem;
        width: unset;
        padding: 0 .3125rem;
    }

    .operationBox {
        flex-wrap: wrap;
    }

    .operationBox a {
        width: 49%;
        height: 3.75rem;
        margin-bottom: .625rem;
    }

    .operationBox a {
        font-size: 1.125rem;
        line-height: 3.75rem;
    }

    .content {
        padding-bottom: 3.75rem;
    }
}