/*------------ wrapper ------------*/
.wrapper {
 
}
.title {
  
    position: relative;
    margin: 0 0 30px;
    display: block;
}


.title h2{
    text-align: center;
    font-size: 40px;
    color: #463926;
    font-weight: bold;
    line-height: 1.4;
   margin: 0;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 6px;
    position: relative;
}

.title h2 i{
   font-style: unset;
   color: #B8A381;
}

.title span{
    font-size: 20px;
    color: #A4865E;
    font-family: 'Crimson Text', serif;
    display: block;
    font-weight: normal;
    letter-spacing: 3px;
}

.title b {
    font-size: 42px;
    color: #333333;
    font-family: 'Crimson Text', serif;
    display: block;
}
.service-box .title b,
.news-sect .title b{
    color: #fff;
}

 .more{
    max-width: 174px;
    height: 45px;
    font-weight: normal;
    
    color: #fff;
    background: #968C86;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-family: 'Noto Serif TC', serif;
    transition: all .5s;
    margin: 50px 0 0;
    box-sizing: border-box;
    letter-spacing: 3px;
}

.more:hover{
    background: #B9A382;
    letter-spacing: 1px;
}






/* .about-sect .title h2{
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    transition: all 5s;
    text-align: left;
}

.loaded.about-sect .title h2{
   
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  
} */




/*------------ banner ------------*/
.banner:before {
   
}
.banner .slick-arrow {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    border-radius:0;
    background: rgba(156, 156, 156,0.3);
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: -38px 0 0 0;
    left: 2%;
    z-index: 150;
    opacity:1;
    transition:all .3s ease;
    border: 1px solid #A4895E;
}
.banner .slick-arrow:hover {
    
    background: #850A0A;
    border-color: #850A0A;
}
.banner .slick-arrow:before {
    content: '';
    border: 1px solid #A4895E;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    right: 21px;
    top: 23px;
    
}

.banner .slick-arrow:hover::before{
   
    border-color: #fff;
}

.banner .slick-next {
    left: auto;
    right: 2%;
}
.banner .slick-prev:before {
    
}
.banner .slick-next:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 25px;
}
.banner .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5%;
    z-index: 100;
}
.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.banner .slick-dots button {
    background: #F4F4F3;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
   
    cursor: pointer;
    padding:0;
}
.banner .slick-active button {
    background: #7B0000;
}


/*------------ banner_m------------*/

.banner_m{
    position: relative;
}




.banner_m .slick-arrow {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    border-radius:0;
    background: rgba(156, 156, 156,0.3);
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 40%;
    margin: -38px 0 0 0;
    left: 2%;
    z-index: 150;
    opacity:1;
    transition:all .3s ease;
    border: 1px solid #A4895E;
}
.banner_m .slick-arrow:hover {
    background: #850A0A;
    border-color: #850A0A;
}
.banner_m .slick-arrow:before {
    content: '';
    border: 1px solid #A4895E;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    right: 21px;
    top: 23px;
}

.banner_m  .slick-arrow:hover::before{
   
    border-color: #fff;
}

.banner_m .slick-next {
    left: auto;
    right: 2%;
}
.banner_m .slick-prev:before {
    
}
.banner_m .slick-next:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 25px;
}
.banner_m .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 100;
}
.banner_m .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.banner_m .slick-dots button {
    background: #F4F4F3;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: transparent;
   
    cursor: pointer;
    padding:0;
}
.banner_m .slick-active button {
    background: #7B0000;
}

.banner_m{
    display: none;
}

/*------------ about ------------*/

