.pic .box-fill {
    overflow: hidden;
}

.pic .box-fill img {
    transition: all .8s;
    cursor: pointer;
}

.pic .box-fill img:hover {
    transform: scale(1.1);
}

.floor {
    padding: 5.3125% 0 7.8125%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 14px;
}

.pad-none {
    padding: 0;
}

.floor .swiper-button-next,
.floor .swiper-button-prev {
    top: auto;
    bottom: 80px;
    width: 56px;
    height: 56px;
    background-color: #437ce2;
    box-shadow: 0px 15px 35px 0px rgba(0, 111, 208, 0.1);
    border-radius: 50%;
}

.floor .swiper-button-next::after,
.floor .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}

.floor .swiper-button-next.swiper-button-disabled,
.floor .swiper-button-prev.swiper-button-disabled {
    background: none;
    box-shadow: 0px 15px 35px 0px rgba(0, 111, 208, 0.1);
    border: solid 1px #437ce2;
    opacity: 1;
}

.floor .swiper-button-next.swiper-button-disabled::after,
.floor .swiper-button-prev.swiper-button-disabled::after {
    font-size: 20px;
    color: #437ce2;
}

.floor-tit {
    position: relative;
    padding-left: 13px;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #000000;
}

.floor-tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
}

.floor-sub-tit {
    margin: 30px 0 10px;
    font-family: PingFang SC;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #437ce2;
}

