<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(./layout.css);

/* ==========================================================================
   common part
========================================================================== */
.pic {
    overflow: hidden;
    position: relative;
    height: auto;
    cursor: pointer;
}

.bgimg {
    width: 100%;
}

.upimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
}

.pic:hover .upimg {
    transform: scale(1.05);
}

/* 娌℃湁鏀惧ぇ鏁堟灉 */
.upimg2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* 灞呬腑瀵归綈 */
.upimg3 {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all .4s;
}

.pic:hover .upimg3 {
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
}

.container img {
    max-width: 100%;
}



/* ==========================================================================
   part01鍏充簬鎴戜滑
========================================================================== */
.part01 {
    padding: .88rem 0 .93rem;
}

.home_title {
    color: rgb(51, 51, 51);
    font-size: .36rem;
    font-weight: 700;
    line-height: .48rem;
    position: relative;
}

.home_title::before {
    content: "";
    position: absolute;
    width: 1.41rem;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.3rem;
    background: rgb(255, 176, 0);
}

.homeAbout_info {
    max-width: 9.32rem;
    color: rgb(0, 0, 0);
    font-size: .16rem;
    font-weight: 400;
    line-height: 2;
}

.homeAbout_head {
    justify-content: space-between;
}

.homeAbout_main {
    margin: .75rem 0 .71rem;
}

.homeAbout_list {
    margin-left: -.37rem;
}

.homeAbout_list li {
    margin-left: .37rem;
    width: calc(33.33% - .37rem);
}

.haCover_first {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    font-size: .3rem;
    font-weight: 700;
    line-height: .4rem;
    opacity: 1;
    transition: all .4s;
}

.haCover_second {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    background: rgba(0, 91, 175, 0.77);
    opacity: 0;
    transition: all .4s;
}

.homeAbout_name {
    color: rgb(255, 255, 255);
    font-size: .3rem;
    font-weight: 700;
    line-height: .4rem;
}

.homeAbout_desc {
    padding: 0 .74rem;
    color: rgb(255, 255, 255);
    font-size: .16rem;
    font-weight: 400;
    line-height: 2;
    height: calc(.16rem * 4);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: .29rem 0 .4rem;
}

.ha_ckxq {
    width: 1.2rem;
    height: .44rem;
    border-radius: .39rem;
    background: rgb(255, 151, 0);
    color: rgb(255, 255, 255);
    font-size: .16rem;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.ha_ckxq:hover {
    color: #fff;
}

.ha_ckxq:before {
    content: '';
    display: block;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);
    background-size: 210% 100%;
    background-position: right bottom;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50px;
    transition: all .8s;
    -webkit-transition: all .8s;
}

.ha_ckxq:hover:before {
    background-position: left bottom;
}

.homeAbout_box:hover .haCover_first {
    opacity: 0;
}

.homeAbout_box:hover .haCover_second {
    opacity: 1;
}


.homeNum_list {
    margin-left: -.35rem;
}

.homeNum_list li {
    margin-left: .35rem;
    width: calc(20% - .35rem);
}

.homeNum_box {
    height: 100%;
    padding: .44rem 0 .34rem;
    background: #fff;
    border-radius: .09rem;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    box-sizing: border-box;
}

.homeNum_title {
    color: rgb(51, 51, 51);
    font-size: .18rem;
    font-weight: 700;
    margin-bottom: .1rem;
}

.home_num {
    display: inline-block;
    color: rgb(255, 167, 0);
    font-family: "roboto";
    font-size: .55rem;
    line-height: .64rem;
    font-weight: 700;
}

.homeNum_unit {
    display: block;
    color: rgb(51, 51, 51);
    font-size: 14px;
    line-height: 175%;
    text-align: right;
}

.homeNum_title2 {
    color: rgb(255, 167, 0);
    font-size: .25rem;
    font-weight: 700;
    line-height: .33rem;
}


@media only screen and (max-width: 768px) {
    .homeNum_list li {
        width: calc(33.33% - .35rem);
        margin-top: .35rem;
    }

    .homeNum_list li:nth-child(4),
    .homeNum_list li:nth-child(5) {
        flex: 1;
    }

    .homeNum_list {
        margin-top: -0.35rem;
    }
}

@media only screen and (max-width: 500px) {
    .homeAbout_info {
        font-size: 12px;
        margin-top: 20px;
    }

    .homeAbout_main {
        margin: 20px 0;
    }

    .homeAbout_list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .homeAbout_desc {
        font-size: 12px;
        height: calc(12px * 4);
    }

    .homeNum_list {
        margin-top: -8px;
        margin-left: -8px;
    }

    .homeNum_list li {
        width: calc(33.33% - 8px);
        margin-top: 8px;
        margin-left: 8px;
    }

}













/* ==========================================================================
   part02浜у搧 路 绉戞妧 路 鏈嶅姟
========================================================================== */
.part02 {
    padding-bottom: .93rem;
}

.part02 .home_title {
    text-align: center;
}

.part02_main {
    margin-top: .96rem;
}

.prt02_bg {
    height: 6.42rem;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .4s;
}

.part02_item {
    width: 25%;
    position: relative;
    cursor: pointer;
}

.part02_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

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

.part02_cover {
    width: 100%;
    height: 100%;
    flex-direction: column;
    opacity: 1;
    transition: all .4s;
}

