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

.section {
    overflow: hidden;
    position: relative;
}


/* 2018-10-08 */
.bottom-animate {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    bottom: 100px;
    margin-left: -30px;
    z-index: 6;
}

.bottom-animate div {
    width: 24px;
    height: 35px;
    background: url('../images/icon-bottom-animate.png') center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 6px;
    opacity: 1;
    filter: alpha(opacity=100);
    animation: 2s ease 0s normal none infinite running down_btn;
}


@keyframes down_btn {

    0%,
    100% {
        top: 6px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        top: 20px;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
}

@-moz-keyframes down_btn {

    0%,
    100% {
        top: 6px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        top: 20px;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
}


@-webkit-keyframes down_btn {

    0%,
    100% {
        top: 6px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        top: 20px;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }
}

@-o-keyframes down_btn {

    /* Opera */
    0%,
    100% {
        top: 6px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    50% {
        top: 20px;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

}

/* end */
.pc_banner {
    height: calc(100% - 114px);
    position: relative;
}

.pc_banner .banner_container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

.pc_banner .banner_container .slider .item {
    position: relative;
    height: 100%;
    float: left;
}

.pc_banner .banner_container .slider .item .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc_banner .banner_container .slider .text {
    position: absolute;
    width: 100%;
    top: 220px;
}

.pc_banner .banner_container .slider .text p {
    font-size: 58px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 6px #666;
    letter-spacing: 2px;
}

.pc_banner .banner_container .slider .text a.video_btn {
    display: block;
    width: 104px;
    height: 104px;
    background: url('../images/icon_video_btn.png') center no-repeat;
    position: absolute;
    left: 50%;
    margin: 100px 0 0 -52px;
}

.pc_banner .banner_container .slider .text a.video_btn:hover {
    background: url('../images/icon_video_btn_blue.png') center no-repeat;
}

.pc_banner .banner_container .banner_pages {
    position: absolute;
    width: 100%;
    /* top: 83%; */
    bottom: 50px;
    z-index: 10;
}

.pc_banner .banner_container .banner_pages a,
.pc_banner .banner_container .banner_pages span {
    display: inline-block;
    font-size: 0;
    width: 46px;
    height: 3px;
    margin: 0 10px;
    border-radius: 0;
    cursor: pointer;
    opacity: 1;
}

.pc_banner .banner_container .banner_pages a,
.pc_banner .banner_container .banner_pages span {
    background: #f9be00;
}

.pc_banner .banner_container .banner_pages a.selected,
.pc_banner .banner_container .banner_pages a.selected span,
.pc_banner .banner_container .banner_pages span.swiper-pagination-bullet-active {
    background: #262cc6;
}

.section2 .company_profile .company_top {
    padding: 62px;
}

.section2 .company_profile .company_top .company_list {
    float: left;
    text-align: center;
}

.section2 .company_profile .company_top .company_list.list_w_33 {
    width: 33%;
}

.section2 .company_profile .company_top .company_list.list_w_34 {
    width: 34%;
}

.section2 .company_profile .company_top .company_list .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #0f125e;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
}

.section2 .company_profile .company_top .company_list .pic img {
    max-width: 50px;
    vertical-align: middle;
}

.section2 .company_profile .company_top .company_list .text {
    font-size: 22px;
    line-height: 30px;
    color: #000;
}

.section2 .company_profile .company_top .company_list .text a {
    color: #000;
}

.section2 .company_profile .company_bottom {
    position: relative;
    width: 100%;
}

.section2 .company_profile .company_bottom .pic {
    width: 100%;
    height: 100vh;
    position: relative;
}

/* @media screen and (min-width: 1000px) { */
.section2 .company_profile .company_bottom .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

/* } */

.section2 .company_profile .company_bottom .text {
    width: 100%;
    position: absolute;
    top: 0;
    height: 320px;
    bottom: 0;
    margin: auto;
    text-shadow: 1px 1px 1px #000;
}

.section2 .company_profile .company_bottom .text .wraper .top_title h3 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 30px;
    background: url('../images/icon_04.png') bottom center no-repeat;
    text-align: center;
}

.section2 .company_profile .company_bottom .text .wraper .top_title p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 26px;
    text-align: center;
}

.section2 .company_profile .company_bottom .text .wraper .center_summary {
    margin-top: 60px;
}

.section2 .company_profile .company_bottom .text .wraper .center_summary p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.section2 .company_profile .company_bottom .text .wraper .bottom_standard {
    width: 100%;
    text-align: center;
}

.section2 .company_profile .company_bottom .text .wraper .bottom_standard .standard_list {
    display: inline-block;
    /* margin: 0 50px; */
    width: 24%;
}

.section2 .company_profile .company_bottom .text .wraper .bottom_standard .standard_list p {
    font-size: 40px;
    text-align: center;
    color: #fff;
}

.section2 .company_profile .company_bottom .text .wraper .bottom_standard .standard_list p em {
    font-size: 14px;
}

.section3 {
    position: relative;
}

.section3 .sec03_top .sec03_list {
    width: 23.5%;
    float: left;
    overflow: hidden;
    margin: 2% 0 2% 2%;
    position: relative;
}

.section3 .sec03_top .sec03_list a.wfEditorMode {
    position: relative;
    z-index: 5;
    transform: translateY(100%);
}

.section3 .sec03_top .sec03_list.marginZero {
    margin: 2% 0 2% 0;
}

.section3 .sec03_top .sec03_list .pic,
.section3 .sec03_top .sec03_list .pic img {
    width: 100%;
    height: auto;
}

.section3 .sec03_top .sec03_list .pic img {
    transform: scale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* .section3 .sec03_top .sec03_list:hover .pic img {
    transform: scale(1.2)
} */

.section3 .sec03_top .sec03_list .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.section3 .sec03_top .sec03_list .text p {
    padding: 0 30px;
    font-size: 34px;
    /* font-size: 36px; */
    color: #fff;
    vertical-align: middle;
}

.section3 .sec03_top .sec03_list.even .text p {
    text-align: right;
}

.section3 .sec03_top .sec03_list.odd .text p {
    text-align: left;
}

.section3 .sec_footer {
    width: 100%;
    margin-top: 40px;
}

/*  */
.map_container {
    position: absolute;
    padding: 160px 0 0 0;
}

@media screen and (max-width: 1000px) {
    .section2 .company_profile {
        height: 100%;
    }

    .section2 .company_profile .company_bottom {
        height: 100%;
    }

    .section2 .company_profile .company-full {
        height: 100%;
    }
}

@media screen and (min-height: 948px) {
    /* .pc_banner .banner_container .banner_pages{
        top: 80%;
    } */
}

@media screen and (max-width: 1600px) {
    .map_container {
        padding: 80px 0 0 0;
    }
}</pre></body></html>