.about-sect{
    position: relative;
    padding: 95px 0 200px;
    background: url('../../images/common/index/about-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.about-sect .row{
    display: flex;
}

.about-sect .title{
    margin-bottom: 50px;
    position: relative;
}

.about-sect .title::before{
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    width: 6px;
    height: 160px;
    left: -120px;
    width: 396px;
    height: 124px;
    background: url(../../images/common/index/ab_title_deco.png) no-repeat;
}

.about-sect .title h2{
    text-align: left;
    -webkit-transform: translat(20px);
    -ms-transform: translat(20px);
    transform: translat(20px);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
}

.loaded.about-sect .title h2{
    
    -webkit-transition: all 2s cubic-bezier(0, 0, 0.53, 1.03);
    -o-transition: all 2s cubic-bezier(0, 0, 0.53, 1.03);
    transition: all 2s cubic-bezier(0, 0, 0.53, 1.03);
   
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1
}

.about-sect .title span{
    text-align: left;
    
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
}

.loaded.about-sect .title span{
    
    -webkit-transition: all 3s cubic-bezier(0, 0, 0.53, 1.03);
    -o-transition: all 3s cubic-bezier(0, 0, 0.53, 1.03);
    transition: all 3s cubic-bezier(0, 0, 0.53, 1.03);
   
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1
}


.about-sect  .col.txt{
    width: 50%;
    padding-right: 50px;
    padding-left: 204px;
    padding-top: 90px;
}

.about-sect .col.txt .editor{
    padding-left: 30px;
    position: relative;
   
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
}

.loaded.about-sect .col.txt .editor{
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.53, 1.03);
    -o-transition: all 4s cubic-bezier(0, 0, 0.53, 1.03);
    transition: all 4s cubic-bezier(0, 0, 0.53, 1.03);
  
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1
}

.about-sect  .col.txt .editor::before{
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    width: 6px;
    height: 160px;
    left: 0;
    border: 1px solid #D4C8B3;
    border-top: unset;
    border-bottom: unset;
}

.about-sect .col.pic{
    width: 57%;
    position: relative;
    box-sizing: border-box;
    padding-right: 0px;
    padding-bottom: 75px;
    z-index: 1;
    position: absolute;
    right: -65px;
}


.service-sect .a-pic {
    position: relative;
    z-index: 2;
}

.about-sect .a-pic-sub{
    position: absolute;
    width: 0px;
    /* height: 574px; */
    height: 482px;
    right: 0px;
    bottom: 0;
    background: url(../../images/common/index/index-about-1.jpg);
    transition: all 1.3s ease;
    transition-delay: 0.6s;
    background-size: cover;
    z-index: -1;
  
}

