.wrapper {
    padding-top: 0px;
}
.site-header {
    background: transparent;
}
.top-nav {
    right: 15px;
    top: 30px;
}
.site-title {
    padding: 40px 0 20px;
}
.site-title .logo {
    background: url('../../images/common/logo.svg') 50% 50% no-repeat;
    background-size: contain;
    width: 236px;
    height: 96px;
    transition: all .5s;
}
.site-nav .menu>li>a {
    color: #FFFFFF;
}
.site-header .search-box .form-control {
    border-bottom: 1px solid rgba(214, 214, 214, .5);
    color: rgba(255, 255, 255, .5);
}
.site-header .search-box .form-control:focus {
    border-bottom-color: #aaa;
}
.site-header .search-box ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 0.8;
}
.site-header .search-box ::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 0.8;
}
.site-header .search-box :-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 0.8;
}
.site-header .search-box :-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    opacity: 0.8;
}
.site-header .search-box .ibtn.search {
    background-color: rgba(255, 255, 255, .5);
    mask: url('../../images/common/btn_search.svg') no-repeat center / contain;
    transition: background-color .3s ease;
}
.site-header .search-box:hover .ibtn.search {
    background-color: #F5DF4D;
}

/* ------ banner ------ */
.banner,
.banner_m{
    position: relative;
    z-index: 5;
}
.banner .slick-dots,
.banner_m .slick-dots {
    position: absolute;
    right: calc(70% + 5px);
    bottom: calc(12% + 5px);
    transform: translateX(-50%);
    display: flex;
}

.banner .slick-dots li,
.banner_m .slick-dots li {
    margin: 0px 10px;
    display: flex;
    display: block;
}

.banner .slick-dots li button,
.banner_m .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: transparent;
    border: 2px solid #D6D6D6;
    width: 10px;
    height: 10px;
    transition: all .5s ease;
    border-radius: 100%;
}

.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    background: #F5DF4D;
    border-color: #F5DF4D;
}

.banner_m {
    display: none;
}

/* ------ common ------ */
.title {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 0 30px;
}

.title span {
    position: relative;
    box-sizing: border-box;
    font-size: 55px;
    font-weight: 300;
    color: #505050;
    letter-spacing: 0.02em;
    line-height: 1.2;
    font-family: "Poppins", sans-serif;
}

.title span b {
    font-weight: 600;
    color: #F2DF4C;
}

.title h2 {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #545454;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0;
}

/* ------ more ------ */
.index-more {
    position: relative;
    display: block;
    text-align: left;
    width: 176px;
    height: 82px;
    line-height: 82px;
    color: #505050;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: "Poppins", sans-serif;
    transition: all .3s ease;
    z-index: 20;
}

.index-more::before {
    content: '';
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    height: 80px;
    width: 80px;
    background: transparent;
    border: 2px solid #CCCCCC;
    border-radius: 100%;
    top: 0;
    right: 2px;
    z-index: -1;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1.000);
}

.index-more:hover:before {
    transform: scale(1.5) translate3d(-0.1em, 0, 0);
    border: 1px solid #F4DF4C;
    background: #F4DF4C;
}

.index-more::after {
    content: '';
    position: absolute;
    background: url('../../images/common/index/more_ic.webp') no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    top: 0;
    bottom: 0;
    z-index: 0;
    margin: auto 0;
    margin-left: 20px;
}

.index-more span {
    padding-left: 0px;
    transition: all .3s ease;
}

.index-more:hover span {
    padding-left: 10px;
}

