@charset "utf-8";
.wrapper,
.header-fixed .wrapper {
    padding-top: 155px;
}
.site-header{
    background: #c9a063;
}
/* ---- banner ---- */
.banner .slick-dots {
    position: absolute;
    top: 50%;
    left: 80px;
    width: auto;
    height: auto;
    list-style: none;
    padding: 0;
    display: none !important;
}
.banner .slick-dots li {
    width: auto;
    height: auto;
    padding: 5px 0;
}
.banner .slick-dots li button {
    text-align: center;
    white-space: normal;
    text-indent: unset;
    overflow: hidden;
    border: 0;
    padding: 0;
    font-size: 18px;
    color: #c9a063;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-family: 'TimesRoman', 'Times New Roman', Times, serif;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    border-color: rgb(70, 57, 44, 0.5);
}
/* ---- /banner ---- */
/* ---- common ---- */
.title {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 0 0 30px;
}
.title span {
    position: relative;
    box-sizing: border-box;
    color: #c9a063;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'TimesRoman', 'Times New Roman', Times, serif;
}
.title span i {
    font-style: unset;
    display: block;
}
.title b {
    position: relative;
    box-sizing: border-box;
    color: #c9a063;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1.2;
}
section .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 114px;
    height: 22px;
    color: #c9a063;
    font-size: 18px;
    font-family: 'TimesRoman', 'Times New Roman', Times, serif;
    transition: all .3s ease;
    margin: 44px 35px 0 auto;
    /* text-transform: lowercase; */
    font-weight: 500;
    z-index: 0;
    white-space: nowrap;
    letter-spacing: 1px;
}
/* section .more::before {
    content: '';
    width: 48px;
    height: 48px;
    left: -24px;
    top: -5px;
    position: absolute;
    border: 1px solid #c9a0635f;
    border-radius: 50%;
    z-index: -1; 
} */
section .more:hover {
    letter-spacing: 6px;
}
/* ---- /common ---- */
/* ---- sect5-ad ---- */
.sect5 {
    position: relative;
}
/* ---- about-sect ---- */
.about-sect {
    position: relative;
    padding: 65px 0 200px;
    overflow: hidden;
    background:#ffffff;
}
.about-sect::before {
    content: '';
    background: url(../../images/common/index/index-about-bottom.svg) no-repeat;
    width: 100vw;
    height: 500px;
    position: absolute;
    left: 0;
    bottom: -189px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.about-sect::after {
    content: '';
    background: url(../../images/common/index/index-about-bottom2.svg) no-repeat;
    width: 100vw;
    height: 500px;
    position: absolute;
    left: 0;
    top: -300px;
    background-size: cover;
    background-position: center;
}
.about-sect .about-circle{
    position: absolute;
    width: 1200px;
    height: 1200px;
    background: url(../../images/common/index/index-about-smile.png) no-repeat;
    right: -620px;
    bottom: -200px;
    /* position: absolute;
    width: 2040px;
    height: 1910px;
    background: url(../../images/common/index/index-about-smile.png) no-repeat;
    right: -1300px;
    bottom: -580px; */
}
.about-sect .container {
    padding: 0 15px;
    max-width: 1330px;
    margin: 0 auto;
    display: flex;
    align-items: start;
}
.about-sect .title {
    text-align: left;
    margin: 0;
    margin-bottom: 44px;
    position: relative;
}
/* .about-sect .title:before {
    content: '';
    position: absolute;
    top: -24px;
    left: -100px;
    width: 166px;
    height: 166px;
    background: url(../../images/common/index/index-about-star.png) no-repeat;
    background-size: cover;
} */
.about-sect .title span {
    line-height: 1;
    display: block;
    margin-bottom: 11px;
    color: #00272c;
}
.about-sect .title b {
    /* padding-left: 48px; */
    color: #00272c;
}
/* .about-sect .title b::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 4px;
    width: 32px;
    height: 20px;
    background: url(../../images/common/index/index-about-crown.png) no-repeat;
    background-size: cover;
} */
.about-sect .about-pic {
    width: 50%;
    padding-right: 100px;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}
.about-sect .about-pic img{
    z-index: 2;
    position: relative;
    border: #c9a063 5.5px solid;
    padding: 20px;
    border-radius: 265px;
}
.about-sect .about-pic .about-round{
    background: url(../../images/common/index/index-about-round.png) no-repeat;
    width: 632px;
    height: 679px;
    position: absolute;
    left: -184px;
    top: -50px;
    z-index: 1;
    animation: jello 5s ease-in-out infinite;
    display: none;
}
@keyframes jello {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: skewX(-5deg) skewY(-5deg);
    }
}
.about-sect .about-txt {
    width: 42%;
    padding-left: 10px;
    padding-right: 21px;
    position: static;
    box-sizing: border-box;
    padding-top: 158px;
}
.about-sect .editor {
    width: 100%;
    position: static;
    box-sizing: border-box;
    color: #727171;
    letter-spacing: 1px;
    line-height: 2;
}
.about-sect .about-pic .pic img {
    margin-right: -4px;
    width: calc((100% / 3) - 0.1px);
}
section.about-sect .more{
    margin-right: auto;
    margin-left: 0;
}
/* ---- products ---- */
.products-sect {
    position: relative;
    padding: 0 0 120px;
    background: #fff7ed;
}
.products-sect .title {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    padding-top: 34px;
    margin: 0 0 42px;
}
/* .products-sect .title::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 16px);
    width: 32px;
    height: 20px;
    background: url(../../images/common/index/index-about-crown.png) no-repeat;
    background-size: cover;
} */
.products-sect .title b{
    margin-bottom: 5px;
}
/* 點點 */
.products-list .slick-dots {
    position: absolute;
    text-align: right;
    top: -35px;
    right: 20px;
    width: 100%;
}
.products-list .slick-dots li {
    display: inline-block;
    width: auto;
    padding: 0;
}
.products-list .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 0.3);
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 5px;
    border-radius: 100%;
    cursor: pointer;
}
.products-list .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 0.6);
}
.products-sect .more {
    margin: 0;
    position: absolute;
    top: 83px;
    right: 0;
}
.products-sect .more i {
    display: none;
}
.products-sect .more::before {
    border: 1px solid #FFF;
}
/* ---- news ---- */
.sect3 {
    position: relative;
    padding: 154px 0 120px;
    background-size: 100% auto, auto;
}
.wrapper {
    /* padding-top: 0; */
    background: url(../../images/common/footer-bg.jpg) no-repeat center, #fff7ed;
    background-size: 100% auto, auto;
}
.news-sect .title span{
    display: block;
    padding-left: 0;
    margin-bottom: 10px;
    color: #c9a063;
}
.news-sect .title b {
    display: inline-block;
    /* padding-left: 48px; */
    color: #c9a063;
}
.news-sect .more {
    position: absolute;
    top: 55px;
    right: 10px;
    margin: 0;
    text-align: right;
    width: unset;
}
.news-sect .more:before{
    left: unset;
    right: -10px;
    border: 1px solid #c9a0635f;
}
.news-sect {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 48.5%;
    padding-left: 80px;
}
.news-list li {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #00272c50;
    border-left: 1px solid #00272c50;
    margin-bottom: 15px;
}
.news-list li .box {
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;
}
.news-list li .box:hover .date{
    background: #c9a0637d;
}
.news-list li .box .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    font-size: 0;
}
.news-list li .date {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #00272c;
    font-size: 45px;
    line-height: 50px;
    width: 70px;
    font-family: 'TimesRoman', 'Times New Roman', Times, serif;
    border-right: 1px solid #00272c50;
    border-top: 1px solid #00272c50;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s ease;
}
.news-list li .date b {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 1;
}
.news-list li .text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    width: calc(100% - 100px);
}
.news-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00272c;
    height: 25px;
    font-size: 17px;
    margin: 0 0 5px;
    letter-spacing: 0.8px;
    line-height: 1.2;
}
.news-list li .description {
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #00272c;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
/* ---- ad ---- */
.ad-sect {
    float: right;
    width: 44.5%;
    padding-right: 54px;
}
.ad-sect img {
    width: 100%;
}
.ad-sect .col {
    margin-right: -4px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 66%;
    height: 100%;
    min-height: 420px;
    max-width: 420px;
}
.ad-sect .col .txt {
    font-family: 'Petrona', serif;
    font-size: 18px;
    color: #A98865;
    line-height: 1.6;
    position: absolute;
    margin: 75px 0 0 30px;
}
.ad-sect .col .txt a {
    font-size: 14px;
    color: #918680;
    line-height: 28px;
    width: 122px;
    text-align: center;
    display: block;
    border: 1px solid #918680;
    transition: all .2s;
}
.ad-sect .col .txt a:hover {
    opacity: .7;
    transition: all .2s;
}
.ad-sect .col.small {
    max-width: 205px;
    float: right;
    width: 33%;
}
.ad-sect .col.small img {
    margin-bottom: 10px;
}
/* ---- rwd ---- */
@media screen and (max-width: 1800px) {
    .about-sect .about-circle {
        width: 1000px;
        height: 1000px;  
        right: -600px;
        top: 0px;
        background-size: cover;
    }
}
@media screen and (max-width: 1440px) {
    /* .about-sect {
        padding-bottom: 0px;
    } */
    .about-sect .about-pic {
        width: 45%;
    }
    .about-sect .about-txt {
        width: 65%;
        padding-top: 100px;
    }
    .about-sect .about-pic .about-round {
        width: 402px;
        height: 409px;
        background-size: contain;
        left: -42px;
        top: -50px;
    }
    .about-sect .title:before {
        top: -80px;
        left: -64px;
    }
    .sect3 {
        padding: 80px 0 20px;
    }
    .news-sect {
        width: 65%;
        padding: 0;
    }
    .ad-sect {
        width: 28%;
        padding: 0;
    }
    .ad-sect .col,
    .ad-sect .col.small {
        display: block;
        width: 100%;
        float: none;
        height: auto;
        max-width: 100%;
        min-height: auto;
    }
    .ad-sect .col .txt {
        padding: 30px;
        margin: 0;
        position: relative;
    }
    .ad-sect .col.small {
        margin: 10px 0 0 0;
    }
    .ad-sect .col.small img {
        width: 50%;
        margin-right: -5px;
    }
    .ad-sect .col.small img+img {
        margin: 0;
    }
}
@media screen and (max-width: 1280px) {
    .wrapper, .header-fixed .wrapper {
        padding-top: 250px;
    }
    .about-sect .about-circle {
        right: -687px;
        top: -550px;
    }
}
@media screen and (max-width: 1200px) {
    .wrapper, .header-fixed .wrapper {
        padding-top: 300px;
    }
}
@media screen and (max-width: 1000px) {
    /* .header-fixed .wrapper {
        padding-bottom: 1000px;
    } */
    .title{
        margin: 0 0 20px;
        text-align: center;
    }
    .title span{
        font-size: 20px;
    }
    section .more {
        margin: 20px auto 0;
    } 
    .about-sect .title{
        text-align: center;
        margin-bottom: 30px;
    }
    .about-sect .title:before {
        top: -14px;
        left: calc(50% - 83px);
        width: 86px;
        height: 86px;
        background-size: contain;
    }
    .about-sect .about-circle {
        display: none;
    }
    .about-sect {
        padding: 35px 0 0;
        position: relative;
    }
    .about-sect:before {
        content: "";
        width: 1920px;
        height: 245px;
        position: absolute;
        left: calc(50% - 960px);
        bottom: -142px;
    }
    .about-sect .container{
        flex-direction: column;
        padding: 60px 15px;
    }
    .about-sect .about-pic .about-round {
        width: 424px;
        height: 329px;
        background-size: contain;
        left: -6px;
        top: -20px;
        display: none;
    }
    .about-sect .about-pic {
        width: 100%;
        padding: 0;
        text-align: center;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-sect .about-txt{
        width: 100%;
        order: 1;
        padding-top: 0;
        padding-left: 0px;
        padding-right: 0px;
    }
    section.about-sect .more {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 52px;
    }
    .products-sect{
        padding: 45px 0 50px;
    }
    .products-sect .title {
        margin: 0 0 30px;
    }
    .products-list li {
        width: calc((100% / 2) - 3px);
    }
    .products-sect .more{
        margin: 0 auto 0;
        position: relative;
        top: 0;
    }
    .sect3 {
        padding: 30px 0 0;
    }
    .news-sect .more {
        top: 0;
        position: relative;
        right: 0;
        width: 114px;
        height: 22px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    .news-sect {
        float: none;
        width: 100%;
    }
    .ad-sect {
        float: none;
        width: 100%;
        display: block;
        margin: 30px auto 0;
    }
    .news-list li .name {
        font-size: 16px;
        height: 22px;
    }
    .news-sect .more {
        position: relative;
        top: unset;
        left: 0;
        right: 0;
        margin: 36px auto 55px;
    }
    .ad-sect .col .txt {
        padding: 10px;
        font-size: 16px;
    }
    .ad-sect .col,
    .ad-sect .col.small {
        background-size: cover;
    }
    .ad-sect .col {
        display: block;
        width: 66.64%;
        float: left;
        height: auto;
        max-width: 100%;
        min-height: auto;
    }
    .ad-sect .col.small {
        display: block;
        width: 33.36%;
        float: left;
        height: auto;
        max-width: 100%;
        min-height: auto;
        margin: 0;
    }
    .ad-sect .col.small img {
        width: 100%;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .news-sect .title {
        display: flex;
        flex-direction: column;
        margin: 0 auto 20px;
        align-items: center;
    } 
}
@media screen and (max-width: 400px) {
    .ad-sect .col,
    .ad-sect .col.small {
        display: block;
        width: 100%;
        float: left;
        height: auto;
        max-width: 100%;
        min-height: auto;
    }
    .ad-sect .col.small img {
        width: 50%;
        margin: 0;
        margin-right: -5px;
    }
}