/*fp-seed:i5xf75fq03si rev-l37nxi35u40*/
.banner {
    position: relative;
}

.banner .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 3.13%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .slick-dots li {
    display: block;
}

.banner .slick-dots li button {
    padding: 0;
    border: 0;
    background: #373737;
    color: #fff;
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.banner .slick-dots li button span {
    display: inline-block;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.banner .slick-dots li.slick-active button {
    background: #D88C40;
    color: #fff;
}

.banner .ibtn.scroll {
    background-image: url('../images/8397f677_btn_scroll.png');
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 14%;
    left: 50%;
    margin-left: -33px;
}

.site-main {
    padding-bottom: 55px;
}

.sect-title {
    color: #373737;
    font-family:'微軟正黑體', Arial,'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.18em;
    margin: 0;
}

.sect-title small {
    color: #AAAAAA;
    font-size: 14px;
    font-family: 'Inder', serif;
    letter-spacing: 0.15em;
    margin: 0 4px;
}

.sect-title .ic {
    font-size: 16px;
}

.sect-title .ic-caret-right {
    background:#333;
    width:5px;
    height:20px;
    content:"";
    margin-right: 10px;
    margin-top:1px;
}

.sect-title .ic-caret-left {
    display:none !important;
}

.sect1 {
    padding: 82px 0 0;
}

.news-sect .sect-title {
    width: 234px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    /* border: 4px solid #02225D; */
    position: absolute;
    top: 64px;
    left: -54px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* .news-sect .sect-title:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid #A98C29;
    pointer-events: none;
} */

.news-sect .sect-title * {
    display: inline-block;
    vertical-align: middle;
}

.news-sect .sect-title span {
    margin-bottom: 3px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.news-slider {
    margin-left: 90px;
    padding-right: 90px;
    position: relative;
}

.news-slider .slick-prev,
.news-slider .slick-next {
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: #373737;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    position: absolute;
    right: 30px;
    top: 50%;
}

.news-slider .slick-prev:hover,
.news-slider .slick-next:hover {
    background: #D88C40;
}

.news-slider .slick-prev {
    margin-top: -35px;
}

.news-slider .slick-next {
    margin-top: 5px;
}

.news-list {
    margin: 0 -10px;
}

.news-list .item {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.news-list .item .box {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: transparent;
}
.news-list .item .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.news-list .pic {
    text-align: center;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
    background:transparent;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .pic .pic-img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.news-list .pic .pic-img:after {
    content: "";
    background: url('../images/b776a201_hover.png') 50% 60% no-repeat rgb(0 0 0 / 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list .box:hover .pic-img:after {
    opacity: 1;
    background-position: 50% 50%;
}

.news-list .box:hover .pic-img:before {
    top: 50%;
}

.news-list .txt {
    position: relative;
     padding: 14px 20px 14px 50px;
    display: table-cell;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .date {
    width: 64px;
    height: 64px;
    line-height: 1.1;
    padding: 14px 0 0 0;
    color: #F7F7F7;
    font-size: 13px;
    background: #5D5D5D;
    border: 2px solid #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: -32px;
    z-index: 50;
}

.news-list .date b {
    display: block;
    font-size: 24px;
}

.news-list .name {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
     max-height: 78px;
}

.news-list .box:hover .name {
    text-decoration: underline;
}

.news-list .description {
    font-size: 13px;
     line-height: 1.6;
    color: #888;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 63px;
}

.news-list .box .more {
    max-width: 280px;
    display: block;
    line-height: 27px;
    color: #555;
    background: transparent;
    font-size: 13px; 
    text-align: center;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Inder', serif;

}

.news-list .box:hover .more {
    color: #fff;
    background: #D88C40;
    border-color: #D88C40;
}

.sect2 {
    padding: 70px 0 0;
}

.products-sect .title-box {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.products-sect .sect-title:before,
.products-sect .sect-title:after {
    content: '';
    display: block;
    border-bottom: 1px solid #DCDCDC;
    position: absolute;
    bottom: -42px;
    z-index:-1;
}

.products-sect .sect-title:before {
    left: 0;
    right: 0%;
    /* margin-right: 120px; */
}

.products-sect .sect-title:after {
    right: 0;
    left: 50%;
    margin-left: 120px;
}

.products-sect .sect-title {
    background: url('../images/a1dc223f_products_title_ic.png') 50% 0 no-repeat;
    text-align: center;
    padding-top: 18px;
    font-size: 25px;
    /* font-style: italic; */
    line-height: 1;
    position: relative;
}

.products-sect .btn.more {
    display: block;
    border:1px solid #ccc;
    background: #fcfcfc;
    color: #555;
    font-size: 13px;
    width: 152px;
    line-height: 25px;
    border-radius: 0px;
    font-family: 'Inder', serif; 
    margin: -5px auto 60px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-indent: initial;
    z-index: 2;
    overflow: hidden;
}

.products-sect .btn.more:hover {
   
    color: #fff;
    border:1px solid #d88c40;
}
.products-sect .btn.more:before{
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: #d88c40;
      top: 0;
      left: 0;
      display: block;
      position: absolute;
      -webkit-transform: translate(0%, 100%);
      transform: translate(0%, 100%);
      -webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000);
      transition: all .3s cubic-bezier(0.385, 0.010, 0.000, 1.000);
  }

.products-sect .btn.more:hover:before {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
  }

.products-list {
    margin: 0 -18px;
}

.products-list .item {
    width: 25%;
    padding: 0 18px;
}/*theme:zab1s1hwa*/

.products-list .item:nth-child(4n+1) {
    clear: left;
}

.products-list .item:nth-child(9) {
    display: none;
}

.products-list .box {
    max-width: 330px;
    margin: 0 auto 60px;
    position: relative;
}

.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../images/beac35cc_new_tag.png') no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 10;
    top: -8px;
    left: 12px;
    pointer-events: none;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic:before {
    content: '';
    display: block;
    background: url('../images/b776a201_hover.png') 50% 60% no-repeat rgb(0 0 0 / 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.products-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}

.products-list .txt {
    position: relative;
    padding-top: 6px;
}
.products-list li .cover{
     font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.products-list .offers {
    color: #D88C40;
    font-family: 'Inder', serif;
    font-size: 26px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 44px;
}

.products-list .name {
    color: #373737;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
}

.products-list .description {
    color: #666;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
}

.products-list .btn-group {
    letter-spacing: 5px;
    padding-top: 10px;
}

.products-list .btn-group .btn {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: 'Inder', sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    width: 125px;
    line-height: 30px;
    border-radius: 3px;
    margin-top: 5px;
}

.products-list .btn .ic {
    vertical-align: text-bottom;
    font-size: 1.2em;
}

.products-list .btn.detail {
    background: transparent;
    border:1px solid #CCC;
    color:#555555;
    font-family: 'Inder', sans-serif;
}

.products-list .btn.detail:hover {
    background: #d88c40;
    border:1px solid #d88c40;
    color:#fff;
}

.products-list .btn.wish {
    background: transparent;
    border:1px solid #CCC;
    color:#555555;
    
}

.products-list .btn.wish:hover {
   background: #d88c40;
    border:1px solid #d88c40;
    color:#fff;
}

.sect3 {
    margin-top: 70px;
    background: url(../images/b685573c_about_bg.jpg) 50% 0 / cover no-repeat;
}

.sect3 .container {
    max-width: none;
    padding: 0;
}

.about-sect {
    color: #545454;
    font-size: 15px;
    letter-spacing: 0.07em;
    margin-left: 29%;
    position: relative;
    padding: 4% 30px 4% 90px;
}



.about-sect .sect-title {
    display: block;
    color: #959595;
    font-family: 'Inder', serif;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0.18em;
    font-weight:normal;
    margin-bottom:-8px;
   

}




.about-sect .sect-title * {
    display: inline-block;
    vertical-align: middle;
}

.about-sect .sect-title span {

}

.about-sect .sect-title2 {
    color: #373737;
    font-family: '微軟正黑體', Arial,'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.16em;
    margin: 0px 0 35px;
    position:relative;
}
.about-sect .sect-title2:before{
    content:"";
    width:20px;
    height:5px;
    background:#3E3E3E;
    position:absolute;
    top:50px;
    left:1px;

}
.about-sect .txt-box {
    max-width: 700px;
}

.about-sect .editor {
    
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:7;
    -webkit-box-orient: vertical;
   white-space: normal;
}

.about-sect .btn.more {
    display: block;
    border:1px solid #ccc;
    background: transparent;
    color: #555;
    font-size: 13px;
    width: 152px;
    line-height: 25px;
    border-radius: 0px;
    font-family: 'Inder', serif;
    margin: auto;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-indent: initial;
    z-index: 2;
    overflow: hidden;
    margin-top: 35px;
    margin-left: -6px;
}

.about-sect .btn.more:hover {
   
    color: #fff;
    border:1px solid #d88c40;
}
.about-sect .btn.more:before{
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: #d88c40;
      top: 0;
      left: 0;
      display: block;
      position: absolute;
      -webkit-transform: translate(0%, 100%);
      transform: translate(0%, 100%);
      -webkit-transition: all 500ms cubic-bezier(0.385, 0.010, 0.000, 1.000);
      transition: all .3s cubic-bezier(0.385, 0.010, 0.000, 1.000);
  }

.about-sect .btn.more:hover:before {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
  }



.about-pic {
    position: absolute;
    top: -20px;
    left: 90px;
    bottom: 0px;
    width: 354px;
    height: 464px;
    background: 50% 50% / cover no-repeat;
}

.sect4,
.sect5 {
    margin: 35px 0 -15px;
}

@media screen and (max-width: 1600px) {
    .news-slider {
        padding-right: 50px;
    }
    .news-slider .slick-prev,
    .news-slider .slick-next {
        right: 0;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .pic {
        width: 304px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 33.33%;
    }
    .products-list .item:nth-child(9) {
        display: block;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 1750px) {
    .about-sect {
       
        margin-left: 35%;
        border-left: 0;
        padding:5% 30px 5% 90px;
    }
    .about-pic {

    }
    
}
@media screen and (max-width: 1520px) {
    .sect3 {
    margin-top:0px;
    background: url(../images/b685573c_about_bg.jpg)70% 0 / cover no-repeat;
    }
    .about-sect {
       
        margin:auto;
        border-left: 0;
        padding:5% 30px 5% 150px;
    }
    .about-pic {
    display:none;
    }
}
@media screen and (max-width: 1200px) {
    .news-list .pic {
        width: 43%;
    }
    .products-list .btn-group .btn {
        width: 100px;
    }
     .about-sect {
        margin-left: 0;
        border-left: 0;
        padding:5% 30px 5% 60px;
    }
     .sect3 {
    margin-top:0px;
    background: url(../images/b685573c_about_bg.jpg)50% 0 / cover no-repeat;
  
}

@media screen and (max-width:1000px) {
    /*-- å„ªåŒ– --*/
    .sect4,
    .sect5 {
        margin: 35px 0 10px;
        padding: 0px;
    }
    .sect3 {
        margin-top: 10px;

    }
    .about-sect .editor {
  
    display:initial;
  
}
    .sect1 {
       padding: 25px 0 0;
    }
    .sect2{
       padding: 56px 0 0;
    }
    .site-main {
        padding-bottom: 5px;
    }
    .products-list .box {
          margin: 0 auto 35px;
    }
    .about-sect .sect-title {
          font-size: 18px;
    }
    .banner .ibtn.scroll {
    bottom: 3.5%;
    }
}

@media screen and (max-width: 900px) {
    .products-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(9) {
        display: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-dots {
        margin-top: -28px;
        position: static;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .banner .slick-dots li {
        display: inline-block;
    }
    .banner .ibtn.scroll {
        display: none;
    }

    .news-sect .sect-title{
        font-size: 20px;
        height: 38px;
        line-height: 1.8;
        position: relative;
        top: 0;
        left: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto 5px;
    }
    .news-sect .sect-title span {
        margin: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .news-slider {
        top:10px;
        margin-left: 0;
        padding: 40px 0 0;
    }
    .news-slider .slick-prev,
    .news-slider .slick-next {
        right: 50%;
        top: 0;
        margin: 0;
    }
    .news-slider .slick-prev {
        margin-right: 5px;
    }
    .news-slider .slick-next {
        margin-right: -35px;
    }
    .about-sect .sect-title {
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 auto 10px;
    }
    .about-sect .sect-title span {
        margin: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        font-size: 15px;
    }
    /*-- å„ªåŒ– --*/
    .news-list .pic {
        width: 30%;
    }
    .news-list .txt {
        padding: 0px 20px 0px 40px;
    }
    .news-list .date {
        width: 50px;
        height: 50px;
        line-height: 1.1;
        padding: 10px 0 0 0;
        font-size: 13px;
    }
     .news-list .name {
         font-size: 16px;
        line-height: 1.6;
        margin-bottom:10px;
        max-height: 45px;
        -webkit-line-clamp: 2;
    }
    .news-list .description {
        margin-bottom: 10px;
        max-height: 60px;
    }
    
    .news-list .date b {
        font-size: 14px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-sect .sect-title {
        font-size: 20px;
    }
    .products-sect .sect-title:before {
    
    bottom: -37px;
    
}
    .products-sect .sect-title:after {
      display:none;
    }
    .products-sect .title-box {
        margin-bottom: 10px;
    }
    .products-sect .btn.more {
         margin: 0 auto 25px;
    }
    .about-sect {
        padding: 45px 5%;
    }
    .products-list .name {
        font-size: 16px;
        height: auto;
        letter-spacing: 0.05em;
    }
    .products-list .offers {
        font-size: 14px;
        height: auto;
        letter-spacing: 0.05em;
    }
    .products-list .btn-group .btn {
        line-height: 26px;
    }
    .products-list .btn-group {
         padding:3px 0px;
    }
    .products-list .description {
       letter-spacing: 0.05em;
    }
    .about-sect {
         padding: 30px 5%;
    }
    .about-sect .sect-title2 {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 0.2em;
        margin:-10px auto 35px;
        text-align:center;
    }
    .about-sect {
        letter-spacing: 0.1em;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .about-sect .btn.more {
         margin-top: 15px;
         margin:25px auto 0;
    }
    .about-sect .sect-title2:before {
    content: "";
    width: 20px;
    height: 5px;
    background: #3E3E3E;
    position: absolute;
    top: 35px;
    left:calc(50% - 10px);
}
}

@media screen and (max-width: 600px) {
    .news-list .item .box,
    .news-list .pic,
    .news-list .txt {
        display: block;
        width: auto;
    }
    .news-list .item .box {
        max-width: 304px;
        margin: 0 auto;
    }
    .news-list .txt {
        padding: 15px;
        position: static;
    }
    .news-list .date {
        left: auto;
    }
    .news-list .more {
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
    .products-list .btn .ic {
        display: none;
    }
    .products-list .btn-group .btn {
        font-size: 10px;
        width: 45%;
        letter-spacing: 0em;
        padding: 0 5px;
    }
}