@charset "UTF-8";
.card {
    margin: 0 16px;
    background-color: #fff;
    width: calc(100% - 8.53vw);
    overflow: hidden;
}

.pad_16 {
    width: calc(100% - 17.07vw);
}

.cardTitle {
    min-height: 10.13vw;
    padding: 5.33vw 0;
}

.cardTitle.title-padding {
    padding: 5.33vw 4.27vw;
}

.card-m-0 {
    top: -8vw;
}

.card-m-0 .listTop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 6.13vw;
    padding: 7.2vw 4.27vw 6.4vw;
}

.card-m-0 .listTop .topItem .text {
    margin-top: 1.6vw;
}

.gray {
    background-color: #284270;
}

.bule {
    background: linear-gradient(270deg, #7cb3f2 0%, #256cd1 100%);
}

.grayDeep {
    background-color: #162a4d;
    color: #fff;
}

.cardTitle .title {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing:0;
    color: white;
    margin-bottom: 2.13vw;
}

.cardTitle .desc {
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 3.2vw;
    color: white;
}

.cardBanner {
    padding: 7.47vw 4.27vw 2.13vw 4.27vw;
}

.bannerTitle {
    font-size: 3.73vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 3.73vw;
    color: #333333;
    text-align: justify;
    vertical-align: top;
    margin-bottom: 2.4vw;
}

.bannerDesc {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #8d98aa;
    text-align: justify;
    vertical-align: top;
    margin-bottom: 5.33vw;
    display: flex;
}

.chanye {
    background-image: url("../assets/room.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    height: 48vw;
    position: relative;
}

.threeModal {
    overflow: hidden;
    z-index: 7;
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.threePart_1 {
    left: 0;
    border: 1px solid white;
}

.threePart_2 {
    left: 20%;
    border: 1px solid white;
}

.threePart_3 {
    left: 40%;
    border: 1px solid white;
}

.threePart_4 {
    left: 60%;
    border: 1px solid white;
}

.threePart_5 {
    left: 80%;
    border: 1px solid white;
}

.threePart_1:hover {
    background-color: transparent !important;
}

.threePart_2:hover {
    background-color: transparent !important;
}

.threePart_3:hover {
    background-color: transparent !important;
}

.threePart_4:hover {
    background-color: transparent !important;
}

.threePart_5:hover {
    background-color: transparent !important;
}

.threeModal:hover .threeText {
    color: #fff;
    font-size: 3.2vw;
}

.threeModal:hover .threeIcon {
    display: block;
}

.threeText {
    text-align: left;
    position: absolute;
    bottom: 2.13vw;
    left: 2.13vw;
    color: #999999;
    font-size: 3.2vw;
}

.threeIcon {
    display: none;
    text-align: left;
    margin-top: 1.07vw;
}

.flex_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.swiper {
    height: 51.73vw;
    background-image: url("../assets/phone/swiperBg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.swiperContent {
    padding: 5.33vw 4.27vw 7.47vw 4.27vw;
}

.card {
    margin-top: 4.27vw;
}

.card0 .banner-wrap {
    position: relative;
    width: 100%;
    height: 96vw;
    padding-top: 16vw;
    box-sizing: border-box;
}

.card0 .banner-wrap .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card0 .banner-wrap .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card0 .banner-wrap .banner-text .title {
    font-size: 6.93vw;
    font-weight: bold;
    letter-spacing:0;
    line-height: 8vw;
    color: #333333;
}

.card0 .banner-wrap .banner-text .text {
    margin-top: 4.27vw;
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 6.4vw;
    color: #333333;
}

.card1 .cardTitle {
    padding: 5.33vw 4.27vw;
}

.card1 .card-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.card1 .card-group .card-item:nth-last-child(1) .item,
.card1 .card-group .card-item:nth-last-child(2) .item {
    border-bottom: none;
}

.card1 .card-group .card-item:nth-child(odd)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.27vw;
    height: 100%;
    background: #efefef;
}

.card1 .card-group .card-item {
    position: relative;
    padding: 0 4.27vw;
}

.card1 .card-group .card-item .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 6.4vw 0 5.33vw;
    height: 72vw;
    overflow: auto;
    border-bottom: 0.16vw solid #efefef;
}

.card1 .card-group .card-item .item .item-top {
    margin-bottom: 6.4vw;
}

.card1 .card-group .card-item .item .item-top .img-wrap {
    width: 16vw;
    height: 16vw;
    border-radius: 50%;
    overflow: hidden;
}

.card1 .card-group .card-item .item .item-top .img-wrap img {
    width: 100%;
    height: 100%;
}

.card1 .card-group .card-item .item .item-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card1 .card-group .card-item .item .item-bottom .item-title {
    margin-bottom: 3.2vw;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing:0;
    text-align: center;
    color: #333333;
}

.card1 .card-group .card-item .item .item-bottom .item-desc {
    flex: 1;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 6.4vw;
    color: #8d98aa;
}

.card2 .cardTitle {
    padding: 5.33vw 4.27vw;
}

.card2 .card-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.card2 .card-group .card-item {
    padding: 6.4vw 4.27vw;
}

.card2 .card-group .card-item .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card2 .card-group .card-item .item .item-top .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16vw;
    height: 16vw;
    border-radius: 4.27vw;
    background: white;
    box-shadow:00 2.67vw 1.07vw rgba(43, 119, 245, 0.1);
}

.card2 .card-group .card-item .item .item-top .img-wrap img {
    width: 8.8vw;
    height: 8.8vw;
}

.card2 .card-group .card-item .item .item-bottom .item-title {
    margin-top: 6.4vw;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
    letter-spacing:0;
    color: #333333;
}

.card2 .card-group .card-item .item .item-bottom .item-desc {
    margin-top: 3.2vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 6.4vw;
    color: #8d98aa;
}

.card3 .cardTitle {
    height: unset;
    padding: 5.33vw 4.27vw;
}

.card3 .cardTitle .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5.33vw;
    row-gap: 3.73vw;
    margin-top: 5.33vw;
}

