<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.section_title{padding:50px 0 50px 0;position: relative;background: #fff;z-index: 1;}
.section_title .cn{font-size: 2.8rem;color: #004898;text-align: center;font-weight: 600;font-family: Arial;}
.section_title .cn em{display: inline-block;font-size: 2.8rem;color: #E7211A;}
.section_title .en{
    text-align: center;
    font-size: 4.2rem;
    font-weight: 600;
    opacity: .2;
    -webkit-text-stroke: 1px #E7211A;
    color: transparent;
    text-transform: uppercase;
    transform: translateY(60%);
    font-family: Arial;
}
.section_title p{font-size: 1rem;color: #666;text-align: center;margin-top: 20px;}


.more {
    width: 180px;
    height:45px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 16px;
    position: relative;
    color:#fff;
    background: #004898;
}
.more:hover {
    border: 1px solid #004898;
    background: #fff;
    color:#004898;
}


.index_banner {
    width:100vw;
    height:100vh;
    position: relative;
    overflow: hidden;
}
.index_banner .swiper-slide img {
    width:100%;
    height:100vh;
    transform: scale(1.05);
    transition: 3s;
}
.index_banner .swiper-slide.swiper-slide-active img {
    transform: scale(1);
}
.index_banner .swiper-pagination-bullets {
    bottom:5%;
}
.index_banner .swiper-pagination-bullet {
    width:16px;
    height:16px;
}
.index_banner .swiper-button-prev {
    left:5%
}
.index_banner .swiper-button-next {
    right:5%
}
.index_banner .ban_txt {
    position: absolute;
    z-index: 99;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index_banner .ban_txt .txt p{
    font-size: 2.8rem;
    font-family: EUROSTILE-BOLDEXTENDEDTWO;
    margin-bottom: 2rem;
}
.index_banner .ban_txt .txt p:first-child{
    font-size: 3rem;
    font-weight: 600;

}

.index_banner .navigation .banner_prev{position:absolute;left:5%;top:50%;width:71px;height:71px;margin-top:-35.5px;background:url(../images/banner_quan.png) no-repeat left top;z-index:9}
.index_banner .navigation .banner_prev_left{position:absolute;top:50%;left:5%;margin-left:28px;width:12px;height:20px;margin-top:-10px;z-index:5;background:url(../images/banner_jt.png) no-repeat left -21px;}

.index_banner .navigation .banner_next{position:absolute;right:5%;top:50%;width:71px;height:71px;margin-top:-35.5px;background:url(../images/banner_quan.png) no-repeat right top;z-index:9}
.index_banner .navigation .banner_next_right{position:absolute;top:50%;right:5%;margin-right:28px;width:12px;height:20px;margin-top:-10px;z-index:5;background:url(../images/banner_jt.png) no-repeat right -21px;}

.index_banner .banner_prev:hover,.index_banner .banner_next:hover {
    animation: rotation 0.1s linear infinite;
    cursor:pointer
}
@keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

.index_banner .mouse {
    position: absolute;
    right:5%;
    bottom:10%;
    z-index: 99;
    display: flex;
    align-items: center;
    color:#fff;
}
.index_banner .mouse .mouseOf {
    height: 28px;
    position: relative;
    width: 28px;
    display: block;
}
.index_banner .mouse .mouseOf svg {
    width:100%;
    height:100%;
    display: block;
}
.index_banner .mouse .mouseOf:after {
    -webkit-animation: scroll-down 1.5s ease-in-out infinite;
    animation: scroll-down 1.5s ease-in-out infinite;
    background-color: #fff;
    border-radius: 2px;
    content: "";
    height: 7px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}
@keyframes scroll-down {
    0% {
        opacity: 0;
        top: 2px
    }
    30%,70% {
        opacity: 1
    }
    to {
        opacity: 0;
        top: calc(100% - 9px)
    }
}

.bannerpage{ position: absolute; left: 50%; width: 100%; bottom: 10%; z-index: 99; color: #fff;}
.bannerpage .fenshi{ display: inline-flex; align-items: flex-end; position: relative;}
.bannerpage .fenshi span{ font-size: 1.8vw; color: #2478e2; line-height: 1; display: block; transform: translateY(100%); transition: .8s ease .2s; margin-right: 3px;font-family: EUROSTILE-BOLDEXTENDEDTWO;}
.bannerpage .fenshi p{ font-size: 1.2vw; line-height: 1.3;font-family: EUROSTILE-BOLDEXTENDEDTWO;}
.bannerpage .fenshi i{ display: block; position: absolute; width: 13vw; height: 2px; background: rgba(255, 255, 255, .2); right: 100%; top: 50%; margin-right: 2vw; margin-top: -1px;}
.bannerpage .fenshi i:before{ content: ""; display: block; width: 0; height: 100%; background: #e2242a; position: absolute; left: 0; top: 0;  }
.bannerpage .fenshi.on span{  transform: translateY(0);}
.bannerpage .fenshi .ovh{ overflow: hidden; width: auto;}
.bannerpage .fenshi.on i:before{animation: linescroll 3s linear;}
@keyframes linescroll {0% {width: 0;}100% {width: 100%}}









.index_product{position:relative;padding:0 0 40px 0;z-index:1;background: #fff;}
.index_product .classify a{width:18%;height:60px; line-height:60px;padding:0 1%;margin-right: 2.5%;float: left;
    position:relative;box-shadow:0 3px 10px rgba(0,0,0,0.3);
    font-size:1.1rem; color:#333333;display:flex;justify-content: space-between;}
.index_product .classify a:last-child{margin-right:0;}
.index_product .classify a span.iconfont{font-size: 28px;}
.index_product .classify a:hover,.index_product .classify a.act{ background:#004898; color:#fff;}
.pro_list{padding-top: 30px;}
.pro_list li {width:23.5%;margin-right:2%;float:left;overflow: hidden;margin-bottom: 20px;}
.pro_list li:nth-child(4n) {margin-right:0;}
.pro_list li .pro_img {border: 1px solid #f3f3f3;}
.pro_list li img {display: block;}
.pro_list li a p {height:50px;line-height: 50px;text-align: center;border: 1px solid #f3f3f3;position: relative;z-index: 2;}
.pro_list li a {position: relative;}
.pro_list li a:before{content: '';position:absolute;top:0;left:0;display: block; width:100%; height:calc(100% - 50px); background:rgba(0,0,0,0.5); opacity:0;}
.pro_list li a:after{
    content:'æŸ¥çœ‹è¯¦æƒ…';
    position: absolute;
    line-height:45px;
    padding:0 30px;
    top:50%;
    background:#004898;
    font-size:14px;
    color:#fff;
    font-weight:lighter;
    left:-100%;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    opacity: 0;
    transition: all .5s ease;
    transform: translate(-50%,-50%);
}
.pro_list li a p:before{ content:''; display:block; position:absolute; bottom:0; left:0; width:100%; height:0; background:#004898; transition:all .3s ease;    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.pro_list li a:hover:before {opacity: 1;}
.pro_list li a:hover:after {opacity: 1;left:50%;}
.pro_list li a:hover p{color: #fff;}
.pro_list li a:hover p:before{ height:50px;z-index: -1}










.index_application {
    width:100%;height: 100vh;
    position: relative;
    overflow: hidden;
}
.index_application .ap_txt {
    position: absolute;
    z-index: 2;
    color: #FFFFFF;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index_application .ap_txt .txt {
    width: 24%;
}
.index_application .ap_txt .txt h3{
    font-size: 3rem;
    margin-bottom: 2rem;
}
.index_application .ap_txt .txt .desc{
    font-size: 1rem;
    line-height: 2rem;
}
.index_application .swiper-slide img{
    width: 100%;
    height:100vh;
    transform: scale(1.1);
    transition: 3s;
}
.index_application .swiper-slide.swiper-slide-active img{
    transform: scale(1);
}
.bgyuan {
    position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);z-index:2;width:40vw;height:40vw;
}
.bgyuan2 {
    position:relative;width:100%;height:100%;
}
.bgyuan2::before {
    position: absolute;
    content: "";
    background: url(../images/xiaoyuan.png) center no-repeat;
    background-size: cover;
    display: block;
    width: 30vw;
    height: 30vw;
    left: 5vw;
    top: 5vw;
    animation: rotate360 60s infinite linear;
    -webkit-animation: rotate360 60s infinite linear;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.bgyuan2::after {
    position: absolute;
    content: "";
    left: 2vw;
    top: 2vw;
    background: url(../images/dayuan.png) center no-repeat;
    background-size: cover;
    display: block;
    width: 36vw;
    height: 36vw;
    animation: rotate360-2 60s infinite linear;
    -webkit-animation: rotate360-2 60s infinite linear;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.index_application .ap_yuan {
    position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);z-index:3;width:20vw;height:20vw;border:1px dashed #fff;border-radius: 50%;
}
.index_application ul li {
    cursor:pointer;
}
.index_application ul li .yuan {
    position: relative;
    width:5.5vw;height:5.5vw;border:1px dashed #fff;border-radius: 50%;
    display: flex;align-items: center;justify-content: center;
}
.index_application ul li .yuan img {width:40%;margin-bottom: 10%;}
.index_application ul li.act .yuan img.img1 {display: none}
.index_application ul li.act .yuan img.img2 {display: block}
.index_application ul li .yuan img.img2 {display: none}
.index_application ul li .yuan .ap {
    width:5vw;height:5vw;border-radius: 50%;background: #fff;color:#333;display: flex;flex-direction: column;align-items: center;justify-content: center;font-size: 0.8vw;
}
.index_application ul li.act .yuan,.index_application ul li:hover .yuan {
    border:1px dashed #004898;
}
.index_application ul li.act .yuan .ap,.index_application ul li:hover .yuan .ap {
    background: #004898;
    color:#fff;
}
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotate360-2 {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}





.index_about .company_box{
    position: relative;z-index: 1;background: url(../images/aboutbg.jpg);background-size:100% 100%;width:100%;height:90vh;display: flex;align-items: center;
}
.index_about .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.index_about .strength {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 1
}
.index_about .strength .item {
    width: 48%;
    padding: 30px;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);*/
    transition: background-color .3s;
    margin-bottom: 3.125%;
}
.index_about .strength .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    position: relative
}
.index_about .strength .img {
    width: 100%;
}
.index_about .strength .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    color: #004898;
    margin-top: 20px;
}
.index_about .strength .num {
    font-size: 2.2rem;
    margin-right: 6px;
    font-family: EUROSTILE-BOLDEXTENDEDTWO;
}
.index_about .strength .tit {
    text-align: center;
    margin-top: 15px;
    color: #004898;
}
.index_about .company {
    width: 50%;
    padding-left: 5%;
    padding-top: 3%;
    font-size: 1rem;
}
.index_about .company .title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #bfbfbf;
}
.index_about .company .title .cn{
    color: #333;
    font-weight: 600;
    font-size: 36px;
    font-family: Arial;
}
.index_about .company .title .en{
    color: transparent;
    -webkit-text-stroke-color: #064a95;
    -webkit-text-stroke-width: 1px;
    font-size: 3.2rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    opacity: .5;
    font-family: Arial;
    margin-bottom: 2rem;
}
.index_about .company .content p{
    line-height: 2rem;
    text-align: justify;
    font-family: Arial;
}
.index_about .inside_banner {
    z-index: 0;
}
.inside_banner {
    position: relative;
    overflow: hidden;
    height: 600px;
}
.inside_banner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    opacity: .25
}
.inside_banner img {
    width: 100%;
    position: fixed;
    top:0;
    z-index: -1;
}
.inside_banner .main {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    text-align: center
}
.inside_banner .title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 8px
}
.inside_banner .content {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 2.4rem;
}











.index_partner {
    position: relative;
    width:100%;
    background: url(../images/partnerbg.jpg);background-size:100% 100%;
    overflow: hidden;
}
.index_partner .partner_list_box{
    position: relative;
}
.partner_list .column {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .1);
    background-color:#fff;
}
.partner_list .column {
    width: 130px;
    height: 130px;
}
.partner_list .column:hover {
    overflow: auto;
    width:200px;
    height:200px;
}
.partner_list .column img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.partner_list .column:hover img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}






.index_news{position: relative;z-index: 9;background: #fff;padding-bottom: 30px;}
.index_news .nl {width:45%;}
.index_news .nr {width:55%;padding-left:1%;display: flex;flex-direction: column;justify-content: space-between;}


.index_news .nl .news_item{width:100%;border:1px solid #e1e1e1;;padding:0;transition: all .3s;}
.index_news .nl .news_item .img{width: 100%;overflow: hidden;transition: all .3s;position:relative;padding:5px;}
.index_news .nl .news_item .img img{width: 100%;transition: all .3s;}
.index_news .nl .news_item .wz{position: relative;padding:1.25rem}
.index_news .nl .news_item .wz h3{font-size: 1.2rem;line-height: 2.4rem;
    overflow: hidden; color: #000;margin-bottom: 1.25rem;transition: all .3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.index_news .nl .news_item .wz .time{font-size: 1rem;color: #595353;margin-bottom: 20px;}
.index_news .nl .news_item .wz p{font-size: 0.9rem;line-height: 1.8rem;height:3.6rem; overflow: hidden;color: #595353;margin-bottom: 1rem;transition: all .3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}


.index_news .nr .news_item{width:100%;border-bottom:1px solid #e1e1e1;padding:0;transition: all .3s;flex:1;}
.index_news .nr .news_item:first-child {border-top:1px solid #e1e1e1;}
.index_news .nr .news_item a {display: flex;align-items: center;height:100%;}
.index_news .nr .news_item .img{width: 35%;overflow: hidden;transition: all .3s;position:relative;padding:5px;}
.index_news .nr .news_item .img img{width: 100%;transition: all .3s;}
.index_news .nr .news_item .wz{width: 65%;position: relative;padding:0 2%;}
.index_news .nr .news_item .wz h3{font-size: 1rem;line-height: 1rem;overflow: hidden; color: #000;margin-bottom: 1.2rem;transition: all .3s;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index_news .nr .news_item .wz .time{font-size: 0.8rem;color: #595353;margin-top: 1rem;}
.index_news .nr .news_item .wz p{font-size: 0.8rem;line-height: 1.6rem;overflow: hidden;color: #595353;transition: all .3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.index_news .news_item:hover .wz h3{color: #004898;}
.index_news .news_item:hover .wz .time,.index_news .news_item:hover .wz p{color:#004898;}
</pre></body></html>