.floor-text {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.floor-text p {
    margin-bottom: 30px;
}

.floor-h1 {
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 99px;
    letter-spacing: 0px;
    color: #000000;
}

.floor-yj span {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    border: solid 1px #437ce2;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #437ce2;
}

.more {
    display: flex;
    width: 182px;
    height: 54px;
    background-color: #437ce2;
    border-radius: 27px;
    justify-content: center;
    align-items: center;
    transition: all .3s;
}

.more span {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.more img {
    margin-left: 12px;
}

.more:hover {
    transform: translateY(-10px);
}

.f1 {
    background-image: url(../images/index_bg1.jpg);
}

.f1 .row {
    padding: 8.4375% 0;
    justify-content: space-between;
    align-items: center;
}

.f1 .co-pic {
    padding-left: 0.91666%;
}

.f1 .co-pic .w-h {
    padding-top: 70.44785%;
}

.f1 .co-pic .w-h img {
    border-radius: 22px;
}

.f1 .icos {
    margin: 60px 0 40px;
}

.f1 .icos .box {
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}

.f1 .icos .box .ico {
    height: 36px;
}

.f1 .icos .box:hover {
    transform: translateY(-10px);
}

.f1 .icos .box span {
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #437ce2;
}

.f1 .icos .box p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.f1 .pic .box-fill {
    border-radius: 20px;
}

.list-pic .box-fill {
    border-radius: 15px;
}

.f2 {
    background-image: url(../images/index_bg2.jpg);
}

.f2 .floor-box {
    padding: 5.3125% 0 7.875%;
}

.f2 .kh {
    position: relative;
    height: 106px;
}

.f2 .kh::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 800px;
    height: 1px;
    background-color: #000000;
    opacity: 0.1;
}

.f2 .kh .floor-h1 {
    margin-right: 29px;
}

.f2 .kh .floor-yj span {
    margin-right: 12px;
}

.f2 .floor-text {
    margin: 24px 0 48px;
    color: #666666;
}

.f2 .hzhbs img {
    display: block;
    width: 122px;
    height: 66px;
    margin-right: 10px;
    transition: all .3s;
    cursor: pointer;
}

.f2 .hzhbs img:hover {
    transform: translateY(-10px);
}

.f2 .f2-num {
    margin: 42px 0 66px;
}

.f2 .f2-num .num-box {
    text-align: center;
    overflow: hidden;
    margin-right: 80px;
    transition: all .3s;
    cursor: pointer;
}

.f2 .f2-num .num-box:hover {
    transform: translateY(-10px);
}

.f2 .f2-num .num-box .num {
    height: 54px;
    font-family: PingFang SC;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #437ce2;
    line-height: 54px;
    font-size: 38px;
    font-weight: bold;
}

.f2 .f2-num .num-box .num i {
    display: inline-block;
    font-size: 28px;
    font-weight: normal;
}

.f2 .f2-num .num-box .num-name {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
}

.f3 {
    background-image: url(../images/index_bg3.jpg);
}

.f3 .w {
    justify-content: flex-end;
}

.f3 .floor-box {
    min-width: 50%;
    max-width: 720px;
}

.f3 .floor-yj span {
    margin-right: 20px;
}

.f3 .list-img-text {
    width: 100%;
    margin: 74px 0 30px;
}

.f3 .list-img-text li {
    margin-bottom: 30px;
}

.f3 .list-img-text li a .pic {
    align-items: center;
    width: 42px;
    height: 50px;
}

.f3 .list-img-text li a .info {
    flex: none;
}

.f3 .list-img-text li a .info .tit {
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #000000;
}

.f3 .list-img-text li a .info .desc {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #666666;
}

.f4 {
    background-image: url(../images/index_bg4.jpg);
}

.f4 .white-list {
    margin: 59px 0 54px;
    min-width: 50%;
    max-width: 800px;
}

.f4 .white-list .row {
    --col-padding: 2.875%;
}

.f4 .white-list .col .box {
    padding-bottom: 15px;
    transition: all .3s;
    cursor: pointer;
}

.f4 .white-list .col .box:hover {
    transform: translateY(-10px);
}

.f4 .white-list .col .box span {
    position: relative;
    display: block;
    padding-left: 1em;
    background-color: #ffffff;
    border-radius: 25px;
    padding-bottom: 7px;
    font-family: PingFang SC;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 90px;
    letter-spacing: 0px;
    color: #000000;
}

.f4 .white-list .col .box span::after {
    content: "";
    position: absolute;
    left: 1em;
    bottom: 30px;
    width: 1.5em;
    height: 3px;
    background-color: #437ce2;
}

.f5 {
    background-image: url(../images/index_bg5.jpg);
}

.f5 .left img {
    display: block;
    width: 71.5625%;
    height: auto;
    transition: all .8s;
    cursor: pointer;
}

.f5 .left img:hover {
    transform: scale(1.1);
}

.f5 .list-pic {
    margin: 50px 0 52px;
}

.f5 .list-pic li {
    margin-left: 0;
    width: 27.75468%;
}

.f5 .list-pic li a {
    text-align: center;
}

.f5 .list-pic li .pic .w-h {
    padding-top: 67.79026%;
}

.f5 .list-pic li:nth-child(2) {
    margin-left: 22px;
    width: 47.921%;
}

.f5 .list-pic li:nth-child(2) .pic .w-h {
    padding-top: 39.26247%;
}

.f5 .list-pic li .info {
    margin-top: 0;
}

.f5 .list-pic li .info span {
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 56px;
    letter-spacing: 0px;
    color: #000000;
}

.f6 {
    background-image: url(../images/index_bg6.jpg);
    padding-bottom: 0;
}

.f6 .swiper {
    padding-bottom: 173px;
}

.f6 .swiper .swiper-button-next,
.f6 .swiper .swiper-button-prev {
    top: auto;
    bottom: 80px;
    width: 56px;
    height: 56px;
    background-color: #437ce2;
    box-shadow: 0px 15px 35px 0px rgba(0, 111, 208, 0.1);
    border-radius: 50%;
}

.f6 .swiper .swiper-button-next::after,
.f6 .swiper .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}

.f6 .swiper .swiper-button-next.swiper-button-disabled,
.f6 .swiper .swiper-button-prev.swiper-button-disabled {
    background: none;
    box-shadow: 0px 15px 35px 0px rgba(0, 111, 208, 0.1);
    border: solid 1px #437ce2;
    opacity: 1;
}

