.wrapper{
    overflow: visible;
}
/*----- index -----*/

/*----- banner -----*/
.banner {
    margin: 0;
}
.banner .slider,
.banner_m .slider {
    position: relative;
}
.banner .slick-dots,
.banner_m .slick-dots {
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    display: inline-block;
    margin: 0 7.5px 60px;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
    position: relative;
    white-space: nowrap;
    text-indent: 101%;
    font-size: 0;
    padding: 0;
    border-radius: 100%;
    border: 2px solid #D6D6D6;
    background: transparent;
    width: 8px;
    height: 8px;
    transition: all .3s ease;
    cursor: pointer;
}

.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    border-color: #e40011;
}
.banner_m {
    display: none;
}
/*----- !banner -----*/
/*----- common -----*/

.sect-title {
    text-align:center;
    line-height: 1.3;
    margin: 0px 0 35px;
}
.sect-title h2{
    color:#616266;
    font-weight: 400;
     letter-spacing: 4px;
     line-height: 1.2;
     margin: 0 auto;
     font-size: 22px;
     position: relative;
}

.sect-title h2:before{
     content: '';
     display: inline-block;
     width: 0;
     height: 0;
     border-top:5px solid transparent;
     border-bottom: 5px solid transparent;
     border-left: 10px solid #e40011;
     margin: 0 17px 2px;
}
.sect-title h2:after{
     content: '';
     display: inline-block;
     width: 0;
     height: 0;
     border-top:5px solid transparent;
     border-bottom: 5px solid transparent;
     border-right: 10px solid #e40011;
     margin: 0 10px 2px;
}

.sect-title span{
     color:#2C2C30;
     font-size: 55px;
      font-family: "Montserrat", sans-serif;
    font-weight:900;
}

.btn.more{
    position: relative;
    box-sizing: border-box;
    width: 320px;
    height: 70px;
    line-height: 68px;
    color: #2C2D30;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
    background: #fff;
    transition: all 0.3s ease;
    overflow: hidden;
    text-align:center;
    border:1px solid #E3E4E6;
}

.btn.more:hover {
    color: #fff;
    background: #e40011;
     border:1px solid #e40011;
}
/*----- !common -----*/
/*----- sect1 -----*/
.sect1 {
    padding: 87px 0 125px;
    background: url(../../images/common/index/a_bg.webp) no-repeat 50% 50% fixed;
    background-size: cover;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1;
    transition: filter 0.5s ease;
}

.about-sect .editor{
    font-size:18px;
    letter-spacing:2px;
    line-height: 1.8;
}

.sect1 .row {
    position: relative;
    box-sizing: border-box;
}

/*news*/
.news-list{
     margin: 0 -60px;
     padding: 0;
}
.news-list li{
    width: 33.33%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:block;
    float: left;
}
.news-list li .box{
    display: block;
    position: relative;
    padding-bottom: 30px;
    max-width: 410px;
    margin: 0 auto;
}
.news-list .box .cover2{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.news-list:after{
    content: '';
    display: block;
    clear: both;
}
.news-list li .pic{
    position: relative;
}
.news-list li .pic img{
    width: 100%;
}
.news-list li .box .date{
    display: block;
    margin: -29px 0 10px;
    color: #FFF;
    background:#e40011;
    font-family: "Lato", sans-serif;
    font-style: italic;
    font-weight: bold;
    padding: 7px 10px;
    width: 100px;
    text-align: center;
    z-index: 1;
    position: relative;
}


.news-list .txt{
    padding: 10px 0px 15px;
}
.news-list .name {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 7px;
    letter-spacing: 1.25px;
    display: block;
}
.news-list .description{
    height: 42px;
    line-height: 1.45;
    color: #828387;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .news-list li{
    width: 100%;
}
}
/*----- !sect1 -----*/
/*----- sect2 -----*/
.sect2 {
    padding: 120px 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.sect2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background:rgb(0 0 0 / 80%);
    background-size: cover;
    mix-blend-mode: darken;
}
.sect2 .sect-title h2{
    color:#fff;
}

