/*banner样式开始*/
.banner_box {
    color: #fff;
    padding: 120px 0 240px;
    position: relative;
    background-image: -webkit-linear-gradient(top, #769bf2, #356dee);
}

.banner_box .flex_banner {
    display: flex;
    align-items: flex-start;
}

.banner_box .flex_banner .banner_right {
    flex: 1;
    margin-left: 10px;
}

.banner_box .top_text {
    font-size: 40px;
}

.banner_box .middle_text {
    font-size: 22px;
    margin: 30px 0;
}

.banner_box .bottom_btn .btn_item {
    width: 150px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #00d48d;
    background-color: #00d48d;
}

.banner_box .bottom_btn .btn_item.plain {
    margin-left: 20px;
    border-color: #fff;
    transition: all .25s;
    background-color: transparent;
}

.banner_box .bottom_btn .btn_item.plain:active {
    color: var(--primary-color);
    background-color: #f8f8f8;
}

.banner_box .banner_bottom {
    width: var(--primary-width);
    height: 110px;
    position: absolute;
    bottom: -35px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 6px 30px 1px rgba(107, 88, 253, 0.16);
}

.banner_box .banner_bottom .banner_btm_content {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.banner_box .banner_bottom .banner_btm_content .left {
    flex: 1;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
}

.banner_box .banner_bottom .banner_btm_content .left .img_item {
    height: 70px;
}

.banner_box .banner_bottom .banner_btm_content .left .img_item + .img_item {
    margin-left: 10px;
}

.banner_box .banner_bottom .banner_btm_content .right {
    width: 120px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    color: var(--primary-color);
    transition: all .35s;
}

.banner_box .banner_bottom .banner_btm_content .right:hover {
    transform: scale(1.2);
}

/*banner样式结束*/

.problem {
    margin-top: 100px;
}

.problem_cont {
    display: grid;
    margin-top: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.problem_cont .problem_item {
    height: 240px;
    cursor: default;
    border-radius: 6px;
    transition: all .45s;
    box-shadow: 0 0 16px 1px rgba(107, 88, 253, 0.16);
}

.problem_cont .problem_item:hover {
    transform: scale(1.1);
}

.problem_cont .problem_item .item_box {
    width: 85%;
    margin: 20px auto;
}

.problem_cont .problem_item .item_box .img_icon {
    width: 26%;
    margin: 0 37%;
}

.problem_cont .problem_item .item_box .title {
    color: #2C3E50;
    font-size: 22px;
    font-weight: bold;
    margin: 12px 0 18px;
    text-align: center;
}

.problem_cont .problem_item .item_box .content {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
}

/*选择岗位样式开始*/
.choose_jobs {
    padding: 120px 0 0;
}

/*tab样式开始*/
.subsection {
    top: 90px;
    /*width: 80%;*/
    z-index: 15;
    margin: 0 auto;
    /*position: sticky;*/
}

.subsection .subsection_box {
    /*width: 100%;*/
    width: 80%;
    height: 60px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    position: relative;
    background-color: #f2f2ff;
    margin: 0 auto;
    /*position:sticky;*/
    /*top: 120px;*/
    /*box-shadow: 0 6px 30px 1px rgba(107, 88, 253, 0.16);*/
}

.subsection .subsection_box .subsection_item {
    width: calc(100% / 4);
    z-index: 10;
    color: #718093;
    font-size: 14px;
    text-align: center;
}

.subsection .subsection_box .subsection_item span {
    width: 70%;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    transition: all .35s;
}

.subsection .subsection_box .subsection_item span:hover {
    color: var(--primary-color);
}

.subsection .subsection_box .subsection_item span.active,
.subsection .subsection_box .subsection_item span.active:hover {
    color: #fff;
}

.subsection .subsection_box .item_bg {
    width: calc((100% / 4) * .7);
    left: calc((100% / 4 * .7) - ((100% / 4) * .55));
    z-index: 0;
    height: 40px;
    margin: 0 auto;
    transition: all .35s;
    border-radius: 6px;
    position: absolute;
    display: inline-block;
    background-color: var(--primary-color);
    box-shadow: 0 6px 6px 1px rgba(107, 88, 253, 0.16);
}

/*tab样式结束*/
.tab_cent_box {
    height: 615px;
}

.tab_cent_box .internet,
.tab_cent_box .hr,
.tab_cent_box .finance,
.tab_cent_box .ec,
.tab_cent_box .sales {
    display: none;
}

.tab_cent_box .tab_cent_item {
    width: 100%;
    padding: 30px 0;
    border-radius: 10px;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 0 14px 1px rgba(107, 88, 253, 0.2);
}

.tab_cent_box .tab_cent_item .cent_white_box {
    width: 95%;
    margin: 0 auto;
}

.tab_cent_box .tab_cent_item .top {
    height: 30px;
    display: flex;
    align-items: center;
}

.tab_cent_box .tab_cent_item .top .line {
    width: 4px;
    height: 70%;
    border-radius: 6px;
    margin-right: 15px;
    background-color: var(--primary-color);
}

.tab_cent_box .tab_cent_item .top .title {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 800;
}

.tab_cent_box .tab_cent_item .bottom {
    display: grid;
    margin-top: 20px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(10, 1fr);
}

.tab_cent_box .tab_cent_item .bottom .bottom_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tab_cent_box .tab_cent_item .bottom .icon {
    width: 50px;
    height: 50px;
}

.tab_cent_box .tab_cent_item .bottom .name {
    color: #222;
    font-size: 14px;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*选择岗位样式结束*/


/*产品功能样式开始*/
.product {
    padding: 100px 0;
}

.product .product_cont {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.product .product_cont .product_item {
    width: 100%;
}

.product .product_cont .product_item_box {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    cursor: pointer;
    transition: all .35s;
    border-radius: 6px;
    box-shadow: 0 0 16px 1px rgba(107, 88, 253, 0.16);
}

.product .product_cont .product_item_box .top_icon {
    max-width: 160px;
}

.product .product_cont .product_item_box .top_title {
    font-weight: bold;
    margin: 15px 0;
    font-size: 20px;
    transition: color .35s;
}

.product .product_cont .product_item_box .content {
    width: 80%;
    height: 30px;
    color: #666;
    /*text-align: left;*/
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

.product .product_cont .product_item_box .line_box {
    width: 90%;
    margin: 10px auto 20px;
    /*display: grid;*/
    /*grid-template-columns: repeat(2, 1fr);*/
}

.product .product_cont .product_item_box .line_box .line_item {
    color: #222;
    /*color:var(--primary-color);;*/
    display: flex;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.product .product_cont .product_item_box .line_box .icon {
    width: 25px;
    max-height: 25px;
    margin-right: 5px;
    display: none;
}

.product .product_cont .product_item_box .button_box {
    width: 80%;
    height: 35px;
    color: #666;
    display: flex;
    font-size: 14px;
    border-radius: 4px;
    margin: 15px auto 0;
    align-items: center;
    transition: all .35s;
    justify-content: center;
    border: 1px solid #d6d6d6;
}

.product .product_cont .product_item_box .button_box .iconfont {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;

}

.product .product_cont .product_item_box:hover {
    transform: scale(1.1);
  /*  border-radius: 6px;
    box-shadow: 0 0 16px 1px rgba(107, 88, 253, 0.16);*/
}

.product .product_cont .product_item_box:hover .top_title {
    color: var(--primary-color);
}

.product .product_cont .product_item_box:hover > a .button_box {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

/*产品功能样式结束*/


/*功能特点样式开始*/

.features .features_cont {
    display: grid;
    align-items: center;
    margin-top: 80px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(5, 1fr);
}

.features .features_cont .features_item {
    transition: all .2s;
}

.features .features_cont .features_item:hover .top_icon {
    transform: scale(1.15);
}

.features .features_cont .features_item_box {
    width: 80%;
    margin: 15px auto;
    text-align: center;
}

.features .features_cont .features_item_box .top_icon {
    transition: all .2s;
    width: 60px;
}

.features .features_cont .features_item_box .top_title {
    width: 60%;
    margin: 10px auto;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary-color);
}

.features .features_cont .features_item_box .sub_title {
    color: #666;
    font-size: 14px;
}

/*产品功能样式结束*/


/*出色工作样式开始*/
.work_efficiency {
    margin: 160px 0;
}

.work_efficiency .cent_title {
    max-width: 600px;
    margin: 0 auto;
}

.work_efficiency .flex_work {
    display: flex;
    margin-top: 120px;
    justify-content: space-between;
}

.work_efficiency .line {
    height: 1px;
    margin: 120px auto;
    background-color: #f1effd;
}

.work_efficiency .work_text {
    flex: 1;
    margin-right: 90px;
}

.work_efficiency .work_text .color_title {
    color: #17cfcf;
    font-size: 18px;
    font-weight: bold;
}

.work_efficiency .work_text .big_title {
    color: #2c3e50;
    font-size: 40px;
    font-weight: bold;
    margin: 10px 0;
}

.work_efficiency .work_text .subtitle {
    color: #718093;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.work_efficiency .work_text .middle .middle_item {
    margin-bottom: 30px;
}

.work_efficiency .work_text .middle .top_box {
    display: flex;
    align-items: center;
}

.work_efficiency .work_text .middle .top_box .icon_box {
    width: 25px;
    height: 25px;
    color: #17cfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #d1f5f5;
}

.work_efficiency .work_text .middle .top_box .text {
    color: #2c3e50;
    font-size: 19px;
    font-weight: bold;
    margin-left: 20px;
}

.work_efficiency .work_text .middle .bottom_box {
    color: #718093;
    font-size: 17px;
    margin: 10px 0 0 45px;
}

.work_efficiency .work_img {
    width: 50%;
}

.work_efficiency .work_img img {
    height: 100%;
    max-width: 100%;
}

.work_efficiency .work_text .bottom_btn .btn_item {
    height: 50px;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    padding: 0 30px;
    margin-right: 30px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.work_efficiency .work_text .bottom_btn .btn_item.plain {
    padding: 0 30px;
    margin-left: 20px;
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

.work_efficiency .work_text .bottom_btn .btn_item.plain:active {
    background-color: #f8f8f8;
}

.work_efficiency .nth2 .color_title {
    color: #ebb447;
}

.work_efficiency .nth2 .work_text {
    margin-left: 90px;
    margin-right: 0;
}

.work_efficiency .nth2 .work_text .middle .top_box .icon_box {
    color: #ebb447;
    background-color: #fef5e4;
}

/*出色工作样式结束*/


/*团队成就样式开始*/
.achievement {
    padding: 95px 0;
    background: linear-gradient(270deg, #FEF8FF 0%, #F1F8FF 100%);
}

.achievement .flex_achiev {
    margin-top: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.achievement .flex_achiev .achiev_item .item_box {
    width: 90%;
    margin: 0 auto;
}

.achievement .flex_achiev .achiev_item .item_top {
    width: 380px;
    height: 200px;
    background-image: url(../images/img_bg_pj.png);
    background-size: 100% 100%;
}

.achievement .flex_achiev .achiev_item .item_top .top_cent {
    padding: 20px;
}

.achievement .flex_achiev .achiev_item .item_top .title {
    color: #2c3e50;
    font-size: 22px;
    font-weight: bold;
}

.achievement .flex_achiev .achiev_item .item_top .star_box {
    margin: 8px 0 15px;
}

.achievement .flex_achiev .achiev_item .item_top .star_box .star_item {
    color: #ffb73c;
    font-size: 18px;
}

.achievement .flex_achiev .achiev_item .item_top .content {
    max-width: 95%;
    color: #718093;
    font-size: 14px;
    line-height: 25px;
}

.achievement .flex_achiev .achiev_item .item_bottom {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.achievement .flex_achiev .achiev_item .item_bottom .avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.achievement .flex_achiev .achiev_item .item_bottom .info {
    color: #718093;
    font-size: 16px;
    margin-left: 20px;
}

.achievement .flex_achiev .achiev_item .item_bottom .info .name {
    color: #695eee;
    margin-bottom: 5px;
}

/*团队成就样式结束*/


/*增效降本样式开始*/
.synergy {
    margin: 160px 0;
}

.synergy .num_box {
    color: #222;
    display: flex;
    font-size: 14px;
    border-radius: 8px;
    align-items: center;
    padding: 25px 0;
    background: linear-gradient(180deg, #ebebff 0%, rgba(235, 235, 255, 0) 100%);
}

.synergy .num_box .num_item {
    width: 20%;
    margin: 0 auto;
    text-align: center;
}

.synergy .num_box .num_item .num {
    font-size: 38px;
    font-weight: bold;
}

.synergy .num_box .num_item .unit {
    font-size: 14px;
}

.synergy .num_box .num_item .arrow_img {
    width: 22px;
    margin-left: 5px;
}

.synergy .num_box .num_item.btn_box .btn_item {
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.synergy .cent_box {
    display: flex;
    margin-top: 50px;
    align-items: flex-end;
    justify-content: space-between;
}

.synergy .cent_box .text_item {
    width: 30%;
}

.synergy .cent_box .text_item .title_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 60px;
}

.synergy .cent_box .text_item .title_box .icon {
    width: 25px;
    max-height: 30px;
}

.synergy .cent_box .text_item .title_box .text {
    font-size: 30px;
    font-weight: bold;
    margin-left: 25px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #695eee, #00d48d);
}

.synergy .cent_box .text_item .image_text_box .box_item {
    display: flex;
}

.synergy .cent_box .text_item .image_text_box .box_item + .box_item {
    margin-top: 45px;
}

.synergy .cent_box .text_item .image_text_box .box_item .left {
    width: 80px;
    height: 80px;
    margin-top: 5px;
}

.synergy .cent_box .text_item .image_text_box .box_item .right {
    flex: 1;
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
}

.synergy .cent_box .text_item.middle .icon {
    width: 100%;
}

.synergy .cent_box .text_item .image_text_box .box_item .right .top {
    color: #695eee;
    margin-bottom: 20px;
}

.synergy .cent_box .text_item.right .title_box .text {
    background-image: -webkit-linear-gradient(left, #f72f7a, #ffb826);
}

.synergy .cent_box .text_item.right .image_text_box .box_item .right .top {
    color: #f72f7a;
}

/*增效降本样式结束*/


/*形态满足使用样式开始*/
.used {

}

.used .used_box {

}

.used .used_box .used_hover_box {
    display: flex;
    margin: 50px 0 160px;
    align-items: center;
    justify-content: space-between;
}

.used .used_box .used_hover_box .box_item {
    width: 33%;
    transition: all .35s;
    background-size: 100% 100%;
}

.used .used_box .used_hover_box .box_item:first-child {
    background-image: url(../images/img_bg_bdbsb_short.png);
}

.used .used_box .used_hover_box .box_item.large:first-child {
    background-image: url(../images/img_bg_bdbsb.png);
}

.used .used_box .used_hover_box .box_item:last-child {
    background-image: url(../images/img_bg_saas_short.png);
}

.used .used_box .used_hover_box .box_item.large:last-child {
    background-image: url(../images/img_bg_saas.png);
}

.used .used_box .used_hover_box .box_item .box_item_cont {
    width: 90%;
    height: 290px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.used .used_box .used_hover_box .box_item .explain,
.used .used_box .used_hover_box .box_item .bottom_btn,
.used .used_box .used_hover_box .box_item.large .small_show_box {
    opacity: 0;
    position: absolute;
    z-index: -1;
    transition: all 1.5s;
}


.used .used_box .used_hover_box .box_item.large {
    width: 65%;
}

.used .used_box .used_hover_box .box_item.large .explain,
.used .used_box .used_hover_box .box_item.large .bottom_btn {
    opacity: 1;
    position: relative;
    z-index: unset;
    transition: all 1.5s;
}

.used .used_box .used_hover_box .box_item .tag {
    color: #fff;
    width: 70px;
    font-size: 12px;
    padding: 2px 0;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #fff;
}

.used .used_box .used_hover_box .box_item .title {
    font-size: 25px;
    margin: 35px 0 45px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #fff, #E0DEFF);
}

.used .used_box .used_hover_box .box_item .explain_item {
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;
}

.used .used_box .used_hover_box .box_item .bottom_btn .btn_item {
    height: 40px;
    color: var(--primary-color);
    padding: 0 15px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #fff;
}

.used .used_box .used_hover_box .box_item .bottom_btn .btn_item.plain {
    color: #fff;
    /*margin-left: 20px;*/
    background-color: transparent;
}

.used .used_box .used_hover_box .box_item .bottom_btn .learn_more {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin-left: 20px;
}

.used .used_box .used_hover_box .box_item .bottom_btn .learn_more .iconfont {
    font-size: 12px;
    margin-left: -5px;
}

.used .used_box .used_hover_box .box_item .small_show_box {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.used .used_box .used_hover_box .box_item:last-child .explain {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    grid-template-rows: repeat(2, 1fr);
}

/*形态满足使用样式结束*/