body {
    padding-top: 80px;
}

#pc_nav {
    height: 80px;
    background: #06388f;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    box-shadow: 0px 4px 12px 0px rgba(0, 44, 121, 0.44);
}

#pc_nav .cont {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc_nav .logo {
    width: 320px;
    line-height: 80px;
}

#pc_nav .navbox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#pc_nav .navbox li {
    line-height: 80px;
    padding: 0 20px;
    cursor: pointer;
}

#pc_nav .navbox li a {
    font-size: 18px;
    color: #fff;
}

#pc_nav .navbox li:hover a,
#pc_nav .navbox li.active a {
    color: #e8c77a;
    position: relative;
}

#pc_nav .navbox li:hover a::after,
#pc_nav .navbox li.active a::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #e8c77a;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
}


/* section */
section {
    padding: 80px 0;
}


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 40px;
}


/* 回顶部 */
#totop {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    right: -100px;
    bottom: 50px;
    cursor: pointer;
    transition: all .5s;
    text-align: center;
    color: #fff;
}

header .swiper-slide {
    position: relative;
}

header .swiper-slide .banner-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 300;
}

header .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    margin: 0 16px;
    opacity: 0.5;
    transition: 500ms;
}

header .swiper-pagination-bullet-active {
    width: 80px;
    opacity: 1;
    transition: 500ms;
}

.title p {
    text-align: center;
}

.title .cn-title {
    font-size: 40px;
    line-height: 42px;
    color: #06388f;
    letter-spacing: 2px;
    font-weight: bold;
}

.title .en-title {
    font-size: 22px;
    line-height: 28px;
    color: #c9dafc;
    font-weight: bold;
}

.title .title-line {
    display: block;
    width: 50px;
    height: 4px;
    background: #06388f;
    border-radius: 2px;
    margin: 0 auto;
}

.container {
    margin-top: 50px;
}

#modular1 .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

#modular1 .container .img-box {
    width: 540px;
    height: 350px;
    background: url(../images/xyjs-img.png) no-repeat center;
    background-size: cover;
}

#modular1 .container .text-outer {
    width: 600px;
    height: 270px;
    background: #e8c77a;
    position: relative;
}

#modular1 .container .text-outer .text-inner {
    width: 676px;
    height: 340px;
    background: rgba(6, 56, 143, 0.9);
    padding: 30px 40px;
    position: absolute;
    top: 20px;
    left: -20px;
}

#modular1 .container .text-outer .text-inner p {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

#modular1 .container .text-outer .text-inner p:nth-child(1) {
    margin-bottom: 10px;
}

#modular2 {
    background: url(../images/xmgl-bg.png) no-repeat center top;
    background-size: cover;
}

#modular2 .tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#modular2 .tabs li {
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #06388f;
    cursor: pointer;
    position: relative;
}

#modular2 .tabs li.active {
    background: #e8c77a;
    position: relative;
}

#modular2 .tabs li.line::after {
    content: '';
    display: block;
    width: 2px;
    height: 24px;
    background: #06388f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#modular2 .tabs li.active::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid #e8c77a;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

#modular2 .tab-changes div {
    background: rgba(6, 56, 143, 0.8);
    padding: 78px 80px 60px;
    display: none;
}

#modular2 .tab-changes div p {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
}

#modular2 .tab-changes div .tab-title {
    font-size: 24px;
    line-height: 24px;
    padding-left: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

#modular2 .tab-changes div .tab-title::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

#modular2 .tab-changes div .tab-sub-title {
    margin-bottom: 30px;
}

#modular2 .tab-changes div.active {
    display: block;
}

#modular3 .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-radius: 20px;
    box-shadow: 0 0 12px 0 rgba(80, 136, 200, 0.2);
    overflow: hidden;
}

#modular3 .container .img-box {
    width: 490px;
    height: 300px;
    background: url(../images/sqtj-img.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}

#modular3 .container .text-box {
    width: 710px;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#modular3 .container .text-box p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

#modular4 {
    padding: 0;
}

