.getSwiper {
    margin-top: 53px;
}

.getSwiperh5 {
    margin-top: 51px;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    position: relative;
}

.swiper-container img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    display: inline-block;
    border-radius: 5px;
    background: #FEFEFE;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner-text {
    position: absolute;
    bottom: 70px;
    left: 270px;
}

.banner-text p {
    color: #fff;
}

.banner-text p:first-child {
    margin-bottom: 20px;
    font-size: 30px;
}

.banner-text .btns {
    margin-top: 50px;
}

.banner-text .btns a {
    padding: 7px 20px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    font-family: PingFang SC;
    font-weight: 500;
    color: #7B68F5;
}

.nert {
    display: flex;
}


/* .nert li:first-of-type a{
    border-bottom:2px solid #2949FF;
    padding-bottom: 10px;
    padding-right: 30px;
    color:#2949FF;
  } */

.nert .li li {
    margin-right: 40px;
    margin-bottom: 30px;
    padding: 15px;
    padding-left: 0;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: normal;
    line-height: 28px;
    color: #1A1A33;
    cursor: pointer;
}

.nert {
    margin-top: 40px;
}


/* .nert .li li.active{
    color: #2949FF;
    border-bottom:2px solid #2949FF;
  } */

.nert .li {
    border-right: 2px solid rgba(164, 177, 255, 0.49019607843137253);
    /* border-right: 2px solid rgba(164, 177, 255, 0.49019607843137253); */
}

.nert .content .title {
    padding-left: 30px;
    color: #1A1A33;
    font-size: 14px;
}

.nert .content .title span {
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
}

.nert .content .title span:last-of-type {
    color: #2949FF;
}

.nert .content {
    width: 85%;
}

.nert .li {
    width: 14%;
    /* height:300px; */
}

.nert .content .ftitle {
    padding: 20px 0;
    text-align: center;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 50px;
    color: #1A1A33;
}

.nert .list li img {
    width: 300px;
    height: 245px;
}

.nert .list li:first-of-type {
    /* margin-left:20px; */
}

.nert .list li:nth-child(3n) {
    /* margin-right:0px; */
}


/* .nert .list li:nth-child(4n){
    margin-left:20px;
  } */

.nert .list li {
    display: inline-block;
    margin-right: 20px;
    width: 288px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 6px 24px rgba(62, 93, 165, 0.16);
    opacity: 1;
    border-radius: 8px;
}

.nert .li a {
    background: #fff !important;
    color: #333;
}

.nert .list li:nth-child(3n) {
    margin-right: 0px;
}

.nert .list {
    margin-left: 20px;
}

.nert .list {
    display: flex;
    /* justify-content: space-around; */
    flex-wrap: wrap;
}

.nert .list li p {
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 22px;
    color: #1A1A33;
    white-space: nowrap;
    /*超出的空白区域不换行*/
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*文本超出显示省略号*/
}

.nert .getList {
    text-align: center;
    margin: 80px 0;
}

.nert .getList a {
    display: inline-block;
    width: 320px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #FFFFFF;
    background: #2949FF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
}

.froms {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
}

.froms>p {
    padding: 30px 0;
    font-size: 24px;
    text-align: center;
}

.froms>div p:first-child {
    margin-bottom: 10px;
}

.froms>div {
    margin-bottom: 20px;
}

.froms>div input {
    width: 300px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 5px;
}

.froms>div p {
    margin: 0 auto;
    width: 300px;
}

.froms>div p:last-child {
    display: none;
}

.froms .red {
    color: red;
}

.nert .activeB {
    border-bottom: 2px solid #2949FF;
    padding-bottom: 10px;
    padding-right: 30px;
    /* color:#2949FF !important; */
}

.nert .activeB a {
    /* border-bottom:2px solid #2949FF;
    padding-bottom: 10px;
    padding-right: 30px; */
    color: #2949FF !important;
}

