html,
body,
ul,
li,
p,
span {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "PingFangM", Arial, sans-serif;
}

li {
    list-style: none;
}


.xw-container {
    width: 100%;
    /* overflow: hidden; */
}



/* banner */
.xw-banner {
    width: 100%;
    /* height: 800px; */
    margin: 0;
    position: relative;
}

.xw-banner-box {
    width: 100%;
    position: absolute;
    top: 33%;
    left: 0;
}

.xw-banner-pc {
    width: 100%;
}

.xw-banner-m {
    display: none;
}

.xw-banner-content {
    width: 1200px;
    margin: 0 auto;
}

.xw-banner-content-title {
    font-size: 52px;
    color: #fff;
    font-weight: bold;
    line-height: 78px;
}

.xw-banner-content-sub {
    font-size: 20px;
    color: #fff;
    margin-top: 16px;
    /*width: 551px;
    line-height: 36px;*/
}

.xw-banner-content-buttons {
    margin-top: 38px;
}

.xw-btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
    width: 240px;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin-right: 13px;
}

.xw-btn-blue {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 240px;
    height: 60px;
    background: linear-gradient(90deg, #0068DD 0%, #00AEEE 100%);
    border-radius: 5px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin-right: 13px;
}

.xw-btn-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #333333;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}



@media screen and (min-width: 1000px) and (max-width: 1499px) {
    .xw-banner-box {
        position: absolute;
        top: 30.3%;
        left: 0;
        width: 100%;
    }

    .xw-banner-content-title {

        font-size: 44px;
        line-height: 56px;
    }

    .xw-banner-content-sub {
        line-height: 30px;
        margin-top: 20px;
    }

    .xw-banner-content-buttons {
        margin-top: 30px;

    }
}

@media screen and (max-width: 999px) {
    .xw-banner-box {
        position: absolute;
        top: 45%;
        left: 0;
        width: 100%;
    }

    .xw-banner-content {
        width: 100%;
    }

    .xw-banner-content-title {
        width: 100%;
        box-sizing: border-box;
        font-weight: bold;
        font-size: 22px;
        color: #FFFFFF;
        line-height: 30px;
        padding-left: 25px;
    }

    .xw-banner-content-sub {
        width: 90%;
        box-sizing: border-box;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 18px;
        text-align: justify;
        padding-left: 25px;
        margin-top: 6px;
        white-space: wrap;
    }

    .xw-banner-pc {
        display: none;
    }

    .xw-banner-m {
        display: block;
        width: 100%;
    }

    .xw-banner-content-buttons {
        margin-top: 16px;
        margin-left: 25px;
    }

    .xw-btn-blue,
    .xw-btn-default {
        width: 150px;
        height: 36px;
        border-radius: 5px;
        font-size: 14px;
    }
}

/* 管理需求 */
.xw-management {
    width: 100%;
    height: 468px;
    background: #FFFFFF;
}

.xw-management-title {
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 36px;
    color: #252B3A;
    line-height: 50px;
    margin-top: 74px;
    text-align: center;
}

.xw-management-content {
    width: 1200px;
    margin: 44px auto 0;
    display: flex;
    justify-content: space-between;
}

.xw-management-content-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 285px;
    height: 285px;
    background: #F5FAFF;
}

.xw-management-content-item-img {
    width: 96px;
    height: 96px;
    margin-top: 47px;
}

.xw-management-content-item-title {
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    margin-top: 12px;
}

.xw-management-content-item-desc {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    margin-top: 17px;
    text-align: center;
    padding: 0 27px;
}

@media screen and (max-width: 999px) {
    .xw-management {
        height: auto;
        padding-bottom: 30px;
    }

    .xw-management-title {
        width: 100%;
        height: 30px;
        font-weight: bold;
        font-size: 22px;
        color: #252B3A;
        line-height: 30px;
        margin-top: 36px;
        text-align: center;
    }

    .xw-management-content {
        width: 100%;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 15px;
        margin-top: 14px;
    }

    .xw-management-content-item {
        box-sizing: border-box;
        width: 49%;
        height: auto;
        margin-top: 10px;
        padding: 16px 12px;
    }

    .xw-management-content-item-img {
        width: 56px;
        height: 56px;
        margin-top: 0;
    }

    .xw-management-content-item-title {
        margin-top: 8px;
        font-size: 16px;
        color: #333333;
        line-height: 22px;
    }

    .xw-management-content-item-desc {
        margin-top: 6px;
        font-size: 12px;
        color: #666666;
        line-height: 16px;
        padding: 0;
    }
}

