a {
    color: #333;
}

body {
    font-size: .16rem;
    background: #fff;
}

.main {
    width: 12rem;
    margin: .3rem auto 0;
}

.section1 {
    margin-top: .4rem;
}

.s-tit {
    line-height: .38rem;
}

.s-tit span {
    display: inline-block;
    font-size: .26rem;
    font-weight: bold;
    color: #333;
    border-bottom: 3px solid #2555b5;
}

.s-tit a {
    font-size: .18rem;
    float: right;
    color: #000;
}

.s-tit a:hover {
    color: #2555b5;
}

.s-box {
    margin-top: .2rem;
    box-shadow: 0 0 10px 5px #f4f4f4;
}

.s1-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: .2rem;
}

.s1-btn a {
    box-sizing: border-box;
    width: 3.3rem;
    height: 1.1rem;
    padding: .25rem;
    margin: .2rem .2rem 0;
    background-color: #f2f4ff;
}

.s1-btn a:first-child {
    width: 3.8rem;
    line-height: .6rem;
    padding-left: .4rem;
    font-size: .26rem;
    background: #e8faff url(2025-zwfw-ico.png) no-repeat right bottom;
    color: #fff;
}

.s1-btn a:nth-child(4) {
    width: 3.8rem;
    line-height: .6rem;
    padding-left: .4rem;
    font-size: .26rem;
    background: #e8faff url(2025-zwfw-ico4.png) no-repeat right bottom;
    color: #fff;
}

.s1-btn a span:first-child {
    display: block;
    line-height: .38rem;
    font-size: .22rem;
}

.s1-btn a span:last-child {
    display: block;
    line-height: .22rem;
    font-size: .14rem;
    color: #999;
}

.s1-btn a:hover,
.s1-btn a:hover span {
    font-weight: bold;
    color: #105b86;
}

.s1-btn a:first-child:hover,
.s1-btn a:nth-child(4):hover {
    color: #fff;
}

.s1-btn a:nth-child(2):hover {
    /* background: #e8faff url(2025-zwfw-ico2.png) no-repeat right bottom; */
    background-color: #e8faff;
}

.s1-btn a:nth-child(3):hover {
    /* background: #e8faff url(2025-zwfw-ico3.png) no-repeat right bottom; */
    background-color: #e8faff;
}


.s1-btn a:nth-child(5):hover {
    /* background: #e8faff url(2025-zwfw-ico5.png) no-repeat right bottom; */
    background-color: #e8faff;
}


.s1-btn a:last-child:hover {
    /* background: #e8faff url(2025-zwfw-ico6.png) no-repeat right bottom; */
    background-color: #e8faff;
}

.section2 {
    margin-top: .4rem;
}

.s2-tabs {
    display: flex;
    line-height: .38rem;
}

.s2-tabs a {
    display: inline-block;
    font-size: .26rem;
    font-weight: bold;
    color: #333;
    margin-right: .3rem;
}

.s2-tabs .cur {
    border-bottom: 3px solid #2555b5
}

.s2-swiper {
    overflow: hidden;
}

.zwfw-pic {
    display: flex;
    justify-content: space-between;
    padding: .3rem;
}

.zwfw-pic a {
    width: 2.6rem;
}

.zwfw-pic img {
    width: 100%;
    height: 1.3rem;
}