.card3 .cardTitle .tabs .tab.active {
    background: rgba(255, 255, 255, 0.2);
}

.card3 .cardTitle .tabs .tab {
    padding: 1.07vw 1.87vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: white;
    border-radius: 1.07vw;
}

.card3 .card-group {
    position: relative;
    display: flex;
    padding: 8.8vw 16.53vw 6.4vw 4.27vw;
}

.card3 .card-group .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.card3 .card-group .item .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card3 .card-group .item .item-title {
    position: relative;
    z-index: 3;
    font-size: 4.27vw;
    font-weight: 700;
    letter-spacing:0;
    line-height: 6.13vw;
    color: white;
}

.card3 .card-group .item .item-desc {
    position: relative;
    z-index: 3;
    margin-top: 3.2vw;
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 4.8vw;
    color: white;
}

.card4 .cardTitle {
    padding: 5.33vw 4.27vw;
}

.card4 .card-group {
    display: flex;
    flex-direction: column;
    row-gap: 5.33vw;
    padding: 6.4vw 4.27vw;
}

.card4 .card-group .item .item-title {
    font-size: 3.73vw;
    font-weight: bold;
    letter-spacing:0;
    color: #333333;
}

.card4 .card-group .item .item-desc {
    display: flex;
    align-items: flex-start;
    column-gap: 1.07vw;
    margin-top: 2.4vw;
}

.card4 .card-group .item .item-desc .text {
    flex: 1;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #8d98aa;
}

.card5 .cardTitle {
    padding: 5.33vw 4.27vw;
}

.card5 .card-group {
    padding: 6.4vw 4.27vw;
}

.card5 .card-group .swiper5 {
    background: unset;
}

.card5 .card-group .swiper5 .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65.07vw;
    height: 87.73vw;
    border-radius: 4.27vw;
    overflow: hidden;
}

.card5 .card-group .swiper5 .swiper-slide .top {
    width: 100%;
    height: 39.2vw;
}

.card5 .card-group .swiper5 .swiper-slide .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card5 .card-group .swiper5 .swiper-slide .bottom {
    position: relative;
    flex: 1;
}

.card5 .card-group .swiper5 .swiper-slide .bottom .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.card5 .card-group .swiper5 .swiper-slide .bottom .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card5 .card-group .swiper5 .swiper-slide .bottom .text-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 3.2vw;
    z-index: 3;
    padding: 5.33vw 1.73vw 5.33vw 4.27vw;
    box-sizing: border-box;
}

.card5 .card-group .swiper5 .swiper-slide .bottom .text-wrap .title {
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing:0;
    color: #333333;
}