.sect2 .sect-title span{
     color:#fff;
}
.sect2 .container {
    max-width: 1330px;
}
.products-sect {
    position: relative;
    box-sizing: border-box;
}
.products-sect .sect-title {
    text-align: center;
  
}
.products-sect .sect-title:after {
    left: 0;
    right: 0;
    margin: 15px auto 0;
}
.products-list {
    margin: 0 -25px;
}
.products-list .item {
    width: calc(100% / 3);
    padding: 0 25px;
}
.products-list .item:nth-child(3n+1) {
    clear: left;
}
.products-list .box {
    position: relative;
    margin: 0 auto 40px;
    background: #fff;
    border: 1px solid #E3E4E6;
}
.products-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list .box.new:before {
    content: 'new';
    position: absolute;
    display: block;
    text-align: center;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    background: #e40011;
     font-family: "Montserrat", sans-serif;
    font-weight:900;
    z-index: 10;
}
.products-list .pic-box {
    position: relative;
    box-sizing: border-box;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
/* Ã¦Å’â€°Ã©Ë†â€¢ */
.products-list .item .pd-more{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #ef2b23;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0;
    transform: translate(100%, 100%);
    transition: .45s ease;
}

/* Ã¦Â»â€˜Ã¥Ë†Â°Ã¦â€¢Â´Ã¥â‚¬â€¹Ã¥â€¢â€ Ã¥â€œÂÃ¥ÂÂ¡Ã§â€°â€¡Ã¦â€°ÂÃ¥â€¡ÂºÃ§ÂÂ¾ */
.products-list .item .box:hover .pd-more{
    opacity: 1;
    transform: translate(0, 0);
}

/* Ã¥Å“â€“Ã§â€°â€¡Ã¥Â¾Â®Ã¦â€Â¾Ã¥Â¤Â§ */
.products-list .item .box:hover .pic img{
    transform: scale(1.06);
}

/* Ã§Â´â€¦Ã¨â€°Â²Ã¨Æ’Å’Ã¦â„¢Â¯Ã¦Â»â€˜Ã¥â€¹â€¢ */
.products-list .item .pd-more::before{
    content: "";
    position: absolute;
    inset: 0;
    background: #d91f19;
    transform: translateX(-100%);
    transition: transform .4s ease;
}

.products-list .item .box:hover .pd-more::before{
    transform: translateX(0);
}

/* Ã§Â®Â­Ã©Â Â­ */
.products-list .item .pd-more .arrow{
    position: relative;
    z-index: 2;
    width: 17px;
    height: 2px;
    background: #fff;
    transition: transform .35s ease;
    left: -8px;
}

.products-list .item .pd-more .arrow::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}

.products-list .item .box:hover .pd-more .arrow{
    transform: translateX(8px);
}
.products-list .txt {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 20px;
    min-height: 120px;
}