#modular4 .content1 {
    background: url(../images/sqlc-bg.png) no-repeat center top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 30px;
}

#modular4 .content1 .cn-title {
    color: #fff;
}

#modular4 .content1 .en-title {
    color: #d9e5f5;
}

#modular4 .content1 .title-line {
    background: #fff;
}

#modular4 .content1 .tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 60px;
}

#modular4 .content1 .tabs li div {
    width: 124px;
    height: 122px;
    background: url(../images/ico-outer2.png) no-repeat center;
    background-size: contain;
    padding-top: 10px;
    padding-left: 17px;
    cursor: pointer;
}

#modular4 .content1 .tabs li div span {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 96px;
}

#modular4 .content1 .tabs li div span img {
    width: 56px;
    height: 56px;
    text-align: center;
}

#modular4 .content1 .tabs li p {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

#modular4 .content1 .tabs li.active div {
    background: url(../images/ico-outer1.png) no-repeat center;
    background-size: contain;
}

#modular4 .content1 .tabs li.active div span {
    background: #e8c77a;
}

#modular4 .content1 .tabs li.active p {
    color: #e8c77a;
}

#modular4 .content1 .tabs li.jtt {
    width: 15px;
    height: 26px;
    line-height: 122px;
}

#modular4 .content1 .tab-changes div {
    width: 100%;
    border: solid #fff 2px;
    border-radius: 20px;
    padding: 40px 180px;
    margin-bottom: 20px;
    position: relative;
    background: rgba(6, 56, 143, 0.1);
    display: none;
}

#modular4 .content1 .tab-changes div p {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

#modular4 .content1 .tab-changes div a {
    color: #fff;
    font-weight: bold;
}

#modular4 .content1 .tab-changes div a:hover {
    text-decoration-line: underline;
}

#modular4 .content1 .tab-changes div.active {
    display: block;
}

#modular4 .content1 .tab-changes div::after {
    content: '';
    width: 58px;
    height: 20px;
    position: absolute;
    background: url(../images/sanj.png) no-repeat center;
    background-size: cover;
    top: -20px;
    left: 95px;
}

#modular4 .content1 .tab-changes div:nth-child(1)::after {
    left: 95px;
}

#modular4 .content1 .tab-changes div:nth-child(2)::after {
    left: 325px;
}

#modular4 .content1 .tab-changes div:nth-child(3)::after {
    left: 555px;
}

#modular4 .content1 .tab-changes div:nth-child(4)::after {
    left: 785px;
}

#modular4 .content1 .tab-changes div:nth-child(5)::after {
    left: 1035px;
}

#modular4 .content1 .zhu {
    width: 850px;
    margin: auto;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
}

#modular4 .tit {
    font-size: 24px;
    font-weight: bold;
    color: #06388f;
    margin-bottom: 30px;
}

#modular4 .sub-tit {
    font-size: 16px;
    color: #06388f;
    margin-bottom: 30px;
}

#modular4 .content2 {
    padding-top: 60px;
}

#modular4 .content2 p {
    text-align: center;
}

#modular4 .content2 table {
    width: 100%;
    border-collapse: collapse;
}

#modular4 .content2 table th {
    height: 60px;
    background: #e8c77a;
    border: 1px solid #e8c77a;
    text-align: center;
    vertical-align: middle;
}

#modular4 .content2 table td {
    text-align: center;
    vertical-align: middle;
    height: 60px;
    font-size: 18px;
    line-height: 24px;
    border: 1px solid #e8c77a;
    padding: 20px;
}

#modular4 .content3 {
    padding-top: 60px;
    padding-bottom: 60px;
}

#modular4 .content3 p {
    text-align: center;
}

#modular4 .content3 table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

#modular4 .content3 table th {
    height: 80px;
    text-align: center;
    vertical-align: middle;
    background: #e8c77a;
    border: 1px solid #e8c77a;
}

#modular4 .content3 table tr td {
    text-align: center;
    vertical-align: middle;
    height: 60px;
    font-size: 18px;
    padding: 0 20px;
}