.card5 .card-group .swiper5 .swiper-slide .bottom .text-wrap .text {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 6.4vw;
    color: #666666;
}

.card5 .card-group .swiper5 .swiper-slide .bottom .text-wrap .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 26.13vw;
    height: 8vw;
    padding: 1.6vw 1.87vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    color: #0950d4;
    border: 1px solid #0950d4;
    box-sizing: border-box;
}

.card5 .card-group .swiper5 .swiper-slide .bottom .text-wrap .btn-wrap img {
    width: 4.8vw;
    height: 4.8vw;
}

.card6-1 {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10.67vw;
}

.card6 .cardTitle {
    display: flex;
    height: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card6 .cardTitle .title{
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing:0;
    color: #FFFFFF;
}
.card6 .cardTitle .desc{
    margin-top: 3.2vw;
    color: #FFFFFF;
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing:0;
}
.card6 .cardTitle .tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 3.73vw;
    margin-top: 5.33vw;
}

.card6 .cardTitle .tabs .tab.active {
    background: rgba(255, 255, 255, 0.2);
}

.card6 .cardTitle .tabs .tab {
    padding: 1.07vw 1.87vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: white;
    border-radius: 1.07vw;
}

.card6 .card-group {
    position: relative;
    display: flex;
}

.card6 .card-group .item .item-desc {
    margin-top: 6.4vw;
    padding: 0 4.27vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #8d98aa;
}

.card6 .card-group .item .news {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.4vw;
    padding: 0 4.27vw;
}

.card6 .card-group .item .news img {
    max-width: 98%;
}

.card7 {
    margin: 0 auto;
    padding-bottom: 10.4vw;
    width: 100%;
}

.card7 .cardTitle {
    height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: unset;
    padding: 5.33vw 4.27vw;
}

.card7 .cardTitle .title {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing:0;
    color: #333333;
}

.card7 .cardTitle .text {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing:0;
    color: #666666;
}

.card7 .card-group {
    margin-left: 4.27vw;
    padding-right: 4.27vw;
}

.card7 .card-group .swiper7 .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 58.67vw;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.card7 .card-group .swiper7 .swiper-slide .top {
    width: 100%;
    height: 26.93vw;
}

.card7 .card-group .swiper7 .swiper-slide .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card7 .card-group .swiper7 .swiper-slide .bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4.27vw;
    background: #f5f6f8;
}

.card7 .card-group .swiper7 .swiper-slide .bottom .title {
    font-size: 4vw;
    font-weight: 700;
    letter-spacing:0;
    color: #333333;
}

.card7 .card-group .swiper7 .swiper-slide .bottom .text {
    margin-top: 3.2vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 3.73vw;
    color: #8d98aa;
}

.card8 {
    margin: 0 auto;
    padding: 0 4.27vw;
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
}

.card8 .cardTitle {
    padding: 5.33vw 0;
}

.card8 .cardTitle .title {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing:0;
    text-align: center;
    line-height: 4.8vw;
    color: #333333;
}

.card8 .cardTitle .text {
    font-size: 3.2vw;
    font-weight: 400;
    text-align: center;
    letter-spacing:0;
    color: #666666;
}

.card8 .card-group {
    margin-top: 6.4vw;
}

.card8 .card-group .tabs {
    display: grid;
    grid-template-columns: auto auto auto auto;
    flex-wrap: wrap;
    column-gap: 3vw;
    row-gap: 2.67vw;
    width: fit-content;
    margin: 0 auto;
}

.card8 .card-group .tabs .tab.active {
    color: white;
    background: #2b77f5;
}

.card8 .card-group .tabs .tab {
    padding: 1.07vw 1.87vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #2b77f5;
    border-radius: 1.07vw;
    border: 1px solid #2b77f5;
}

.card8 .card-group .list {
    margin-top: 6.4vw;
}

.card8 .card-group .list .item + .item {
    margin-top: 4.27vw;
}

.card8 .card-group .list .item .title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.13vw;
    height: 2.13vw;
    transform: translateY(-50%);
    background: #2b77f5;
}

.card8 .card-group .list .item .title {
    position: relative;
    padding-left: 4vw;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #333333;
}

