<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
}
html,body{
    color: #333;
    font-size: 16px;
    font-family: "å¾®è½¯é›…é»‘";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: #fafafa;
}
li{
    list-style:none;
}
a{
    text-decoration: none;
}
img,input{
    border: 0;
}
.wap{
    display: none;
}
.top&gt;img.wap{
    display: none;
}

body .clear{
    clear: both ;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.px1440{
    max-width: 1440px;
    margin: 0 auto;
}



/* å†…é¡µå…¬å…±æ&nbsp;·å¼ */
.top{
    max-width: 1920px;
    margin:0 auto;
    position: relative;
}
.top&gt;img{
    display: block;
    width: 100%;
}
.wap-menu{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99999;
}
.wap-menu img{
    height: 30px;
}
.main{
    position: relative;
    z-index: 999;
    background: #fff;
    box-sizing: border-box;
}


/* å¯¼èˆª */
.main{
    background: none;
}
.nav{
 /*   background: url(../image/nav-bj.png) no-repeat center center;
    background-size: 100% 100%; */
}
.nav&gt;ul{
    max-width: 1200px;
    width: 83%;
    margin: 0 auto;
    height: 80px;
    padding-top: 20px;
	    background: #b70e17;
	    box-shadow: 1px 3px 10px #cfcfcf;
  
}
.nav&gt;ul&gt;li{
    float: left;
    width: 12.5%;
    height: 80px;
    text-align: center;
    position: relative;
}
.nav&gt;ul&gt;li&gt;a{
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 80px;
    position: relative;
}

.nav&gt;ul&gt;li:hover&gt;a{
    color: #fae385;
}
.nav&gt;ul&gt;li:hover&gt;a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}
.nav&gt;ul&gt;li&gt;span{
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}
.nav&gt;ul&gt;li:hover ul{
    display: block;
}
.nav&gt;ul&gt;li.active&gt;a{
 /*   color: #fae385; */
}
.nav&gt;ul&gt;li.active&gt;a::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;

}
.nav&gt;ul&gt;li&gt;ul{
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    display: none;
}
.nav&gt;ul&gt;li&gt;ul li:hover{
    background: #b5282e;
}
.nav&gt;ul&gt;li&gt;ul li a{
    display: block;
    padding: 15px 10px;
    color: #333;

}
.nav&gt;ul&gt;li&gt;ul li a:hover{
    color: #fff;
}

 
#main-cont{
    background: #fff;
}


/* åˆ†é¡µ */
.pagination{
    text-align: center;
    font-size: 0;
    padding: 60px 0;
}
.pagination a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a:hover{
    background: #ba2d35;
    color: #fff;
    border: 1px solid #ba2d35;
}
.pagination select{
    height: 37px;
    padding: 0 5px;
    outline: none;
    border-color: #eee;
}


/* footer åº•éƒ¨ */
#footer{
    height:auto !important;
    background: #b5282e;
    text-align: center;
    margin-top: 100px;
}
#footer .fp-tableCell{
    height: auto !important;
}
.footerr{
    padding: 20px 20px;
}
.footerr div{
	    margin: 10px auto;
	    font-size: 0.73vw;
		color: #FFFFFF;
}
#footer .footer p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 3px 0;
}
#footer .footer p a{
    color: #fff;
}
#footer .footer p span{
    margin-left: 15px;
}
.close-menu{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}




@media screen and (max-width: 1440px){

    .nav ul{
        margin-bottom: 0;
    }
    .nav ul li a{
        /* font-size: 14px; */
    }
}
@media screen and (max-width: 1024px){
    .pc{
        display: none;
    }
    .top&gt;img.pc{
        display: none;
    }
    .wap{
        display: block;
    }
    .top&gt;img.wap{
        display: block;
    }
    #footer{
        margin-top: 60px;
    }
    .main{
        margin-top: 0;
    }
    .nav{
        position: fixed;
        z-index: 9999;
        padding-top: 50px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(192, 28, 28, .9);
        background: rgba(0, 0, 0, 0.8);
        display: none;
        opacity: 0;
    }
    .nav&gt;ul{
        background: none;
        padding: 0 30px;
        width: auto;
    }
    .nav&gt;ul&gt;li{
        float: none;
        width: auto;
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav&gt;ul&gt;li&gt;a{
        font-size: 16px;
        line-height: normal;
    }
    .nav&gt;ul&gt;li:hover&gt;a:after{
        content: none;
    }
    .nav&gt;ul&gt;li:hover&gt;a{
        color: #fff;
    }
    .nav&gt;ul&gt;li&gt;span{
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .nav&gt;ul&gt;li&gt;span.active{
        transform: rotateZ(90deg);
    }
    .nav&gt;ul&gt;li&gt;ul{
        position: static;
        padding: 0;
        width: auto;
        background: none;
        padding-left: 30px;
        box-shadow: none;
    }
    .nav&gt;ul&gt;li&gt;ul&gt;li{
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav&gt;ul&gt;li&gt;ul&gt;li:last-child{
        border: none;
    }
    .nav&gt;ul&gt;li&gt;ul&gt;li a{
        color: #fff;
        padding: 0;
    }
    .nav&gt;ul&gt;li&gt;ul&gt;li:hover{
        background: none;
    }
    .nav&gt;ul&gt;li:hover ul{
        display: none;
    }
    .nav&gt;ul&gt;li.active&gt;a::after{
        content: none;
    }
   
}
@media screen and (max-width: 768px){
    
    #footer{
        margin-top: 45px;
    }
    .pagination{
        padding:30px 0;
    }
    .pagination a {
        padding: 0 8px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        margin: 0px 5px;
    }
    .pagination select{
        height: 32px;
        font-size: 12px;
    }
    .wap-menu img{
        height: 25px;
    }

}
@media screen and (max-width: 480px){
    .wap-menu img{
        height: 20px;
    }
    #footer .footer p {
        font-size: 12px;
    }
    #footer .footer p span{
        display: block;
        margin: 0;
    }

}

a:focus{ outline:none; }</pre></body></html>