/* 方舟ai中台 */
.swiper-button-right, .swiper-button-left {
    background: linear-gradient(0deg, #ffffff, #edeff3 95%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.20), 1px 2px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset, 0px -2px 0px 0px #ffffff inset;
    border-radius: 50%;
    background-size: 10px 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}

.swiper-button-right {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/right_hide.png);
    right: -40px;
}

.swiper-button-left {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/left_hide.png);
    left: -40px;
}

.swiper-button-right:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/right.png);
}

.swiper-button-left:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/left.png);
}

.swiper-pagination {
    display: none;
}

/* 产品概述 start */
.definition_main_right {
    float: left;
    padding-top: 34px;
    padding-bottom: 27px;

}

.definition_main_right img {
    width: 353px;
    height: 334px;
}

.definition_main_left {
    float: right;
    padding-top: 53px;

}

.definition_main_left p {
    width: 560px;
}

/* 产品概述 end */
/* AI中台全面助力企业数字化转型 start */
.resolve_question {
    height: 381px;
    background-image: url(https://files.yuanian.com/yuanian/public_image/product_bg_1.png);

    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}


.resolve_question_main dl {
    float: left;
    width: 353px;
    height: 172px;
    background: linear-gradient(180deg, #f5f6f8, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
    margin-right: 20px;
}

.resolve_question_main dl:nth-child(3n) {
    margin-right: 0px;
}

.resolve_question_main dl:hover {
    background: linear-gradient(0deg, #ffffff, #edeff3 95%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.1), 2px 2px 0.3px 0px #ffffff inset,
        0px 1px 3px 0px rgba(254, 254, 254, 0.5) inset;
}

.resolve_question_main dl dt {
    padding: 24px 20px 10px 28px;
    display: flex;
    align-items: center;
    height: 38px;
}

.resolve_question_main dl dt img {
    height: 38px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 1s;
}

.resolve_question_main dl:hover dt img {
    margin-top: -20px;
}

.resolve_question_main dl dt h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 24px;
    margin-left: 10px;
}

.resolve_question_main dl:hover dt h3 {
    color: #01349D;
}

.resolve_question_main dl dd p {
    padding: 0px 32px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    line-height: 25px;
}

/* AI中台全面助力企业数字化转型 end */
/* 产品功能 */
.banxin2 {
    width: 1100px;
    margin: 0 auto;

    position: relative;
}

.banxin2 .swiper-wrapper {
    padding-bottom: 60px;
}

#cpgn h2 {
    padding-bottom: 30px;
}

#cpgn p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
    margin-bottom: 37px;
}

#cpgn dl {
    margin-right: 20px;
    width: 211px;
    height: 126px;
    float: left;
    padding: 24px;
    background: linear-gradient(180deg, #f5f7f9, #ffffff);
    box-shadow: -8px -8px 20px 0px #ffffff, 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
}

#cpgn dl:nth-last-child(1) {
    margin-right: 0px;
}

#cpgn dl dt {
    display: flex;
    align-items: center;
    height: 32px;
    margin-bottom: 10px;
}

#cpgn dl dt img {
    height: 32px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 1s;
}

#cpgn dl dt h3 {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 24px;
    margin-left: 10px;
}

#cpgn dl dd p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 26px;
}

/* 产品优势  start*/
#cpys {
    background: #f5f7fa;
    padding-bottom: 60px;
}

#cpys_main {
    width: 1100px;
    margin: 0 auto;
    display: flex;
}

#cpys_main li {
    width: 108px;
    margin-right: 90px;
    text-align: center;
}

#cpys_main li:nth-last-child(1) {
    margin-right: 0px;
}

#cpys_main li img {
    width: 80px;
    margin: 0 auto;
    height: 80px;
    margin-bottom: 12px;
}

#cpys_main li span {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #323232;
    line-height: 20px;
    display: block;
}

/* 产品优势  end*/
/* 生态合作伙伴 start */
#sthb {
    background-image: url(https://files.yuanian.com/yuanian/page_image/cwyfw/fzpaaspt_aizt_image/sthb_bj.png);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

#sthb_main {
    width: 1100px;
    margin: 0 auto;
}

#sthb h2 {
    padding-bottom: 30px;
    text-align: left;
    color: #fff;
}

#sthb p {
    width: 672px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 30px;
}