.loaded.about-sect .a-pic-sub{
    width: 590px;
   
}
.about-sect .a-pic-sub:before{
    content: "";
    background: rgba(185, 163, 130,0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 2.0s ;
    transition-delay: 1.5s;
}
.loaded.about-sect .a-pic-sub:before{
    width: 0%;
}

.about-sect .more{
    max-width: 174px;
    height: 45px;
    font-weight: normal;
    
    color: #fff;
    background: #968C86;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    font-family: 'Noto Serif TC', serif;
    transition: all .5s;
    margin: 55px 0 0;
    box-sizing: border-box;
    letter-spacing: 3px;

    margin-left: 35px;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0;
}

.about-sect .more:hover{
    background: #B9A382;
    letter-spacing: 1px;
}

.loaded.about-sect .more{
    
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1
    
}

.loaded.about-sect .more:hover{
    transition: all .5s;
    background: #B9A382;
    letter-spacing: 1px;
}

/*------------ news ------------*/
.news-sect {
    background: url('../../images/common/index/news-bg.jpg') no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 140px 0 95px;
    position: relative;
    
}

.news-sect::before{
    content: '';
    display: block;
    position: absolute;
    top: 156px;
   
    left: calc(50% - 950px);
    width: 1920px;
    height: 459px;
    background: url(../../images/common/index/news_deco.png) no-repeat;
}

.news-sect .title {
    padding: 0 0 0px;
   
    margin: 0 0 50px;
    color: #fff;
    text-align: center;
    position: relative;
}

.news-sect .title::before{
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    width: 6px;
    height: 160px;
    left: calc(50% - 224px);
    
    width: 430px;
    height: 150px;
    background: url(../../images/common/index/news_title_deco.png) no-repeat;
}

.news-sect .title h2{
    color: #fff;
}

.news-list {
    max-width: 1900px;
    margin: 0 auto;
}
.news-list li {
    padding: 0 20px;
    text-align: center;
    width: calc((100% / 3) - 0.1px);
}
.news-list li .box {
    padding: 0px 0px 0px;
    position: relative;
    background: #fff;
    display: flex;
}
.news-list li .cover {
    position:absolute;
    left:0;
    right: 0;
    top:0;
    bottom: 0;
    z-index:5;
    font-size: 0;
}
.news-list li .box:before {
    
}
.news-list li .box:after {
   
}

.news-sect .more{
    margin: 0 auto;
    margin-top: 60px;
    max-width: 167px;
    height: 50px;
}

.news-sect .slick-arrow{
    width: 50px;
    height: 50px;
    text-align: center;
    color: transparent;
    background: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: calc(50% - 145px);
    z-index: 150;
    opacity: 1;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    margin-top: 60px;
    border: 1px solid #A4895E;
    background: unset;
    box-sizing: border-box;
}
.news-sect .slick-arrow:before {
    content: '';
    border: 1px solid #A4895E;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    right: 15px;
    top: 17px;
    transition:all .3s ease;
}
.news-sect .slick-arrow:hover:before {
    border-color:#fff;
}

.news-sect .slick-arrow:hover{
    background: #850A0A;
    border-color: #850A0A;
    
}

.news-sect .slick-arrow:after{
   
}
.news-sect .slick-arrow:hover:after {
   
}
.news-sect .slick-next {
    left: auto;
    right: calc(50% - 145px);
    transform: rotate(180deg);
}


.news-list .date {
    display: block;
    position: relative;
    /* top: 0; */
    /* left: 50%; */
    /* margin: -49px 0 0 -54px; */
    /* text-align: center; */
    /* border-radius: 50%; */
    font-size: 15px;
    font-weight: bold;
    border: unset;
    color: #fff;
    background: url('../../images/common/bg/bg_g.jpg') repeat;
    display: flex;
    flex-direction: column;
    font-family: 'Crimson Text', serif;
    padding: 46px 30px;
    transition: all .2s;
    position: relative;

    
}

.news-list li .box:hover  .date{
    background: url('../../images/common/bg/bg_r.jpg') repeat;
}

.news-list .date::before{
    content: '';
    width: 68px;
    height: 73px;
    display: block;
    position: absolute;
    top: calc(50% - 55px);
    left: 0;
    border: 1px solid #FFFFFF;
    left: calc(50% - 36px);
}

.news-list .date b{
    font-size: 32px;
    margin-bottom: -13px;
}

.news-list li .text {
    text-align: left;
    font-family: 'Noto Serif TC', serif;
    padding: 40px 15px;
}
.news-list li .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: 53px;
    font-size: 20px;
    color: #473A26;
    font-weight: bold;
    font-family: 'Noto Serif TC', serif;
    transition: all .2s;
}
.news-list li .box:hover .name {
   
}
.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #968C85;
    line-height: 1.6;
    height: 55px;
    margin: 10px 0 0 0;
    font-size: 16px;
}
.news-list .more {
    width: 45px;
    height: 45px;
    display: block;
    color: #6B7C1D;
    margin: 0 0 0 -23px;
    text-align: center;
    border: 1px solid #6B7C1D;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
    position: absolute;
    bottom: -10px;
    left: 50%;
    z-index: 10;
    transition: all .2s;
    font-size: 0;
}
.news-list .more:before {
    content: "more";
    display: block;
    font-size: 13px;
    line-height: 45px;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    transform: rotate(45deg);
}
.news-list li .box:hover .more {
    background: #6B7C1D;
    color: #fff;
    transition: all .2s;
}

/*------------ activity ------------*/
.activity-sect {
    background: url('../../images/common/index/activity_bg.jpg') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 150px 0 60px;
    z-index: 2;
    position: relative;
    
}


.activity-sect .title {
    padding: 0 0 0px;
    margin: 0 0 25px;
    position: relative;
    text-align: center;
}

.activity-sect .title::before{
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    width: 6px;
    height: 160px;
    left: calc(50% - 224px);
    width: 427px;
    height: 86px;
    background: url(../../images/common/index/ac_title_deco.png) no-repeat;
}

