body,
html,
.header {
    min-width: 1440px;
}

body {
    background: #F5F6FA;
}

iframe {
    background: #000;
    border: none;
    overflow: hidden;
}

.header {
    background: #fff;
    letter-spacing: 0;
}

/*header*/
/*.header {*/
/*    position: absolute;*/
/*    background: none;*/
/*}*/

/*.nav-list>li>a,*/
/*.fun-btns,*/
/*.fun-btns .iconfont,*/
/*.fun-btns a,*/
/*.nav-right .user-btns a,*/
/*#login-banner .user-box>.iconfont,*/
/*#login-banner .uname,*/
/*.message-box a,*/
/*.nav-right .cart-wrap a {*/
/*    color: #fff;*/
/*    transition: all 0.2s;*/
/*}*/

/*.nav-list>li.on>a,*/
/*.nav-list>li:hover>a,*/
/*.nav-list .nav-child-list>li:hover>a {*/
/*    color: #FFC700;*/
/*    transition: all 0.3s;*/
/*}*/

/*.deep-color .nav-list>li>a,*/
/*.deep-color .fun-btns,*/
/*.deep-color .fun-btns .iconfont,*/
/*.deep-color .fun-btns a,*/
/*.deep-color .nav-right .user-btns a.login-btn,*/
/*.deep-color #login-banner .user-box>.iconfont,*/
/*.deep-color #login-banner .uname,*/
/*.deep-color .message-box a,*/
/*.deep-color .nav-right .cart-wrap a {*/
/*    color: #999;*/
/*}*/

/*.deep-color .nav-list>li.on>a,*/
/*.deep-color .nav-list>li:hover>a,*/
/*.deep-color .nav-list .nav-child-list>li:hover>a {*/
/*    color: #1B1D1F;*/
/*}*/

/*header end*/

.opacity-hide {
    visibility: hidden;
}

.banner-container .relative {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translateX(-50%);
    z-index: 99;
    padding: 0 70px;
    box-sizing: border-box;
}

.banner-container .relative .w1440 {
    position: relative;
    height: 100%;
}

.swiper-button {
    width: 60px;
    height: 60px;
    display: block;
    color: #F3BF4A;
    background: #060879;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    border: 1px solid #F3BF4A;
    cursor: pointer;
    user-select: none;
}

.swiper-button-disabled {
    opacity: 0.4;
}

.swiper-button:hover {
    background: #fff;
}

.banner-container {
    height: 600px;
    position: relative;
    max-width: 100%;
    border-radius: 0;
    background: #fff no-repeat center;
}

.banner-swiper {
    height: 100%;
}

.banner-container .banner-swiper-button-wrap {
    position: absolute;
    bottom: 180px;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
}

.banner-container .swiper-slide-img img {
    object-fit: cover;
    width: 100%;
}

.banner-text {
    padding-left: 0;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    z-index: 9;
    flex-direction: column;
    width: 510px;
    justify-content: center;
}

.banner-text .title-en,
.banner-text .title {
    font-size: 42px;
    font-weight: 700;
}

.banner-text .title-tip {
    font-size: 14px;
}

.banner-btn {
    display: block;
    width: 180px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 32px;
    background: #060879;
    color: #fff;
    border: 1px solid #F3BF4A;
    font-size: 16px;
    font-weight: 700;
}

.banner-btn .iconfont {
    color: #F3BF4A;
    font-weight: normal;
    vertical-align: middle;
    font-size: 17px;
}

.banner-btn:hover {
    color: #060879;
    background: #F3BF4A;
}

.banner-btn:hover .iconfont {
    color: #060879;
}

/*title-wrap*/
.title-wrap {
    text-align: center;
}

.title-wrap .title {
    font-weight: 600;
    color: #1B1D1F;
    font-size: 40px;
}

.title-wrap .title span {
    color: #060879;
}

.title-wrap .title-en {
    color: #9FA1B4;
    line-height: 16px;
    font-size: 14px;
}

.title-wrap .title-intro {
    font-size: 16px;
    color: #4F4F4F;
    line-height: 24px;
}

.title-en {
    color: #F3BF4A;
    font-weight: 600;
    font-size: 14px;
}