.card8 .card-group .list .item .text {
    margin-top: 2.67vw;
    font-size: 3.73vw;
    font-weight: 400;
    white-space: pre-line;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #8d98aa;
}
.card8 .card-group .list .news {
    margin-top: 6.4vw;
}
.card8 .card-group .list .news img {
    max-width: 100%;
}

.card8 .card-group .list .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7.73vw;
    margin-bottom: 10.67vw;
}

.card8 .card-group .list .btn-wrap .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21.33vw;
    height: 8vw;
    border-radius: 1.07vw;
    color: #FFFFFF;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    background: #2b77f5;
}

.card9 {
    margin: 0 auto;
    padding: 8.53vw 4.27vw;
    width: 100%;
    background: #f5f6f8;
    box-sizing: border-box;
}

.card9 .cardTitle {
    background: transparent;
    text-align: center;
    padding: 5.33vw 4.27vw;
}

.card9 .cardTitle .title {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing:0;
    color: #333333;
}

.card9 .cardTitle .text {
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing:0;
    color: #666666;
}

.card9 .list {
    margin-top: 6.4vw;
    height: 137.87vw;
    overflow-y: auto;
}

.card9 .list .item + .item {
    margin-top: 4.27vw;
}

.card9 .list .item {
    display: flex;
    column-gap: 4.27vw;
}

.card9 .list .item .left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13.33vw;
    height: 13.33vw;
    background: linear-gradient(180deg, #7cb3f2 0%, #256cd1 100%);
    border-radius: 50%;
}

.card9 .list .item .left img {
    width: 7.47vw;
}

.card9 .list .item .right {
    flex: 1;
}

.card9 .list .item .right .title {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #333333;
}

.card9 .list .item .right .text {
    margin-top: 2.67vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #8d98aa;
}

.card10 {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 10.67vw;
}

.card10 .cardTitle {
    height: unset;
    display: flex;
    flex-direction: column;
    padding: 6.4vw 7.47vw;
    text-align: center;
    background: unset;
    border-radius: 0;
    background: linear-gradient(270deg, #7cb3f2 0%, #256cd1 100%);
}

.card10 .cardTitle .title {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing:0;
    color: white;
}

.card10 .cardTitle .text {
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing:0;
    color: white;
}

.card10 .cardTitle .tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 2.13vw;
    row-gap: 2.67vw;
    margin-top: 6.4vw;
}

.card10 .cardTitle .tabs .tab.active {
    background: rgba(255, 255, 255, 0.2);
}

.card10 .cardTitle .tabs .tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.07vw 1.87vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: white;
}

.card10 .card-group {
    margin-top: 6.4vw;
    padding: 0 4.27vw;
}

.card10 .card-group .title {
    font-size: 4vw;
    font-weight: 700;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #333333;
}

.card10 .card-group .title span {
    margin-right: 2.13vw;
    color: #2b77f5;
}

.card10 .card-group .sub-title {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.41vw;
    color: #666666;
}

.card10 .card-group .text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5.33vw;
    height: 0.53vw;
    transform: scaleY(0.5);
    background: #333333;
}

.card10 .card-group .text {
    position: relative;
    padding-top: 2.67vw;
    padding-bottom: 6.4vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #8d98aa;
    border-bottom: 1px solid #efefef;
}
.card10 .card-group .news {
    margin-top: 6.4vw;
}
.card10 .card-group .news img {
    max-width: 100%;
}

.card11 {
    margin: 0 auto;
    width: 100%;
}

.card11 .cardTitle {
    text-align: center;
}

.card11 .cardTitle .title {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing:0;
    color: #FFFFFF;
}

.card11 .cardTitle .text {
    margin-top: 3.2vw;
    color: #FFFFFF;
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing:0;
}

.card11 .card-group .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 6.4vw 1.481vh 8.27vw;
    column-gap: 3.47vw;
    row-gap: 3.2vw;
}

.card11 .card-group .list .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 4.27vw 5.87vw 4.27vw 4.27vw;
    background: #8d98aa;
}

.card11 .card-group .list .item .icon {
    width: 8vw;
}

.card11 .card-group .list .item .icon img {
    width: 100%;
}

.card11 .card-group .list .item .title {
    margin-top: 3.2vw;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 4vw;
    color: white;
}

.card11 .card-group .list .item .text {
    margin-top: 2.13vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 4vw;
    color: white;
}