#modular4 .content3 table tr:nth-child(odd) {
    background: #f4f4f4;
}

#modular4 .content3 table tr:nth-child(even) {
    background: #fff;
}

#modular4 .content3 .zhu {
    text-align: left;
    width: 750px;
    margin: 0 auto;
    color: #06388f;
    font-size: 16px;
    line-height: 24px;
    text-indent: -2em;
    padding-left: 2em;
}

#modular4 .content4 {
    background: url(../images/sqlc-bg2.png) no-repeat center;
    background-size: cover;
    padding: 40px 0 60px;
}

#modular4 .content4 img {
    float: right;
    margin-left: 30px;
    margin-bottom: 40px;
    width: 400px;
    height: 1000px;
}

#modular4 .content4 p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}

#modular4 .content4 p.fctit {
    font-weight: bold;
    margin-bottom: 0;
}

#modular4 .content4 p.ftit {
    font-size: 20px;
    font-weight: bold;
    color: #e8c77a;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

#modular4 .content4 p.ftit::before {
    content: '';
    display: block;
    width: 4px;
    height: 20px;
    background-color: #e8c77a;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 6px;
}

#modular4 .content4 a {
    display: block;
    width: 270px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #06388f;
    background: #e8c77a;
    border-radius: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

#modular5 .container {
    position: relative;
    padding-top: 13px;
}

#modular5 .container .img {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 20;
}

#modular5 .container li {
    width: 980px;
    background: #fff5de;
    height: 60px;
    margin-bottom: 13px;
    margin-right: 0;
    margin-left: auto;
}

#modular5 .container li span {
    line-height: 60px;
    font-size: 16px;
}

#modular5 .container li:nth-child(1) {
    padding-left: 60px;
}

#modular5 .container li:nth-child(2) {
    padding-left: 105px;
}

#modular5 .container li:nth-child(3) {
    padding-left: 150px;
}

#modular6 .tabs ul {
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
}

#modular6 .tabs ul li {
    height: 370px;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
}

#modular6 .tabs ul li img {
    width: 100%;
}

#modular6 .tabs ul li .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 56, 143, 0.5);
    transition: 500ms;
}

#modular6 .tabs ul li .info p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

#modular6 .tabs ul li.active .info {
    height: 0;
    transition: 500ms;
}

#modular6 .tab-changes {
    margin-top: 50px;
}

#modular6 .tab-changes li {
    padding: 30px;
    border-radius: 20px;
    border: solid 2px #06388f;
    position: relative;
    display: none;
}

#modular6 .tab-changes li p {
    font-size: 16px;
    line-height: 30px;
}

#modular6 .tab-changes li p.tit {
    font-weight: bold;
    margin-bottom: 20px;
}

#modular6 .tab-changes li::before {
    position: absolute;
    content: '';
    background: url(../images/sanj2.png) no-repeat center;
    background-size: cover;
    width: 60px;
    height: 20px;
    top: -20px;
    left: 0;
}

#modular6 .tab-changes li:nth-child(1)::before {
    left: 55px;
}

#modular6 .tab-changes li:nth-child(2)::before {
    left: 222px;
}

#modular6 .tab-changes li:nth-child(3)::before {
    left: 395px;
}

#modular6 .tab-changes li:nth-child(4)::before {
    left: 565px;
}

#modular6 .tab-changes li:nth-child(5)::before {
    left: 740px;
}

#modular6 .tab-changes li:nth-child(6)::before {
    left: 910px;
}

#modular6 .tab-changes li:nth-child(7)::before {
    left: 1080px;
}

#modular6 .tab-changes li.active {
    display: block;
}

#modular7 {
    background: url(../images/lxwm-bg.png) no-repeat center;
    background-size: cover;
}

#modular7 .cn-title {
    color: #fff;
}

#modular7 .en-title {
    color: #d9e5f5;
}

#modular7 .title-line {
    background: #fff;
}

#modular7 .tit {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-left: 128px;
    margin-top: 50px;
}

#modular7 .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 128px;
    margin-top: 30px;
}

