<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    margin-bottom: 40px;
}
/*.banner .container:before {
    content: '';
    display: block;
    background: url('../../images/common/deco_caret.png') 50% 0 repeat-x;
    height: 23px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}*/
.banner:before{
    display: none;
}
.banner .container{
    max-width: 1820px;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    display: none!important;
}
.banner .slick-prev {
    background-position: 0 0;
    left: 0px;
}
.banner .slick-next {
    background-position: 100% 0;
    right: 0px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 5px auto 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    max-width: 1300px;
    text-align: right;
}
.banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin: 10px 5px;
}
.banner .slick-dots li button {
    background: #DDDDDD;
    border:solid 2px transparent;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
    border-color: #1A1A1A;
}

.sect-title {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
        letter-spacing: 0.5px;
    margin: 0;
}

.sect1 {
    margin-bottom: 50px;
    padding-top: 20px;
}
.links-sect {
    background: url('../../images/common/index/links_sect_bg.png');
    border: 10px solid #ECEDF4;
    text-align: center;
    position: relative;
    padding: 40px 15px 0;
}
.links-sect .sect-title {
    background: url('../../images/common/index/links_title_bg.png') 50% 0 no-repeat;
    width: 238px;
    line-height: 58px;
    margin-left: -119px;
    position: absolute;
    left: 50%;
    top: -40px;
}
.links-sect .sect-title span {
    color: #fff;
}
.links-sect .ibtn.more {
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -50.5px;
}
.links-list {
    max-width: 1360px;
    margin: 0 auto;
}
.links-list .item {
    width: 20%;
    padding: 0 7px;
}
.links-list .item:nth-child(5n+1) {
    clear: left;
}
.links-list .item:nth-child(6) {
    display: none;
}
.links-list .box {
    max-width: 252px;
    margin: 0 auto 20px;
    text-align: center;
}
.links-list .pic {
    background: url('../../images/common/links/pic_bg.png');
    padding: 6px;
    margin-bottom: 3px;
}
.links-list .box:hover .pic {
    background: url('../../images/common/links/pic_bg_hover.png');
}
.links-list .name {
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}
.links-list .box:hover .name {
    color: #ff8158;
    font-weight: bold;
}

.news-sect {
    width: 100%;
}
.news-sect .sect-title ,.products-sect .sect-title {
    text-align: left;
    margin-bottom: 20px;
    position:relative;
     letter-spacing: 0.5px;
}
.sect-title .en{
    display: inline-block;
    font-size: 40px;
    color: #00394A;

}
.sect-title .en b{
    color: #787878;
    font-weight: normal;
}
.sect-title h2{
    display: inline-block;
    margin: 0;
    font-size: 24px;
}
.sect-title .main{
    width: 526px;
    max-width: 100%;
    display: inline-block;
    padding-left: 47px;
    box-sizing: border-box;
    margin-left: 5px;

    background: url(../../images/common/index/news_tit.png) center left no-repeat;
}
.news-sect .ibtn.more {
    display: block;
    margin: 0px auto 0;
    float: right;
}
.news-list {
    max-width: 1440px;
    margin: 0px -10px ;
}
.news-list .item {
    width: 25%;
    padding: 0 10px;
}


.news-list .box {
    max-width: 260px;
    margin: 0 auto 30px;
    text-align: center;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    margin: 0 auto 10px;
    border: 1px solid #DDDDDD;
    transition: all .3s ease;
    padding: 5px;
}
.news-list li .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list li:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-list .box:hover .pic {
    border-color: #E94C01;
}