.activity-sect .more{
    margin: 0 auto;
    margin-top: 55px;
    max-width: 167px;
    height: 50px;
}

.activity-sect .slick-arrow{
    width: 50px;
    height: 50px;
    text-align: center;
    color: transparent;
    background: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: calc(50% - 145px);
    z-index: 150;
    opacity: 1;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
    margin-top: 60px;
    border: 1px solid #A4895E;
    background: unset;
    box-sizing: border-box;
    margin-top: 55px;
}
.activity-sect .slick-arrow:before {
    content: '';
    border: 1px solid #A4895E;
    border-width: 2px 2px 0 0;
    width: 10px;
    height: 10px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    right: 15px;
    top: 17px;
    transition:all .3s ease;
}
.activity-sect .slick-arrow:hover:before {
    border-color:#fff;
}

.activity-sect .slick-arrow:hover{
    background: #850A0A;
    border-color: #850A0A;
    
}



.activity-sect .slick-next {
    left: auto;
    right: calc(50% - 145px);
    transform: rotate(180deg);
}

.activity-sect .news-list {
    max-width: 1200px;
    margin: 0 auto;
    margin: 0 auto;
}

.activity-sect  .news-list li{
    padding-top: 20px;
}

.activity-sect  .news-list li .box{
    padding: 0px 0px 0px;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    top: 0;
    transition: all .5s;
}

.activity-sect  .news-list li .box:hover{
    top:-20px;
    -webkit-box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 16px 0px rgba(0,0,0,0.15);
}




.activity-sect  .news-list li .text {
    text-align: left;
    font-family: 'Noto Serif TC', serif;
    padding: 32px 25px 35px;
    border-top: 5px solid #B9A382;
    transition: all .5s;
}

.activity-sect  .news-list li .box:hover .text {
    border-top: 5px solid #890E0E;
}

.activity-sect .news-list .date{
    position: absolute;
    width: 68px;
    height: 73px;
    padding: 0;
    background: url(../../images/common/bg/bg_r.jpg) repeat;
    top: 20px;
    left: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    z-index: 1;
}

.activity-sect .news-list .date::before{
    display: none;
}

.activity-sect .news-list .date b {
    font-size: 32px;
    margin-bottom: -13px;
}

.activity-sect  .news-list li .name{
    -webkit-line-clamp: 1;
  
    height: 27px;
}

.activity-sect .news-list li .description{
    -webkit-line-clamp: 1;
    height: 25px;
    font-weight: bold;
}

.activity-sect .news-list li .info{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}

.activity-sect .news-list li .info::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    display: block;
    background: #DDDDDD;
    transition: all .5s ease;

}

.activity-sect .news-list li .box:hover .info::before{
    width: 100%;
}

.activity-sect .info table{
    display: flex;
}

.activity-sect .info tr{
    margin-bottom: 10px;
    display: block;
    display: flex;
}


.activity-sect .info th{
    background: #F0F0F0;
    color: #A4885E;
    padding: 0 10px;
    display: inline-block;
    min-width: 87px;
    max-width: 87px;
    box-sizing: border-box;
}

.activity-sect .info td{
    padding-left: 10px;
    display: block;
}

/*------------ article-sect------------*/

.article-sect{
    padding: 90px 0 100px;
    position: relative;
}

.article-sect::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: url(../../images/common/index/article_deco.png) repeat;

   
    
}



