.mainTop{
    width: 100%;
    height: 500px;
    background: url("../image/1.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -99999999;
    overflow: hidden;
    top: 0px;
}

.SupplymainTop{
    width: 100%;
    height: 500px;
    background: url("../image/supply1.png") center center no-repeat;
    background-size: cover;
}

.abstract{
    max-width:1200px;
    height: 350px;
    display: flex;
    margin:  0 auto;
}

.leftContent{
    width: calc(45% - 60px);
    height: calc(100% - 60px);
    padding: 30px;
    background-color: #eaeaea;
}

.leftContent h1{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.leftContent .textContent{
    margin-top: 16px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #0f0f0f;
}

.rightImage{
    width: 55%;
    height: 100%;
    /* background: url("../image/2.png") center center no-repeat;
    background-size: cover; */
}

.supply{
    max-width:1200px;
    height: 516px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.informationProvision{
    width: calc(32% - 20px);
    height: calc(100% - 20px);
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #e5e5e5;
    transition-duration: 0.2s;
}

.informationProvision:hover{
    position: relative;
    top:-20px;
}



.imgs1{
    width: 100%;
    height: 200px;
    background: url("../image/supply2.png") no-repeat center center;
    background-size: cover;
}
.imgs2{
    width: 100%;
    height: 200px;
    background: url("../image/supply3.png") no-repeat center center;
    background-size: cover;
}
.imgs3{
    width: 100%;
    height: 200px;
    background: url("../image/supply4.png") no-repeat center center;
    background-size: cover;
}

.application{
    margin: 0 auto;
    width:1160px;
    height: 520px;
    background-color: #e8e8e8;
    display: flex;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.application .childrenDiv{
    height: 100%;
    width: 22%;
}

.application .topImage{
    height: 270px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

.application .topImage1{
    height: 270px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    margin-top: 30px;
}

.images{
    position: absolute;
    width: (100% - 20px);
    height: 278px;
    top:10px;
    left: 10px;
    right: 10px;
    background: url("../image/3.png") no-repeat center center;
    background-size: cover;
}

.images2{
    position: absolute;
    width: (100% - 20px);
    height: 278px;
    top:10px;
    left: 10px;
    right: 10px;
    background: url("../image/4.png") no-repeat center center;
    background-size: cover;
}
.images3{
    position: absolute;
    width: (100% - 20px);
    height: 278px;
    top:10px;
    left: 10px;
    right: 10px;
    background: url("../image/5.png") no-repeat center center;
    background-size: cover;
}
.images4{
    position: absolute;
    width: (100% - 20px);
    height: 278px;
    top:10px;
    left: 10px;
    right: 10px;
    background: url("../image/6.png") no-repeat center center;
    background-size: cover;
}

.application .bottomContent{
    margin-top: 30px;
}

.bottomContent2{
    margin-top: 0;
}

.bottomContent h1,.bottomContent2 h1{
    text-align: center;
    font-size: 20px;
}

.bottomContent p ,.bottomContent2 p{
    margin-top: 6px;
    font-size: 14px;
    text-indent: 2em;
    line-height: 26px;
}

.gq_zi{
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    color: #333333;
    font-size: 22px;
}

.gq_nr div {
    line-height: 35px;
    width: 330px;
    margin: 0 auto;
    background: url(../image/kr_26.jpg) no-repeat 0px 15px;
    text-indent: 0.5cm;
    border-bottom: 1px dashed #d9d9d9;
    font-size: 14px;
}

.gq_time {
    float: right;
    font-size: 12px;
    color: #aaaaaa;
}

.gq_more{
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #b8b8b8;
    display: block;
    margin: 20px auto;
    font-size: 14px;
}
/*适配手机端*/
@media(max-width:480px){
    .mainTop {
        height: 200px;
    }
    .SaaSmarket_linktitle h1{
        font-size: 18px;
    }
    .supply{
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .informationProvision{
        width: calc(100% - 20px);
        margin-top: 20px;
        height: 280px;
    }
    .SaaSmarket_linktitle h1:after{
        content: "　　　";
        text-decoration: line-through;
        color: #f0c;
        padding-left: 10px;
    }
    .SaaSmarket_linktitle h1:before{
        content: "　　　";
        text-decoration: line-through;
        color: #f0c;
        padding-left: 10px;
    }
    .abstract{
        height: 390px;
    }

    .rightImage{
        display: none;
    }
    
    .Lindex-newsbg{
        width: 100%;
        margin: 0 auto;
    }
    .leftContent{
        width: calc(100% - 60px);
    }
    .application{
        height: auto;
        width: calc(100% - 40px);
        flex-direction: column;
    }
    .application .childrenDiv{
        width: 68%;
        margin: 10px auto;
    }

}