.partA {
    background-image: url('../image/softwarebg_3.png');
    background-repeat: no-repeat;
    height: 706px;
    background-size: 100vw;
}

.partA .partA-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 706px;
}

.partA .partA-left .partA-left-top h2 {
    color: #FFFFFF;
    font-size: 82px;
}

.partA-bar {
    width: 184px;
    height: 8px;
    background: #FFFFFF;
    margin: 35px auto;
}

.partA-left-top p {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
}

.partA .partA-left .partA-left-bottom button {
    width: 226px;
    height: 68px;
    background-image: linear-gradient(180deg, #0298FC 0%, #0170F9 100%);
    border-radius: 12px;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 44px;
    border: 0;
}


/* partB */

.partB {
    /* background-color: pink; */
}

.partB-middle-box {
    width: 1200px;
    background-color: #ffffff;
    margin: 0 auto;
}


/* boxAContent */

.boxAContent {
    background-color: #0170F9;
    height: 448px;
}

.boxAContent ul li h3 {
    color: #FFFFFF;
    font-size: 40px;
}

.boxAContent ul {
    /* border: 1px solid red; */
    display: flex;
    justify-content: space-around;
}

.boxAContent ul li>div {
    /* border: 1px solid red; */
    width: 350px;
    height: 224px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.boxAContent ul li p {
    color: #DCDFE6;
    font-size: 24px;
}

.boxAContent-bar {
    width: 108px;
    height: 8px;
    margin: 15px 0px;
    background-color: #FFFFFF;
}
/* b */

.boxBContent {
    height: 762px;
}

.boxBContent {
    background: #F2F6FC;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    /* border: 1px solid red; */
    padding-top: 40px;
    padding-bottom: 50px;
}

.boxBContent ul {
    /* border: 1px solid red;  */
    justify-content: space-around;
    margin: 0px 80px;
    display: flex;
}

.boxBContent ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid red;  */
    width: 180px;
    flex-direction: column;
}
.boxBContent ul li img{
    height: 58px;
    width: 58px;
}
.boxBContentIcon {
    width: 48px;
    height: 48px;
}

.boxBContentIconText {
    color: #606266;
    font-size: 20px;
    display: inline-block;
    margin-top: 9px;
    width: 180px;
    text-align: center;
}

/* boxCContent */

.boxCContent {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.boxCContent ul {
    /* border: 1px solid green; */
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.boxCContent ul li {
    /* border: 1px solid red;  */
    display: flex;
    align-items: center;
    width: 285px;
    /* margin: 0 auto; */
    padding-left: 90px;
}

.boxCContent ul li img {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}

.partCListLi ul li p {
    display: inline-block;
    color: #606266;
    font-size: 12px;
    margin-left: 5px;
}


/* boxDContent */

.boxDContentMain {
    margin-top: 140px;
    height: 794px;
    background-color: #F2F6FC;
    display: flex;
}

.boxDContentMain-left {
    flex: 1;
}

.boxDContentMain-right {
    flex: 1;
}

.boxDContentMain h4 {
    color: #303133;
    font-size: 38px;
    margin-top: 100px;
    text-align: center;
}

.boxDContentMain p {
    color: #606266;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}

.boxDContentMain-left-img {
    width: 480px;
    height: 480px;
    /* border: 1px solid green; */
    text-align: center;
    margin: 0 auto;
    margin-top: 86px;
}

.boxDContentMain-right-img {
    width: 480px;
    height: 480px;
    /* border: 1px solid green; */
    text-align: center;
    margin: 0 auto;
    margin-top: 86px;
}


/* boxEContent */

.boxEContent ul {
    display: flex;
    justify-content: space-around;
}

.boxEContent ul:first-child {
    margin-bottom: 50px;
}

.boxEContent ul li {
    text-align: center;
}

.boxEContent ul li p {
    color: #303133;
    font-size: 18px;
    margin-top: 20px;
}

.boxEContentMoreBtnDiv {
    text-align: center;
    margin-top: 60px;
    padding-bottom: 100px;
}

.boxEContentMoreBtn {
    width: 238px;
    height: 44px;
    background-image: linear-gradient(#0298FC, #0170F9);
    color: yellow;
    border: 0;
    border-radius: 6px;
}

.boxEContentMoreBtn span {
    color: #FFFFFF;
    font-size: 16px;
}