/*------------ products ------------*/
.products-sect {
    padding: 70px 0 60px;
    background: url('../../images/common/bg/bg2-2.jpg');
}
.products-sect .container {
    max-width: 1350px;
}
.products-sect .more {
    max-width: 190px;
    background: #C8D94D;
    font-weight: bold;
    box-shadow: 3px 3px 0px #3D5A30;
    font-family: 'Istok Web','微軟正黑體', sans-serif;
    line-height: 47px;
    font-size: 16px;
    border-radius: 7px;
    letter-spacing: 0;
    text-indent: initial;
    text-align: center;
    display: block;
    color: #3D5A30;
    transition: all .2s;
}
.products-sect .more i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 32px;
}
.products-sect .box:hover .more {
    box-shadow: none;
    transition: all .2s;
}
.products-sect .pic {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.products-sect .pic a:before,
.products-sect .pic a:after {
    transition: all .2s;
    position: absolute;
    display: block;
    opacity: 0;
}
.products-sect .pic a{
    display: block;
    position: relative;
}
.products-sect .pic a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 28, 12, .6);
    z-index: 0;
}
.products-sect .pic a:after {
    content: "\e1032";
    color: #C8D94D;
    font-size: 35px;
    width: 70px;
    height: 70px;
    border: 2px solid #C8D94D;
    border-radius: 50%;
    text-align: center;
    line-height: 68px;
    display: block;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -35px 0 0 -35px;
}
.products-sect .box:hover .pic a:before,
.products-sect .box:hover .pic a:after {
    transition: all .2s;
    opacity: 1;
}
.products-sect .box:hover .pic a:after {
    top: 50%;
}
.products-sect .name {
    font-size: 28px;
    font-weight: bold;
    color: #33611D;
    line-height: 1.2;
    display: block;
    height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 3px solid transparent;
}
.products-sect .offers {
    color: #777777;
    font-size: 16px;
    position: relative;
    margin: 15px 0;
}
/*---- hot-products ----*/
.hot-products {
    margin: 0 0 60px;
    position: relative;
}
.hot-products .cover {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
}
.hot-products .stage {
    width: 35.5%;
    float: left;
}
.hot-products .txt {
    padding: 30px 0 40px;
    float: right;
    width: 61%;
    background: url('../../images/common/index/line2.png') repeat-x center bottom;
}
.hot-products .title {
    /*font-size: 40px;*/
    color: #333333;
    line-height: 1.2;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 0 0 45px 10px;
    margin: 0 0 30px 0;
    text-align: left;
    background: url('../../images/common/index/line2.png') repeat-x center bottom;
}
.hot-products .title b{
    display:inline-block;
}
.hot-products .title i {
    font-size: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}
