    body {
    width: 100%;
    height: 100%;
    font-family: Arial;
    margin-bottom: 1.4rem;
    }
    .swiper-pagination{
        display: flex;
        justify-content: center;
    }
    .head-wrapper {
        width: 100%;
        /*height: 6rem;*/
        background-color: #fff;
    }

    .head {
        width: 90%;
        height: 100%;
        margin-left: auto;
        background-color: #0045c3;
    }

    .head-list {
        width: 100%;
    }

    .head-list ul {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: row;
        font-size: .4rem;
        color: #fff;

    }

    .head-list ul li {
        width: 20%;
        /* height: 0.8rem; */
        display: flex;
        flex-direction: column;
        font-size: .2rem;
        justify-content: center;
        align-items: center;
        margin: 0.15rem 0;
        font-weight: bold
    }

    .head-list ul li img {
        width: 40%;
        margin-bottom: .15rem;
    }

    .head-title {
        width: 100%;
        /* position: absolute; */
        /*bottom: 0;*/
        font-size: .3rem;
        /* height: 2rem; */
        color: #fff;
        /* line-height: 1rem; */
        text-align: center;
        font-weight: bold;
        padding: .3rem 0;
    }

    .head-title h2 {
        font-size: .4rem;
        margin-bottom: 0.3rem
    }

    .head-title h3 {
        font-size: .3rem;
    }

    .head .swiper {
        height: 4rem;
        /* position: absolute; */
        top: 0;
        width: 105%;
        /* right: 20%; */
        /* left: -10%; */
        top: 0;
        margin-left: -11%;
    }

    .head .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .head .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .swipercontent {
        position: absolute;
        width: 100%;
        font-weight: bold;
        font-family: 'Times New Roman', serif;
        color: #fff;
    }

    .swipercontent p:last-child {
        background-color: #002eff94;
        color: #fff;
        font-size: .3rem;
        font-weight: normal;
        line-height: .4rem;
        margin-top: 0.2rem;
        padding: 0 0.5rem;
    }

    .renzhen {
        width: 100%;
        margin: .2rem 0;
        padding-left: 10%;
        font-size: .3rem;
        box-sizing: border-box;
    }

    .renzhen .title {
        font-size: .3rem;
    }

    .renzhen .title i {
        display: inline-block;
        width: 0.3rem;
        height: 0.3rem;
        vertical-align: text-top;
        margin-right: .1rem;
    }

    .renzhen .title i img {
        width: 100%;
        height: 100%;
    }

    .title {
        font-size: .5rem;
        padding: 0.3rem 0;
        font-weight: bold;
        text-align: center;
    }

    .title::before {
        display: inline-block;
        content: "";
        width: .8rem;
        background-image: url(../images/zskh.png);
        height: .8rem;
        background-size: 100%;
        vertical-align: text-bottom;
    }

    .title::after {
        display: inline-block;
        content: "";
        width: .8rem;
        background-image: url(../images/yxkh.png);
        height: .8rem;
        background-size: 100%;
        vertical-align: text-top;
    }

    .renzhen-list {
        display: inline-block;
        width: 49%;
    }

    .renzhen-pic {
        display: flex;
        width: 49%;
        align-items: flex-start;
        justify-content: space-between;
    }

    .renzhen-pic img {
        width: 32%;
        height: 75%;
    }

    .renzhen .title {
        padding: 0;
        text-align: left;
    }

    .renzhen .title::before,
    .renzhen .title::after {
        display: none;
    }

    .renzhen-list ul li {
        display: flex;
        flex-wrap: nowrap;
        font-size: .25rem;
        margin-bottom: .2rem;
        line-height: .35rem;

    }

    .renzhen-list ul li::before {
        display: inline-block;
        content: "";
        width: 0.4rem;
        background-image: url(../images/gx.png);
        height: 0.4rem;
        background-size: 100%;
        margin-right: 0.1rem;
        vertical-align: middle;
        flex-shrink: 0;
    }

    .geming {
        background-color: #0045c3;
    }

    .geming .title {
        color: #fff;
    }

    .geming-content {
        width: 90%;
        height: 4rem;
        background-color: #fff;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0.4rem 0.1rem;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .geming-content ul li {
        font-size: .3rem;
        display: flex;
        align-items: center;
        font-weight: bold;
        line-height: .5rem;
        justify-content: space-evenly;
        margin-bottom: 0.3rem;
    }

    .geming-content ul li i {
        width: 10%;


    }

    .geming-content ul li p {
        width: 85%;
    }

    .geming-content ul li i img {
        width: 100%;
        height: 100%;
    }

    .geming-content ul li span {
        color: #0045c3;
    }


    .liaofa {
        margin-top: 3.5rem;
    }

    .liaofa .title {
        width: 100%;
        color: #fff;
        background-color: #0045c3;
    }

    .liaofa ul {
        width: 90%;
        margin: 0 auto;
        padding: 0.2rem 0.1rem
    }

    .liaofa ul li {
        font-size: .3rem;
        margin: 0.2rem 0;
        width: 100%;
        text-align: left;
        font-weight: bold;
        background-color: #005dff12;
        border-radius: 20px;
        line-height: .6rem;
        padding: .2rem;
        box-sizing: border-box;
    }

    /*.liaofa ul li p{*/
    /*    margin-bottom: .1rem;*/
    /*}*/
    .liaofa ul li p:first-child {
        color: #0045c3;
        font-size: .4rem;
        line-height: .6rem;
    }

    .liaofa ul li p:first-child::before {
        display: inline-block;
        content: "";
        width: 0.4rem;
        background-image: url(../images/eorr.png);
        height: 0.4rem;
        background-size: 100%;
        margin-right: 0.1rem;
        vertical-align: text-top;
    }

    .liaofa ul li p::before {
        display: inline-block;
        content: "";
        width: 0.4rem;
        background-image: url(../images/fk.png);
        height: 0.4rem;
        background-size: 100%;
        margin-right: 0.1rem;
        vertical-align: middle;
    }

    .des {
        position: relative;
        width: 100%;
        padding: 1rem 0.8rem .2rem;
        font-size: .3rem;
        color: #fff;
        box-sizing: border-box;
        background-color: #0045c3;
        margin-top: 1rem;
    }

    .des p {
        line-height: .5rem;
        font-family: 'Times New Roman', serif;
        text-indent: 2em;

    }

    .heng {
        width: 1.5rem;
        height: 0.15rem;
        background-color: #00fff1;
    }

    .des-title {
        margin: .3rem 0 .5rem 0;
        font-size: .4rem;
        font-weight: bold;
    }

    .desimg {
        width: 55%;
        position: absolute;
        top: -18%;
        right: 0;
    }

    .desimg img {
        width: 100%;
    }

    .des-foot {
        width: 80%;
        margin: 0 auto;
        margin-top: -0.5rem;
        position: relative;
        margin-bottom: 0.5rem;
        background-color: #f7f7f7;
        border-radius: 20px;
        text-align: center;
    }

    .des-title2 {
        font-size: .3rem;
        font-weight: bold;
        color: #0045c3;
        box-sizing: border-box;
        padding: 0.3rem 0.2rem;
        text-align: center;
        /*border: 1px solid;*/
        /*background-color: #fff;*/
    }

    .des-foot p {
        font-size: .3rem;
        text-align: left;
        /* font-weight: bold; */
        color: #000;

    }

    .des-foot ul>p {
        color: #0045c3;
        text-align: center;
    }

    .des-foot ul>p::before {
        display: inline-block;
        content: "";
        width: 0.4rem;
        background-image: url(../images/chengnuo.png);
        height: 0.4rem;
        background-size: 100%;
        margin-right: 0.1rem;
        vertical-align: middle;
        background-repeat: no-repeat;
        text-align: center;
    }

    .des-foot ul {
        display: flex;
        flex-direction: column;
        padding: 0 0.3rem;
    }

    .des-foot ul li {
        display: flex;
        font-size: .3rem;
        margin: 0.2rem 0;
        width: 100%;
        text-align: left;
        background-color: #0045c30f;
        border-radius: 20px;
        line-height: .4rem;
        padding: .2rem;
        box-sizing: border-box;
    }

    .des-foot ul li::before {
        display: inline-block;
        content: "";
        width: 0.4rem;
        background-image: url(../images/gx2.png);
        height: 0.4rem;
        background-size: 100%;
        margin-right: 0.1rem;
        vertical-align: text-bottom;
        flex-shrink: 0;
        color: #0045c3;
    }



    /*轮播案例*/
    .anli {
        width: 100%;
        padding: .5rem .3rem 1rem;
        font-size: .3rem;
        color: #fff;
        box-sizing: border-box;
        background-color: #0045c3;

    }

    .anli .heng {
        margin-left: auto;
    }

    .anli .des-title {
        text-align: right;
    }

    .anli .swiper {
        width: 100%;

    }

    .anli .swiper-slide {
        border-radius: 16px;
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .anli .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .card-img {
        width: 100%;
        height: 3rem;
    }

    .card-content {
        font-size: .3rem;
        color: #000;
        font-weight: bold;
    }

    .card-content h2 {
        font-size: .4rem;
        margin: .3rem 0;
    }

    .card-content i {
        display: inline-block;
        width: .4rem;
        height: .4rem;
        margin-right: .2rem;
    }

    .card-content img {
        width: 100%;
        height: 100%;
    }

    /*    .card-content h2::before{*/
    /* display: inline-block;*/
    /*content: "";*/
    /*width: .8rem;*/
    /*background-image: url(static/images/sharpicons_cross.png);*/
    /*height: .8rem;*/
    /*background-size: 100%;*/
    /*vertical-align: text-bottom;*/
    /*}*/
    .card-content p {
        padding: 0 .3rem .6rem;
        line-height: .5rem;
    }

    .anli-icon {
        position: absolute;
        width: 0.7rem;
        top: 0;
        left: 0;
    }


    /*底部导航*/
    .footer-nav {
        position: fixed;
        z-index: 9999999999;
        bottom: 0;
        width: 100%;
        height: 1.4rem;
        background-color: #0045c3;
    }

    .footer-nav ul {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: space-between;
    }

    .footer-nav ul li {
        width: 20%;
    }

    .footer-nav ul li a {

        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 0.1rem;
        font-size: .25rem;
        align-items: center;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    @keyframes pulse2 {
        0% {
            transform: scale(1) rotate(0);
        }

        50% {
            transform: scale(2.2) rotate(0.1deg)
        }

        100% {
            transform: scale(1) rotate(0)
        }
    }

    .element {
        animation: pulse2 1.7s infinite;
        /* 无限循环的动画 */
    }

    .footer-nav ul li i {
        display: inline-block;
        width: 40%;
        padding: 0.1rem 0 0.1rem;
    }

    .footer-nav ul li img {
        width: 100%;

    }


    .group {
        width: 90%;
        margin: 0 auto;
        padding: .3rem 0;
    }

    .list-group.active {
        background-color: #0045c3;
        color: #fff !important;
        border: 1px solid #0045c3 !important;
    }

    .group-head {
        display: flex;
        justify-content: center;
    }

    .ground-foot {
        margin-top: .5rem;
        /*height: 2.2rem;*/
    }

    .group-content {
        display: none;
        width: 100%;
        height: 100%;
    }

    .group-content.active {
        display: block;
    }

    .group-head .list-group {
        font-size: .3rem;
        padding: 0.15rem 0.2rem;
        border-radius: 20px;
        color: #000;
        margin-right: 0.2rem;
        border: 1px solid #efefef;
    }

    .group-content .swiper {
        width: 100%;
        padding-bottom: .3rem;
    }

    .group-content .swiper-slide {
        text-align: center;
        font-size: .25rem;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #0045c3;
        font-weight: bold;
    }

    .group-content .swiper-slide img {
        display: block;
        width: 100%;
        height: 2.2rem;
        margin-bottom: .1rem;
        object-fit: cover;
    }


    .footer_link {
        position: fixed;
        bottom: 3rem;
        right: 0.3rem;
        z-index: 100;
    }

    .icon_list {
        width: 1rem;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: .25rem;
        flex-direction: column;
        font-weight: bold;
    }

    .icon_list svg {
        width: .9rem;
        height: 0.9rem;
        background-color: #fff;
        overflow: hidden;
        border-radius: 50%;
        margin-bottom: .1rem;
    }