/* ------ more ------ */
/* ------ sect1-about ------ */
.sect1 {
    position: relative;
    padding: 127px 0 65px;
    z-index: 2;
}
.sect1::before {
    content: '';
    position: absolute;
    display: block;
    background: #FFFFFF;
    left: 0;
    top: 272px;
    right: 8.1%;
    bottom: -50%;
    z-index: 0;
}
.sect1 .a_deco {
    position: absolute;
    display: block;
    left: 53.5%;
    top: -15%;
    z-index: -1;
}
.about-sect {
    position: relative;
    box-sizing: border-box;
}
.about-sect .title {
    position: relative;
    text-align: left;
    margin-bottom: 60px;
}
.about-sect .title h2 {
    display: none;
}
.about-sect .title::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #F4DF4C;
    left: 0;
    top: calc(100% + 40px);
}
.about-sect .col.txt {
    position: relative;
    box-sizing: border-box;
    float: right;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 510px;
    text-align: left;
    padding: 50px 0 0;
    margin-right: 6.5%;
}
.about-sect .index-about-editor h4 {
    position: relative;
    box-sizing: border-box;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0 0 24px;
}
.about-sect .index-about-editor h4>i {
    font-style: inherit;
    color: #F2DF4C;
}
.about-sect .index-about-editor {
    position: relative;
    box-sizing: border-box;
    font-family: "Noto Sans TC", sans-serif;
    display: block;
    text-align: left;
    color: #545454;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 180px;
}
.about-sect .index-more {
    position: relative;
    margin-top: 36px;
    margin-left: auto;
}
.about-sect .col.pic{
    position:absolute;
    right:50%;
    transform:translateX(0%);
    width:min(960px, 100%);
    max-width:960px;
    padding:0;
    box-sizing:border-box;
}
.about-sect .col.pic .slider{
    width:min(960px, 100%);
    aspect-ratio:16/9;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
/* slick 高度撐滿 */
.about-sect .col.pic .slick-list,
.about-sect .col.pic .slick-track,
.about-sect .col.pic .slick-slide{ height:100%; }
.about-sect .col.pic .slick-slide > div{ height:100%; }
.about-sect .col.pic .slick-item,
.about-sect .col.pic .slick-item a{
    position:relative;
    height:100%;
    display:block;
}
/* --- 預設 scale(1.2) + 延遲 1s；img 在右邊 translateX(100%) --- */
.about-sect .col.pic .slick-slide .imgs{
    position:relative;
    overflow:hidden;
    height:100%;
    display:block;

    transform:scale(1.25);
    transition:all .8s ease 1s;
}
.about-sect .col.pic .slick-slide img{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transform:translateX(100%);
    transition:all .8s ease 1s;
}
/* active：z-index 提高 + imgs 慢慢縮回 1（1.5s ease 1s） */
.about-sect .col.pic .slick-slide.slick-active{
    z-index:5;
}
.about-sect .col.pic .slick-slide.slick-active .imgs{
    transform:scale(1);
    transition:all 1.5s ease 1s;
}
/* active：img 在 0.6s 後瞬間跳到 0（搭配黃條 wipe 呈現“擦出來”） */
.about-sect .col.pic .slick-slide.slick-active img{
    transform:translateX(0);
    transition:all 0s ease .6s;
}
/* --- 黃條遮罩（wipe）--- */
.about-sect .col.pic .slider::after{
    content:'';
    background-color:#F5DF4D;
    width:0%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    transform:translateX(0%);
    z-index:6;
    pointer-events:none;
}
.about-sect .col.pic .slider.moving::after{
    transform:translateX(100%);
    width:100%;
    transition:all .8s ease, transform .8s ease .8s;
}
/* --- dots（保留你原本）--- */
.about-sect .col.pic .slider-dots{
    position:absolute;
    right:-40px;
    bottom:0;
    z-index:60;
}
.about-sect .col.pic .slider-dots .slick-dots{
    display:flex !important;
    flex-direction:column;
    gap:5px;
    margin:0;
    padding:0;
    list-style:none;
}
.about-sect .col.pic .slider-dots .slick-dots li{
    margin:0;
}
.about-sect .col.pic .slider-dots .slick-dots li button{
    box-sizing:border-box;
    width:10px;
    height:10px;
    padding:0;
    border-radius:50%;
    border:none;
    background:transparent;
    font-size:0;
    border:2px solid #CCCCCC;
}
.about-sect .col.pic .slider-dots .slick-dots li.slick-active button{
    background:#F3DF4C;
    border-color:#F3DF4C;
}
/* 動畫中鎖 dots */
.about-sect .col.pic .slider.is-busy + .slider-dots{
    pointer-events:none;
}

/*----------/sect1-about---------*/
/* ------ sect2-service ------ */
.sect2 {
    position: relative;
    padding: 65px 0 110px;
    z-index: 2;
    overflow: hidden;
}
.sect2  .container {
    padding: 0 0px;
    max-width: 1920px;
}
.service-sect{
    position: relative;
    box-sizing: border-box;
}

/*-------- 跑馬燈 --------*/
.s_marquee{
    width: 100%;
    display: flex;
    height: 158px;
    line-height: 1.2;
    overflow: hidden;
    padding: 0;
    position: absolute;
    bottom: -4px;
    z-index: 0;
}
.s_marquee .track1 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee1 300s linear infinite;
    height: 158px;
}
.s_marquee .track2 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee2 300s linear infinite;
    height: 158px;
}
.s_marquee .track3 {
    white-space: nowrap;
    display: inline-block;
    will-change: transform;
    animation: marquee3 300s linear infinite;
    height: 158px;
}