.hot-products:hover .name {
    color: #BA8030;
    text-decoration: underline;
}
.hot-products .description {
    color: #333326;
    height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 30px;
}
/*---- product-list ----*/
.product-list {
    margin: 0 -20px;
}
.product-list li {
    width: 25%;
    padding: 0 20px;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list > li > .box {
    margin: 0 auto;
    max-width: 300px;
    box-sizing: border-box;
    position:relative;
}
.product-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.product-list {
    margin: 0 -10px;
}
.product-list .name {
    margin: 10px 0 5px;
    font-size: 20px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    text-align:center;
}
.product-list .box:hover .name {
    color: #B87F30;
    text-decoration: underline;
}
.product-list li .offers {
    margin: 0 0 15px;
    text-align: center;
}
.product-list .box:hover .offers {
    color: #BE873C;
}
.product-list .more {
    margin: 0 auto;
}
/*------------ sect4 ------------*/
.sect4 {
    background: url('../../images/common/index/ad_bg.jpg') no-repeat center top;
    background-size: cover;
    padding: 130px 0 200px;
}
/*---- service ----*/

.service-box {
    float: left;
    width: 67%;
    text-align: center;
}

.service-box p {
    font-size: 15px;
    color: #D8D7DC;
    font-weight: bold;
    max-width: 950px;
    margin: 0 auto;
}
.service-list {
    margin: 50px -20px 0;
}
.service-list li {
    width: 25%;
    padding: 0 20px 50px;
    position: relative;
    text-align: center;
}
.service-list li:nth-child(4n+1) {
    clear: left;
}
.service-list li a {
    max-width: 282px;
    margin: 0 auto;
}
.service-list li .pic {
    position: relative;
    box-sizing: border-box;
    border: 4px solid rgba(14, 28, 12, .8);
    border-radius: 50%;
    max-width: 196px;
    margin: 0 auto;
}
.service-list li .pic span {
    display: block;
    box-sizing: border-box;
    background: rgba(14, 28, 12, .8);
    min-height: 188px;
    text-align: center;
    border-radius: 50%;
    padding: 40px 0 0 0;
    max-width: 188px;
    margin: 0 auto;
    border: 2px solid rgba(200, 217, 77, .27);
}
.service-list li .text {
    text-align: left;
}
.service-list li .name {
    font-size: 16px;
    color: #99A925;
    font-weight: bold;
    margin: 10px 0;
}
.service-list li .description {
    letter-spacing: 2px;
    font-size: 15px;
    color: #DDDDDD;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
    line-height: 1.5;
}
/*---- album-box ----*/
.album-box {
    width: 30%;
    float: right;
}
.album-list li .box {
    box-sizing: border-box;
    max-width: 430px;
    padding: 10px 10px 40px 10px;
    margin: 0 auto;
    overflow: hidden;
    background: rgba(17, 17, 17, .8);
    position: relative;
}
.album-list li .cover2{
    position: absolute;
    top:0;
    font-size: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.album-list li .pic {
    position: relative;
    transition: all .2s;
}
.album-list li:hover .pic {
    transition: all .2s;
    border-color: #C89664;
}
.album-list li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 132px 132px 0 0;
    border-color: rgba(17, 17, 17, .8) transparent transparent transparent;
}
.album-list li .cover i {
    width: 33px;
    height: 33px;
    border: 2px solid rgba(216, 215, 220, .5);
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    top: -124px;
    left: 10px;
    color: #D8D7DC;
    line-height: 30px;
    transform: rotate(-45deg);
}
.album-list li .cover span {
    position: absolute;
    color: #D8D7DC;
    font-family: 'Expletus Sans','微軟正黑體', cursive;
    font-size: 15px;
    letter-spacing: 2px;
    transform: rotate(-45deg);
    top: -93px;
    left: 16px;
}
.album-list li .text {}
.album-list li .name {
    display: block;
    font-size: 16px;
    color: #99A925;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.album-list a:hover .name {
    color: #B97F30;
    text-decoration: underline;
}
.album-list li .description {
    font-size: 15px;
    color: #DDDDDD;
    line-height: 1.7;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*------------ warning-sect ------------*/
.warning-sect {
    padding: 35px 0 0 0;
}
/*------------ site-footer ------------*/
.site-footer {
    
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
    .about-sect .col.pic {
        width: 57%;
        position: relative;
        box-sizing: border-box;
        padding-right: 30px;
        padding-bottom: 75px;
        z-index: 1;
        position: relative;
        right: 0;
    }

    .about-sect .col.txt {
        
        padding-right: 50px;
        padding-left: 150px;
    }

    .about-sect {
        position: relative;
        padding: 95px 0 95px;
    }
}

@media screen and (max-width: 1280px) {
   
    .about-sect{
        padding: 95px 0 100px;
    }

    .about-sect .col.txt {
       
        padding-left: 100px;
        
    }

    .about-sect .a-pic-sub{
        width: 80%;
        height: 85%;
    }

    .loaded.about-sect .a-pic-sub {
        width: 80%;
        height: 85%;
    }

    
    .news-sect::before{
        left: calc(50% - 990px);
    }
   
    
}

@media screen and (max-width: 1100px) {

 
    .banner .slick-arrow{
        display: none!important;
    }

    .about-sect {
        padding: 55px 0 50px;
    }

    .about-sect .row {
        display: flex;
        flex-direction: column;
    }


    .about-sect .col.pic{
        width: 80%;
        margin: 0 auto;
        margin-top: 50px;
        text-align: center;
        /* padding-bottom: 0; */
        padding-right: 0;
    }

    .about-sect .a-pic-sub{
        width: 70%;
        height: 85%;
    }

    .loaded.about-sect .a-pic-sub {
        width: 66%;
        height: 85%;
        background-size: contain;
    }

    .about-sect .col.txt {
        padding-left: 100px;
        width: unset;
        padding: 0;
    }

    .about-sect .title h2,.about-sect .title span{
        text-align: center;
    }

    .about-sect .title::before{
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .about-sect .col.txt .editor {
        padding: 0 10px;
        max-width: 767px;
        margin: 0 auto;
    }


    .about-sect .col.txt .editor::before{
        display: none;
    }

    .about-sect .more{
        margin: 0 auto;
        margin-top: 20px;
    }

    .hot-products .stage,
    .hot-products .txt {
        width: 100%;
        float: none;
        text-align: center;
    }
    .products-sect .more {
        margin: 0 auto;
    }

    .news-sect {
        background: url(../../images/common/index/news-bg.jpg) no-repeat;
       
        padding: 80px 0 70px;
        position: relative;
    }

    .activity-sect {
       
        padding: 70px 0 60px;
    }

    .article-sect {
        padding: 80px 0 70px;
        position: relative;
    }
}
@media screen and (max-width: 1024px) {
    .news-list li {
      
    }
    .news-list li + li {
      
    }
}
@media screen and (max-width: 900px) {
    .product-list li {
        width: 50%;
        padding: 0 20px 50px;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li .text {
        margin: 0 auto;
        max-width: 300px;
    }
    .service-list li {
        width: 50%;
    }
    .service-list li .text {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {

    .banner{
        display: none;
    }

    .banner_m{
        display: block;
    }

    .banner_m .slick-arrow{
        width: 35px;
        height: 35px;
        left: 0;
        top: 50%;
        display: none!important;
    }

    .banner_m .slick-next{
        width: 35px;
        height: 35px;
        right: 0;
        left: unset;
    
    }
    .banner_m .slick-arrow:before {
        right: 9px;
        top: 11px;
    }
    .banner_m .slick-next:before{
        right: 13px;
        top: 11px;
    }
   
    .title h2{
        font-size: 30px;
        letter-spacing: 3px;
        margin-bottom: -3px;
    }

    .title span {
        font-size: 18px;
        
        letter-spacing: 2px;
    }
    .about-sect {
        padding: 45px 0 70px;
    }

    .about-sect .title {
        margin-bottom: 10px;
    }
    .about-sect .title::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        background-size: contain;
        /* transform: scale(0.8); */
        top: -22px;
        /* background: red; */
        width: 300px;
        background-size: contain;
    }

    .about-sect .title b {
        font-size: 30px;
    }
    .news-sect .title {
        /* font-size: 30px; */
        margin: 0 0 25px;
    }

    .news-sect  .title::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        background-size: contain;
       
        top: 0px;
        width: 300px;
        background-size: contain;
    }

    .news-sect .more, .news-sect .slick-arrow{
       
        margin-top: 40px;
    }

    .about-sect .col.pic{
        padding: 0;
        margin-top: 40px;
    
    }
    .about-sect .a-pic-sub{
        width: 0%;
        height: 100%;
        right: -20px;
        bottom: -20px;
    }

    .loaded.about-sect .a-pic-sub{
        width: 84%;
        height: 100%;
        right: -20px;
        bottom: -20px;
    }

    .news-sect {
        background: url(../../images/common/index/news-bg.jpg) no-repeat;
        padding: 50px 0 55px;
        position: relative;
        background-position: center;
        background-size: cover;
    }

    .news-list li a {
        padding: 80px 15px 70px;
    }

    .activity-sect {
        padding: 70px 0 45px;
    }

    .activity-sect .title {
       
        margin: 0 0 5px;
    }

    .activity-sect .title::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        background-size: contain;
        top: 0;
        width: 300px;
        background-size: contain;
    }

    .activity-sect .more,  .activity-sect .slick-arrow {
        margin-top: 40px;
    }

    .article-sect {
        padding: 60px 0 50px;
        position: relative;
    }

    .hot-products .title {
        font-size: 30px;
        padding: 0 0 15px;
    }
    .hot-products .title i {
        font-size: 25px;
    }
    body .fancybox-nav span {
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
    }
    .photo-pager {
        float: none;
        margin: 0 0 10px;
    }
    body .fancybox-opened .fancybox-title {
        padding: 10px;
    }
}
@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 50px;
    }
    .service-list li {
        width: 100%;
        padding: 0 15px 50px;
    }
    .album-list li .name,
    .album-list li .description {
        white-space: normal;
        overflow: visible;
        height: auto;
    }
}