.products-list .name{
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #2C2D30;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin: 0 0 8px;
    transition: all 0.3s ease;
    letter-spacing: 2px;
}
.products-list .box:hover .name {
    color: #e40011;
}
.products-list .description{
    position: relative;
    box-sizing: border-box;
    color: #828387;
    font-size: 16px;
    line-height: 1.45;
    padding: 0;
    margin: 0;
    height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-sect .btn-box {
       
    padding: 10px 0 0;
}
@media (max-width: 1000px) {
.products-list .txt {
    padding: 10px 10px;
    min-height: 90px;
}
}
/*----- !sect2 -----*/
/*----- sect3 -----*/
.sect3 {
    padding: 85px 0 30px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.sect3 .service-sect{
    position:relative;
    z-index:1;
}
.sect3 .bg1{
   width: 504px;
   height: 561px;
   display: block;
   background: url(../../images/common/index/bgdeco.webp) 0 100% no-repeat;
   position: absolute;
   left: 200px;
   top: -350px;
   z-index: -1;
   pointer-events: none;
}    
.sect3 .bg2{
   width: 504px;
   height: 561px;
   display: block;
   background: url(../../images/common/index/bgdeco.webp) 0 100% no-repeat;
   position: absolute;
   right: -100px;
   bottom: 0;
   z-index: -1;
   pointer-events: none;
}    
.sect3::before {
    content: '';
    position: absolute;
   bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 20%;
    background:#f6f6f6;
}
/*----- !sect3 -----*/
/*----- sect4 -----*/
.sect4 {
    padding: 30px 0 70px;
    background: #f6f6f6;
    position: relative;
    z-index: 3;
}
.sect4 .container {
    max-width: 1330px;
    margin: 0 auto;
}
.album-list {
    margin: 0 -16px;
}
.album-list .item {
    width: calc(100% / 4);
    padding: 0 16px;
}
.album-list .item:nth-child(4n+1) {
    clear: left;
}
.album-list .box {
    position: relative;
    /* max-width: 300px; */
    margin: 0 auto 40px;
    overflow: hidden;
}
.album-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.album-list .fancybox {
    display: none;
}
.album-list .name {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #193B33;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    padding: 0 20px;
    height: 50px;
    width: calc(100% - 110px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;
    font-family: 'Noto Serif TC', serif;
}
.album-list .box:hover .name {
    background: #C0A981;
    color: #FFF;
}
/*----- !sect4 -----*/
/*----- sect5 -----*/
.sect5 {
    padding: 55px 0;
    margin:0 auto;
    text-align:center;
    background: #eee;
    position: relative;
    z-index: 3;
}
.sect5 .container {
    max-width: 1920px;
    padding: 0;
}
.links-list {
    margin: 0;
}
.links-list .item {
    width: calc(100% / 2);
    padding: 0;
}
.links-list .box {
    position: relative;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
}
.links-list .item a.cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.links-list .pic {
    position: relative;
    overflow: hidden;
}
.links-list .txt {
    display: none;
}
.links-list .name {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
}
/*----- !sect5 -----*/
.sect6{
    background:#fff;
    position:relative;
    font-size: 18px;
    text-align:center;
    padding: 65px 0 90px;
    z-index: 2;
}
.sect6 .btn.more{
    z-index:1;
    color: #fff;
    overflow: visible;
    background: #2c2d30;
    border:none;
}


.sect6 .btn.more:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        border-radius: 0px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        top: 0px;
        left: 0px;
        padding: 0px;
        z-index: -1;
        opacity: 1;
        background: #e40011;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
        -moz-transition: -moz-transform 0.2s, opacity 0.3s;
        transition: transform 0.2s, opacity 0.3s;
    }

.sect6 .btn.more:hover:after {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }

                 
.sect6 .bg1{
   width: 504px;
   height: 561px;
   display: block;
   background: url(../../images/common/index/bgdeco.webp) 0 100% no-repeat;
   position: absolute;
   left: 500px;
   top: -640px;
   z-index: -1;
   pointer-events: none;
}  
/*----- rwd -----*/
@media screen and (max-width: 1440px) {
    .news-list{
         margin: 0;
    }
}
@media screen and (max-width: 1280px) {
   
    .products-list {
        margin: 0;
    }
    .products-list .item {
        padding: 0 5px;
    }
   
    
}
@media screen and (max-width: 1000px) {
    .about-sect .editor {
        font-size: 16px;
    }
    .btn.more{
        width: 200px;
        height: 50px;
        line-height: 48px;
        font-size: 16px;
    }
    .sect-title{
        margin:0 auto 25px;  
    }
         
    .sect-title span{
         font-size: 38px;
    }
    .sect1 {
        padding: 30px 0 50px;
        background: url(../../images/common/index/a_bg.webp) no-repeat 50% 50%;
        background-size: cover;
        position: relative;
    }
   
    .sect2 {
        padding: 50px 0 ;
    }
    .products-list .box {
        margin: 0 auto 20px;
    }
    
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .sect3 {
        padding: 50px 0 30px;
    }
    .service-sect .sect-title {
        text-align: center;
    }
    .service-sect .sect-title::after {
        margin: 10px auto 0;
    }
    .service-sect .row {
        flex-direction: column;
    }
    .service-sect .col.pic {
        max-width: unset;
    }
    .service-sect .col.txt {
        width: 100%;
        padding: 50px 0 0;
    }
    .service-sect .btn-box {
        position: relative;
        top: unset;
        right: unset;
        margin: 50px auto 0;
    }
    .sect4 {
        padding: 20px 0;
    }
    .sect5 {
        padding: 40px 15px;
    }
   .sect6{
        padding: 30px 15px 40px;
        font-size: 16px;
   }
}
@media screen and (max-width: 767px) {
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .products-list .box {
        margin: 0 auto 20px;
    }
  .products-list .name{
      font-size:18px;
  }
}
