<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bigimg{
    width: 100%;
}

.title_img{
    width: 100%;
}
.jieshao{
    padding: 0 5%;
    padding-top: 15px;
    height: auto;
}

.jisubanjsbig{
    display: none;
    width: 100%;
    margin: 15px 0;
}
.jieshao_down{
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}
.jisubantd{
    width: 100%;
    object-fit: cover;
}

.heng{
    height: auto;
    background: #26add3;
    color: #fff;
    position: relative;
    text-align: center;
    padding: 15px 5%;
    margin-top: 0;
    
}
.heng p{
    font-size: 16px;
}
.heng span{
    display: block;
    margin: 20px 0;
    font-size: 12px;
}
.jisubanheng{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}

.lingyu{
    padding: 30px 5% 15px;
    padding-bottom: 0;
}

.lingyuimgbox{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    justify-content: center;
}
.lingyuimg_big{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.lingyuimg{
    margin-left: 35px;
    width: 100%;
}



.geqiangbanxnbox{
    padding: 15px 5%;
    background: #f5f5f5;
}

.geqiangbanxn{
    display: flex;
    background: #fff;
    padding: 10px;
    height: auto;
    justify-content: space-between;
    margin-top: 15px;
    flex-wrap: wrap;
}
.geqiangban{
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #6b6b6b;
    margin-bottom: 10px;
}
.geqiangban:hover {
    background:#26add3;
    color: #fff;
}
.geqiangban:hover span{
    border-top:1px solid #fff;
}
.geqiangban:hover h2{
    background: url('../img/geqiangbanxingnenghover.png') no-repeat left center;
}
.geqiangbanxnimg{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.gqbdown{
    padding:0 5px ;
    height: auto;
}
.geqiangban h2{
    background: url('../img/geqiangbanxingnengnohover.png') no-repeat left center;
    background-size: 22px;
    padding: 10px  0  5px 30px;
}
.geqiangban p{
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 5px 0 0;
    font-size: 14px;
}
.geqiangban span{
    font-size: 14px;
    display: block;
    border-top:1px solid #6b6b66;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}





.shigongliucheng{
    background:url('../img/shigongliuchengbg.jpg') no-repeat left top;
    padding: 15px 2%;
    height: auto;
    background-size: cover;
}

.shigongliucheng .title{
    color: #fff;
}
.liuchengdown{
    display: none;
}
.liuchengdown1{
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
}
.liuchengdown1 img{
    width: 150px;
    margin-top: 5px;
    margin-left: 3px;
}</pre></body></html>