<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;}
a{text-decoration: none;}
img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
body{
    /*overflow-x: hidden;*/
    max-width: 1920px;
    min-width: 1200px;
    margin:0 auto;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.flexDiv{
    display: flex;
    justify-content: space-between;
}
/*头部导航*/
.dlDiv{
    display: none;
}
.topDiv{
    width: 100%;
    background: url(../images/top-bg.png) center no-repeat;
    position: relative;
    height: 148px;
}
.topDiv .topImg span{
    height: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin-left: 21px;
    position: relative;
    bottom: 16px;
}
.topDiv p{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    left: 66px;
    top: 8px;
    width: 600px;
}
.topImg a{
    width: 374px;
    height: 54px;
    display: inline-block;
}
.topDiv .top-1200{
    width: 1200px;
    margin: 0 auto;
    padding-top: 28px;
}
.top .topNavDiv{
    height: 46px;
    background: #6a1822;
}
.topNavDiv .ulDiv{
    width: 1200px;
    margin: 0 auto;
}
#nav{
    display: flex;
    justify-content: space-between;
}
#nav .dlDiv{
    z-index: 1;
    margin-top: 4px;
}
#nav .dlDiv dd{
    /*width: 149px;*/
    /*height: 46px;*/
    text-align: center;
    /*background-color: #862632;*/
    background: rgba(134,38,50,0.5);
    color: #6a1822;
    padding-bottom: 6px;
}
#nav .dlDiv dd:hover{
    background-color: #ffffff;
}
#nav .dlDiv dd:hover a{
    color: #6a1822;
}
#nav .dlDiv dd a{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
}
#nav li{
    width: 149px;
    height: 46px;
    text-align: center;
    background-color: #6f121e;
    z-index: 1000;
}
#nav li:hover{
    background-color: #862632;
}
#nav li a{
    color: #ffffff;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 2px;
}


/*foot*/
.footer{
    background-color: #862632;
    height: 156px;
}
.footer .w1200{
    text-align: center;
    padding-top: 46px;
}
.footer .w1200 p{
    height: 28px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    /*line-height: 18px;*/
    letter-spacing: 0px;
    color: #ffffff;
    margin: 6px;
}</pre></body></html>