<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;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

input,
textarea,
button,
select {
    border: 0;
    resize: none;
    outline: 0;
    background: transparent;
}

button {
    cursor: pointer;
}

img {
    width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*å¤šè¡Œæº¢å‡º*/
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

/* hover-å›¾ç‰‡æ”¾å¤§1.1 */
.scale-box {
    overflow: hidden;
}

.scale-box .scale-img {
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    cursor: pointer;
    object-fit: cover;
}

.scale-box:hover .scale-img {
    transform: scale(1.1);
}


/* å¸¸ç”¨ç›’å­é˜´å½± */
.shadow_box {
    box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

/* æ°´æ³¢çº¹æ•ˆæžœ */
.btn-ripple {
    vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
    0% {
        background: rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    background: rgba(18, 31, 52, .95);
}

.header_box {
    width: 15rem;
    height: .83rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.header_logo {
    width: 1.64rem;
    height: .37rem;
    display: flex;
    margin-right: 1.87rem;
}

.nav1{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-right: .9rem;
    position: relative;
}

.header_nav {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.nav1:last-child {
    margin-right: 0;
}

.nav_active {
    color: #8AA4DD;
}

.nav2{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: rgba(18, 31, 52,.85);
    display: none;
}

.nav2 a{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.18rem;
    color: #FFFFFF;
    display: block;
    padding: .18rem .4rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, .05);
    white-space: nowrap;
}

.nav2 a:hover{
    color: #C2D1F1;
    
}

footer {
    width: 100%;
    /* height: 5.71rem; */
    background: #1F2024;
}

.footer_box {
    width: 15rem;
    padding-top: .6rem;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_l {
    width: 9.87rem;
}

.footer_up {
    width: 100%;
    padding-bottom: .35rem;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid rgb(255, 255, 255, .32);
    margin-bottom: .5rem;
}

.footer_logo {
    width: 2.5rem;
    display: flex;
    margin-right: .2rem;
}

.footer_up_text {
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    font-size: 0.2rem;
    color: #FFFFFF;
}

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

.footer_down .contact_item{
    border: 0;
}

.footer_down .contact_item p{
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.3rem;
}

.footer_down_tit {
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: .25rem;
    
}

/*.footer_down_text {*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    margin-top: .3rem;*/
/*}*/


/*.footer_down_text:last-child {*/
/*    margin: 0;*/
/*}*/

/*.footer_down_text img {*/
/*    width: .2rem;*/
/*    height: auto;*/
/*    margin-right: .12rem;*/
/*    margin-top: .05rem;*/
/*}*/

/*.footer_down_text p {*/
/*    font-family: MicrosoftYaHei, MicrosoftYaHei;*/
/*    font-weight: normal;*/
/*    font-size: 0.14rem;*/
/*    color: #FFFFFF;*/
/*    line-height: 0.3rem;*/
    /*max-width: 3.16rem;*/
/*    max-width: 3.7rem;*/
/*    white-space: nowrap;*/
/*}*/

/*.footer_down_text p span{*/
/*    white-space: wrap;*/
/*}*/

.footer_down_item a {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.16rem;
    color: #FFFFFF;
    display: block;
    line-height: 0.36rem;
}

.footer_r_tit {
    margin-top: .17rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-bottom: .3rem;
}

.code_box {
    display: flex;
}

.code_box img {
    width: 1.73rem;
    height: 1.73rem;
    margin-right: .55rem;
}

.code_box img:last-child {
    margin: 0;
}

.footer_buttom {
    width: 100%;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_buttom a {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.15rem;
    color: #6D6A6A;
}

#fp-nav.fp-right {
    display: none;
}

.section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner {
    width: 100%;
    height: 7rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_text {
    position: absolute;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
    left: 50%;
    top: 3.58rem;
    transform: translateX(-50%);
}

.page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .45rem;
}

.page_num {
    display: flex;
    align-items: center;
}

.page p,
.page a {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.page a {
    width: .32rem;
    height: .32rem;
    margin: 0 .04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
    border: 0.01rem solid #E5E5E5;
}

.page_active,
.page_num a:hover {
    background: #034187;
    color: #FFFFFF !important;
}

.page a img {
    width: .14rem;
    height: auto;
}

.page input {
    width: 0.79rem;
    height: 0.32rem;
    background: #FFFFFF;
    border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
    border: 0.01rem solid #B3B3B3;
    padding: 0 .12rem;
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page_prev {
    margin-left: .17rem !important;
}

.page_next {
    margin-right: .17rem !important;
}</pre></body></html>