<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å¤´éƒ¨ */
header .logo {
    width: 98px;
    height: 100%;
    margin: 0 90px 0 40px;
}
header .logo img{
    width: 100%;
    height: 100%;
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
}
header .headNav&gt;li {
    margin-right: 62px;
    display: flex;
    position: relative;
    z-index: 5;
    height: 56px;
    line-height: 56px;
}

header .headNav li:hover .bottomSJX::after {
    transform: rotate(135deg);
    border: 1px solid var(--c11) ;
    border-top: var(--c3) fff;
    border-right: var(--c3) fff;
}

header .headNav li&gt;a:hover {
    color: var(--c11) ;
}

header .headNav li&gt;span:hover {
    color: var(--c11) ;
}



header .headNav a {
    color: #000000;
    font-size: 16px;
    transition: all .3s;
}

header .headNav span {
    color: #000000;
    font-size: 16px;
    transition: all .3s;
}

.pulldown {
    z-index: 100;
    display: none;
    position: absolute;
    width: 86px;
    top: 56px;
    left: -12px;
    text-align: center;
    line-height: 50px;
    color: #000;
}

.pulldown&gt;li {
    background: var(--c3) ;
}

.pulldown li:last-child {
    border-radius: 0 0 3px 3px;
}

.pulldown&gt;li&gt;a {
    font-size: 14px;
}

header .headNav&gt;li:hover .pulldown {
    display: block;
    box-shadow: 3px 3px 6px -1px #e0e0e0;
}

/* å¤´éƒ¨ */


/* main */
/* main */


/* åº•éƒ¨ */
footer {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom:0;

}

.ftimg {
    height: 200px;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
}



.ftBox {
    position: absolute;
    color: var(--c3);
    width: 1200px;
    height: 150px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.ftInnerBox {
    display: flex;
}

.cominfo {
    margin-right: 40px;
    padding-top: 16px;
}

.cominfo img {
    width: 188px;
}

.cominfo p {
    width: 188px;
    text-align: center;
    position: relative;
}

.cominfo p::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 12px;
    left: -2px;
    background-color: var(--c3);
}

.cominfo p::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 1px;
    top: 12px;
    right: 2px;
    background-color: var(--c3) ;
}

.ftNav {
    color: #DBDBDB;
    /* margin-right: 150px; */
    margin-right: 10px;
}

.ftNav a {
    color: #DBDBDB;
}

.ftNav&gt;li:nth-child(1) {
    color: var(--c3) ;
}

.ftNav&gt;li:nth-child(2) {
    margin: 10px 0 25px 0;
}

.ftNav span {
    padding-right: 40px;
    position: relative;
}

.ftNav span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    top: 4px;
    right: 16px;
    background-color: #DBDBDB;
}

.ftNav li:nth-child(2) span:nth-child(5)::after {
    width: 0px;
}

.ftNav li:nth-child(3) span:nth-child(2)::after {
    width: 0px;
}

.ftNav img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.ftLink {
    color: var(--c3) ;
}

.ftLink a {
    color: var(--c3) ;
}

/* .ftLink&gt;li:nth-child(2) {
    margin: 10px 0 25px 0;
} */

.ftLink span {
    padding-right: 40px;
    position: relative;
}

.ftLink span::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    top: 4px;
    right: 16px;
    background-color: #DBDBDB;
}

.ftLink li:nth-child(2) span:nth-child(5)::after {
    width: 0px;
}

.contact {
    display: flex;
}

.contact&gt;li img {
    width: 48px;
    height: 48px;
    background: var(--c3) ;
}

.contact&gt;li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact li:nth-child(1) {
    width: 70px;
}

.contact li:nth-child(2) {
    width: 64px;
}

.blogroll{
    display: flex;
    flex-wrap: wrap;
}

.blogroll a{
    margin: 10px 14px  8px 14px;
}

/* åº•éƒ¨ */







/* å…¬å…± */
.aboutinfo a {
    font-size: 16px;
    color: #2E3133;
}

.aboutinfo a&gt;span {
    width: 160px;
}

.aboutinfo img {
    width: 94px;
    height: 60px;
    object-fit: cover;
    border-radius: 2px;
    margin-right: 14px;
}

/* å…¬å…± */

.layui-breadcrumb {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.layui-breadcrumb a{
    font-size: 16px;
}
.layui-breadcrumb a:hover{
    color: var(--c11) !important;
}

.layui-breadcrumb a cite{
    color: var(--c11) !important;
}
.layui-breadcrumb a cite h1 {font-size: 16px; font-weight: normal; float:right;color: #999 !important;}</pre></body></html>