#sthb a {
    width: 138px;
    height: 40px;
    background: #f8f9fb;
    border: 1px solid #ffffff;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #2a2c44;
    line-height: 40px;
    display: block;
}

/* 生态合作伙伴 end */
/* 产品架构 */
.cpjg ul {
    display: flex;
    justify-content: center;
}

.cpjg ul li {
    float: left;
    margin-right: 68px;
    padding-bottom: 17px;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}


.cpjg ul li.change {
    font-weight: 600;
    color: #01349D;
    border-bottom: 3px solid #01349D;

}

.cpjg_main_ment {
    background: #f5f7fa;
    padding-bottom: 60px;
    padding-top: 60px;
}

.cpjg_main_ment_cen {
    width: 1100px;
    margin: 0 auto;
    /* display: flex; */
    display: none;
}

.cpjg_main_ment_cen:nth-child(1) {
    display: flex;
}

.cpjg_main_ment_cen_left {
    width: 345px;
    margin-right: 92px;
    margin-top: 73px;
    float: left;
}

.cpjg_main_ment_cen_left h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #404040;
    line-height: 25px;
    margin-bottom: 5px;
}

.cpjg_main_ment_cen_left span {
    width: 36px;
    height: 4px;
    background: #d0171b;
    display: block;
    margin-bottom: 22px;
}

.cpjg_main_ment_cen_left p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #3d485d;
    line-height: 30px;
}

.cpjg_main_ment_cen_right {
    width: 642px;
    height: 325px;
    float: left;
    /* margin: 0 auto; */
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 8px 20px 0px rgb(55 99 170 / 10%), -8px -8px 20px 0px rgb(255 255 255 / 50%), 2px 2px 0px 0px #ffffff inset;
    display: flex;
    align-items: center;
}

.cpjg_main_ment_cen_right img {
    width: 579px;
    text-align: center;
    height: auto;
    margin: 0 auto;

}

/* 服务模式  start*/
.Platform_value {
    height: 371px;
}

.Platform_value_main dl {
    float: left;
    width: 353px;
    height: 172px;
    background: linear-gradient(180deg, #f5f7f9, #ffffff);
    box-shadow: -8px -8px 20px 0px #ffffff, 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
    margin-right: 20px;
}

.Platform_value_main dl:hover {
    background: url(https://files.yuanian.com/yuanian/page_image/Fzpaaspt/index_img/value_checked.png);
    background-size: cover;
    background-position: top left;
}

.Platform_value_main dl:nth-last-child(1) {
    margin-right: 0px;
}

.Platform_value_main dl dt {
    padding: 28px 20px 18px 32px;
}

.Platform_value_main dl dt h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 24px;
}

.Platform_value_main dl dd p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    line-height: 25px;
    padding: 0px 20px 0px 32px;
}


