<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
}
.banner2{
    display: none;
}
/* banner */
.banner{
    width: 100%;
    height: 191px;
    max-width: 1920px;
    min-width: 1200px;
    background: url("banner_12_25.jpg") no-repeat center 0;
}
/* banner */

.main-box_s{
    width: 100%;
}

.content{
    width: 100%;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
}

.content&gt;.left{
    float: left;
    width: 278px;
    height: 800px; 
    background: #eee;
}
.right_con{
    float: left;
    /*width: 806px;*/
    margin-left: 60px;
    overflow: hidden;
}
.content&gt;.right_con&gt;.right{
    width: 826px;
    height: 100%;
    display: none;
}
.content&gt;.right_con&gt;.right p{
    line-height: 34px;
}
/* left */
.content&gt;.left&gt;ul&gt;li{
    width: 100%;
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
    text-align: center;
    background: #eee;
    border-bottom: 1px solid #ddd;
}
.content&gt;.left&gt;ul&gt; .activeOn{
    width: 100%;
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #fbdf7e;
    text-align: center;
    background-color: #be3331;
}
.right_top{
    width: 100%;
    height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*margin-left: 20px;*/
}

/* footer */
.fot_bg{
    width: 100%;
    height: 384px;
    max-width: 1920px;
    min-width: 1200px;
    background: url("footer_bg_12_25.jpg") no-repeat center 0;
    /*margin-top: 0px;*/
}
.fot_bg2{
    display: none;
}




/* yidong */

@media screen and (min-width:10px) and (max-width:768px){
    *{
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 0.16rem;
    }
    .banner{
        display: none;
    }
    .banner2{
        display: block;
        width: 100%;
    }
    .banner2&gt;img{
        display: block;
        width: 100%;
        height: auto;
    }


    /*  */
    /*  */
    /*  */
    .main-box_s{
        width: 100%;
    }
    
    .content{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        margin-top: 0;
    }
    
    .content&gt;.left{
        float: left;
        width: 100%;
        height: auto;
        background: #fafafa;
    }
    .right_con{
        float: left;
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }
    .content&gt;.right_con&gt;.right{
        width: 100%;
        height: auto;
        display: none;

    }
    .content&gt;.right_con&gt;.right p{
        line-height: 0.34rem;
    }
    /* left */
    .content&gt;.left&gt;ul{
        overflow: hidden;
        margin-top: 0.1rem;
    }
    .content&gt;.left&gt;ul&gt;li{
        float: left;
        width: 20%;
        font-family: MicrosoftYaHei-Bold;
        font-size: 0.18rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.5rem;
        letter-spacing: 0rem;
        color: #333333;
        text-align: center;
        background: #eee;
        border-bottom: 1px solid #ddd;
    }
    .content&gt;.left&gt;ul&gt; .activeOn{
        float: left;
        width: 20%;
        font-family: MicrosoftYaHei-Bold;
        font-size: 0.18rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.5rem;
        letter-spacing: 0rem;
        color: #fbdf7e;
        text-align: center;
        background-color: #be3331;

    }
    .right_top{
        width: 100%;
        height: auto;
        overflow-y: hidden;
        overflow-x: hidden;
        margin-left: 0px;
    }
    
    /* footer */
    .fot_bg{
        display: none;
    }
    .fot_bg2{
        display: block;
    }
    .fot_bg2&gt;img{
        margin-top: 0.4rem;
        width: 100%;
        height: auto;
    }

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