<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    border: none;
    list-style: none;
    text-decoration: none;
}

.modulepic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.modulepic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.modulepic div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .modulepic img {
    transform: scale(1.05);
}

a:hover .modulepic div {
    transform: scale(1.1);
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: scale(1.2);
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* 清除浮动 */
.moduleClear:after {
    content: "";
    display: block !important;
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

/* 固定定位底部   常用于版权组件  */
.modulefixedbottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

.clear {
    clear: both;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-size: 16px;
}

.wl {
    position: relative;
    z-index: 6;
}

.wp {
    max-width: 1600px;
    margin: 0 auto;
}

.footer {
    position: relative;

}

.footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 35px;
    background: #044D98;
}

.ft-link {

    position: relative;

    margin-top: -35px;



    z-index: 9;
}

.ft-link::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 20%;
}

.ft-link .wp {
    position: relative;
    background: url(../images/flink_bg.png) no-repeat center right/ 100% 100%;
    z-index: 9;
}

.ft-link ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5%;
}

.ft-link ul li {
    width: 16%;
    line-height: 70px;
}

.ft-link ul li a {
    display: block;
    font-size: 18px;
    color: #333;
}

.ft-link ul li:hover a {
    color: #044D98;
}

.foot {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    z-index: 9;
}

.ft-l a {
    display: block;
}

.ft-m ul {
    display: flex;
    flex-wrap: wrap;

}

.ft-m ul li h2 {
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.ft-m ul li h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 1px;
    background: #fff;
}

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

.ft_lj a {
    width: 33.333%;
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
    line-height: 20px;
}

.ft-m ul li:nth-child(2) p {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.ft-m ul li:nth-child(2) p img {
    margin-right: 5px;
}

.ft-r {
    text-align: center;
}

.ft-r p {
    font-size: 14px;
    color: #fff;
}

.ft-bq {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    padding: 10px 0;
    z-index: 9;
}

.ft-bq a {
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .wp {
        padding-left: 15px;
        padding-right: 15px;
    }


}

@media screen and (max-width: 1400px) {
    .ft-l {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .ft-l img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .ft-link ul {
        padding: 1px 20px;
    }

    .ft-link ul li {
        line-height: 30px;
        width: 33.33%;
    }

    .ft-link ul li a {
        font-size: 16px;
    }

    .ft-m {
        width: 100%;
    }

    .ft-r {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .foot {
        padding: 15px 0;
    }
}</pre></body></html>