.productBox {
    transform: translateY(-100px);
    border-radius: 8px;
    padding: 15px;
    padding-top: 100px;
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 42%, rgba(255, 255, 255, 1) 100%);
}


.banner {
    position: relative;
}

.comBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
}

.product01 .h2 {
    color: #333;
    font-weight: bold;
    font-size: 30px;
}

.product01 .h2 img {
    width: 45px;
    padding-left: 15px;
}

@media (max-width:768px) {
    .productBox {
        transform: translateY(0px);
        padding-top: 0px;
    }
    .lunbox img {
        width:100% !important;
    }
}

.product02 {
    padding-top: 20px;
}
.product04 {
    padding-bottom: 50px;
}

.product02 .row {
    background-color: #F7FAFA;
}

.product02 .row ul li {
    display: flex;
    padding: 15px 0;
    align-items: center;
}

.product02 .row ul li img {
    width: 80px;
    height: 80px;
}

.pright {
    flex: 1;
    padding-left: 15px;
}

.pright h5,
.top h5 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.pright p {
    height: 40px;
    overflow: hidden;
}

.product02 .col-md-4 ,.product02 .col-md-6{
    background-color: #fff;
}

.lunbo {
    padding: 30px;
}

.btnBox {
    display: flex;
    justify-content: center;
}

.login,
#download {
    border-radius: 4px;
    margin: 15px 10px;
    display: block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #3ABDC7;
    color: #fff;
}

/* #download {
    border: 1px solid #3ABDC7;
    color: #3ABDC7;
    background-color: transparent;

} */

@media (min-width:992px) {
    .btnBox {
        display: flex;
        justify-content: flex-end;
    }

    .login {
        display: none;
    }

    #download {
        border-radius: 4px;
        margin: 20px 0;
        display: block;
        width: 120px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        background-color: #3ABDC7;
        color: #fff;
    }

    .product02 {
        padding: 50px 0;
    }

    .push {
        padding-bottom: 150px;
    }
    .padding200 {
        padding-bottom: 200px;
    }

    .md-8 {
        width: 66.66666667%
    }

    .product01 a {
        float: right;
    }

    .list {
        height: 195px;
    }
    .list230 {
        background-color: #F7FAFA;
        border-radius: 8px;
        padding: 15px;
        overflow: hidden;
        height: 230px;
    }

    .list2 {
        height: 120px;
    }

    .product02 .col-md-4 {
        position: relative;
        background-color: transparent;
    }
    .dmma_lunbo{
        margin-top: 50px;
    }

    .lunbo {
        height: 250px;
        width: 320px;
        transform: translateY(-50%);
    }

    .lunbo2 {
        height: 250px;
        width: 320px;
        transform: translateY(-50%);
    }

    .lunbo3 {
        height: 160px;
        width: 380px;
        transform: translateY(-50%);
    }
    .lunbo4 {
        height: 170px;
        width: 320px;
        transform: translateY(-50%);
    }

    .product03 .computer {
        width: 50%;
    }
}

.product02 .right {
    padding-left: 34%;
}

.product03 .computer {
    margin: 0 auto;
    display: block;
    padding: 35px;
}

.top {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.top img {
    width: 95px;
    height: 80px;
    padding-right: 15px;
}

.product02 .col-md-4,.product03 .col-md-4,.product03 .col-md-6 {
    padding: 10px;
}

.product03 .row {
    background-color: transparent;
}

.list {
    background-color: #F7FAFA;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
}

#downloadBox {
    display: none;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    top: 0;
}

#close2 {
    float: right;
    width: 40px;
}

#downloadBox h2 {
    padding-bottom: 20px;
}

#downloadBox .form img {
    display: block;
    width: 110px;
    margin: 0 auto;
    border: 1px #999 dashed;
    margin-bottom: 10px;
}

#downloadBox .form p {
    color: #fff;
    border-radius: 4px;
    display: block;
    width: 140px;
    margin: 0 auto;
    background-color: #3ABDC7;
    text-align: center;
    height: 36px;
    line-height: 36px;
}

.lunbox {
    padding: 20px;
}

@media (max-width:992px) {
    .lunbox img {
        width: 300px;
    }

    .product02 .right {
        padding-left: 0;
        text-align: center;
    }

    .product02 h2 {
        text-align: center;
        font-size:18px;
    }

    .product01 .h2 {
        text-align: center;
    }

    .h2 img {
        display: none;
    }

    .product03 .row {
        background-color: #F7FAFA;
    }
}


.swiper-slide {
    text-align: center;
    font-size: 18px;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*
 lmc
 */
.titlebox {
    border-radius: 12px;
    border: 1px solid #3abdc7;
    text-align: center;
    padding: 0px 0px;
    margin-bottom: 15px;
}

/*
 lmc
 */
.titlebox h2 {
    color: rgba(252, 177, 52, 1);
    font-weight: 900;
    font-family: "PingFang SC";
    text-align: center;
}

/*
 lmc
 */
.titlebox p {
    color: rgba(153, 153, 153, 1);
    font-family: "PingFang SC";
    text-align: center;
}

/*
 lmc
 */
.site_list {
    background-color: #F7FAFA;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 0px;
}

.push15 {
    padding-bottom: 15px;
}

.push40 {
    padding-bottom: 40px;
}

.push100 {
    padding-bottom: 100px;
}

.gray {
    color: #999999 !important;
}

.lh21 {
    line-height: 21px;
}

.lh28 {
    line-height: 28px;
}
.clear-background-color {
    background-color: transparent !important;
}

.height {
    height: 200px;
}
.q-construciton_title{
    padding-top: 20px;
    padding-bottom: 60px;
}