.news-list .name {
    color: #000000;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}

.news-list .date {
    display: block;
    width: 104px;
    margin: 15px auto 0;
    color: #6B7B79;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    max-width: 152px;
    position: relative;
}
.news-list .box:hover .date {
    color: #E94C01;
}
.news-list .box .date:after{
    width: 0%;
    height: 2px;
    background: #E94C01;
    content: '';
    display: block;
    transition: all .3s ease;
    left: 50%;
    position: absolute;
    bottom: 0;

}
.news-list .box:hover .date:after{
    width: 100%;
    left: 0;
}
.sect2 {
    background: url('../../images/common/about_bg.jpg') 50% 50% no-repeat;
    background-size: cover;
    /* margin-top: 50px; */
    /* margin-bottom: 50px; */
    overflow:hidden;
    position:relative;
}
.sect2 .container{

}
/*.sect2:before {
    content:url('../../images/common/about_before.png');
    position:absolute;
    top:0;
    left:0;
}
.sect2:after {
    content:url('../../images/common/about_name.png');
    position:absolute;
    bottom:0;
    right:0;
}*/
.sect-title-en{
    color: #E94C00;
    font-size: 40px;
}
.sect-title-en span{
    color: #00394A;

}
.sect2{
    margin: 0 50px;
}
.about-sect {
    float: right;
    width: 68.5%;
    padding: 70px 0 60px 170px;
    box-sizing: border-box;
    position: relative;
}
.about-sect *{
    position: relative;
    z-index: 5;
}
.about-sect:before{
    background: rgba(241,241,241,0.8);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -1000px;
}
.about-sect .sect-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}
.about-sect .sect-title:before {
    content:'';
    display:inline-block;
    background: url(../../images/common/index/about_ic.png);
    width: 193px;
    height: 10px;
    margin-left: -170px;
    margin-top: -6px;
    margin-right: 10px;
    vertical-align: middle;
}

.about-sect .pic {
    float: left;
    width: 80%;
}
.about-sect .txt {
    float: none;
    width: 100%;
    font-size: 14px;
    color:#000000;
}
.about-sect .more,.service-sect .more{
    width: 249px;
    height: 53px;
    line-height: 53px;
    background: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    color: #191919;
    text-align: center;
    display: block;
    border-radius: 6px;
    margin-top: 40px;
    transition: all .3s ease;
}
.about-sect .more:after,.service-sect .more:after{
    content: '';
    display: inline-block;
    background: url(../../images/common/index/arrow.png);
    height: 14px;
    width: 0;
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
    transition: all .3s ease;
}
.service-sect .more{
    margin: auto;
}
.about-sect .more:hover,.service-sect .more:hover{
    color: #fff;
    background: #00394A;
}
.about-sect .more:hover:after,.service-sect .more:hover:after{
    width: 23px;
}
.sect3 {
    
    padding: 40px 0;
}



.products-sect .ibtn.more {
    display: block;
    margin: 10px auto 25px;
    float: right;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 20%;
    padding: 0 10px;
}
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}
.products-list .box {
    max-width: 250px;
    margin: 0 auto 30px;
    position: relative;
}
.products-list .box.new .pic:before {
    content: 'NEW';
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    background: #FFFFFF;
    position: absolute;
    z-index: 10;
    right: 8px;
    bottom: 10px;
    color: #E94C01;
    font-size: 13px;
    font-weight: bold;
    text-align: center;

}
.products-list li .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.products-list li:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.products-list .pic-box {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}


.products-list .name {
    color: #1F1F1F;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-list .name:after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    transition: all .3s ease;
    background: #607075;

}
.products-list a:hover .name {
    color: #E94C01;
}
.products-list a:hover .name:after{
    width: 100%;
    background: #E94C01;

}
.products-list .description {
    color: #767676;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 41px;
}

.sect4 {
    background: url(../../images/common/index/service_bg01.jpg)center 100% no-repeat fixed;
    background-size: 100%;
    min-height: 180px;
    margin-bottom: 0px;
    margin-top: 20px;
    display: none;
}
.ad-sect {
    width: 30%;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}
.ad-sect .sect-title {
    text-align: center;
    margin-bottom: 10px;
}
.ad-sect .sect-title span {
    display: block;
    margin: 0;
}