.s_marquee span {
    position: relative;
    padding: 0 60px 0 0;
    line-height:0.85;
    font-size: 200px;
    letter-spacing: 0;
    white-space: nowrap;
    color: rgba(159,159,159,.1);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.s_marquee:hover .track1,
.s_marquee:hover .track2,
.s_marquee:hover .track3 {
    animation-play-state: paused;
}

@keyframes marquee1 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee3 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*-------- /跑馬燈 --------*/
/* ------ /sect2-service ------ */
/* ------ sect3-products ------ */
.sect3 {
    position: relative;
    background: #EBEBEB;
    padding: 92px 0 98px;
}
.sect3 .container {
    padding: 0 30px;
    max-width: 1643px;
    margin: 0;
    margin-left: auto;
    padding-right: 0;
}
.products-sect{
    position: relative;
    box-sizing: border-box;

}
.products-sect > .title{
    display: flex;
    width: fit-content;
    align-items: baseline;
    margin: 0 0 36px;
    left: 3.6%;
}
.products-sect > .title h2{
    position: relative;
    margin-left: 24px;
}
.products-sect > .title h2::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #F4DF4C;
    left: 0;
    top: -15px;
}

.products-list {
    margin: 0 -15px;
}
.products-list .item {
    width: 25%;
    padding: 0 15px 0px;
    margin-bottom: 40px;
}

.products-list .box {
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}

.products-list .box.new:before {
    content: 'HOT';
    position: absolute;
    display: block;
    text-align: center;
    width: 60px;
    height: 30px;
    line-height: 30px;
    left: 15px;
    top: 15px;
    font-size: 15px;
    letter-spacing: 0.05em;
    background: #F5DF4D;
    font-weight: bold;
    color: #555555;
    letter-spacing: 0.02em;
    font-family: "Poppins", sans-serif;
    z-index: 5;
}

.products-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list li .txt {
    position: relative;
    box-sizing: border-box;
    z-index: 5;
    display: block;
    background: #FFFFFF;
    padding: 30px 5% 28px 14%;
    line-height: 1.5;
    letter-spacing: 0.05em;
    pointer-events: none;
    width: 84.3%;
    max-width: 320px;
    margin-left: auto;
    margin-top: -60px;
    transition:  all .3s ease;
}
.products-list li .box:hover .txt{
    background: #F2DF4C;
}
.products-list li .box .txt::before{
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    background: #F5DF4D;
    left: 0;
    top: 42px;
    transition:  all .3s ease;
}
.products-list li .box:hover .txt::before{
    background: #FFFFFF;
}
.products-list .name {
    position: relative;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    margin: 0 0 5px 0;
    transition: all .3s;
}