@media screen and (max-width:428px) {
    .nert .activeB a {
        padding: 15px !important;
    }
    .swiper-container {
        height: 550px;
    }
    .nert .li li {
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 0px;
        padding: 15px;
    }
    .nert .content {
        width: 100%;
    }
    .nert .li li.active {
        background: none;
    }
    .nert .li li {
        /* margin:0;
        width:100px; */
        display: inline-block;
        /* if you need ie7 support */
        *display: inline;
        zoom: 1
    }
    .nert .list li img {
        width: 100%;
        height: 240px;
    }
    .nert .list li {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .nert .li {
        width: 100%;
        height: auto;
        overflow-x: scroll;
        white-space: nowrap;
        border-right: 0;
        /* display: flex; */
        /* height:50px;
        overflow-x: scroll;
        width: auto; */
    }
    .nert .l {
        /* overflow: hidden; */
    }
    .banner-text {
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 35px;
        /* top:16px; */
    }
    .banner-text p:first-child {
        margin: 0 auto;
        width: 300px;
        margin-bottom: 10px;
        font-size: 36px;
        font-family: PingFang SC;
        font-weight: 500;
        line-height: 48px;
        color: #FFFFFF;
    }
    .banner-text p {
        margin-top: 30px;
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
        color: #FFFFFF;
        text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }
    .nert {
        display: block;
    }
    .banner-text .btns a {
        padding: 10px 30px;
        border-radius: 4px;
        font-size: 18px;
    }
    .banner-text .btns {
        margin-top: 100px;
        z-index: 1;
    }
    .titles {
        font-size: 24px;
    }
    .f1 {
        margin-top: 30px;
        flex-wrap: wrap;
        height: auto;
        top: 0;
        background-image: unset;
    }
    .f1 img {
        width: 50px;
    }
    .f1>div p:first-of-type {
        font-size: 13px;
        font-weight: bold;
    }
    .f1 div {
        width: 108px;
        height: auto;
        margin-right: auto;
        margin-bottom: 30px;
        padding: 5px;
        /* padding-bottom:0; */
        background: #FFFFFF;
        border: 1px solid #DADADA;
        box-shadow: 0px 9px 27px 0px rgba(139, 151, 204, 0.35);
        border-radius: 10px;
    }
    .f1>div p:last-of-type {
        width: 100%;
        font-size: 12px;
        height: auto;
    }
    .f1 img {
        margin-top: 0;
    }
    .f1 p:last-child {
        font-size: 10px;
        margin: 0;
    }
    .f1 div .title {
        font-weight: bold;
    }
    .hanye .content>div {
        position: absolute;
        left: 50%;
        margin-left: -175px;
        top: auto;
        bottom: -30px;
        padding: 30px 30px;
        width: 350px;
        height: auto;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: normal;
        line-height: 28px;
        color: #FFFFFF;
    }
    .jjfa .titles {
        line-height: 20px;
    }
    .jjfa .titles2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .jjfa .titles i {
        display: inline-block;
        width: 40px;
        height: 3px;
        background: linear-gradient(90deg, #2949FF 0%, rgba(41, 73, 255, 0) 100%);
        border-radius: 4px;
    }
    .jjfa .f2 div p:first-child {
        font-size: 20px;
        text-align: center;
    }
    .jjfa .f2 div p {
        font-size: 14px;
        font-family: PingFang SC;
        line-height: 28px;
    }
    .jjfa .f2>div {
        margin-top: 30px;
    }
    .jjfa .f2 div p:first-child img {
        display: none;
    }
    .jjfa .f2 img {
        width: 100%;
        height: auto;
    }
    .jjfa .f2 {
        display: block;
    }
    .jjfa .f2 div p {
        width: 100%;
    }
    .f3 .list ul li {
        width: 100px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 35px;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #666666;
    }
    .f3 .content li {
        display: block;
    }
    .f3 .content li>div {
        width: 100%;
    }
    .f3 .content li>div div:last-child img {
        margin-top: 0;
    }
    .f3 {
        margin-bottom: 20px;
    }
    .f3 .content li>div div:last-of-type {
        margin: 15px 0;
    }
    .f3 .content li>div:last-child {
        margin-left: 0;
    }
    .f2 img {
        width: 100px;
        height: 100px;
    }
    .jjfa>img.b2 {
        position: absolute;
        right: 0;
        top: 607px;
        width: 70px;
        z-index: -1;
    }
    .jjfa>img.b3 {
        position: absolute;
        left: auto;
        right: 0;
        bottom: 291px;
        width: 70px;
        z-index: -1;
    }
    .jjfa>img.b4 {
        display: block;
        position: absolute;
        left: 0;
        bottom: 758px;
        width: 70px;
        z-index: -1;
    }
    .jjfa>img.b1 {
        display: block;
        position: absolute;
        left: 0;
        top: 100px;
        z-index: -1;
        width: 70px;
    }
    .f2 img {
        width: 100%;
        height: 280px;
    }
    .f3 .content li>div div:first-of-type p:last-of-type {
        font-size: 12px;
    }
    .nert .list {
        margin-left: 0px;
    }
    .imgSee {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
    }
    .imgSee .btn-c {
        position: absolute;
        z-index: 9;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-size: 30px;
        border-radius: 50%;
        background: #999999;
        color: #fff;
    }
    .imgSee .swiper-container {
        width: 100%;
        height: 100%;
    }
    .imgSee .swiper-slide {
        display: flex;
        align-items: center;
    }
    .imgSee .swiper-container img {
        width: 100%;
        height: auto;
    }
}