.f6 .swiper .swiper-button-next.swiper-button-disabled::after,
.f6 .swiper .swiper-button-prev.swiper-button-disabled::after {
    font-size: 20px;
    color: #437ce2;
}

.f6 .swiper .swiper-button-next {
    left: 51%;
}

.f6 .swiper .swiper-button-prev {
    right: 51%;
    left: auto;
}

.f6 .left .f6nr {
    margin: 0 0 60px;
}

.f6 .left .f6nr .sub-tit {
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000;
}

.f6 .left .f6nr .nr {
    font-family: PingFang SC;
    font-size: 17px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #000000;
}

.f6 .left .f6nr .nr span {
    color: #437ce2;
}

.f6 .right img {
    transition: all .8s;
    cursor: pointer;
}

.f6 .right img:hover {
    transform: scale(1.1);
}

.f7 .row {
    --col-padding: 2.1875%;
    padding: 2.75% 0 3.125%;
}

.f7 .row .col {
    margin-bottom: 2.1875%;
}

.f7 .floor-sub-tit {
    position: relative;
}

.f7 .floor-sub-tit::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 1px;
    background-color: #434343;
    opacity: 0.7;
}

.f7 .swiper {
    padding-top: 130px;
    margin-top: -130px;
}

.f7 .swiper .swiper-button-next,
.f7 .swiper .swiper-button-prev {
    margin-top: 0;
    top: 0;
    left: 85%;
}

.f7 .swiper .swiper-button-prev {
    transform: translate(-150%, 0);
}

.f7 .box {
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(153, 153, 153, 0.35);
    border-radius: 15px;
    padding: 24px;
    transition: all .3s;
    cursor: pointer;
}

.f7 .box:hover {
    transform: translateY(-10px);
}

.f7 .box .t {
    position: relative;
    padding-left: 39px;
    padding-bottom: 27px;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #437ce2;
}

.f7 .box .t::before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    background-color: #437ce2;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    color: #fff;
}

.f7 .box .t::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 18px;
    height: 3px;
    background-color: #437ce2;
    border-radius: 2px;
}

.f7 .box .b {
    padding: 0 30px 0 2px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #343434;
}

.f7 .more {
    margin: 0 auto;
}

.f8 {
    padding-bottom: 0;
    background: url(../images/index_bg8.jpg) no-repeat right center #eef5fc;
    background-size: contain;
}

.f8 .box {
    width: 63.4375%;
    padding: 0 28px;
    background-color: #ffffff;
}

.f8 .swiper {
    padding: 30px 0 150px;
}

.f8 .swiper-button-next,
.f8 .swiper-button-prev {
    margin-top: 0;
    top: auto;
    bottom: 50px;
    left: 50%;
}

.f8 .swiper-button-prev {
    transform: translate(-150%, 0);
}

.f8 .pic .w-h {
    padding-top: 43.11111%;
}

.f8 .pic .w-h .box-fill {
    padding: 8px 12px;
}

