/* 软件开发首页 s */


/* X-SCM  s */

.softwareList_oneBGC {
    background-color: #059d77;
    background: linear-gradient(to bottom, #059d77 0%, #017a5c 100%);
}

.softwareList_oneBG {
    background: url(../images/softwareList/BG01.png) no-repeat center center;
    background-size: cover;
}

.softwareList_one_contentBox {
    padding: 0px 0 20px;
    color: #fff;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .softwareList_one_contentBox {
        padding: 2rem 0rem 2rem 1rem;
    }
}


/* X-SCM  e */


/* X-PO s */

.softwareList_twoBGC {
    background-color: #d7e7e7;
    background: linear-gradient(to bottom, #d3e4e4 0%, #d9e8e9 54%, #e7f0f1 55%, #e7f1f2 100%);
}

.softwareList_two_contentBox {
    color: #333;
    height: 100%;
    padding: 2rem 0;
}

@media screen and (max-width: 768px) {
    .softwareList_two_contentBox {
        padding: 2rem 0rem 2rem 1rem;
    }
}


/* X-PO e */


/* X-MES s */

.softwareList_threeBGC {
    background-color: #9cc0b9;
    background: linear-gradient(to left top, #3d6d5e 0%, #548478 25%, #618f82 50%, #94b9b0 75%, #accfc6 100%);
    padding: 12rem 0 7rem;
}

.softwareList_three_imgBox {}

.softwareList_three_contentBox {
    padding-left: 10rem;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .softwareList_three_contentBox {
        padding: 2rem 0rem 2rem 1rem;
    }
}


/* X-MES e */


/* X-OKR s */

.softwareList_fourBGC {
    background-color: #059d77;
    background: linear-gradient(to right top, #017b5d 0%, #038967 50%, #059d77 100%);
}

.softwareList_four_contentBox {
    padding: 0px 0 20px;
    padding-left: 7.142857rem;
    color: #fff;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .softwareList_four_contentBox {
        padding: 2rem 0rem 2rem 1rem;
    }
}


/* X-OKR e */


/* 通用样式 s */

.softwareList_img {
    margin-left: -15px;
    margin-right: -15px;
}

.softwareList_title {
    font-size: 3rem;
    line-height: 5rem;
    font-weight: bold;
}

.softwareList_title02 {
    position: relative;
    margin-bottom: 4.2rem;
}

.softwareList_title02::before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0px;
    width: 13%;
    background-color: #fff;
    height: .5rem;
}

.softwareList_title03 {
    position: relative;
    margin-bottom: 4.2rem;
}

.softwareList_title03::before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 0px;
    width: 13%;
    background-color: #333;
    height: .5rem;
}

.softwareList_describe {
    font-size: 1.285714rem;
    line-height: 2.857143rem;
    max-width: 46rem;
}

.softwareList_whiteCheck {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 0 70px;
    margin-top: 75px;
    color: #fff;
    transition: all .5s;
}

.softwareList_whiteCheck:hover {
    color: #333;
    background-color: #fff;
}

.softwareList_blackCheck {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    border: 2px solid #333;
    border-radius: 25px;
    padding: 0 70px;
    margin-top: 75px;
    color: #333;
    transition: all .5s;
}

.softwareList_blackCheck:hover {
    color: #fff;
    background-color: #333;
}