.zwfw-pic span {
    display: block;
    line-height: .46rem;
    font-size: .16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.zwfw-pic a:hover span {
    color: #2555b5;
}

.section3 {
    margin-top: .4rem;
}

.section4 {
    margin-top: .4rem;
}

.stat {
    padding: .3rem;
    display: flex;
    align-items: center;
}

.stat-data {
    width: 5.3rem;
}

.stat-data h1 {
    line-height: .38rem;
    font-size: .22rem;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.stat-data h2 {
    font-size: .14rem;
    color: #90b7d4;
    text-align: center;
}

.stat-data ul {
    display: flex;
    justify-content: space-around;
    margin-top: .15rem;
}

.stat-data li span {
    display: block;
    text-align: center;
}

.stat-data li span:first-child {
    line-height: .4rem;
    font-size: .22rem;
    color: #2555b5;
    font-weight: bold;
}

.stat-data li span:last-child {
    font-size: .14rem;
}

.stat-line {
    width: .01rem;
    height: 1.2rem;
    margin: 0 .69rem;
    background-color: #e6e6e6;
}

.zwfw-ykb {
    position: relative;
    margin-top: .4rem;
    overflow: hidden;
}

.zwfw-ykb img {
    width: 100%;
    transition: all .5s;
}

.zwfw-ykb a:hover img {
    transform: scale(1.05);
    transition: all .5s;
}

.zwfw-ykb .hide {
    display: none;
}

.bmfw-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: .3rem;
}

.bmfw-items li {
    position: relative;
    width: 1.8rem;
    height: 1.4rem;
    margin: 0 0 .24rem .24rem;
    box-shadow: 0 0 8px 0 #e2e2e2;
    border-radius: .05rem;
}

.bmfw-items li:nth-child(6n + 1) {
    margin-left: 0;
}

.bmfw-items li a {
    display: block;
    background-color: #fff;
    overflow: hidden;
}

.bmfw-items li a img {
    display: block;
    margin: .3rem auto .16rem;
}

.bmfw-items li span {
    display: block;
    width: 100%;
    line-height: .4rem;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    color: #2d6ce9;
}

.bmfw-items li a:hover span {
    text-decoration: underline;
}

.bmfw-items .sub-items {
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: .15rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.bmfw-items li:hover .sub-items {
    display: block;
}

.bmfw-items .sub-items a {
    display: inline-block;
    max-width: 100%;
    line-height: .3rem;
    font-size: .16rem;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bmfw-items .sub-items a:hover {
    color: #2d6ce9;
}

.service-gr {
    width: 12rem;
    max-width: 100%;
    margin: .4rem auto 0;
    overflow: hidden;
}

.sg-tit {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    line-height: .5rem;
    margin-top: .2rem;
}

.sg-tit img {
    height: .39rem;
}

.sg-tit span {
    margin-left: .15rem;
    font-size: .3rem;
    font-weight: bold;
    color: #231815;
    letter-spacing: .05rem;
}

.sg-tit a {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: .16rem;
    font-size: .16rem;
    color: #231815;
}

.sg-tit a:hover {
    color: #4577ed;
    text-decoration: underline;
}

.sg-theme-tabs {
    display: flex;
    justify-content: start;
    margin: .2rem 0;
}

.sg-theme-tabs a {
    line-height: .4rem;
    padding: 0 .15rem;
    font-size: .2rem;
    font-weight: bold;
    color: #231815;
}

.sg-theme-tabs .active {
    position: relative;
    color: #4577ed;
}

.sg-theme-tabs .active::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: .03rem;
    background-color: #4577ed;
}

.sg-theme-container {
    overflow: hidden;
}

.sg-theme-container .swiper-slide {
    height: 1px;
}

.sg-theme-container .swiper-slide-active {
    height: auto;
}

.sg-theme-items {
    display: flex;
    flex-wrap: wrap;
}

.sg-theme-items li {
    width: 3.9rem;
    line-height: .6rem;
    margin: .15rem 0 0 .14rem;
}

.sg-theme-items li:nth-child(3n + 1) {
    margin-left: 0;
}

.sg-theme-items li a {
    box-sizing: border-box;
    display: block;
    padding: 0 .15rem;
    background-color: #deebff;
    text-align: center;
    font-size: .18rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sg-theme-items li a:hover {
    background-color: #4577ed;
    color: #fff;
}

.service-fr {
    margin: .4rem auto 0;
}

.sf-tit {
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: .5rem;
}

.sf-tit img {
    height: .38rem;
}

.sf-tit span {
    margin-left: .15rem;
    font-size: .3rem;
    font-weight: bold;
    color: #231815;
    letter-spacing: .05rem;
}

.sf-items {
    display: flex;
    margin-top: .3rem;
}

.sf-items li {
    width: 1.36rem;
    height: 1.36rem;
    margin-left: .15rem;
    box-shadow: 2px 2px 2px #e2e2e2;
    border-radius: .05rem;
    background-color: #fff;
}

.sf-items li :first {
    margin-left: 0;
}

.sf-items li a {
    display: block;
    overflow: hidden;
}

.sf-items li a img {
    display: block;
    margin: .3rem auto .16rem;
    transition: transform 0.3s ease;
}

.sf-items li a:hover img {
    transform: scale(1.2);
}

.sf-items li span {
    display: block;
    width: 100%;
    line-height: .4rem;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
    color: #2d6ce9;
}

.sf-items li a:hover span {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    
    .main {
        box-sizing: border-box;
        width: 100%;
        padding: .2rem;
        margin-top: 0;
    }

    .section1,
    .zwfw-ykb {
        margin-top: 0;
    }

    .s-tit {
        line-height: .6rem;
    }

    .s-tit span {
        font-size: .28rem;
    }

    .s-tit a {
        font-size: .24rem;
    }

    .s1-btn a,
    .s1-btn a:first-child,
    .s1-btn a:nth-child(4) {
        width: calc(50% - .1rem);
        margin: 0 0 .2rem 0;
        padding-left: .25rem;
    }

    .s1-btn a:nth-child(2n) {
        margin-left: .2rem;
    }

    .s1-btn a span:first-child {
        line-height: .6rem;
        font-size: .26rem;
    }

    .s1-btn a span:last-child {
        display: none;
    }

    .s2-tabs {
        line-height: .6rem;
    }

    .s2-tabs a {
        font-size: .28rem;
    }

    .zwfw-pic {
        flex-wrap: wrap;
    }

    .zwfw-pic a {
        width: calc(50% - .1rem);
        margin-bottom: .2rem;
    }

    .zwfw-pic img {
        height: 21vw;
    }

    .zwfw-pic span {
        line-height: .5rem;
        font-size: .26rem;
    }

    .stat {
        flex-wrap: wrap;
        padding: .1rem;
    }

    .stat-line {
        display: none;
    }

    .stat-data {
        width: 100%;
    }

    .stat-data h1 {
        line-height: .6rem;
        font-size: .28rem;
        font-weight: bold;
    }

    .stat-data h2 {
        font-size: .24rem;
    }

    .stat-data ul {
        flex-wrap: wrap;
    }

    .stat-data li {
        width: calc(50% - .2rem);
        margin-top: .2rem;
    }

    .stat-data li span:first-child {
        font-size: .26rem;
    }

    .stat-data li span:last-child {
        font-size: .24rem;
    }

    .stat-r {
        margin-top: .3rem;
    }

    .bmfw-items {
        justify-content: space-between;
    }

    .bmfw-items li {
        width: calc(25% - .2rem);
        height: auto;
        margin-left: 0;
    }

    .bmfw-items li:nth-child(6n + 1) {
        margin-left: 0;
    }

    .bmfw-items li span {
        line-height: .5rem;
        font-size: .26rem;
    }

    .bmfw-items .sub-items a {
        font-size: .24rem;
    }

    .service-gr {
        width: calc(100% - .4rem);
        padding: 0 .2rem;
    }

    .sg-theme-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin: .3rem 0;
    }

    .sg-theme-tabs a {
        font-size: .26rem;
    }

    .sg-theme-items li {
        width: 48%;
    }

    .sg-theme-items li:nth-child(3n + 1) {
        margin-left: .15rem;
    }

    .sg-theme-items li:nth-child(2n + 1) {
        margin-left: 0;
    }

    .sg-theme-items li a {
        font-size: .26rem;
    }

    .sf-items {
        flex-wrap: wrap;
    }

    .sf-items li {
        width: calc(25% - .12rem);
        height: auto;
        margin: 0 0 .2rem .16rem;
    }

    .sf-items li:nth-child(4n + 1) {
        margin-left: 0;
    }

    .sf-items li a img {
        margin: .2rem auto;
    }

    .sf-items li span {
        line-height: .5rem;
        font-size: .26rem;
    }
}