.title {
    color: #060879;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.title-tip {
    color: #737373;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}

.deep-color .title,
.deep-color .title-tip {
    color: #fff;
}

/*title-wrap end*/
/* custom-wrap */
.custom-wrap {
    padding: 100px 70px 50px;
    background: #fff;
}

.custom-main {
    display: flex;
    align-items: center;
}

.custom-title {
    flex: 1;
    margin-right: 80px;
}

.custom-item-list {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    width: 65%;
    /*min-width: 840px;*/
    position: relative;
}

.custom-item-list .swiper-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.custom-swiper-button-prev {
    left: -15px;
}

.custom-swiper-button-next {
    right: -15px;
}

.custom-swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
}

.custom-swiper .swiper-slide {
    height: initial;
}

.custom-item-list .custom-item {
    /*width: 410px;*/
    width: 48%;
    height: 240px;
    box-sizing: border-box;
    padding: 30px;
    background: #F8F8F8;
    border-radius: 25px;
    border: 1px solid #F3BF4A;
    margin-bottom: 2vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 410px;
}

.custom-item-list .custom-item.custom-item4 {
    background: #F7E7D2 url(/images/custom-item-bg.png?v=20250429165117) no-repeat;
    background-size: cover;
}

.custom-item-list .custom-item .iconfont {
    font-size: 30px;
    color: #F3BF4A;
}

.custom-item-list .custom-item .biaoti {
    font-size: 24px;
    color: #060879;
    margin-top: 10px;
    font-weight: 600;
}