.products-list .description {
    position: relative;
    box-sizing: border-box;
    color: #929497;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    margin: 0;
}


/* .products-dots */
.products-sect .slick-dots{
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 40px;
    right: calc(100% + 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}
.products-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: transparent;
    font-size: 0;
    border: 2px solid #CCCCCC;
    cursor: pointer;
    margin: 5px 0;
}
.products-sect .slick-dots li.slick-active button{
    background: #F3DF4C;
    border: 2px solid #F3DF4C;
}
.products-sect .slick-dots > li{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
}
.products-sect .slick-dots li:nth-child(n+4){
    display: none;
}
/* ------ /sect3-products ------ */
/* ------ sect4-html ------ */
/* ------ /sect4-html ------ */
.sect4 {
    position: relative;
    padding: 74px 0 74px;
}
.sect4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: 
        linear-gradient(to bottom, #EBEBEB 0, #EBEBEB 100%),
        linear-gradient(to bottom, #EBEBEB 0, #EBEBEB 100%),
        linear-gradient(to bottom, #EBEBEB 0, #EBEBEB 100%),
        linear-gradient(to bottom, #EBEBEB 0, #EBEBEB 100%);
    background-position: 20% 0, 40% 0, 60% 0, 80% 0;
    background-size: 1px 100%;
}
.sect4 .container {
    padding: 0 15px;
    max-width: 1720px;
}
.html-sect {
    position: relative;
}
.html-sect .title {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}

.html-sect > .title h2::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #F4DF4C;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
}
/* ------ sect5 ------ */
.sect5 {
    position: relative;
    background: #EBEBEB;
    padding: 92px 0 98px;
}
.sect5 .container {
    padding: 0 30px;
    max-width: 1643px;
    margin: 0;
    margin-left: auto;
    padding-right: 0;
}
.article-sect{
    position: relative;
    box-sizing: border-box;

}
.article-sect > .title{
    display: flex;
    width: fit-content;
    align-items: baseline;
    margin: 0 0 36px;
   
}
.article-sect > .title h2{
    position: relative;
    margin-left: 24px;
}
.article-sect > .title h2::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #F4DF4C;
    left: 0;
    top: -15px;
}

.article-sect .slick-dots{
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 40px;
    right: calc(100% + 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}
.article-sect .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background: transparent;
    font-size: 0;
    border: 2px solid #CCCCCC;
    cursor: pointer;
    margin: 5px 0;
}
.article-sect .slick-dots li.slick-active button{
    background: #F3DF4C;
    border: 2px solid #F3DF4C;
}
.article-sect .slick-dots > li{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
}
.article-sect .slick-dots li:nth-child(n+4){
    display: none;
}
.keyword_box{
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 38;
    background: #fff;
    padding: 15px;
    max-width: 1000px;
}
.keyword_box .keyword  li{
    width: auto;
    padding: 0 0px;
    display: inline;
}
.article-list .keyword_box li a, .keyword_box li a{
    color: #888;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 2px;
    transition: all .3s ease;
    font-size: 14px;
    display: inline;
}
.keyword_box li:last-child a:after{
    display: none;
}
.keyword_box li a:after{
    content: ',';
    display: inline;
}
.keyword_box li:hover a{
    color: #989898;
}
.keyword_box.detail{
    margin:16px auto 0;
}   
.article_detail .pic{
    margin-bottom: 15px;
}
.article-list {
    margin: 0 -20px;
}
.article-list .item {
    width: 25%;
    padding: 0 20px;
}
.article-list .box {
    max-width: 600px;
    margin: 0 auto 50px;
    position: relative;
}
.article-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.article-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
.article-list .txt {
    position: relative;
    padding-left: 75px;
    line-height: 1.5;
}
.article-list .date {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 56px;
    height: 72px;
    color: #333;
    border: 0;
    background: #f4df4c;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding: 10px 0 0;
    box-sizing: border-box;
}
.article-list .date small {
    display: block;
    font-size: 14px;
}
.article-list .name {
    position: relative;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    margin: 0 0 8px 0;
    transition: all .5s;
}
.article-list .box:hover .name {
    color: #666;
}
.article-list .description {
    position: relative;
    box-sizing: border-box;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
}
.article-list .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100px;
    color: #555555;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1.9px;
    line-height: 30px;
    border-bottom: 2px solid #f4df4c;
    margin: 20px auto 0;
    font-family: "Poppins", sans-serif;
    transition: all .5s ease;
}
.article-list .box:hover .more {
    border-bottom-color: #f4df4c;
    color: #999;
}
@media screen and (max-width: 1680px) {
    .sect1::before {
        right: 4%;
    }
}
@media screen and (max-width: 1440px) {
    .about-sect .col.pic{
            right: 55%;
    }
}
@media screen and (max-width: 1280px) {
    .wrapper {
        padding-top: 0px;
    }
    .top-nav {
        top: 15px;
    }

    .site-title {
        padding: 20px 0 25px;
    }
    .site-title .logo {
        width: 200px;
        height: 80px;
    }
    .about-sect .col.pic {
        right: 68%;
    }
    .about-sect .col.txt{
        width: 55%;
    }
}

