<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*内部景色展示*/
#qyfca {
    width: 100%;
    background-image: url("../image/qyfc/back1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    
}
    .container &gt; .nbzstop {
        height:60px;
        background-color:rgba(255,255,255,0.9);
        border-bottom:1px dashed #c0c0c0;
    }

 .container &gt; .nbzstop p{    
        font-size:16px;
        line-height:60px;
        margin-bottom:0px;
        font-weight:400;
        padding-left:15px;
    }
 .container &gt; .nbzstop p span{
          color:#666;
        }
.container &gt; .nbzstop p i {
            color: #269ddf;
        }

.container &gt; .nbsjbox {    
    background-color: rgba(255,255,255,0.8);
}



    /*-----------------消防演习--------------------*/
#qyfcb {
    background-color: #eff3f7;
    border-bottom:1px solid #c0c0c0;
    padding:20px 0;
}

    #qyfcb .xfa {
        padding:10px 0;
        height:300px;
        margin-bottom:10px;
    }

     .xfa img {
            width:100%;
            height:100%;
        }

    .xfa p{
            border-bottom:0px;
            padding-left:15px;
            font-size:14px;
            padding:10px 0;
        }


/*生日庆生活动*/
#qyfcc {   
    background-image: url("../image/qyfc/ftback.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}


#qyfcd {
    width: 100%;
    background-color: #eff3f7;
}
    #qyfcd img {
        width:100%;
        height:100%;
    }

    #qyfcd .xfa p {
        border-bottom: 0px;
        padding-left: 15px;
        font-size: 14px;
    }

.xfactive {
    transition: all 0.3s linear;
    box-shadow: 2px 2px 5px #C0C0C0;
}

    .xfactive:hover {
        transform: scale(1.02, 1.02);
        cursor: pointer;
    }





</pre></body></html>