/* 服务模式end */
/* 云平台技术底座为数据中台提供强大的技术支撑 start */
.Technical_support {
    background: url(https://files.yuanian.com/yuanian/page_image/Fzpaaspt/sjzt_image/Technical_bj.png);
    background-size: cover;
    height: 612px;
}

.Technical_support_main {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.Technical_support_main_left {
    background: url(https://files.yuanian.com/yuanian/page_image/Fzpaaspt/sjzt_image/Technical_support_main_left.png);
    background-size: cover;
    width: 358px;
    height: 332px;
    box-shadow: 8px -6px 6px 0px rgba(0, 0, 0, 0.09);
    margin-top: 36px;
    position: absolute;
    left: 0px;
}

.Technical_support_main_left h3 {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    line-height: 45px;
    margin-left: 36px;
    margin-top: 74px;
    margin-bottom: 10px;
    width: 303px;
    height: 90px;

}

.Technical_support_main_left span {
    width: 192px;
    height: 6px;
    display: inline-block;
    background: #ffffff;
    margin-left: 36px;
    margin-bottom: 15px;
}

.Technical_support_main_left p {
    width: 289px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
    line-height: 29px;
    text-align: center;
    text-align: left;
    color: #ffffff;

}

.Technical_support_main_right {
    width: 675px;
    padding-left: 264px;
    height: 264px;
    padding-top: 64px;
    background: #ffffff;
    float: right;
    padding-right: 72px;
}

.Technical_support_main_right dl {
    width: 168px;
    margin: 0 auto;
    float: left;
    margin-bottom: 30px;
    cursor: pointer;
}

.Technical_support_main_right dl dt {
    text-align: center;

}

.Technical_support_main_right dl dt img {
    width: 38px;
    height: 38px;
    text-align: center;
    margin-bottom: 10px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 1s;
}

.Technical_support_main_right dl dt {
    width: 38px;
    height: 38px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.Technical_support_main_right dl:hover img {
    /* transform: rotateY(180deg); */
    margin-top: -15px;
}

.Technical_support_main_right dd {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #626262;
    line-height: 20px;
}

.Technical_support_main_right a {
    width: 138px;
    height: 40px;
    background: #01349d;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.27);
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    text-align: center;
}

/* 云平台技术底座为数据中台提供强大的技术支撑 end */
@media screen and (max-width: 1024px) {
    .swiper-pagination {
        display: block;
    }

    #sthb_main, .Technical_support_main, #cpys_main {
        width: 92%;
    }

    /* 产品 概述 */
    .definition_main_left p {
        width: 100%;
    }

    /* AI中台全面助力企业数字化转型 start */

    .resolve_question {
        height: auto;
        padding-bottom: 20px;
    }

    .resolve_question_main dl {
        margin-bottom: 10px;
        width: 100%;
    }

    /* AI中台全面助力企业数字化转型 end */
    /* 产品功能  start*/
    #cpgn {
        padding-bottom: 30px;
    }

    .banxin2 {
        width: 92%;
        margin: 0 auto;
    }

    #cpgn dl {
        margin-right: 0px;
        width: 90%;
        height: auto;
        padding: 5%;
        margin-bottom: 10px;
    }

    .banxin2 .swiper-wrapper {
        padding-bottom: 20px;
    }

    /* 产品功能  end*/

    /* 产品优势 start */
    #cpys {
        padding-bottom: 30px;
    }

    #cpys_main {
        display: inline-block;
    }

    #cpys_main li {
        width: 50%;
        margin-right: 0px;
        text-align: center;
        float: left;
        margin-bottom: 10px;
    }

    /* 产品优势 end */
    /* 生态合作伙伴 start */
    #sthb {
        background-size: cover;
    }

    #sthb p {
        width: 100%;
    }

    /* 生态合作伙伴 end */
    /* AI中台产品架构 start*/
    .cpjg ul {
        display: -webkit-box;
        overflow-x: scroll;
    }

    .cpjg ul li {
        margin-right: 12px;
        margin-left: 12px;
    }

    .cpjg_main_ment {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cpjg_main_ment_cen_left {
        width: 100%;
        margin-right: 0px;
        margin-top: 0px;
        float: left;
    }

    .cpjg_main_ment_cen:nth-child(1) {
        display: block;
    }

    .cpjg_main_ment_cen_right {
        width: 100%;
        height: 180px;
        margin-top: 30px;
    }

    .cpjg_main_ment_cen_right img {
        width: 80%;
    }

    /* AI中台产品架构 end*/
    .cpjg_main_ment_cen {
        width: 92%;
    }

    /* 服务模式 start */
    .Platform_value {
        height: auto;
        padding-bottom: 20px;
    }

    .Platform_application_scenario {
        height: auto;
        margin-bottom: 10px;
    }

    .Platform_application_scenario_main dl {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    .Platform_application_scenario_main dl dt {
        padding: 0px;
    }

    .Platform_application_scenario_main dl dd p {
        padding-left: 50px;
    }

    .Platform_value_main dl {
        width: 100%;
        margin-bottom: 10px;
    }

    /* 服务模式 end */
    /* 云平台技术底座为数据中台提供强大的技术支撑 start*/
    .Technical_support {
        height: auto;
        padding-bottom: 30px;
    }

    .Technical_support_main_left {
        width: 90%;
        padding: 5%;
        height: auto;
        position: initial;
        margin-top: 0px;
    }

    .Technical_support_main_left h3 {
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        font-size: 24px;
        line-height: 30px;
        height: auto;
    }

    .Technical_support_main_left span {
        height: 3px;
        margin-left: 0px;
    }

    .Technical_support_main_left p {
        width: auto;
    }

    .Technical_support_main_right {
        width: 100%;
        text-align: center;
        height: auto;
        padding: 0px;
        background: #ffffff;
        float: none;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .Technical_support_main_right dl {
        width: 49%;
        margin-bottom: 10px
    }

    .Technical_support_main_right a {
        float: initial
    }

    /* 云平台技术底座为数据中台提供强大的技术支撑 end */

}