@media screen and (max-width: 1500px) {
    .softwareList_title {
        font-size: 2rem;
        line-height: 3rem;
    }
    .softwareList_title02 {
        margin-bottom: 1rem;
    }
    .softwareList_title02::before {
        bottom: -1rem;
        width: 13%;
        height: .4rem;
    }
    .softwareList_title03 {
        margin-bottom: 3rem;
    }
    .softwareList_title03::before {
        bottom: -1rem;
        width: 13%;
        height: .4rem;
    }
    .softwareList_describe {
        font-size: 1.1rem;
        line-height: 2rem;
    }
    .softwareList_whiteCheck {
        font-size: 14px;
        line-height: 3rem;
        border: 2px solid #fff;
        border-radius: 25px;
        padding: 0 3.5rem;
        margin-top: 2rem;
    }
    .softwareList_blackCheck {
        font-size: 14px;
        line-height: 3rem;
        border: 2px solid #333;
        border-radius: 25px;
        padding: 0 3.5rem;
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .softwareList_title {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .softwareList_title02 {
        margin-bottom: 1rem;
    }
    .softwareList_title02::before {
        bottom: -1rem;
        left: 0px;
        width: 13%;
        height: .3rem;
    }
    .softwareList_title03 {
        margin-bottom: 3rem;
    }
    .softwareList_title03::before {
        bottom: -1rem;
        width: 13%;
        height: .3rem;
    }
    .softwareList_describe {
        font-size: 1.1rem;
        line-height: 2rem;
    }
}

@media screen and (max-width: 768px) {
    .softwareList_title {
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .softwareList_title02 {
        margin-bottom: 1rem;
    }
    .softwareList_title02::before {
        bottom: -1rem;
        left: 0px;
        width: 13%;
        height: .3rem;
    }
    .softwareList_title03 {
        margin-bottom: 1rem;
    }
    .softwareList_title03::before {
        bottom: -1rem;
        width: 13%;
        height: .3rem;
    }
    .softwareList_describe {
        font-size: 1rem;
        line-height: 2rem;
    }
}


/* 通用样式 e */


/* 软件开发首页 e */


/* -------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------------- */

#softwarekeywords>span {
    color: #fff;
    font-size: 1rem;
    margin-right: 1rem;
}


/* X-SCM 详情页 s */


/* a01 s */

.softwareSub1_one_BGC {
    background-color: #fff;
}

.softwareSub1_one_contentBox {
    padding: 1.5rem 0;
    padding-right: 7.142857rem;
    color: #333;
    height: 100%;
}

.softwareSub1_one_wTitle {
    width: 225px;
}

@media screen and (max-width: 1500px) {
    .softwareSub1_one_contentBox {
        padding-right: 2rem;
    }
    .softwareSub1_one_wTitle {
        width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .softwareSub1_one_contentBox {
        padding-right: 0rem;
    }
}


/* a01 e */


/* a02 s */

.softwareSub1_two_BGC {
    background-color: #6dc3c3;
    background: linear-gradient(to right, #79dfb7 0%, #73d0bd 25%, #6cc0c3 50%, #62a7ce 100%);
}

.softwareSub1_two_contentBox {
    padding: 1.5rem 0;
    padding-right: 0rem;
    color: #fff;
    height: 100%;
}

.softwareSub1_two_wTitle {
    width: 150px;
}

@media screen and (max-width: 1500px) {
    .softwareSub1_two_wTitle {
        width: 120px;
    }
}


/* a02 e */


/* a03 s */

.softwareSub1_three_BGC {
    background-color: #fff;
}

.softwareSub1_three_contentBox {
    padding: 1.5rem 0;
    padding-right: 10.142857rem;
    color: #333;
    height: 100%;
}

.softwareSub1_three_wTitle {
    width: 150px;
}

@media screen and (max-width: 1500px) {
    .softwareSub1_three_contentBox {
        padding: 1.5rem 0;
        padding-right: 0rem;
    }
    .softwareSub1_three_wTitle {
        width: 120px;
    }
}


/* a03 e */


/* a04 s */

.softwareSub1_four_BGC {
    background-color: #6dc3c3;
    background: linear-gradient(to right, #79dfb7 0%, #73d0bd 25%, #6cc0c3 50%, #62a7ce 100%);
}

.softwareSub1_four_BGC_02 {
    background: url(../images/software/01/BG04.png) no-repeat center center;
    background-size: cover;
}

.softwareSub1_four_contentBox {
    padding: 1.5rem 0;
    padding-right: 0rem;
    padding-left: 9.285714rem;
    color: #fff;
    height: 100%;
}

.softwareSub1_four_wTitle {
    width: 150px;
}

@media screen and (max-width: 1500px) {
    .softwareSub1_four_contentBox {
        padding-left: 0rem;
    }
    .softwareSub1_four_wTitle {
        width: 120px;
    }
}


/* a04 e */


/* a05 s */

.softwareSub1_five_BGC {
    background-color: #fff;
}

.softwareSub1_five_contentBox {
    padding: 1.5rem 0;
    padding-right: 0;
    padding-left: 5rem;
    color: #333;
    height: 100%;
}

.softwareSub1_five_contentBox_h2 {
    font-size: 50px;
    line-height: 2;
    font-weight: bold;
}

.softwareSub1_five_contentBox_h5 {
    font-size: 22px;
    line-height: 2;
}

.softwareSub1_five_contentBox_h4 {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
}

@media screen and (max-width: 1500px) {
    .softwareSub1_five_contentBox {
        padding-left: 0rem;
    }
    .softwareSub1_five_contentBox_h2 {
        font-size: 2rem;
        line-height: 3;
    }
    .softwareSub1_five_contentBox_h5 {
        font-size: 1.2rem;
    }
    .softwareSub1_five_contentBox_h4 {
        font-size: 1.2rem;
    }
}


/* a05 e */


/* 通用样式 s */

.softwareSub1_one_BGC,
.softwareSub1_two_BGC,
.softwareSub1_three_BGC,
.softwareSub1_four_BGC_02,
.softwareSub1_five_BGC {
    padding: 2rem 1rem;
}

.softwareSub1_img {
    margin-left: -15px;
    margin-right: -15px;
}

.softwareSub1_title {
    font-size: 3.571429rem;
    line-height: 1.6;
    font-weight: bold;
}

.softwareSub1_com_box {
    margin: 30px 0;
}

.softwareSub1_com_box_title {
    font-size: 24px;
    font-weight: bold;
    /* margin-right: 40px; */
    line-height: 1.7;
}

.softwareSub1_com_box_content {
    font-size: 1.285714rem;
    line-height: 2;
    flex: 1;
}

.softwareSub1_com_free {
    display: inline-block;
    background-color: #45eecf;
    background: linear-gradient(to right, #4bf5cb 0%, #3fe7d3 25%, #26c7e5 50%, #0096fe 100%);
    color: #fff;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    padding: 1.4rem 3.571429rem;
    line-height: 1;
    font-size: 22px;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .softwareSub1_img {
        min-height: 1000px;
    }
}

@media screen and (max-width: 1500px) {
    .softwareSub1_title {
        font-size: 2.5rem;
        line-height: 1.6;
    }
    .softwareSub1_com_box {
        margin: 1.5rem 0;
    }
    .softwareSub1_com_box_title {
        font-size: 1.5rem;
        line-height: 1.7;
    }
    .softwareSub1_com_box_content {
        font-size: 1.1rem;
        line-height: 2;
    }
    .softwareSub1_com_free {
        border-radius: .7rem;
        padding: 1.2rem 3rem;
        line-height: 1;
        font-size: 1.3rem;
        margin-top: 40px;
    }
}

@media screen and (max-width: 768px) {
    .softwareSub1_title {
        font-size: 2rem;
        line-height: 1.6;
    }
    .softwareSub1_com_box_title {
        font-size: 1.2rem;
        line-height: 1.7;
    }
    .softwareSub1_com_box_content {
        font-size: 1rem;
        line-height: 2;
    }
    .softwareSub1_com_free {
        border-radius: .7rem;
        padding: 1rem 2.5rem;
        line-height: 1;
        font-size: 1.2rem;
        margin-top: 40px;
    }
}


/* 通用样式 e */


/* X-SCM 详情页 e */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* X-PO 详情页 s */

.softwareSub2_one_BGC {
    background-color: #eaf6f4;
    padding: 75px 0 0;
}

.softwareSub2_two_BGC {
    background-color: #64b160;
    padding: 75px 0 0;
}

.softwareSub2_three_BGC {
    background-color: #eaf6f4;
    background: url(../images/software/02/BG03.png) no-repeat center center;
    background-size: cover;
    padding: 150px 0;
}

.softwareSub2_three_content {
    color: #333;
    padding-right: 300px;
    height: 100%;
}

.softwareSub2_three_title {
    font-size: 40px;
}

.softwareSub2_three_des {
    font-size: 18px;
    line-height: 2;
    margin-top: 50px;
}

.softwareSub2_four_BGC {
    background-color: #229785;
}

@media screen and (max-width: 1500px) {
    .softwareSub2_three_content {
        padding-right: 20px;
    }
    .softwareSub2_three_title {
        font-size: 2rem;
    }
    .softwareSub2_three_des {
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .softwareSub2_three_content {
        padding-right: 0px;
    }
    .softwareSub2_three_title {
        font-size: 1.8rem;
    }
    .softwareSub2_three_des {
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}


/* X-PO 详情页 e */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* X-MES 详情页 s */

.softwareSub3_one_BGC {
    background-color: #f2f4f4;
}

.softwareSub3_one_content {
    height: 100%;
    padding: 170px 0;
}

.softwareSub3_one_h2 {
    font-size: 62px;
    font-weight: bold;
    color: #2b5aae;
}

.softwareSub3_one_h3 {
    font-size: 43px;
    font-weight: bold;
    color: #333;
    text-align: right;
}

.softwareSub3_one_p1 {
    font-size: 18px;
    color: #333;
    line-height: 2;
}

.softwareSub3_two_BGC {
    background-color: #229785;
}

.softwareSub3_three_BGC {
    background-color: #c6c8c8;
}

.softwareSub3_four_BGC {
    background-color: #229785;
}

@media screen and (max-width: 1500px) {
    .softwareSub3_one_content {
        padding: 120px 0;
    }
    .softwareSub3_one_h2 {
        font-size: 2.5rem;
    }
    .softwareSub3_one_h3 {
        font-size: 2rem;
    }
    .softwareSub3_one_p1 {
        font-size: 1.2rem;
        line-height: 2;
    }
}

@media screen and (max-width: 768px) {
    .softwareSub3_one_content {
        padding: 0 0 3rem;
    }
    .softwareSub3_one_h2 {
        font-size: 2rem;
    }
    .softwareSub3_one_h3 {
        font-size: 1.6rem;
    }
    .softwareSub3_one_p1 {
        font-size: 1.1rem;
        line-height: 2;
    }
}


/* X-MES 详情页 e */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* X-OKR 详情页 s */

.softwareSub4_one_BGC {
    background-color: #eaf6f4;
    padding: 75px 0 0;
}

.softwareSub4_two_BGC {
    background-color: #64b160;
    padding: 75px 0 0;
}

.softwareSub4_three_BGC {
    background-color: #eaf6f4;
    padding: 150px 0;
    background: url(../images/software/04/BG03.png) no-repeat center center;
    background-size: cover;
    padding: 155px 0;
}

.softwareSub4_three_content {
    color: #333;
    padding-right: 300px;
    height: 100%;
}

.softwareSub4_three_title {
    font-size: 40px;
}

.softwareSub4_three_des {
    font-size: 18px;
    line-height: 2;
    margin-top: 50px;
}

.softwareSub4_four_BGC {
    background-color: #229785;
}

@media screen and (max-width: 1500px) {
    .softwareSub4_three_content {
        padding-right: 20px;
    }
    .softwareSub4_three_title {
        font-size: 2rem;
    }
    .softwareSub4_three_des {
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 3rem;
    }
}

@media screen and (max-width: 768px) {
    .softwareSub4_three_content {
        padding-right: 0px;
    }
    .softwareSub4_three_title {
        font-size: 1.8rem;
    }
    .softwareSub4_three_des {
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}


/* X-OKR 详情页 e */


/* 详情页 start */

.software_adBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

.software_adBox_fontBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 220px;
}

.software_adBox_h1 {
    position: relative;
    font-size: 40px;
    color: #fff;
    line-height: 120px;
}

.software_adBox_h1::before {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    background-color: #fff;
    height: 3px;
    width: 3%;
}

.software_adBox_h2 {
    font-size: 18px;
    color: #fff;
}

.software_detailsPageContentBox img {
    width: 100%;
}


/* 详情页 end*/


/* 翻页 start */

.software_turnPageBGBox {
    background-color: #fff;
}

.software_turnPageBox {
    max-width: 1520px;
    padding: 60px 100px;
}

.software_preBox {
    position: relative;
    border: 4px solid #9c9c9c;
    border-left: 0;
    line-height: 62px;
    font-size: 26px;
    color: #9c9c9c;
    padding: 0 35px 0 30px;
}

.software_preBox::before {
    content: '';
    position: absolute;
    left: -49px;
    top: 0;
    width: 49px;
    height: 49px;
    border-left: 4px solid #9c9c9c;
    border-bottom: 4px solid #9c9c9c;
    transform: translate(50%, 7px) rotate(45deg);
}

.software_preBox:hover {
    border: 4px solid #229785;
    border-left: 0;
    color: #229785;
}

.software_a1:hover .software_preBox::before {
    border-left: 4px solid #229785;
    border-bottom: 4px solid #229785;
}

.software_nextBox {
    position: relative;
    border: 4px solid #9c9c9c;
    border-right: 0;
    line-height: 62px;
    font-size: 26px;
    color: #9c9c9c;
    padding: 0 30px 0 35px;
}

.software_nextBox::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 0;
    width: 49px;
    height: 49px;
    border-right: 4px solid #9c9c9c;
    border-top: 4px solid #9c9c9c;
    transform: translate(50%, 7px) rotate(45deg);
}

.software_nextBox:hover {
    border: 4px solid #229785;
    border-right: 0;
    color: #229785;
}

.software_a1:hover .software_nextBox::before {
    border-right: 4px solid #229785;
    border-top: 4px solid #229785;
}


/* 翻页 end */


/* 翻页2 start */

.common_nextlinkBox {
    padding: 90px 0;
    text-align: center;
}

.common_nextlinkBox_s1 {
    font-size: 14px;
    margin-right: 20px;
}

.common_nextlinkBox_iconStyle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #999999;
    color: #fff;
    line-height: 50px;
    font-size: 34px;
    vertical-align: middle;
}


/* 翻页2 end */

@media screen and (max-width: 1200px) {
    .software_adBox_h1 {
        font-size: 60px;
        color: #fff;
        line-height: 120px;
    }
    .software_adBox_h2 {
        font-size: 17px;
        color: #fff;
    }
}

@media screen and (max-width: 992px) {
    .software_adBox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 400px;
    }
    .software_adBox_fontBox {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 150px;
    }
    .software_adBox_h1 {
        font-size: 50px;
        color: #fff;
        line-height: 120px;
    }
    .software_adBox_h1::before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        background-color: #fff;
        height: 3px;
        width: 7%;
    }
    .software_adBox_h2 {
        font-size: 16px;
        color: #fff;
    }
}

@media screen and (max-width: 576px) {
    .software_adBox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 200px;
    }
    .software_adBox_fontBox {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 3rem;
    }
    .software_adBox_h1 {
        font-size: 1.5rem;
        color: #fff;
        line-height: 2;
    }
    .software_adBox_h2 {
        font-size: .8rem;
        color: #fff;
        line-height: 1.5;
    }
}


/* 填写信息板块 s */


/* 背景 */


/* softwareCollectInformation  =swcf */

.swcfBG {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 999;
}

.icon-chahao_style {
    cursor: pointer;
}

.swcfBG_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    padding: 0px 46px 80px 46px;
    color: #666666;
    border-radius: 8px;
}

.sw_baseTitle {
    margin-top: 30px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #b0b0b0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.sw_title {
    margin-right: 12px;
    text-align: right;
}

.sw_title>label {
    padding-left: 0;
    line-height: 36px;
    font-size: 16px;
}

.sw_input {
    width: 240px;
    margin-right: 13px;
    margin-bottom: 12px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 2em;
    padding: 0.5em 1em;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
}

.sw_input:focus {
    outline: 0;
    border-color: #129FEA;
}

.sw_subBox {
    margin-top: 2rem;
    text-align: center;
    line-height: 3rem;
}

.sw_sub {
    display: inline-block;
    font-size: 1.5rem;
    border: 0;
    background-color: #FF544E;
    padding: 0.1rem 2rem;
    line-height: 3rem;
    vertical-align: middle;
    color: #fff;
    border-radius: .5rem;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .sw_title {
        margin-right: 12px;
        text-align: center;
    }
    .sw_inputBox {
        text-align: center;
    }
}


/* 填写信息板块 e */