.card12 {
    width: 100%;
    margin: 0 auto;
    padding-top: 8.53vw;
    padding-bottom: 10.67vw;
}

.card12 .card-group {
    margin: 0 4.27vw;
    background: #FFFFFF;
}

.card12 .card-group .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.47vw;
    row-gap: 3.73vw;
}

.card12 .card-group .list .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4.27vw 0 4.53vw;
    border-radius: 1.07vw;
    background: linear-gradient(180deg, #f0f7ff 0%, white 100%);
    box-shadow:0 0 2.13vw rgba(43, 119, 245, 0.2);
}

.card12 .card-group .list .item .top {
    width: 10.4vw;
}

.card12 .card-group .list .item .top img {
    width: 100%;
}

.card12 .card-group .list .item .bottom {
    display: flex;
    align-items: baseline;
}

.card12 .card-group .list .item .bottom .title {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #8d98aa;
}

.card12 .card-group .list .item .bottom .num {
    margin-left: 2.93vw;
    font-size: 7.47vw;
    font-weight: 700;
    letter-spacing:0;
    color: #333333;
}

.card12 .card-group .list .item .bottom .other {
    margin-left: 0.53vw;
    font-size: 3.73vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #333333;
}

.card12 .card-group .list .item .bottom .img {
    margin-left: 0.53vw;
    width: 3.2vw;
}

.card12 .card-group .list .item .bottom .img img {
    width: 100%;
}

.card13 {
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    overflow: unset;
}

.card13 .cardTitle .title {
    text-align: center;
    color: #FFFFFF;
}

.card13 .cardTitle .text {
    text-align: center;
    color: #FFFFFF;
}

.card13 .card-group {
    padding: 0 4.27vw 10.67vw;
    background: #162a4d;
}

.card13 .card-group .list {
    display: flex;
    flex-direction: column;
    row-gap: 2.67vw;
}

.card13 .card-group .list .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4.27vw;
    border-radius: 1.07vw;
    background: #1f3356;
    color: #FFFFFF;
}

.card13 .card-group .list .item .bg {
    position: absolute;
    right: 3.47vw;
    top: 2.67vw;
    font-size: 19.2vw;
    font-weight: 700;
    letter-spacing:0;
    color: rgba(255, 255, 255, 0.2);
}

.card13 .card-group .list .item .top {
    display: flex;
    align-items: center;
    column-gap: 2.67vw;
}

.card13 .card-group .list .item .top .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8.53vw;
    height: 8.53vw;
    border-radius: 0.8vw;
    background: white;
    box-shadow:0 1.28vw rgba(43, 119, 245, 0.1);
}

.card13 .card-group .list .item .top .img img {
    width: 5.6vw;
}

.card13 .card-group .list .item .top .title {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 5.792vw;
    color: white;
}

.card13 .card-group .list .item .bottom {
    margin-top: 4vw;
}

.card13 .card-group .list .item .bottom .title {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: white;
}

.card14 {
    margin: 0 auto;
    width: 100%;
    padding: 8.53vw 4.27vw;
    box-sizing: border-box;
    background: #162a4d;
}

.card14 .cardTitle {
    background: transparent;
}

.card14 .cardTitle .title {
    text-align: center;
    color: #FFFFFF;
}

.card14 .cardTitle .desc {
    margin-top: 3.2vw;
    text-align: center;
    color: #FFFFFF;
}

.card14 .card-group {
    margin-top: 6.4vw;
}

.card14 .card-group .list {
    display: flex;
    flex-direction: column;
    row-gap: 2.67vw;
}

.card14 .card-group .list .item {
    display: flex;
    padding: 5.33vw 4.27vw;
    border-radius: 1.07vw;
    background: #1f3356;
}

.card14 .card-group .list .item .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 2.67vw;
}

.card14 .card-group .list .item .left .title {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 5.792vw;
    color: white;
}

.card14 .card-group .list .item .left .text {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: white;
}

.card14 .card-group .list .item .right img {
    width: 10.67vw;
}

.card15 {
    margin: 0 auto;
    width: 100%;
    padding: 8.53vw 4.27vw;
    box-sizing: border-box;
}

.card15 .cardTitle {
    background: transparent;
}

.card15 .cardTitle .title {
    font-size: 4.8vw;
    font-weight: 500;
    text-align: center;
    letter-spacing:0;
    line-height: 4.8vw;
    color: #333333;
}