@media screen and (max-width: 1000px) {
    .site-header {
        background: #FFFFFF;
    }
    .site-title {
        padding: 15px 0;
    }
    .site-title .logo {
        width: 150px;
        height: 60px;
        background: url(../../images/common/logo2.svg) 50% 50% no-repeat;
        background-size: contain;
    }
    .banner .slick-dots li button, .banner_m .slick-dots li button,
    .about-sect .col.pic .slider-dots .slick-dots li button{
        width: 8px;
        height: 8px;
    }
    .banner .slick-dots li, .banner_m .slick-dots li {
        margin: 0px 8px;
    }

    .title span{
        font-size: 34px;
    }
    .title h2{
        font-size: 20px;
    }

    .index-more{
        width: 160px;
        height: 70px;
        line-height: 70px;
        font-size: 18px;
    }
    .index-more::before{
        width: 70px;
        height: 70px;
    }
    .index-more::after{
        width: 14px;
        height: 14px;
    }
    .sect1 {
        padding: 70px 0 30px;
    }
    .sect2 {
        padding: 30px 0 90px;
    }
    .sect3 {
        padding: 70px 0 70px;
    }
    .sect4 {
        padding: 70px 0 55px;
    }
    .sect5 {
        padding: 60px 0 60px;
    }
    /* sect1-about */
    .sect1::before {
        right: 15px;
        top: 180px;
    }
    .about-sect{
        box-sizing: border-box;
    }
    .about-sect .title{
        margin-bottom: 40px;
    }
    .about-sect .title::before {
        width: 45px;
        height: 3px;
        top: calc(100% + 18px);
    }
    .about-sect .col.pic{
        position: relative;
        right: inherit;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 640px;
    }
    .about-sect .col.pic .slider-dots {
        width: fit-content;
        right: 0;
        left: 0;
        bottom: inherit;
        top: unset;
        margin: 10px auto 0;
        position: relative;
    }
    .about-sect .col.pic .slider-dots .slick-dots {
        display: flex !important;
        flex-direction: row;
        gap: 0;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .about-sect .col.pic .slider-dots .slick-dots li{
        margin: 0 8px;
    }
    .about-sect .col.txt{
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        padding: 30px 0 0;
        float: none;
    }
    .about-sect .index-about-editor h4{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .about-sect .index-about-editor {
        font-size: 15px;
        -webkit-line-clamp: inherit;
        height: auto;
    }
    .about-sect .index-about-editor .editor{
        font-size: 15px;
    }
    .about-sect .index-more {
        margin-top: 30px;
    }
    /* sect2-Service */

    .s_marquee{
        height: 126px;
    }
    .s_marquee .track1{
        height: 126px;
    }
    .s_marquee span {
        padding: 0 40px 0 0;
        font-size: 158px;
    }
    /* sect3-products */
    .sect3 .container{
        padding: 0 15px;
        max-width: 1470px;
    }
    .products-sect > .title {
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 2.6;
        left: 0;
        right: 0;
        margin: 0 auto 30px;
    }
    .products-sect > .title h2{
        margin-left: 0 ;
    }
    .products-sect > .title::before {
        content: '';
        position: absolute;
        width: 45px;
        height: 3px;
        background: #F4DF4C;
        left: 0;
        right: 0;
        top: -10px;
        margin: 0 auto;
    }
    .products-sect > .title h2::before{
        display: none;
    }

    .products-list .box.new:before {
        width: 55px;
        height: 25px;
        line-height: 25px;
        left: 15px;
        top: 15px;
        font-size: 14px;
    }
    .products-list li .txt{
        padding: 15px 5% 18px 14%;
        width: 90%;
        margin-top: -40px;
    }
    .products-list li .box .txt::before {
        width: 25px;
        height: 1px;
        top: 28px;
    }
    .products-list .name{
        font-size: 17px;
    }
    .products-list .description{
        font-size: 14px;
    }

    .products-sect .slick-dots{
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        width: fit-content;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }
    .products-sect .slick-dots > li{
        margin:0 8px;
    }
    .products-sect .slick-dots li button{
        width: 8px;
        height: 8px;
    }
    .sect4::before {
        background-position: 33.33% 0, 66.66% 0;
    }
    .sect5 .container{
        padding: 0 15px;
        max-width: 1470px;
    }
    .article-sect > .title {
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 2.6;
        left: 0;
        right: 0;
        margin: 0 auto 30px;
    }
    .article-sect > .title h2{
        margin-left: 0 ;
    }
    .article-sect > .title::before {
        content: '';
        position: absolute;
        width: 45px;
        height: 3px;
        background: #F4DF4C;
        left: 0;
        right: 0;
        top: -10px;
        margin: 0 auto;
    }
    .article-sect > .title h2::before{
        display: none;
    }
    .article-sect .slick-dots{
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        width: fit-content;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }
    .article-sect .slick-dots > li{
        margin:0 8px;
    }
    .article-sect .slick-dots li button{
        width: 8px;
        height: 8px;
    }
    .html-sect .title{
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 2.6;
        left: 0;
        right: 0;
        margin: 0 auto 45px;
    }
    .html-sect > .title::before {
        content: '';
        position: absolute;
        width: 45px;
        height: 3px;
        background: #F4DF4C;
        left: 0;
        right: 0;
        top: calc(100% + 15px);
        margin: 0 auto;
    }
    .html-sect > .title h2::before{
        display: none;
    }
    /* sect3-products */
}

@media screen and (max-width: 767px) {
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .banner_m .slick-dots {
        position: absolute;
        width: fit-content;
        bottom: 30px;
        right: 0;
        left: 0;
        margin: 0 auto 0;
        transform: translateX(0);
        display: flex;
        justify-content: center;
    }

    .about-sect {
        box-sizing: border-box;
        padding: 0 15px;
        padding-right: 30px;
    }
    .products-sect {
        max-width: 640px;
        margin: 0 auto;
    }
    .products-list{
        margin: 0 auto;
    }
     .article-sect {
        max-width: 640px;
        margin: 0 auto;
    }
    .article-list{
        margin: 0 auto;
    }
    .article-list .box {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 600px) {
    .products-list .item {
        width: 100%;
    }

    .products-list .item:nth-child(n) .box {
        max-width: 380px;
    }
    .article-list .item {
        width: 100%;
    }

    .article-list .item:nth-child(n) .box {
        max-width: 380px;
    }
}