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

.banner {
    position: relative;
}

.slick-arrow {
    position: absolute;
    width: 68px;
    height: 68px;
    display: block;
    border: 0;
    top: 50%;
    margin: -34px 0 0 0;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    background: url('../../images/common/index/arrow.png');
    transition: all .3s ease;
}
.banner:hover .slick-arrow{
    opacity: 1;
}
.slick-prev {
    left: 90px;
}

.slick-next {
    left: auto;
    right: 90px;
    background-position: 0 100%;
}

.more{
    display: inline-block;
    vertical-align: middle;
}
.more a{
    display: inline-block;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 16px;
    transition: all .3s ease;
    color: #2C2C2C;
    letter-spacing: 0;
}
.more a:after{
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    content: "\f105";
    padding-left: 8px;
    text-align: left;
    text-indent: 0;
    width: 20px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 15px;
    color: #2C2C2C;
}
.more:hover a:after{
    -webkit-animation: more 0.8s infinite;
   animation:  more 0.8s infinite;
}

@-webkit-keyframes more {
  0%{
      text-indent: 0px;
  }

  100% {
        opacity: 0;
      text-indent: 20px;
  }

}

@keyframes more {
  0%{
      text-indent: 0px;
  }

  100% {
      text-indent: 20px;
       opacity: 0;
  }

}

.more:hover a{
    color: #0D2EA1;

}

/*------------ title ------------*/


/*------------ more ------------*/

.more {
    transition: all .2s;
    text-align: center;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 25px 0;
}

.more i {
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 3px 0;
    background: url('../../images/common/ic_leaf.png');
}

.more:hover {
    color: #8DC220;
    transition: all .2s;
    text-decoration: underline;
}


/*------------ news ------------*/

.news-sect .text-right{
    text-align: right;
}


.news-sect .text-right .title{
    vertical-align: middle;
    display: inline-block;
    color: #2D2D2D;
    font-family: 'Hind';
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 5.5px;
}
.news-sect .mobile{
    display: none;
}
.news-list {
    margin: -50px -10px 0;
    /*border:solid 1px #2C2C2C;*/
    background: #fff;
    padding:10px 5px;
}

.news-list li {
    width: 25%;
    padding:0 5px;
}

.news-list li:nth-child(4n+1) {
    clear: left;
}

.news-list li .box {
    transition: all .2s;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-width: 350px;
    margin:0 auto 30px;
}

.news-list li .box .text{
    background: #F3F3F3;
    padding:30px 25px 185px;
    margin-bottom: -152px;
    transition: all .3s ease;
}


.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    max-width: 304px;
    margin: 0 auto;
}


.news-list li .date {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    line-height: 1;
    background: rgba(34,34,34,0.95);
    line-height: 109px;
    font-family: 'Hind';
    font-size: 24px;
    font-weight: 500;
    transition: all .3s ease;
    color: #fff;
    letter-spacing: 6px;
}
.news-list li .date a{
    display: block;
}
.news-list li .box:hover .date{
    background: rgba(10,35,122,0.95)
}

.news-list li .box:hover .text{
    background: rgba(34,34,34,0.95)
}
.news-list li .box:hover .name a{
    color: #FFFFFF;

}
.news-list li .box:hover .description a{
    color:#73726F;
    
}
.news-list li .description a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    line-height: 1.5;
    color:#72726E;
    margin: 0 0 0px;
    font-size: 14px;
}

.news-list li .name a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    color: #0A2179;
    height: 25px;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 20px;
}



/*------------ products ------------*/

/*------------ sect2 ------------*/

.sect2 {
    margin: 40px 0 0 0;
}




/*------------ link ------------*/
.text-left{
    text-align: left;
}
.text-left .title{
    vertical-align: middle;
    display: inline-block;
    font-family: 'Hind';
     font-size: 35px;
    color: #2C2C2C;
    font-weight: 500;
    letter-spacing: 5.5px;

}

.products-sect{
    padding-bottom: 70px;
}

.products-list {
    margin: 10px -15px 0;
}

.products-list li {
    width: 25%;
    padding: 0 15px;
}

.products-list li:nth-child(4n+1) {
    clear: left;
}

.products-list li .box {
    margin: 0 auto 30px;
    max-width: 330px;
    box-sizing: border-box;
    transition: all .2s;
}

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





.products-list li .name a{
    margin-top: 18px;
    color: #2C2C2C;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 20px;
    display: block;
    text-align: center;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products-list li .cover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    z-index: 100;
    display: flex;
    align-items: center;
     display: flex;
    justify-content: flex-end;
    position: absolute;
     transition: all .2s;
    opacity: 0;
    padding-right: 35px;
        box-sizing: border-box;
    color: #2C2C2C;
    font-family: 'Hind';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    padding-top: 8px;
}

.products-list li .cover:after {
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    content: "\f105";
    padding-left: 8px;
    text-align: left;
    text-indent: 0;
    width: 20px;
    overflow: hidden;
    transition: all .3s ease;
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
}

.products-list li .box:hover .cover{
    transition: all .6s;
    opacity: 1;
    width: 100%;
}

.products-list li .box:hover .cover:after {
}

.products-list li .pic img {
    position: relative;
    z-index: 10;
}


/*------------ about ------------*/

.about-sect {
    background: url('../../images/common/index/about_bg.jpg') fixed no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0 80px;
    position: relative;
    min-height: 622px;
    box-sizing: border-box;
}
.about-sect .text-left{
    margin-bottom: 40px;
}
.about-sect .col{
    width: 40.6%;
}

.about-sect .title{
    padding-right: 8px;
}
.about-sect:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../../images/common/index/about_bg.png) no-repeat left top;
    background-size: 50% auto;
}


/*------------ rwd ------------*/

@media screen and (max-width: 1200px) {
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .product-list li {
        padding: 0 10px 45px;
    }
}

@media screen and (max-width: 1100px) {
    .news-list {
        margin: 0px -5px 0;
    }
    .news-list li {
        width: 50%;
    }
    .news-list li:nth-child(2n+1) {
        clear: left;
    }

}



@media screen and (max-width: 1000px) {
    .text-left{
        margin-bottom: 10px;
    }
     .news-sect {
        padding-top: 30px;
     }
    .news-sect .mobile{
        display: block;
        text-align: left;
       
    }

    .news-sect .text-right .title,.about-sect .title{
        letter-spacing: 1px;
    }
    .news-sect .pc{
        display: none;
    }
    .products-sect{
        padding:40px 0 20px;
    }
   .about-sect{
        padding:40px 0;
    }
    .about-sect{
        min-height: inherit;
    }
   .text-left .title{
    font-size: 24px;
   }
   .about-sect .col{
    width: 100%;
   }
   .about-sect:before{
    background: rgba(255,255,255,0.8);

   }
   .more{
    padding:10px 0;
   }
   .about-sect .text-left{
    margin-bottom: 10px;
   }
}

@media screen and (max-width: 600px) {
    .slick-arrow {
        transform: scale(0.5);
    }
    .slick-next {
        right: -10px;
    }
    .slick-prev {
        left: -10px;
    }
    .news-list,
    .products-list {
        margin: 0;
    }
    .news-list li,
    .ad-sect .col {
        width: 100%;
    }
 
    .products-list li {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
  
}
</pre></body></html>