.sect5 {
    background:#F1F1F1 url(../../images/common/index/service_bg.png) top no-repeat;
    background-size: 100% auto;
    padding: 33px 0;
    margin: 0 50px;
}
.sect5 .container {
    max-width: inherit;
    padding: 0;
}
.service-sect {
    width: 100%;
    text-align: center;
    color: #666;
    margin: 0 auto;
}
.service-sect .sect-title {
    color:#a7a7a7; 
    /* font-weight: bold; */
    padding: 20px 15px 10px;
    position: relative;
    color: #000;
}

.service-sect .sect-title .en {
    display: block;
    color: #E94C00;
}
.service-sect .sect-title .en b{
    color: #00394A;
}
.service-sect .txt {
    padding: 10px 0% 30px;
}


.service-sect .service_editor .service_title{
    font-size: 20PX;
    font-weight: bold;
}
.service-sect .service_editor .service_title p{
    margin: 0;
}
.service-sect .ibtn.more {
    display: block;
    margin: 40px auto 0;
}
.sect6 {
    padding:125px 0 58px;
    background: url(../../images/common/index/album_bg.jpg) top no-repeat;
    background-size: 100% auto;
      margin: 0 50px;
}
.album-sect {
    width: 100%;
}
.album-sect .sect-title{
    text-align: left;
}
.album-sect .sect-title .en{
    color: #FFFFFF;
    font-size: 45px;
    padding-top: 6px;
    margin-left: -6px;
}
.album-sect .sect-title .main{
    background: none;
    padding: 0;
    font-size: 24px;
    color: #000000;
    width: 60px;
    line-height: 1.28;
    /* float: right; */
    padding-left: 128px;
    padding-top: 12px;
    box-sizing: content-box;
        margin-top: -14px;
}
.album-sect .sect-title .en b{
    display: block;
    color: #D9D9D9;
}
.album-list {
    display: table;
    width: 100%;
}
.album-list .item {
    width: 16.66%;
    display: table-cell;
    float: none;
    vertical-align: middle;
    background: url(../../images/common/index/album_title.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.album-list .item.more{
    position: relative;
    background: url(../../images/common/index/album_moreBg.png) no-repeat center;

}
.album-list .item:nth-child(6n+1) {
    clear: left;
}
.album-list .box {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.album-list .item.more a.box{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;

}
.album-list li .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.album-list li:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.album-list .box .sect-title{
    /*background: url(../../images/common/index/album_titleTxt.png) no-repeat;*/
    /* border-radius: 60px; */
    margin: 0 auto;
    color: #fff;
    width: 200px;
    font-size: 21px;
    box-sizing: border-box;
    line-height: 49px;
    height: 49px;
    display:  inline-block;
    position:  relative;
}

.album-list .pic {
    position: relative;
    overflow: hidden;
}

.album-list .name_box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    background: rgba(44,48,53,0.82);
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    transition: all 0.3s;
    text-align: left;
    padding: 20px 20px 30px;
    line-height: 2.2;
}
.album-list .name{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;  
    height: 58px;
}
.album-list .box:hover .name_box {
    bottom: 0;
}
.album-list .item.more .box:hover {
        background: url(../../images/common/index/album_moreBg2.png) no-repeat center;
}
/******擐㚚�頝喳枂���拳撱��𦠜�厰��******/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -20px;
    top: -20px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 20px;
    border: 3px solid #ccc;
}

/*******************************/
@media screen and (max-width: 1200px) {
    .links-list {
        max-width: 900px;
    }
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(5n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
    .links-list .item:nth-child(6) {
        display: block;
    }
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(n) {
        display: block;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .sect4-bg {
        background: none;
    }
    .service-sect {
    }
    .service-sect,
    .album-sect {
        float: none;
        width: auto;
    }
    .album-list .item {
        width: 16.66%;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(6n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1000px) {
    .sect2 {
        /*background: url(../../images/common/index/about_bg.jpg) 100% 70% no-repeat;*/
    }
    .sect2:before{
        display:none;
    }
    .sect2 .container{
        padding: 0 0
    }
    .about-sect {
        float: none;
        width: auto;
        /*max-width: 670px;*/
        width: 100%;
        margin: 0 auto;
        padding:20px 15px;
        background: rgba(241,241,241,0.8);

    }
    .about-sect:before{
        display: none;
    }
    .about-sect .txt{
        width: 100%; 
    }
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .about-sect .sect-title:after {
        margin:10px auto;
    }
}
@media screen and (max-width: 900px) {
    .news-sect {
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
    }
    .album-list {
        display:block; 
    }

    .album-list .item {
        width: 25%;
        display: block;
        float: left;
        background-image: none;
    }
    .album-list .item.title{
        width: 100%;
        padding: 10px 0;
    }
    .album-list .item:nth-child(4n+1) {
        clear: none;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item.more {
        width: 100%;
        padding: 10px 0;
        background: none;
    }
    .album-list .item.more a.box{
        background-size: 100%;

    }
/*------------ lightbox 767 ------------*/
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -50px;
        right: 50%;
        margin-right: -20px;
    }
/*------------ lightbox 767 ------------*/
    .banner .container:before {
        height: 16px;
        background-size: auto 100%;
    }
    .banner .slick-prev,
    .banner .slick-next {
        width: 36px;
        height: 36px;
        background-size: 72px auto;
        margin-top: -18px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }

    .sect1 {
        padding-top: 0px;
    }
    .news-sect .sect-title {
        margin-bottom: 20px;
    }
    .news-list {
        margin: 20px auto 0px auto;
    }
    .links-list {
        max-width: 600px;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
    .about-sect .pic,
    .about-sect .txt {
        float: none;
        width: auto;
    }
    .about-sect .pic {
        margin-bottom: 1.8em;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
    .sect2 {
        padding: 50px 0;
         margin: 0;
    }
    .sect2:after {
        display:none;
    }
    .news-sect .ibtn.more,.products-sect .ibtn.more{
        float: none;
    }
    .sect-title .en,.sect-title-en{
        font-size: 26px;
    }
    .sect-title-en{
        letter-spacing: 0;
    }
    .about-sect{
        padding:30px 10px;
            background: rgba(241,241,241,0.8);
    }
    .about-sect .sect-title{
        text-align: left;
    }
    .about-sect:before{
        display: none;
    }
    .sect5{
        margin: 0;
        background: #F1F1F1 url(../../images/common/index/service_bg.png) no-repeat;
        background-size: auto;
        background-position: center top;
    }
    .service-sect .txt{
        padding-top: 0;
    }
    .service-sect .sect-title{
        padding-bottom: 0;
    }
    .sect6{
        margin: 0;
        background: none;
        padding: 20px 0; 
    }
    .album-sect .sect-title .en{
        color: #00394A;
    }
    .album-sect .sect-title .en{
        font-size: 26px;
        line-height: 1.2;
    }
     .album-sect .sect-title .en b{
        display: inline-block;
        margin-left: 10px;

     }
     .album-sect .sect-title .main{
        padding: 0;
        width: auto;
        margin: 0;
        display: block;
     }
      .album-sect .sect-title .en b{
            color: #787878;
     }
     .album-list .box,.album-list .box .sect-title{
        max-width: inherit;
        width: auto;
     }
     .album-list .box .sect-title{
        text-align: center;
     }
     .album-list .name_box{
        bottom: 0;
        padding:5px;
     }
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 600px) {
    .links-list {
        margin: 0 -7px;
    }
}
@media screen and (max-width: 1025px) {
    .sect4 {
        background: url(../../images/common/index/service_bg02.jpg)center 100% no-repeat fixed;
        background-size: 100%;
    }
}

@media screen and (max-width: 500px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
    .links-list .item:nth-child(6) {
        display: none;
    }
    .products-list .item {
        width: 100%;
    }
    .album-list .item {
        width: 50%;
    }
    .album-list .item:nth-child(3n+1) {
        clear: none;
    }
    .album-list .item:nth-child(2n+1) {
        clear: none;
    }
}
@media screen and (max-width: 440px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
    .sect4{
        background: url(../../images/common/index/service_bg.jpg) center 50%  no-repeat;
        background-size: 100%;
    }
}</pre></body></html>