.software{
    background: #F4F5F9;
    padding: 3% 0 3% 0;
}
p .countup-int {
    font-size: 40px;
    color: #0081ee;
    line-height: 30px;
    position: relative;
    font-weight: bold;
}
.data_item {
    text-align: center;
    padding: 45px 0;
}
.data_item p{
    font-size: 16px;
}
.data_item p span {
    display: inline-block;
    margin-right: 3px;
    line-height: 50px;
}
.data_item p .count-suffix {
    font-size: 30px;
    color: #0081ee;
    position: absolute;
    right: -23px;
    top: -8px;
}

.video {
    width: 100%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 3%;
}

.video div {
    width: 65%;
}

.video div:first-of-type {
    background-image: url(../../images/about/bg1.png);
    background-size: 100% 100%;
    position: relative
}

.video div:first-of-type video {
    position: absolute;
    right: 96px;
    top: 50%;
    transform: translate(0, -50%)
}

.video div:last-of-type {
    padding-top: 62px;
}

.video div:last-of-type p {
    display: block;
    /*width: 430px;*/
    line-height: 30px;
    font-size: 14px
}

.video div:last-of-type p span {
    font-weight: 700;
    display: inline-block;
    padding-left: 20px
}

/*    服务*/
.company_service{
    padding: 3% 0 3% 0;
}
.company_service .system {
    width: 100%;
    margin: 0 auto
}

.company_service .system ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.company_service .system ul li {
    width: 32%;
    height: 315px;
    display: inline-block;
    margin-top: 31px;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(225, 225, 225, .8)
}

.company_service .system ul li>img {
    widows: 100%;
    height: 189px;
    width: 384px;
}

.company_service .system ul li>h3 {
    margin-top: 20px
}

.company_service .system ul li .sysInfo {
    opacity: 0;
    overflow: hidden;
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    /*padding: 27px 42px;*/
    padding: 4% 2%;
    margin: 0;
    background-color: #fff
}

.company_service .system ul li .sysInfo img {
    width: 72px;
    height: 68px
}

.company_service .system ul li .sysInfo h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 22px
}

.company_service .system ul li .sysInfo span {
    width: 310px;
    display: inline-block;
    margin: 0 auto;
    line-height: 20px;
    text-align: left;
    font-size: 14px
}

.company_service .system ul li .sysInfo a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: solid 1px #5097ff;
    margin-top: 20px;
    color: #5097ff;
    cursor: pointer
}

.company_service .system ul li h3 {
    font-size: 20px
}

.company_service .system ul li div {
    width: 39px;
    height: 3px;
    background-color: #ff8f2b;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 13px
}

.company_service .system ul li span {
    color: #666
}

.company_advantage{
    padding: 3% 0 3% 0;
    background: url(/assets/index/image/support.png) no-repeat center/cover;
}
.company_advantage .box{
    width: 100%;
    overflow: auto;
    white-space: normal;
}
.company_advantage ul {
    width: 100%;
    display: flex;
    /*justify-content: space-around;*/
    margin: 0 auto
}

.company_advantage ul li {
    width: 100%;
    height: 280px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-top: 45px;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 59px;
    position: relative;
    border-radius: 10px;
    margin-left: 1%;
}

.company_advantage ul li h4 {
    color: #666666;
    font-size: 22px;
    font-weight: 700
}

.company_advantage ul li div {
    height: 86px
}

.company_advantage ul li span {
    display: inline-block;
    width: 156px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-align: center
}


.company_environment{
    padding: 3% 0 0 3%;
}
.company_environment .imgBox {
    width: 100%;
    margin: 0 auto;
}

.company_environment .imgBox div {
    float: left;
    margin-right: 30px
}

.company_environment .imgBox div img {
    width: 321px
}

.company_environment .imgBox img {
    margin-bottom: 30px;
    margin-right: 10px;
    width: 410px
}

.company_environment .imgBox img:nth-of-type(2n) {
    margin-right: 0
}

@media (max-width: 767px) {
    .video {
        flex-direction: column !important;
    }
    .video div{
        width: 100%;
    }
    .video div img{
        width: 100%;
    }

    .software .container .row{
        display: flex!important;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .software .container .row .col-sm-3{
        padding-right: 5px!important;
        padding-left: 5px!important;
    }

    .data_item {
        padding: 10px 0!important;
    }

    .data_item img{
        width: 35px;
        height: 35px;
    }
    .data_item p{
        font-size: 12px;
    }
    .data_item p span{
        line-height: 20px!important;
    }
    p .countup-int{
        font-size: 20px!important;
    }
    .data_item p .count-suffix{
        font-size: 19px!important;
        right: -14px!important;
        top: -4px!important;
    }
    .company_service .system ul li{
        width: 95%!important;
    }
    .company_service .system ul li h3{
        font-size: 18px!important;
    }
    .company_service .system ul li span{
        font-size: 14px!important;
    }
    .company_advantage ul li h4{
        font-size: 20px!important;
    }
}