/* 能力  */
.xw-ability {
    box-sizing: border-box;
    width: 100%;
    height: 700px;
    background: #F5FAFF;
    padding-top: 71px;
}

.xw-ability-title {
    width: 100%;
    height: 50px;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    text-align: center;
}

.xw-ability-content {
    width: 1200px;
    height: 500px;
    margin: 22px auto 0;
    background-image: url('https://www.kingdee.com/topic/hot/sme_ycs/images/ability.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.xw-ability-title-br {
    display: none;
}

@media screen and (max-width: 999px) {
    .xw-ability {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        background: #F5FAFF;
        padding: 40px 15px 10px;

    }

    .xw-ability-title {
        font-weight: bold;
        font-size: 22px;
        color: #252B3A;
        line-height: 28px;
    }

    .xw-ability-title-br {
        display: block;
    }

    .xw-ability-content {
        width: 100%;
        height: 406px;
        background-image: url('https://www.kingdee.com/topic/hot/sme_ycs/images/c@2x.png');
        box-sizing: border-box;
        margin: 0 auto 0;
    }
}

/* 解决方案 */
.xw-solution {
    height: 737px;
    background: #FFFFFF;
}

.xw-solution-title {
    width: 100%;
    height: 50px;
    font-weight: bold;
    padding-top: 65px;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    text-align: center;
}

.xw-solution-content {
    margin: 60px auto 0;
    width: 1200px;
    height: 737px;
    background: #FFFFFF;
}

.xw-tab-menu {
    width: 1200px;
    height: 85px;
    display: flex;
    box-sizing: border-box;
}

.xw-tab-item {
    flex-grow: 1;
    box-sizing: border-box;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    border-bottom: 6px solid transparent;
}

.xw-tab-active {
    border-bottom: 6px solid #2386EE;
    color: #2386EE;
}

.xw-tab-item-icon {
    width: 31px;
    height: 31px;
    margin-right: 3px;
}

.xw-tab-plane {
    display: none;
    justify-content: space-between;
    width: 1200px;
    box-sizing: border-box;
    padding-top: 22px;
    height: 460px;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px 0px rgba(185, 216, 251, 0.3);
}

.xw-tab-plane-active {
    display: flex;
}

.xw-tab-plane-left {
    width: 357px;
    height: 408px;
    margin-left: 34px;
}

.xw-tab-plane-title {
    margin-top: 61px;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}

.xw-tab-plane-desc {
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}

.xw-tab-plane-btns {
    margin-top: 80px;
}

.xw-tab-plane-btns .xw-btn-blue {
    width: 120px;
    height: 40px;
    background: linear-gradient(90deg, #1882F0 0%, #00AEEE 100%);
    border-radius: 5px;
    font-size: 16px;
    color: #FFFFFF;
}

.xw-tab-plane-right {
    width: 735px;
    height: 408px;
    margin-right: 26px;
}

.xw-tab-plane-right img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 999px) {
    .xw-solution {
        height: auto;
    }

    .xw-solution-title {
        font-size: 22px;
        color: #333333;
        line-height: 28px;
        padding-top: 40px;
        height: auto;
    }

    .xw-solution-content {
        width: 100%;
        margin-top: 14px;
        height: auto;
    }

    .xw-tab-menu {
        width: 100%;
        height: 50px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .xw-tab-item {
        flex: 0 0 auto;
        height: 50px;
        padding: 0 16px;
    }

    .xw-tab-item-icon {
        width: 21px;
        height: 21px;
    }

    .xw-tab-plane {
        width: 100%;
        flex-direction: column-reverse;
        height: auto;
        box-sizing: border-box;
        padding: 15px 15px;
        margin-top: 30px;
    }

    .xw-tab-plane-left {
        width: 100%;
        margin: 0;
        height: auto;
        padding-bottom: 35px;
    }

    .xw-tab-plane-title {
        text-align: left;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        margin-top: 28px;
    }

    .xw-tab-plane-desc {
        text-align: justify;
        font-size: 14px;
        color: #666666;
        line-height: 24px;
        margin-top: 10px;
    }

    .xw-tab-plane-right {
        width: 100%;
        height: 190px;
    }

    .xw-tab-plane-btns {
        margin: 30px auto 0;
        text-align: left;
    }

    .xw-tab-plane-btns a {
        display: inline-flex;
        width: 120px;
        height: 36px;
    }
}

/* 五新 */
.xw-five-new {
    box-sizing: border-box;
    width: 100%;
    height: 856px;
    padding-top: 97px;
    background: linear-gradient(180deg, #DCECFF 0%, #FFFFFF 100%);
}

.xw-five-new-title {
    width: 100%;
    height: 66px;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 66px;
    text-align: center;
}

.xw-five-new-content {
    box-sizing: border-box;
    width: 1200px;
    height: 557px;
    margin: 32px auto 0;
}

.xw-tab-ul {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    backdrop-filter: blur(10px);
}

.xw-tab-li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.xw-tab-li-active {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(208, 230, 255, 0.5);
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(10px);
}

.xw-tab-li-icon {
    width: 48px;
    height: 48px;
    margin-right: 20px;
}

.xw-ul-plane {
    width: 1200px;
    height: 472px;
    display: none;
    justify-content: space-between;
}

.xw-ul-plane-active {
    display: flex;
}

.xw-ul-plane-left {
    padding-top: 50px;
}

.xw-ul-plane-left img {
    width: 632px;
    height: 422px;
}

.xw-ul-plane-right {
    padding-top: 103px;
    width: 470px;
}

.xw-ul-plane-title {
    font-weight: bold;
    font-size: 40px;
    color: #0099FF;
    line-height: 66px;
    text-align: left;
}

.xw-ul-plane-sub {
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 66px;
}

.xw-ul-plane-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.xw-ul-plane-btns {
    display: flex;
    margin-top: 26px;
}

.xw-ul-plane-btns a {
    width: 120px;
    height: 40px;
    font-size: 16px;
}

.xw-five-new-swiper {
    display: none;
}

@media screen and (max-width: 999px) {
    .xw-five-new {
        height: auto;
        box-sizing: border-box;
        padding: 40px 18px 0;
        background: linear-gradient(180deg, #E4F0FF 0%, #FFFFFF 100%);
    }

    .xw-five-new-title {
        font-size: 22px;
        color: #252B3A;
        line-height: 28px;
    }

    .xw-five-new-content {
        display: none;
    }

    .xw-swiper-container {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding-bottom: 80px;
        background-color: transparent;
    }

    .xw-five-swiper-box {
        margin-top: 14px;
    }

    .xw-five-new-slide {
        width: 100%;
        background-color: transparent;
    }

    .swiper-slide-box {
        background-color: #fff;
    }

    .xw-five-new-slide img {
        width: 100%;
    }

    .xw-five-new-slide-title {
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 22px;
        color: #0099FF;
        line-height: 66px;
    }

    .xw-five-new-slide-sub {
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        color: #333333;
        line-height: 32px;
    }

    .xw-ul-plane-btns {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    /* .xw-swiper-pagination {
        bottom: -10px !important;
    } */
}

/* 客户应用实践 */
.xw-customer-practice {
    width: 100%;
    height: 943px;
    background: #F5FAFF;
}

.xw-customer-practice-title {
    width: 100%;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 66px;
    text-align: center;
    padding-top: 83px;
}

.xw-customer-practice-sub {
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    color: #424A5F;
    line-height: 36px;
    text-align: center;
}

.xw-customer-practice-content {
    width: 1200px;
    height: 595px;
    background: #F5FAFF;
    display: flex;
    margin: 45px auto 0;
}

.xw-customer-practice-box {
    flex-grow: 1;
    height: 567px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.xw-customer-practice-card {
    width: 386px;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(217, 235, 255, 0.5);
}

.xw-customer-practice-card-header {
    display: flex;
    width: 386px;
    height: 130px;
    justify-content: space-between;
}

.xw-customer-practice-card-left {
    width: 130px;
    height: 75px;
    margin-top: 35px;
    margin-left: 28px;
}

.xw-card-number {
    font-size: 40px;
    color: #333333;
    line-height: 36px;
}

.xw-card-percent,
.xw-card-desc {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 16px;
}

.xw-customer-practice-card-right {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.xw-card-img {
    width: 120px;
    height: 62px;
}

.xw-card-link {
    font-weight: 400;
    font-size: 13px;
    color: #3399FF;
    line-height: 18px;
    text-decoration: none;
}

.xw-customer-practice-detail {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 386px;
    height: 292px;
    padding-bottom: 23px;
}

.xw-customer-practice-detail-active {
    display: flex;
}

.xw-customer-practice-detail p {
    width: 338px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 21px;
    text-align: justify;
}

.xw-customer-practice-detail img {
    width: 338px;
    height: 136px;
    margin-top: 5px;
}

@media screen and (max-width: 999px) {
    .xw-customer-practice {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 0 18px 20px;
    }

    .xw-swiper-customer {
        margin-top: 14px;
        padding-bottom: 40px;
    }

    .xw-customer-slide {
        box-sizing: border-box;
        width: 100%;

    }

    .xw-customer-practice-title {
        font-size: 22px;
        color: #252B3A;
        line-height: 30px;
        padding-top: 40px;
    }

    .xw-customer-practice-sub {
        font-size: 14px;
        color: #424A5F;
        line-height: 30px;
    }

    .xw-customer-practice-content {
        display: none;
    }

    .xw-customer-practice-card-header {
        width: 100%;
        height: 120px;
    }

    .xw-customer-practice-detail {
        width: calc(100% - 48px);
        box-sizing: border-box;
        overflow: hidden;
        margin: 0 24px;
    }

    .xw-customer-practice-detail p {
        width: 100%
    }
}

/* 常见问题 */

.xw-question {
    width: 100%;
    min-height: 720px;
    background-color: #fff;
    padding: 80px 0;
}

.xw-question-title {
    width: 100%;
    padding-top: 50px;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 66px;
    text-align: center;
}

.xw-question-content {
    width: 1200px;
    margin: 0 auto;
}

.xw-question-item {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}

.xw-question-item-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #252b3a;
}

.xw-question-item-text {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #575d6c;
    padding-left: 50px;
    padding-top: 25px;
}

.xw-question-item-left {
    flex: 0 0 auto;
    width: 20px;
    height: 2px;
    position: relative;
}

.xw-question-item-left::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #797979;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.xw-question-item-left::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #797979;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.on .xw-question-item-left::before {
    transform: rotate(180deg);
}

.on .xw-question-item-left::after {
    transform: rotate(180deg);
}

.xw-question-item-right {
    padding-left: 30px;
}

@media screen and (max-width: 999px) {
    .xw-question {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 18px 35px;
        min-height: 0;
    }

    .xw-question-title {
        font-size: 22px;
        color: #252B3A;
        line-height: 30px;
        padding-top: 0;
    }

    .xw-question-item {
        padding: 15px 0;
    }

    .xw-question-item-title {
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }

    .xw-question-content {
        width: 100%;
    }

    .xw-question-item-left {
        flex: 0 0 auto;
        width: 16px;
        height: 2px;
    }

    .xw-question-item-right {
        padding-left: 27px;
        font-size: 16px;
    }

    .xw-question-item-text {
        font-size: 14px;
        color: #333333;
        line-height: 20px;
    }
}

.xw-pc-show {
    display: flex;
}

.xw-pc-inline-show {
    display: inline-flex;
}

.xw-m-show {
    display: none;
}

@media screen and (max-width: 999px) {

    .xw-pc-show,
    .xw-pc-inline-show {
        display: none;
    }

    .xw-m-show {
        display: flex;
    }

    .xw-m-inline-show {
        display: inline-flex;
    }
}