.custom-item-list .custom-item .desc-wrap {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-item-list .custom-item .text-wrap {
    color: #737373;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    flex: 1;
    margin-right: 20px;
}

.custom-item-list .custom-item .btn-custom {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    color: #F3BF4A;
    font-size: 14px;
    border: 1px solid #F3BF4A;
}

.custom-item-list .custom-item .btn-custom .iconfont {
    font-size: 24px;
}

.custom-item-list .custom-item .btn-custom:hover {
    background: #060879;
}

/* custom-wrap  end*/

/* wisdom-wrap */
.wisdom-wrap {
    padding: 60px 70px 80px;
    background: #060879;
    background-image: linear-gradient(174deg, #060879 45%, #645066);
}

.wisdom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wisdom-header .title {
    color: #F8F8F8;
}

.wisdom-header .title-tip {
    width: 460px;
    color: #BBBBBB;
    font-weight: 400;
}

.wisdom-wrap .wisdom-btn {
    display: block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    border: 1px solid #F3BF4A;
}

.wisdom-header .wisdom-btn .iconfont {
    color: #F3BF4A;
    margin-left: 20px;
}

.wisdom-header .wisdom-btn:hover {
    background: #F3BF4A;
    color: #060879;
}

.wisdom-header .wisdom-btn:hover .iconfont {
    color: #060879;
}

.wisdom-item-list {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

.wisdom-item-list li {
    width: 30%;
    height: 300px;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #F3BF4A;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #F3BF4A;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: right top;

}

.wisdom-item-list .wisdom-item1 {
    background-image: url(/images/wisdom-item-bg1.png?v=20250429165117);
    background-size: 60% auto;
}

.wisdom-item-list .wisdom-item2 {
    background-image: url(/images/wisdom-item-bg2.png?v=20250429165117);
    background-position: 110% center;
    background-size: 76% auto;
}

.wisdom-item-list .wisdom-item3 {
    background-image: url(/images/wisdom-item-bg3.png?v=20250429165117);
    background-size: 50% auto;
}

.wisdom-item-list li .p1 {
    font-size: 24px;
    color: #F8F8F8;
}

.wisdom-item-list li .p2 {
    margin-top: 15px;
}

/* wisdom-wrap end*/

/* etax-wrap */
.etax-wrap {
    padding: 60px 70px;
    background-image: radial-gradient(16vw at left 20%, #F8F8F8, transparent),
        radial-gradient(16vw at center 20%, #E7E7F2, transparent),
        radial-gradient(16vw at 85% 20%, #F8F2E7, transparent),
        radial-gradient(16vw at left 80%, #FFF, transparent),
        radial-gradient(16vw at center 80%, #F8F2E7, transparent),
        radial-gradient(16vw at 85% 80%, #E7E7F2, transparent);

}

.etax-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.etax-item-list {
    width: 70vw;
    overflow: hidden;
}

.etax-item-list li {
    float: left;
    width: 31.33%;
    height: 8.5vw;
    border-radius: 10px;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.etax-item-list li.m-r-md {
    margin-right: 2%;
}

.etax-item-list li.etax-item-big {
    width: 65%;
    height: 29.5vw;
    background: url(/images/etax-item-bg.png?v=20250429165117) no-repeat center center;
    background-size: cover;
}

.etax-item-list .p1 {
    font-size: 18px;
    color: #060879;
    font-weight: 600;
}

.etax-item-list .p2 {
    color: #737373;
    margin-top: 10px;
    line-height: 20px;
}

.across-line {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2vw;
    height: 2px;
    background: #F3BF4A;
    z-index: 2;
}

.across-line::before,
.across-line::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #F3BF4A;
    position: absolute;
    top: -2px;
}

.across-line::before {
    left: -3px;
}

.across-line::after {
    right: -3px;
}

.across-line-right {
    right: -2vw;
}

.vertical-line {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 2vw;
    background: #F3BF4A;
    z-index: 2;
}

.vertical-line-bottom {
    bottom: -2vw;
}

.vertical-line::before,
.vertical-line::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #F3BF4A;
    position: absolute;
    left: -2px;
}

.vertical-line::before {
    top: -3px;
}

.vertical-line::after {
    bottom: -3px;
}

/* etax-wrap end*/
.service-wrap {
    padding: 100px 70px;
    background: #F8F8F8 url(/images/service-bg.png?v=20250429165117) no-repeat top right;
    background-size: auto 100%;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}

.service-list li {
    margin: 0 2% 4vw 0;
    width: 31.33%;
}

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

.service-list li .iconfont {
    font-size: 36px;
    color: #F3BF4A;
}

.service-list li .p1 {
    color: #060879;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: initial;
    line-height: 22px;
    height: 48px;
    overflow: hidden;
}

.service-list li .p2 {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

/* knowledge-wrap */
.knowledge-wrap {
    padding: 70px;
    background: #fff;
}

.knowledge-main {
    display: flex;
    justify-content: space-between;
}

.knowledge-title {
    flex: 1;
    margin-right: 80px;
}

.knowledge-swiper-wrap {
    position: relative;
    width: 68%;
}

.knowledge-swiper-wrap .swiper-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

.knowledge-swiper-button-prev {
    left: -30px;
}

.knowledge-swiper-button-next {
    right: -30px;
}

.knowledge-swiper .swiper-slide {
    /*height: 340px;*/
    border-radius: 25px;
    overflow: hidden;
    background: #F8F8F8;
}

.knowledge-swiper .swiper-slide .img-wrap {
    width: 100%;
    height: 14.4vw;
    max-height: 200px;
}

.knowledge-swiper .swiper-slide .img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: all 0.4s;
}

.knowledge-swiper .swiper-slide .desc-wrap {
    height: 190px;
    padding: 20px 30px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.iconfont.knowledge-icon {
    width: 42px;
    height: 42px;
    border: 1px solid #F3BF4A;
    position: absolute;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    background: #fff;
    border-radius: 42px;
    color: #F3BF4A;
    right: 30px;
}

.iconfont.knowledge-icon:hover {
    background: #060879;
    color: #F3BF4A;
}

.knowledge-swiper .desc-en {
    color: #F3BF4A;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.knowledge-swiper .p1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #060879;
}

.knowledge-swiper .p2 {
    margin-top: 10px;
    font-size: 14px;
    color: #737373;
    line-height: 20px;
}

/* knowledge-wrap end */

/* station-wrap */
.station-wrap {
    padding: 80px 70px 70px;
    background: #F8F8F8;
}

.station-item-list {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.station-item-list li {
    width: 15%;
    height: 140px;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 0 20px;
    box-sizing: border-box;
    /*min-width: 200px;*/
}

.station-item-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    font-size: 18px;
    color: #060879;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding: 25px 0;
    font-weight: bold;
}

.station-item-list li .icon {
    display: block;
    width: 30px;
    height: 28px;
}

.station-wrap .btn-more {
    margin: 50px auto 0;
    display: block;
    width: 188px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 32px;
    background: #060879;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.station-wrap .btn-more:hover {
    background: #F3BF4A;
    color: #060879;
}

.station-wrap .btn-more .iconfont {
    color: #F3BF4A;
    font-weight: bold;
    vertical-align: middle;
    font-size: 17px;
}

.station-wrap .btn-more:hover .iconfont {
    color: #060879;
}

/* station-wrap end */

/* partner-wrap */
.partner-wrap {
    padding-bottom: 80px;
}

.partner-item-list {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* partner-wrap end */

.wisdom-item-list li:hover .img-wrap img,
.knowledge-swiper .swiper-slide:hover .img-wrap img {
    transform: scale(1.1);
}

.join-wrap {
    border-top: 5px solid #060879;
    height: 182px;
    background: #F3BF4A;
    padding: 0 70px;
    position: relative;
}

.join-title {
    display: inline-block;
    font-size: 42px;
    color: #060879;
    font-weight: 700;
    line-height: 182px;
}

.join-content {
    position: absolute;
    width: 30%;
    color: #060879;
    font-weight: 400;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%)translateX(-50%);
}

.join-btn {
    background: #060879;
    height: 62px;
    width: 194px;
    display: inline-block;
    border-radius: 60px;
    float: right;
    margin-top: 60px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.join-btn:hover {
    background: #fff;
    color: #060879;
}

.join-btn .iconfont {
    color: #F3BF4A;
    margin-left: 20px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        transform: translate(-50%, -50%) rotateZ(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
        transform: translate(-50%, -50%) rotateZ(360deg);
    }
}

@-webkit-keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes rotateccw {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

/*英文样式*/
body.en-lang .title-wrap .title-intro {
    font-size: 14px;
    padding: 0 110px;
}

body.en-lang .knowledge-swiper .p2 {
    font-size: 12px;
    line-height: 1.2em;
}

body.en-lang .knowledge-swiper .swiper-slide .desc-wrap {
    height: 150px;
    margin-bottom: 30px;
}

body.en-lang .knowledge-swiper .p1 {
    font-size: 18px;
    line-height: 1.2em;
}

body.en-lang .station-title-wrap {
    width: 440px;
}

body.en-lang .station-wrap .title-wrap .title-intro {
    padding: 0;
}

body.en-lang .station-item-list li a {
    font-size: 16px;
}

/*@media only screen and (max-width:1400px) {*/
/*    .en-lang .nav-list>li>a {*/
/*        padding: 12px 10px;*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width:1200px) {*/
/*    .en-lang .nav-list .nav-list-wrap>li>a {*/
/*        padding: 0 20px;*/
/*    }*/
/*}*/

@media only screen and (max-width:1440px) {
    .nav-list .nav-list-wrap>li>a {
        padding: 0 25px;
    }
    
    .en-lang .nav-list .nav-list-wrap>li>a {
        padding: 0 15px;
    }
}

/*移动端*/
@media screen and (min-width: 320px) and (max-width: 640px) {

    body,
    html,
    .header {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .header {
        position: inherit;
        background: #fff;
    }

    .nav-list>li>a,
    .fun-btns,
    .fun-btns .iconfont,
    .fun-btns a,
    .nav-right .user-btns a,
    #login-banner .user-box>.iconfont,
    #login-banner .uname,
    .message-box a {
        color: #1B1D1F;
    }

    .container {
        background: #fff;
        position: relative;
    }

    .index-banner-wrap .mobile-main {
        width: 100%;
    }

    .banner-container .relative {
        padding: 0;
    }

    #bannerSwiper {
        height: 380px;
    }

    .banner-container .banner-swiper-button-wrap {
        display: none;
    }

    .banner-container {
        height: 380px;
        border-radius: 0;
    }

    .banner-text {
        padding-left: 3vw;
        width: 50%;
    }

    .banner-text .title-en,
    .banner-text .title {
        font-size: 18px;
        text-align: left;
        line-height: 1.5em;
    }

    .banner-text .title-tip {
        font-size: 2.8vw;
        text-align: left;
    }

    .banner-btn {
        width: 30vw;
        height: 8vw;
        line-height: 7.8vw;
        font-size: 3vw;
        margin-top: 30px !important;
        background: #060879;
    }

    .banner-left {
        width: 90%;
        margin-left: -45%;
        padding: 10px 15px 15px;
        bottom: -46px;
    }

    .banner-left .title-small {
        color: #B6B6B6;
    }

    .title-icons {
        display: flex;
        justify-content: space-between;
    }

    .icon-item img {
        height: 42px;
    }

    .title-wrap .title {
        font-size: 30px;
    }

    .title-wrap .title-intro,
    body.en-lang .title-wrap .title-intro,
    body.en-lang .station-wrap .title-wrap .title-intro {
        font-size: 14px;
        padding: 0 8vw;
    }

    .title-en,
    .title,
    .title-tip {
        text-align: center;
        font-size: 2.8vw;
        line-height: 18px;
    }

    .title {
        font-size: 24px;
    }

    .knowledge-wrap .title-tip,
    .custom-wrap .title-tip {
        text-align: left;
    }

    .custom-title {
        margin: 0;
    }

    .swiper-button {
        width: 6vw;
        height: 6vw;
        line-height: 6.2vw;
        font-size: 4vw;
    }

    .knowledge-swiper-button-prev {
        left: -3vw;
    }

    .knowledge-swiper-button-next {
        right: -3vw;
    }

    .banner-container .banner-swiper-button {
        display: none;
    }

    .custom-wrap {
        padding: 60px 4vw 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .custom-main {
        display: block;
    }

    .custom-item-list {
        margin-top: 4vw;
        width: 100%;
        min-width: initial;
    }

    .custom-swiper {
        overflow: hidden;
    }

    .custom-swiper .swiper-wrapper {
        flex-wrap: nowrap;
        justify-content: initial;
    }

    .custom-item-list .custom-item {
        width: 100%;
        margin-bottom: 3vw;
        margin-right: 0;
        padding: 3vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: auto;
        min-width: initial;
        min-height: initial;
    }

    .custom-item-list .custom-item .iconfont {
        font-size: 24px;
    }

    .custom-item-list .custom-item .biaoti {
        font-size: 15px;
    }

    .custom-item-list .custom-item .text-wrap {
        line-height: 18px;
        font-size: 12px;
        margin-right: 0;
    }

    .custom-item-list .custom-item .btn-custom {
        display: none;
    }

    .wisdom-wrap {
        padding: 6vw 4vw;
    }

    .wisdom-header {
        display: block
    }

    .wisdom-wrap .wisdom-btn {
        width: 30vw;
        height: 8vw;
        line-height: 7.8vw;
        font-size: 3vw;
        margin-top: 3vw;
        background: #060879;
    }

    .wisdom-wrap .wisdom-btn .iconfont {
        font-size: 4vw;
        color: #F3BF4A;
        font-weight: 600;
        margin-left: 5px;
    }

    .wisdom-item-list {
        flex-wrap: wrap;
        font-size: 3vw;
        margin-top: 6vw;
    }

    .wisdom-item-list li {
        width: 44.6vw;
        height: auto;
        overflow: hidden;
        margin-bottom: 4vw;
        padding: 60px 15px 20px;
    }

    .wisdom-item-list .mobile-wisdom-item {
        border-color: transparent;
        padding: 2vw;
    }

    .wisdom-item-list .mobile-wisdom-item .title-tip {
        color: #f8f8f8;
        text-align: left;
        font-size: 3vw;
    }

    .wisdom-item-list li .desc-wrap {
        margin-top: 12vw;
    }

    .wisdom-item-list li .p1 {
        font-size: 3.8vw;
    }

    .wisdom-item-list li .p2 {
        margin-top: 1.8vw;
        line-height: 4vw;
    }

    .etax-wrap {
        padding: 40px 0;
        background-size: 100% auto;
    }

    .etax-main {
        display: block;
        padding: 0 4vw;
    }

    .etax-item-list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 4vw;
    }

    .etax-item-list li {
        float: left;
        width: 45vw;
        margin: 0 0 2vw 0;
        box-sizing: border-box;
        height: 100px;
    }

    .etax-item-list li.m-r-md {
        margin-right: 0;
    }

    .etax-item-list .p1 {
        font-size: 14px;
    }

    .etax-item-list .p2 {
        line-height: 16px;
        font-size: 12px;
    }

    .across-line {
        width: 3vw;
    }

    .across-line-right {
        right: -2.5vw;
    }

    .vertical-line {
        height: 2.5vw;
    }

    .vertical-line-bottom {
        bottom: -2.5vw;
    }

    .service-wrap {
        padding: 6vw 4vw;
        background-image: linear-gradient(to right bottom, #f8f8f8 70%, transparent), url(/images/service-bg.png?v=20250429165117);
        background-size: auto 100vw;
        background-position: right bottom;
    }

    .service-list {
        width: 100%;
        justify-content: space-between;
    }

    .service-list li {
        margin: 0 0 4vw 0;
        width: 45vw;
    }

    .service-list li .iconfont {
        font-size: 24px;
    }

    .service-list li .p1 {
        font-size: 14px;
    }

    .service-list li .p2 {
        font-size: 12px;
    }

    .knowledge-wrap {
        padding: 6vw 4vw;

    }

    .knowledge-main {
        display: block;
    }

    .knowledge-title {
        margin-right: 0;
    }

    .knowledge-swiper {
        margin-top: 3vw;
        padding: 0;
    }

    .knowledge-swiper-wrap {
        width: 100%;
    }

    .knowledge-swiper .swiper-slide {
        /*height: 40.67vw;*/
        border-radius: 5px;
    }

    .knowledge-swiper .swiper-slide .img-wrap {
        height: 18.67vw;
    }

    .knowledge-swiper .swiper-slide .desc-wrap,
    body.en-lang .knowledge-swiper .swiper-slide .desc-wrap {
        padding: 10px;
        height: 17vw;
        margin-bottom: 0 !important;
    }

    .iconfont.knowledge-icon {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        right: 2vw;
        top: 6px;
    }

    .knowledge-swiper .desc-en {
        font-size: 12px;
    }

    .knowledge-swiper .p1,
    body.en-lang .knowledge-swiper .p1 {
        font-size: 12px;
        line-height: 1.2em;
    }

    .knowledge-swiper .p2 {
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.2em;
        height: 11vw;
        overflow-y: auto;
        display: none;
    }

    .knowledge-swiper-button {
        display: none;
    }

    .station-wrap {
        padding: 6vw 4vw;
    }

    .station-main {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .station-title {
        flex: 1;
        margin-right: 2vw;
    }

    .station-title .title {
        font-size: 5vw;
        text-align: left;
    }

    .station-title .title-tip {
        text-align: left;
        margin-top: 2vw;
    }

    .station-item-list {
        width: 58vw;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .station-item-list li {
        width: 28vw;
        margin-bottom: 2vw;
        border-radius: 3vw;
        height: auto;
        min-width: auto;
    }

    .station-item-list li a,
    body.en-lang .station-item-list li a {
        font-size: 3.6vw;
        padding: 4vw 0
    }

    .station-item-list li .iconfont {
        margin-top: 2vw;
    }

    .station-wrap .btn-more {
        margin: 8vw 0 0;
        width: 30vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 3vw;
        border-radius: 4vw;
    }

    .station-item-list li .icon {
        width: 22px;
        height: 20px;
        margin-top: 5px;
    }

    .station-wrap .btn-more .iconfont {
        font-size: 15px;
        margin-left: 5px;
    }

    .partner-wrap {
        padding-bottom: 30px;
    }

    .partner-item-list {
        margin-top: 0;
    }

    .partner-item-list li {
        margin-right: 10px;
    }

    .partner-item-list li:last-child {
        margin-right: 0;
    }

    .partner-item-list img {
        width: 100%;
    }

    .join-title {
        font-size: 5vw;
        line-height: 1;
        vertical-align: top;
        margin-top: 50px;
    }

    .join-wrap {
        padding: 0 4vw;
    }

    .join-btn {
        display: block;
        float: none;
        margin: 15px auto 0;
        height: 42px;
        width: 50%;
        line-height: 42px;
        font-size: 14px;
    }

    .join-content {
        position: static;
        display: inline-block;
        width: 58vw;
        transform: none;
        margin-left: 3vw;
        font-size: 12px;
        color: #777;
        margin-top: 20px;
    }

    .join-btn .iconfont {
        margin-left: 10px;
    }

}