.card15 .cardTitle .text {
    font-size: 3.2vw;
    font-weight: 400;
    text-align: center;
    letter-spacing:0;
    line-height: 3.2vw;
    color: #666666;
}

.card15 .card-group .news {
    margin-bottom: 6.67vw;
}

.card15 .card-group .news img {
    max-width: 100%;
}

.card15 .card-group .list .item + .item {
    margin-top: 2.67vw;
}

.card15 .card-group .list .item {
    display: flex;
    flex-direction: column;
    row-gap: 2.67vw;
    padding: 5.07vw 6.4vw;
    border-radius: 2.13vw;
    background: #f6f7fb;
}

.card15 .card-group .list .item .top {
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 6.18vw;
    color: #333333;
}

.card15 .card-group .list .item .bottom {
    display: flex;
    column-gap: 2.67vw;
    margin-top: 2.67vw;
}

.card15 .card-group .list .item .bottom img {
    width: 4.27vw;
}

.card15 .card-group .list .item .bottom .text {
    font-size: 4.27vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 6.18vw;
    color: #2b77f5;
}

.card16 {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.card16 .cardTitle {
    background: transparent;
}

.card16 .cardTitle .title {
    text-align: center;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing:0;
    color: #333333;
}

.card16 .cardTitle .text {
    text-align: center;
}

.card16 .card-group {
    padding: 8.53vw 4.27vw;
}

.card16 .card-group .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.47vw;
    row-gap: 4.53vw;
}

.card16 .card-group .list .item {
    position: relative;
    height: 29.87vw;
    padding: 6.67vw 0;
    box-sizing: border-box;
}

.card16 .card-group .list .item .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.card16 .card-group .list .item .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card16 .card-group .list .item .text-wrap {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3.47vw;
    width: 100%;
    height: 100%;
}

.card16 .card-group .list .item .text-wrap img {
    width: auto;
    height: 8vw;
}

.card16 .card-group .list .item .text-wrap .text {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing:0;
    color: white;
}

.card17 {
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.card17 .cardTitle {
    background: linear-gradient(270deg, #7cb3f2 0%, #256cd1 100%);
}

.card17 .cardTitle .title {
    font-size: 4.8vw;
    font-weight: 500;
    text-align: center;
    letter-spacing:0;
    color: white;
}

.card17 .cardTitle .text {
    font-size: 3.2vw;
    font-weight: 400;
    text-align: center;
    letter-spacing:0;
    color: white;
}

.card17 .card-group {
    margin-top: 6.4vw;
    padding: 8.53vw 4.27vw;
}

.card17 .card-group .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.47vw;
    row-gap: 3.2vw;
}

.card17 .card-group .list .item {
    position: relative;
    z-index: 3;
    padding: 4.27vw 3.2vw;
    border-radius: 1.33vw;
    background: #f1f6fd;
    overflow: hidden;
}

.card17 .card-group .list .item .text-wrap {
    position: relative;
    z-index: 3;
}

.card17 .card-group .list .item .text-wrap .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2.13vw;
    height: 2.13vw;
    border-radius: 50%;
    background: #2b77f5;
    transform: translateY(-50%);
}

.card17 .card-group .list .item .text-wrap .title {
    position: relative;
    margin-bottom: 1.07vw;
    padding-left: 3.2vw;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 5.87vw;
    color: #333333;
}

.card17 .card-group .list .item .text-wrap .text {
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: #8d98aa;
}

.card17 .card-group .list .item .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width:18.67vw;
    height: 18.67vw;
    transform: translateX(16%);
}

.card17 .card-group .list .item .bg img {
    width: 100%;
}

.card18 {
    margin: 0 auto;
    padding-bottom: 10.67vw;
    width: 100%;
    box-sizing: border-box;
}

.card18 .cardTitle {
    padding-top: 10.67vw;
    padding-bottom: 6.4vw;
    background: transparent;
}

.card18 .cardTitle .title {
    font-size: 4.8vw;
    font-weight: 500;
    text-align: center;
    letter-spacing:0;
    color: #333333;
}

.card18 .cardTitle .text {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    text-align: center;
    font-weight: 400;
    letter-spacing:0;
    color: #666666;
}