.f8 .pic .w-h .box-fill a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: solid 1px #e5e5e5;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .floor-h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .f7 .row .col:nth-child(n+4) {
        display: none;
    }
    .f8 .row.row-s-12>.col {
        width: 33.33333%;
    }
    .f8 .box .row .col:nth-child(n+16) {
        display: none;
    }
    .f4 .row.row-8>.col {
        width: 50%;
    }
    .header .box a img {
        height: 6vmin;
    }
    .header .box a img:last-child {
        height: 5.6vmin;
    }
    .pad-none {
        padding: 5.3125% 0 6.8125%;
    }
    .floor {
        margin-bottom: 5px;
    }
    .f1 .row {
        padding: 0 0;
        justify-content: space-between;
        align-items: center;
        flex-direction: column-reverse;
    }
    .f1 .pic {
        padding-bottom: 4vmin;
    }
    .f1 .co-pic {
        padding-left: 0;
    }
    .floor-tit {
        font-size: 3.57143vmin;
        line-height: 6.57143vmin;
        padding-left: 0;
    }
    .f6 .floor-tit::before {
        width: 0;
        height: 0;
    }
    .f6 .left .f6nr {
        margin: 0 0 30px;
    }
    .floor-sub-tit {
        margin: 3vmin 0 0 0;
        font-size: 5.28571vmin;
        line-height: 7.57143vmin;
    }
    .f1 .floor-sub-tit {
        margin: 3vmin 0 3vmin 0;
    }
    .f6 .floor-sub-tit {
        margin: 1vmin 0 3vmin 0;
        font-size: 5.28571vmin;
        line-height: 7.57143vmin;
    }
    .floor-text {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .floor-text p {
        margin-bottom: 1em;
    }
    .f2 .floor-text p {
        color: #000;
    }
    .f2 .floor-text p span {
        color: #437ce2;
        font-weight: bold;
    }
    .f2 .f2-num .num-box .num {
        font-size: 4.71429vmin;
        line-height: 8.71429vmin;
        height: auto;
    }
    .f2 .f2-num .num-box .num-name {
        font-size: 3.57143vmin;
        line-height: 5.28571vmin;
    }
    .f2 {
        background-position: left;
    }
    .f3 {
        background-position: right;
    }
    .f4 {
        background-position: left;
    }
    .f1 .icos {
        margin: 4vmin 0;
        flex-wrap: wrap;
    }
    .f1 .icos .box {
        width: 50%;
        margin-bottom: 4vmin;
    }
    .f1 .icos .box span {
        font-size: 4.71429vmin;
        line-height: 8.71429vmin;
        font-weight: bold;
    }
    .f1 .icos .box p {
        font-size: 3.57143vmin;
        line-height: 5.28571vmin;
    }
    .more {
        height: 40px;
        margin: 0 auto;
        width: 160px;
    }
    .more span {
        font-size: 16px;
    }
    .floor-h1 {
        font-size: 5.28571vmin;
        line-height: 2;
    }
    .f2 .kh {
        flex-wrap: wrap;
        height: auto;
    }
    .f2 .floor-yj {
        padding-bottom: 4vmin;
    }
    .f2 .hzhbs {
        justify-content: space-evenly;
    }
    .f2 .hzhbs img {
        width: 25%;
        height: auto;
        margin-bottom: 4vmin;
    }
    .f2 .floor-text {
        margin: 4vmin 0;
        color: #666666;
    }
    .f3 .w,
    .f4 .w {
        padding: 5.3125% 0 7.875%;
    }
    .f1 .w {
        padding-bottom: 7.875%;
    }
    .floor-yj span {
        display: inline-block;
        padding: 0 20px;
        height: 32px;
        line-height: 32px;
        border-radius: 20px;
        border: solid 1px #000;
        font-family: PingFang SC;
        font-size: 3vmin;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000;
    }
    .f2 .f2-num {
        margin: 0 0 7vmin;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .f2 .f2-num .num-box {
        width: 33.3%;
        margin-right: 0;
    }
    .f3 .floor-yj span {
        margin-right: 6px;
        margin-bottom: 4vmin;
        padding: 0 12px;
    }
    .f5 .floor-yj span {
        margin-right: 6px;
        padding: 0 12px;
    }
    .f2 .kh .floor-yj span,
    .f4 .floor-yj span {
        margin-right: 6px;
    }
    .f3 .floor-yj span:last-child {
        margin-right: 0;
    }
    .f3 .list-img-text {
        width: 100%;
        margin: 4vmin 0;
    }
    .f3 .list-img-text li {
        margin-bottom: 3vmin;
    }
    .f3 .list-img-text li a .info .tit {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .f3 .list-img-text li a .info .desc {
        font-size: 3.57143vmin;
        line-height: 1;
    }
    .f4 .white-list {
        margin: 6vmin 0;
        min-width: 50%;
        max-width: 800px;
    }
    .f4 .white-list .row {
        --col-padding: 6.875%;
    }
    .f4 .white-list .col .box span {
        position: relative;
        display: block;
        height: 5em;
        padding-left: 1em;
        background-color: #ffffff;
        border-radius: 1.14286vmin;
        padding-bottom: 2vmin;
        padding-top: 2.2vmin;
        font-family: PingFang SC;
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .f4 .white-list .col .box {
        padding-bottom: 4vmin;
    }
    .f4 .white-list .col .box span::after {
        bottom: .8em;
    }
    .f5 .row {
        flex-direction: column-reverse;
    }
    .f5 .left .lefta {
        display: flex !important;
    }
    .f5 .left .lefta img {
        width: 10px;
        height: 16px;
    }
    .f5 .right {
        padding: 5.3125% 2.5vmin 4vmin 2.5vmin !important;
    }
    .f5 .left {
        padding-bottom: 7.875%;
    }
    .f5 .floor-yj span {
        margin-bottom: 3vmin;
    }
    .f5 .list-pic {
        margin: 4vmin 0;
    }
    .f5 .list-pic ul {
        justify-content: space-between;
    }
    .f5 .list-pic ul li {
        margin-left: 0;
    }
    .f5 .list-pic ul li .info span {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .f5 .list-pic li {
        width: 35.3571%;
    }
    .f5 .list-pic li:nth-child(2) {
        margin-left: 3.5714%;
        width: 61.0714%;
    }
    .f6 .row {
        flex-direction: column-reverse;
    }
    .f6 .left .f6nr .sub-tit {
        font-size: 3.57143vmin;
        line-height: 1.5;
    }
    .f6 .left .f6nr .nr {
        font-size: 3.57143vmin;
        line-height: 2;
    }
    .f6 .swiper {
        padding-bottom: 120px;
    }
    .f6 .right {
        text-align: center;
    }
    .f6 .right img {
        width: 70% !important;
    }
    .f6 .swiper .swiper-button-next,
    .f6 .swiper .swiper-button-prev {
        top: auto;
        bottom: 40px;
        width: 44px;
        height: 44px;
    }
    .swiper .swiper-button-next,
    .swiper .swiper-button-prev {
        top: auto;
        bottom: 40px;
        width: 44px;
        height: 44px;
    }
    .f7 .swiper .swiper-button-next,
    .f7 .swiper .swiper-button-prev {
        margin-top: 0;
        top: 23.28571vmin;
        left: 82%;
    }
    .f7 .row {
        --col-padding: 0;
        padding: 3.75% 0 8.125%;
    }
    .f7 .box .t {
        position: relative;
        padding-left: 39px;
        padding-bottom: 2.85714vmin;
        font-family: PingFang SC;
        font-size: 4.14286vmin;
        font-weight: normal;
        font-stretch: normal;
    }
    .f7 .box {
        padding: 15px;
    }
    .f7 .box .b {
        padding: 0;
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .f7 .box .t::after {
        top: 40px;
    }
    .f8 {
        padding-bottom: 0;
        background: url(../images/index_bg8.jpg) no-repeat bottom center #eef5fc;
        background-size: contain;
    }
    .f8 .swiper {
        padding: 4vmin 0 110px;
    }
    .f8 .box {
        width: 100%;
        padding: 0 0;
        background-color: #ffffff;
        margin-top: 3vmin;
    }
    .f8 .box img {
        width: 70% !important;
    }
    .f8 .pic .w-h .box-fill a {
        border-radius: 10px;
    }
    .f8 .pic .w-h .box-fill {
        padding: 8px 10px;
    }
    .m-kjdh .a-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        padding: 0 0 3%;
    }
    .m-kjdh .a-box a {
        margin: 3% 0 0;
        display: block;
        width: 48%;
        height: 40px;
        line-height: 38px;
        border: #666666 1px solid;
        text-align: center;
        font-size: 16px;
        border-radius: 5px;
    }
    .m-kjdh .a-box a:hover,
    .m-kjdh .a-box a.on {
        background-color: #437ce2;
        border: #437ce2 1px solid;
        color: #fff;
    }
}