#modular7 .container .contact-box li {
    font: 20px;
    line-height: 30px;
    color: #fff;
}

#modular7 .container .contact-box li a {
    color: #fff;
}

#modular7 .container .qrcode {
    width: 200px;
    height: 130px;
    background: rgba(255, 255, 255, 0.68);
    padding: 10px;
    display: flex;
    position: relative;
    overflow: visible;
}

#modular7 .container .qrcode img {
    margin-right: 20px;
}

#modular7 .container .qrcode p {
    writing-mode: vertical-rl;
    font-size: 14px;
    color: #345fa8;
    line-height: 24px;
    margin-top: 10px;
    font-weight: bold;
}

#modular7 .container .qrcode::before {
    content: '';
    display: block;
    width: 1px;
    left: -160px;
    top: 0;
    height: 100%;
    background: url(../images/footer-lint.png) no-repeat center;
    background-size: covet;
    position: absolute;
}

.mbachina {
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
}

.mbachina a {
    color: #fff;
}


#mobile_nav,
#m_nav_item {
    display: none;
}

.pc-show {
    display: block;
}

.m-show {
    display: none;
}

@media(max-width: 750px) {
    body {
        padding-top: 1rem;
    }

    .container {
        margin-top: 0.5rem;
    }

    #pc_nav {
        display: none;
    }

    .pc-show {
        display: none;
    }

    .m-show {
        display: block;
    }

    section {
        padding: .8rem 0;
    }

    /* mobile nav start */
    #mobile_nav {
        display: block;
        background: #06388f;
        height: 1rem;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    #mobile_nav .mobile_nav_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #mobile_nav .logo {
        display: block;
        width: 3.1rem;
        height: .53rem;
        line-height: 1rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn {
        width: .45rem;
        height: .4rem;
        margin-top: 0.35rem;
        position: relative;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar {
        display: block;
        width: .5rem;
        height: .04rem;
        background: #fff;
        border-radius: .03rem;
        transition: all .5s;
        position: absolute;
        right: 0;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar1 {
        width: .2rem;
        top: 0;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar2 {
        width: .35rem;
        top: .13rem;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn .icon-bar3 {
        bottom: .08rem;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar1 {
        width: .45rem;
        transform: rotate(45deg);
        transition: all .5s;
        top: .19rem;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar2 {
        opacity: 0;
        transition: all .5s;
    }

    #mobile_nav .mobile_nav_box .nav_btn.rotate .icon-bar3 {
        width: .45rem;
        transform: rotate(-45deg);
        transition: all .5s;
        top: .19rem;
    }

    #m_nav_item {
        display: none;
        width: 1.8rem;
        position: fixed;
        top: 1rem;
        right: 0;
        z-index: 200;
        background: #06388f;
    }

    #m_nav_item li {
        padding: .2rem 0;
        text-align: center;
    }

    #m_nav_item li.active {
        background: #fff;
        color: #06388f;
    }

    #m_nav_item li.active a {
        color: #06388f;
    }

    #m_nav_item li a {
        color: #fff;
    }

    /* mobile nav end */
    header .swiper-slide .banner-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 300;
        width: 6.7rem;
    }

    header .swiper-pagination-bullet {
        width: .3rem;
        height: .06rem;
        border-radius: .03rem;
        background: #fff;
        margin: 0 .16rem;
        opacity: 0.5;
        transition: 500ms;
    }

    header .swiper-pagination-bullet-active {
        width: .8rem;
        opacity: 1;
        transition: 500ms;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: .3rem;
    }

    .title .cn-title {
        font-size: .4rem;
        line-height: .42rem;
        color: #06388f;
        letter-spacing: .02rem;
        font-weight: bold;
    }

    .title .en-title {
        font-size: .22rem;
        line-height: .28rem;
        color: #c9dafc;
        font-weight: bold;
    }

    .title .title-line {
        display: block;
        width: .5rem;
        height: .02rem;
        background: #06388f;
        border-radius: .02rem;
        margin: 0 auto;
    }

    #modular1 .container {
        display: block;
    }

    #modular1 .container .img-box {
        width: 100%;
        height: 3rem;
        background: url(../images/m-xyjs-img.png) no-repeat center;
        background-size: cover;
        border-radius: .2rem .2rem 0 0;
    }

    #modular1 .container .text-outer {
        width: 100%;
        height: auto;
        background: none;
        border: solid .02rem #06388f;
        border-top: none;
        position: relative;
        z-index: -1;
    }

    #modular1 .container .text-outer .text-inner {
        width: 100%;
        height: auto;
        background: #fff;
        padding: .3rem .2rem;
        position: static;
    }

    #modular1 .container .text-outer .text-inner p {
        color: #06388f;
        font-size: .26rem;
        line-height: .46rem;
    }

    #modular1 .container .text-outer .text-inner p:nth-child(1) {
        margin-bottom: .1rem;
    }

    #modular2 {
        background: url(../images/m-xmgl-bg.png) no-repeat center top;
        background-size: cover;
    }

    #modular2 .tabs li {
        flex-grow: 1;
        background: rgba(255, 255, 255, 0.5);
        font-size: .28rem;
        font-weight: bold;
        text-align: center;
        height: 1rem;
        line-height: .36rem;
        padding-top: .1rem;
        color: #06388f;
        cursor: pointer;
        position: relative;
    }

    #modular2 .tabs li span {
        display: block;
    }

    #modular2 .tabs li.line::after {
        content: '';
        display: block;
        width: .02rem;
        height: .3rem;
        background: #06388f;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #modular2 .tabs li.active::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: .12rem solid #e8c77a;
        border-left: .1rem solid transparent;
        border-right: .1rem solid transparent;
        position: absolute;
        bottom: -.12rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    #modular2 .tab-changes div {
        background: rgba(6, 56, 143, 0.8);
        padding: .6rem .2rem;
        display: none;
    }

    #modular2 .tab-changes div p {
        color: #fff;
        font-size: .26rem;
        line-height: .46rem;
    }

    #modular2 .tab-changes div .tab-title {
        display: none;
    }

    #modular2 .tab-changes div .tab-sub-title {
        margin-bottom: .4rem;
        line-height: .28rem;
    }

    #modular3 .container {
        display: block;
        border-radius: .2rem;
        box-shadow: 0 0 .2rem 0 rgba(80, 136, 200, 0.2);
        overflow: hidden;
    }

    #modular3 .container .img-box {
        width: 490px;
        height: 300px;
        background: url(../images/sqtj-img.png) no-repeat center;
        background-size: contain;
        overflow: hidden;
    }

    #modular3 .container .img-box {
        width: 100%;
        height: 3.2rem;
        background: url(../images/m-sqtj-img.png) no-repeat center;
        background-size: contain;
        overflow: hidden;
    }

    #modular3 .container .text-box {
        width: 100%;
        padding: .3rem .2rem;
        display: block;
    }

    #modular3 .container .text-box p {
        font-size: .26rem;
        color: #333;
        line-height: .46rem;
    }

    #modular4 .content1 {
        background: url(../images/sqlc-bg.png) no-repeat center top;
        background-size: cover;
        padding-top: .8rem;
        padding-bottom: .6rem;
    }

    #modular4 .content1 .tabs {
        margin-bottom: .4rem;
        padding: 0;
    }

    #modular4 .content1 .tabs li div {
        width: 1.24rem;
        height: 1.22rem;
        padding-top: .1rem;
        padding-left: .17rem;
    }

    #modular4 .content1 .tabs li div span {
        display: block;
        width: .96rem;
        height: .96rem;
        line-height: .96rem;
    }

    #modular4 .content1 .tabs li div span img {
        width: .56rem;
        height: .56rem;
        text-align: center;
    }

    #modular4 .content1 .tabs li.jtt {
        display: none;
    }

    #modular4 .content1 .tabs li p {
        font-size: .24rem;
        line-height: .38rem;
        text-align: center;
        white-space: normal;
        color: #fff;
        margin-top: .1rem;
    }

    #modular4 .content1 .tabs li p span {
        display: block;
    }

    #modular4 .content1 .tab-changes div {
        width: 100%;
        border: solid #fff .02rem;
        border-radius: .2rem;
        padding: .3rem .2rem;
        margin-bottom: .2rem;
        position: relative;
        background: rgba(6, 56, 143, 0.1);
        display: none;
    }

    #modular4 .content1 .tab-changes div p {
        color: #fff;
        font-size: .26rem;
        line-height: .5rem;
        word-break: break-all;
    }

    #modular4 .content1 .tab-changes div::after {
        content: '';
        width: .58rem;
        height: .2rem;
        top: -.2rem;
        left: .95rem;
    }

    #modular4 .content1 .tab-changes div:nth-child(1)::after {
        left: .35rem;
    }

    #modular4 .content1 .tab-changes div:nth-child(2)::after {
        left: 1.75rem;
    }

    #modular4 .content1 .tab-changes div:nth-child(3)::after {
        left: 3.2rem;
    }

    #modular4 .content1 .tab-changes div:nth-child(4)::after {
        left: 4.6rem;
    }

    #modular4 .content1 .tab-changes div:nth-child(5)::after {
        left: 6.0rem;
    }

    #modular4 .content1 .zhu {
        width: 100%;
        font-size: .26rem;
        line-height: .46rem;
        text-align: left;
    }

    #modular4 .tit {
        font-size: .3rem;
        font-weight: bold;
        color: #06388f;
        margin-bottom: .3rem;
    }

    #modular4 p.sub-tit {
        font-size: .26rem;
        color: #06388f;
        margin-bottom: .3rem;
        text-align: left;
    }

    #modular4 .content2 table th {
        height: .6rem;
        border: .02rem solid #e8c77a;
        font-size: .2rem;
    }

    #modular4 .content2 table td {
        text-align: center;
        vertical-align: middle;
        height: .8rem;
        font-size: .18rem;
        line-height: .24rem;
        border: 1px solid #e8c77a;
        padding: .1rem;
    }

    #modular4 .content2 table td.st {
        width: 1.7rem;
    }

    #modular4 .content2 table td.st2 {
        width: 2rem;
    }

    #modular4 .content3 {
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    #modular4 .content3 table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: .3rem;
    }

    #modular4 .content3 table th {
        height: .8rem;
        border: .02rem solid #e8c77a;
        font-size: .2rem;
    }

    #modular4 .content3 table tr td {
        text-align: center;
        vertical-align: middle;
        height: .6rem;
        font-size: .18rem;
        padding: 0;
    }

    #modular4 .content3 table tr th:nth-child(4) {
        width: 1rem;
    }

    #modular4 .content3 .zhu {
        text-align: left;
        width: 100%;
        margin: 0 auto;
        color: #06388f;
        font-size: .26rem;
        line-height: .4rem;
        padding: 0;
        text-indent: 0;
    }

    #modular4 .content4 {
        background: url(../images/m-sqlc-bg2.png) no-repeat center;
        background-size: cover;
        padding: 40px 0 60px;
    }

    #modular4 .content4 p {
        color: #fff;
        font-size: .26rem;
        line-height: .44rem;
        margin-bottom: .1rem;
    }

    #modular4 .content4 p.fctit {
        font-weight: bold;
        margin-bottom: .1rem;
    }

    #modular4 .content4 p.ftit {
        font-size: .26rem;
        font-weight: bold;
        color: #e8c77a;
        margin-bottom: .1rem;
        padding-left: .2rem;
        position: relative;
    }

    #modular4 .content4 p.ftit::before {
        content: '';
        display: block;
        width: .04rem;
        height: .24rem;
        background-color: #e8c77a;
        border-radius: .02rem;
        position: absolute;
        left: 0;
        top: .08rem;
    }

    #modular4 .content4 a {
        display: block;
        width: 4.5rem;
        height: .7rem;
        line-height: .7rem;
        font-size: .26rem;
        color: #06388f;
        background: #e8c77a;
        border-radius: .35rem;
        font-weight: bold;
        text-align: center;
        margin-top: .1rem;
        margin-bottom: .2rem;
    }

    #modular5 .container {
        padding: 0;
    }

    #modular5 .container .img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        width: 3.6rem;
        height: auto;
    }

    #modular5 .container li {
        width: 5rem;
        background: #fff5de;
        height: auto;
        margin-bottom: .13rem;
        margin-right: 0;
        margin-left: auto;
        height: 1rem;
        border-radius: 0 .5rem .5rem 0;
        white-space: nowrap;
    }

    #modular5 .container li span {
        display: block;
        line-height: .32rem;
        font-size: .18rem;
    }

    #modular5 .container li:nth-child(1),
    #modular5 .container li:nth-child(2),
    #modular5 .container li:nth-child(3) {
        padding-left: 1.8rem;
    }

    #modular6 .tabs ul li {
        height: 2.1rem;
    }

    #modular6 .tabs ul li .info p {
        font-size: .16rem;
        color: #fff;
        line-height: .36rem;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #modular6 .tab-changes {
        margin-top: .5rem;
    }

    #modular6 .tab-changes li {
        padding: .4rem .2rem;
        border-radius: .2rem;
        border: solid .02rem #06388f;
        position: relative;
        display: none;
    }

    #modular6 .tab-changes li p {
        font-size: .26rem;
        line-height: .36rem;
        margin-bottom: .2rem;
    }

    #modular6 .tab-changes li p.tit {
        font-weight: bold;
        margin-bottom: .2rem;
    }

    #modular6 .tab-changes li::before {
        position: absolute;
        content: '';
        background: url(../images/sanj2.png) no-repeat center;
        background-size: cover;
        width: .6rem;
        height: .2rem;
        top: -.2rem;
        left: 0;
    }

    #modular6 .tab-changes li:nth-child(1)::before {
        left: .255rem;
    }

    #modular6 .tab-changes li:nth-child(2)::before {
        left: 1.2rem;
    }

    #modular6 .tab-changes li:nth-child(3)::before {
        left: 2.15rem;
    }

    #modular6 .tab-changes li:nth-child(4)::before {
        left: 3.1rem;
    }

    #modular6 .tab-changes li:nth-child(5)::before {
        left: 4.15rem;
    }

    #modular6 .tab-changes li:nth-child(6)::before {
        left: 5.15rem;
    }

    #modular6 .tab-changes li:nth-child(7)::before {
        left: 6.1rem;
    }

    #modular7 {
        background: url(../images/m-lxwm-bg.png) no-repeat center;
        background-size: cover;
    }

    #modular7 .tit {
        display: none;
    }

    #modular7 .container {
        display: block;
        margin: 0;
        margin-top: .5rem;
    }

    #modular7 .container .contact-box li {
        font-size: .28rem;
        line-height: .6rem;
        text-align: center;
    }

    #modular7 .container .qrcode {
        width: 3.2rem;
        height: 2rem;
        background: rgba(255, 255, 255, 0.68);
        padding: .1rem;
        display: flex;
        position: relative;
        overflow: visible;
        margin: 0 auto;
        margin-top: .5rem;
    }

    #modular7 .container .qrcode img {
        margin-right: .2rem;
    }

    #modular7 .container .qrcode::before {
        display: none;
    }

    #modular7 .container .qrcode p {
        writing-mode: vertical-rl;
        font-size: .24rem;
        color: #345fa8;
        line-height: .4rem;
        margin-top: .1rem;
        font-weight: bold;
    }

    .mbachina {
        text-align: center;
        margin-top: .4rem;
        font-size: .2rem;
    }

    .mbachina a {
        color: #fff;
    }

    #totop {
        width: .8rem;
        height: .8rem;
        border-radius: 50%;
        position: fixed;
        right: -100px;
        bottom: 50px;
        cursor: pointer;
        transition: all .5s;
        text-align: center;
        color: #fff;
    }
}