.part02_cover .part02_svg {
    width: .86rem;
}

.part02_title {
    color: rgb(255, 255, 255);
    font-size: .3rem;
    font-weight: 700;
    line-height: .4rem;
    margin-top: .25rem;
}

.part02_cover2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 0 .8rem;
    box-sizing: border-box;
    background: rgba(0, 91, 175, 0.77);
    opacity: 0;
    transition: all .4s;
}

.part02_cover2 .part02_svg {
    width: .8rem;
}

.part02_msg {
    color: rgb(255, 255, 255);
    font-size: .16rem;
    font-weight: 400;
    line-height: 2;
    height: calc(.16rem * 8);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: .45rem 0 .8rem;
}

.part02_item:hover .part02_cover {
    opacity: 0;
}

.part02_item:hover .part02_cover2 {
    opacity: 1;
}


@media only screen and (max-width: 768px) {
    .prt02_bg {
        background: none !important;
        height: auto;
        margin-left: -5px;
        margin-top: -5px;
    }

    .part02_img {
        display: block;
    }

    .part02_item {
        width: calc(50% - 5px);
        margin-left: 5px;
        margin-top: 5px;
        height: auto;
    }

    .part02_cover {
        display: none;
    }

    .part02_cover2 {
        opacity: 1 !important;
        position: relative;
        z-index: 10;
        padding: 20px 10px;
    }

    .part02_msg {
        font-size: 12px;
        height: calc(12px * 8);
    }
}











/* ==========================================================================
   part03浼佷笟蹇
========================================================================== */
.part03 {
    padding-bottom: 1.1rem;
}

.homeNews_head {
    justify-content: space-between;
}

.homeNews_right {
    width: calc(100% - 4.31rem);
    justify-content: space-between;
}

.homeNews_info {
    max-width: 7.31rem;
    color: rgb(0, 0, 0);
    font-size: .16rem;
    font-weight: 400;
    line-height: 2;
}

.homeNews_ckqb {
    flex-shrink: 0;
    width: 1.46rem;
    height: .56rem;
    border-radius: .54rem;
    background: rgb(255, 151, 0);
    color: rgb(255, 255, 255);
    font-size: .16rem;
    font-weight: 400;
    transition: all .4s;
}

.homeNews_ckqb:hover {
    background: var(--primary);
    color: #fff;
}

.homeNews_list {
    margin-top: .9rem;
}

.homeNews_area {
    padding-top: .3rem;
}

.homeNews_date {
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.homeNews_name {
    color: rgb(51, 51, 51);
    font-size: .2rem;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 920px) {
    .homeNews_right {
        flex-wrap: nowrap;
    }

    .homeNews_ckqb {
        flex-shrink: 0;
        margin-left: 10px;

    }

}

@media only screen and (max-width: 500px) {
    .homeNews_name {
        font-size: 14px;
    }

    .homeNews_right {
        width: 100%;
        margin-top: 20px;
    }

    .homeNews_info {
        font-size: 12px;
    }

    .homeNews_list {
        margin-top: 20px;
    }

    .part03 {
        padding-bottom: 20px;
    }

    .homeNews_ckqb {
        font-size: 12px;
    }
}











/* ==========================================================================
   footer
   ========================================================================== */
footer {
    font-size: .16rem;
    color: #fff;
    position: relative;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: underline;
    color: #fff;
}

footer .wrapper {
    max-width: 1680px;
}

.footer_main {
    padding: .6rem 0 .74rem;
    background: url(../images/footer.jpeg) no-repeat center;
    background-size: cover;
}

.footer-nav {
    text-align: justify;
}

.fn-col {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.footer-nav:after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.fn-col h3 {
    font-size: .24rem;
    font-weight: 700;
    line-height: .28rem;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    margin-bottom: .3rem;
}

.fn-col li {
    font-size: .16rem;
    line-height: 2;
}

.arrow {
    margin-right: .13rem;
}

.fn-contact {
    width: 3.3rem;
    overflow: hidden;
    color: #fff;
    line-height: 2em;
}

.fc_list {
    margin-top: .32rem;
}

.fc_item {
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: .16rem;
    font-weight: 400;
}

.fc_title {
    display: inline-block;
    width: .48rem;
    text-align: justify;
    text-align-last: justify;
    margin-left: .16rem;
}

.fn-ewm {
    padding-left: .3rem;
    width: 1.52rem;
    text-align: center;
}

.ewm_box {
    width: 1.08rem;
    margin: 0 auto;
}

.homePro_list {
    width: 2.7rem;
}

.homePro_list li {
    width: 50%;
}

.foothd {
    padding: .3rem 0;
    background: rgb(1, 75, 131);
    text-transform: Uppercase;
    color: #fff;
    text-align: center;
    font-size: .16rem;
}

.space {
    display: inline-block;
    width: .8rem;
}


@media only screen and (max-width: 920px) {
    .fn-ewm {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .footer_main {
        display: none;
    }

    .space {
        width: 20px;
    }
}

@media only screen and (max-width: 500px) {

    .space:nth-child(1),
    .space:nth-child(2) {
        display: block;
    }

    .foothd {
        font-size: 12px;
        line-height: 1.5;
    }
}</pre></body></html>