.card18 .card-group {
    padding: 0 4.27vw;
}

.card18 .card-group .list {
    display: flex;
    flex-direction: column;
    row-gap: 3.2vw;
}

.card18 .card-group .list .item {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 64vw;
    padding: 4.27vw;
    box-sizing: border-box;
}

.card18 .card-group .list .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.card18 .card-group .list .item .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card18 .card-group .list .item .text-wrap {
    position: relative;
    z-index: 3;
}

.card18 .card-group .list .item .text-wrap .title {
    font-size: 4vw;
    font-weight: 500;
    letter-spacing:0;
    color: white;
}

.card18 .card-group .list .item .text-wrap .text {
    margin-top: 2.67vw;
    font-size: 3.73vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.6vw;
    color: white;
}

.card19 {
    margin: 0 auto;
    padding-bottom: 10.67vw;
    width: 100%;
    box-sizing: border-box;
}

.card19 .cardTitle {
    background: transparent;
}

.card19 .cardTitle .title {
    text-align: center;
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing:0;
    color: #333333;
}

.card19 .cardTitle .text {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 400;
    letter-spacing:0;
    color: #666666;
}

.card19 .card-group {
    margin-top: 6.4vw;
    position: relative;
}

.card19 .card-group .my-btn {
    position: absolute;
    left: 10%;
    top: 10%;
    z-index: 3;
    width: 80%;
    height: 10.67vw;
}

.card19 .card-group .my-btn .swiper-button-prev {
    left: 0;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background: #dddddd;
}

.card19 .card-group .my-btn .swiper-button-next {
    right: 0;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background: #dddddd;
}

.card19 .card-group .swiper {
    height: auto;
    background: transparent;
}

.card19 .card-group .swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 4.53vw;
    box-sizing: border-box;
}

.card19 .card-group .swiper .swiper-slide .top {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 42.67vw;
    background: #f5f6f8;
}

.card19 .card-group .swiper .swiper-slide .top img {
    max-width: 100%;
    height: 100%;
}

.card19 .card-group .swiper .swiper-slide .bottom {
    padding: 8vw 4vw;
    border: 1px solid #efefef;
    border-top: none;
    background: #FFFFFF;
}

.card19 .card-group .swiper .swiper-slide .bottom .title {
    font-size: 4.8vw;
    font-weight: 500;
    letter-spacing:0;
    color: #333333;
}

.card19 .card-group .swiper .swiper-slide .bottom .sub-title {
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing:0;
    line-height: 5.792vw;
    color: #8d98aa;
}

.card19 .card-group .swiper .swiper-slide .bottom .text {
    padding-top: 4vw;
    font-size: 3.47vw;
    font-weight: 400;
    letter-spacing:0;
    color: #2b77f5;
    border-top: 1px solid #2b77f5;
}
.banner-text2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner-text2 .title{
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing:0;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white;
    line-height: 6.4vw;
}
.banner-text2 .text{
    font-size: 6.93vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 8vw;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white;
    color: rgba(51, 51, 51, 1);
}
.banner-title {
    text-shadow: 1px 1px 0 white, -1px -1px 0 white;
    /** 文本1 */
    font-size: 6.93vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 8vw;
    color: #333333;
    text-align: center;
    vertical-align: top;
}

.banner-sub-title {
    margin-top: 4.27vw;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white;
    /** 文本1 */
    font-size: 4.27vw;
    font-weight: 500;
    letter-spacing:0;
    line-height: 6.4vw;
    color: #333333;
    text-align: center;
    vertical-align: top;
}

.footer {
    background-color: #171b27;
    margin-top: 4.27vw;
    padding: 5.33vw 0 8.53vw 0;
    color: #fff;
}

.line {
    width: 100%;
    height: 1px;
    background-color: white;
    transform: scaleY(0.5);
}

.text-more {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 滚动条整体样式 */
.scroll_card::-webkit-scrollbar {
    width: 2px;
    /* 滚动条的宽度 */
}

/* 滚动条轨道 */
.scroll_card::-webkit-scrollbar-track {
    background: #e5e5e5;
}

/* 滚动条滑块 */
.scroll_card::-webkit-scrollbar-thumb {
    background: #256cd1;
    /* 滑块的背景色 */
    border-radius: 4px;
    /* 滑块的圆角 */
    height: 18.67vw;
}
