<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é‡ç½®é»˜è®¤æ&nbsp;·å¼ */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
li,
a,
form,
label,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

dl,
dd {
    margin: 0;
}


/* è®¾ç½®é¡µé¢å­—ä½“å’Œé¢œè‰² */

body {
    font-family: Arial, sans-serif;
    color: #333;
}


/* è®¾ç½®è¶…é“¾æŽ¥æ&nbsp;·å¼ */

a {
    text-decoration: none;
    color: #0066cc;
}


/* è®¾ç½®åˆ—è¡¨æ&nbsp;·å¼ */

ul,
ol {
    list-style: none;
}

.indexCenter {
    width: 1400px;
    margin: 0 auto
}


/* è®¾ç½®æŒ‰é’®æ&nbsp;·å¼ */

.header {
    background: #fff;
}

.header .headerTop {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
}

.header .logo {
    width: 376px;
    height: 44px;
    background: url(../images/logo.png) no-repeat center/cover;
    display: block;
}

.header .topTools a {
    color: #333;
    font-size: 12px;
    padding-left: 20px;
    background: url(../images/icon-home.png) left center no-repeat;
    background-size: contain;
}

.header .topTools a+a {
    background-image: url(../images/icon-message.png);
    margin-left: 30px;
}

.nav {
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, #2B2B2B 0%, rgba(0, 0, 0, 0) 100%);
    padding-top: 22px;
    position: relative;
    z-index: 2;
}

.nav ul {
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    flex: 1;
    text-align: center;
    position: relative;
}

.nav ul li+li::before {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(217, 217, 217, 0.49) 51%, rgba(255, 255, 255, 0) 100%);
    width: 2px;
    height: 26px;
    float: left;
}

.nav ul li&gt;a {
    color: #fff;
    font-size: 20px;
    width: calc(100% - 2px);
    display: inline-block;
    padding-bottom: 16px;
}

.nav ul li:hover&gt;a {
    color: #fff;
    border-bottom: 3px solid #AE0C2A;
    transition: all 0.3s ease-in-out;
}

.nav ul li dl {
    display: none;
    position: absolute;
    width: 100%;
    transition: transform 0.4s;
    list-style-type: none;
    background: rgba(255, 255, 255, 1);
}

.nav ul li.active .nav-secondary {
    display: block;
}

.nav ul li dl dd {
    padding: 18px 10px;
    cursor: pointer;
    border-bottom: 1px solid #e4e4e4
}

.nav ul li dl dd a {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.nav ul li dl dd:hover a {
    color: #AE0C2A;
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.mobile {
    width: 100%;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    height: 71px;
    display: none;
}

.innerWrapper {
    position: relative;
}

.innerWrapper {
    position: relative;
}

.innerWrapper .logo {
    width: 300px;
    position: absolute;
    left: 0;
    top: 20px;
}

.innerWrapper .logo img {
    width: 100%;
}

.menuWrapper {
    float: right;
    width: 100%;
    position: relative;
    z-index: 99;
}

.menu-collapser {
    position: relative;
    width: auto;
    clear: both;
    margin: 25px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.collapse-button {
    position: relative;
    margin: 0;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.collapse-button .icon-bar {
    display: block;
    width: 26px;
    height: 2px;
    margin: 5px 0 0 0;
    background: #AE0C2A;
    border-radius: 1px;
}

.menu {
    display: none;
    background: #fff;
    max-height: 350px;
    overflow-y: auto;
    text-align: left;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    position: absolute;
    top: 71px;
    z-index: 99;
    width: 100%;
    border-radius: 0 0 4px 4px;
}

.webSearch {
    border: 1px solid #AE0C2A;
    border-radius: 15px;
    overflow: hidden;
    width: 80%;
    margin: 15px auto;
}

.webSearch input {
    outline: none;
    border: none;
}

.inpTit {
    height: 15px;
    padding: 15px;
    width: 90%;
    float: left;
}

.inpSearch {
    width: 10%;
    float: right;
    background: url(../images/icon-search.png) no-repeat center center;
    height: 15px;
    padding: 15px;
}

.menuOne&gt;li {
    width: 100%;
    position: relative;
}

.menuOne&gt;li&gt;a {
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 40px;
    font-size: 15px;
    text-transform: capitalize;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #333;
}

.menuOne&gt;li&gt;a:before {
    background: #AE0C2A;
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.menuOne&gt;li.active&gt;a:before,
.menuOne&gt;li:hover&gt;a:before {
    width: 100%;
    transition: all .3s ease-in-out;
}

ul.dropdown {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    min-width: 200px;
    white-space: nowrap;
    background: #fff;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
}

.menuOne&gt;li&gt;ul.dropdown li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    text-align: left;
}

.menuOne ul.dropdown li a {
    width: 100%;
    background: none;
    padding: 0 0 0 25px;
    line-height: 40px;
    font-size: 13px;
    color: #777777;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    clear: both;
    position: relative;
    outline: 0;
    z-index: 1;
    transition-delay: 0.1s;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.menuOne ul.dropdown li a:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.menuOne ul.dropdown li a:before {
    transition: all .3s ease-in-out;
}

.menuOne ul.dropdown li a:before {
    background: #e71a2f;
}

.menuOne ul.dropdown li:hover a {
    color: #fff
}

.menuOne ul.dropdown li:hover a:before {
    width: 100%;
}

.menuOne li .sub-toggle {
    display: block;
    position: absolute;
    width: 50px;
    right: 0;
    line-height: 40px;
    top: 0;
    border-left: solid 1px rgba(0, 0, 0, 0.05);
    color: #181818;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    font-size: 20px;
    color: #555;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menuOne li .sub-toggle i {
    display: block;
    width: 100%;
    height: 100%;
}

.menuOne li .expend i {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari å’Œ Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.footCon {
    background: #640011;
    padding: 34px 0;
}

.footer .indexCenter {
    display: flex;
}

.botNavBox {
    flex: 4;
    display: flex;
    justify-content: flex-start;
    ga padding: gap;
    gap: 5px;
}

.botNavBox {}

.botNavBox dl {
    flex: 0 0 13%;
    color: #fff;
}

.botNavBox dl dt {
    font-size: 18px;
    line-height: 28px;
}

.botNavBox dl dt::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin-top: 8px;
}

.botNavBox dl dd a {
    color: #fff;
    font-size: 14px;
}

.botNavBox dl dd {
    margin: 14px 0
}

.codeBox {
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.code {
    width: 110px;
}

.code img {
    width: 100%;
    /* height: 138px; */
}

.code p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 10px 0;
}

.copyRight {
    width: 100%;
    padding: 15px 0;
    background: #471A21;
    color: #fff;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.copyRight span+span {
    margin-left: 20px;
}

.copyRight i {
    font-style: normal;
}

@media screen and (max-width: 1199px) {
    .nav ul li&gt;a {
        font-size: 18px;
    }
    .nav ul li dl dd a {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .header {
        display: none;
    }
    .mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .innerWrapper .logo {
        width: 250px;
    }
    .copyRight span {
        display: block;
    }
    .botNavBox dl dt {
        font-size: 16px;
    }
    .botNavBox dl dt::after {
        height: 1px;
    }
    .botNavBox {
        flex-wrap: wrap;
    }
    .botNavBox dl {
        flex: 0 0 33%;
    }
    .code p {
        margin: 6px 0
    }
}
</pre></body></html>