@charset "utf-8";
.site-main::before {
    top: 0;
}
/* ---- banner ---- */
.banner .slick-dots,
.banner_m .slick-dots  {
    position: absolute;
    top: 50%;
    left: 80px;
    width: auto;
    height: auto;
    list-style: none;
    padding: 0;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    width: auto;
    height: auto;
    padding: 5px 0;
}
.banner .slick-dots li button,
.banner_m .slick-dots li button {
    text-align: center;
    white-space: normal;
    text-indent: unset;
    overflow: hidden;
    border: 0;
    padding: 0;
    font-size: 18px;
    color: #46392C;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-family: 'Marcellus SC', serif;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    border-color: rgb(70, 57, 44, 0.5);
}
.banner {
    display: block;
}
.banner_m{
    display: none;
}
/* ---- /banner ---- */
/* ---- common ---- */
.title {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 0 0 30px;
}
.title span {
    position: relative;
    box-sizing: border-box;
    color: #D6E1D8;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'Lora', serif;
}
.title span i {
    font-style: unset;
    display: block;
    line-height: 1;
}
.title b {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #70846F;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1;
}
section .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    width: 122px;
    height: 22px;
    color: #70846F;
    font-size: 15px;
    font-family: 'Lora', serif;
    transition: all .3s ease;
    margin: 0;
}
section .more::before {
    content: '';
    position: absolute;
    bottom: 6px;
    right: 5px;
    width: 26px;
    height: 5px;
    background: url(../../images/common/index/btn_arr.svg) no-repeat;
    transition: all .3s ease;
}
section .more:hover {
    opacity: 0.5;
}
section .more:hover:before {
    right: 0;
}
/* ---- /common ---- */
/* ---- sect5-ad ---- */
.sect5 {
    position: relative;
    padding: 98px 0;
}
/* ---- about-sect ---- */
.about-sect {
    position: relative;
    padding: 177px 0 180px;
    z-index: 1;
    background: url(../../images/common/bg2.png) repeat-x 50% 0;
}
.about-sect .container {
    display: flex;
    align-items: center;
}
.about-sect .title {
    text-align: left;
    display: flex;
    align-items: end;
}
.about-sect .title b {
    padding-left: 30px;
    margin-bottom: 8px;
}
.about-sect .title b::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: rgb(212, 194, 182, 0.6);
}
.about-sect .about-pic {
    width: 55%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    border-radius: 5px;
}
.about-sect .about-pic .a_w {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    width: 385px;
    height: 356px;
    border-radius: 5px;
}
.about-sect .about-pic img{
    position: absolute;
    left: 0;
    right: 0;
    top: -80%;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    height: fit-content;
    max-width: inherit;
    border-radius: 5px;
}
.about-sect .about-pic::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -233px;
    width: 758px;
    height: 513px;
    background: url(../../images/common/index/a_pic.jpg) no-repeat;
    z-index: -1;
    border-radius: 5px;
}
.about-sect .about-txt {
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 55%);
    padding-left: 85px;
    z-index: 2;
}
.about-sect .editor {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    color: #595F57;
    letter-spacing: 2px;
    line-height: 1.8;
}
.about-sect .a_logo {
    position: absolute;
    top: -50%;
    right: 15%;
    width: 220px;
    height: 220px;
    background: url(../../images/common/index/a_logo.svg) no-repeat;
    background-size: contain;
    opacity: 0.5;
}
.about-sect .a_logo::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/common/index/a_logo_w.svg) no-repeat;
    animation: circle 50s infinite ease-in-out;
}
@keyframes circle {
    100% {
        transform: rotate(360deg);
    }
}
.about-sect .more {
    margin: 30px 0 0 10px;
}
.about-sect .marquee {
    width: 100%;
    height: 165px;
    line-height: 165px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.about-sect .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee_left 200s linear infinite;
    height: 165px;
}
.about-sect .marquee .track span {
    position: relative;
    padding: 0 50px 0 0;
    height: 165px;
    line-height: 165px;
    font-size: 165px;
    overflow: visible;
    white-space: nowrap;
    color: #fff;
    font-weight: normal;
    z-index: -1;
    font-family: 'Antic Didone', serif;
}
@keyframes marquee_left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/* ---- products ---- */
.products-sect {
    position: relative;
    padding: 150px 0 58px;
    background: url(../../images/common/bg.jpg);
}
.products-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    background: url(../../images/common/index/p_bg.jpg) no-repeat fixed 50% 50%;
    background-size: cover;
}
.products-sect .title {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 0 40px;
}
.products-sect .title b {
    padding: 0 0 10px;
    color: #fff;
}
.products-sect .title span {
    color: #fff;
}
/* 點點 */
.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 {
    position: absolute;
    top: 65px;
    right: 15px;
    color: #fff;
}
.products-sect .more::before {
    background: url(../../images/common/index/btn_arr_hover.svg) no-repeat;
    opacity: 0.5;
}
.products-sect .more i {
    display: none;
}
/* ---- news ---- */
.sect3 {
    position: relative;
    padding: 78px 0 98px;
}
.sect3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../../images/common/bg2.png) repeat-x 100% 50%;
}
.sect3 .container {
    display: flex;
    align-items: flex-start;
}
.news-sect .title b {
    display: block;
    padding: 10px 0 0;
}
.news-sect .more {
    position: absolute;
    top: 65px;
    right: 65px;
    margin: 0;
}
.news-sect {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 48.5%;
    padding-right: 65px;
}
.news-list li {
    position: relative;
    box-sizing: border-box;
}
.news-list li+li {
    border-top: 1px solid #D6E1D8;
}
.news-list li .box {
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    transition: all .3s ease;
}
.news-list li .box:hover {
    background: #fff;
}
.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: #85A181;
    font-size: 45px;
    line-height: 50px;
    width: 70px;
    font-family: 'Lora SC', serif;
    border-right: 1px solid #D6E1D8
}
.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: #6B7E69;
    height: 25px;
    font-size: 18px;
    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: #595F57;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
/* ---- ad ---- */
.ad-sect {
    float: right;
    width: 44.5%;
    padding-right: 55px;
}
.ad-sect img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 5px;
}
.ad-sect .col a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.ad-sect .col {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 66%;
    height: 100%;
    min-height: 420px;
    max-width: 420px;
    overflow: hidden;
    border-radius: 5px;
}
.ad-sect .col a {
    position: relative;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.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 .3s ease;
}
.ad-sect .col .txt a:hover {
    opacity: .7;
    transition: all .3s ease;
}
.ad-sect .col.small {
    max-width: 205px;
    float: right;
    width: 33%;
}
.ad-sect .col.small a+a {
    margin: 10px 0 0;
}
/* ---- rwd ---- */
@media screen and (max-width: 1440px) {
    .sect5 {
        padding: 50px 0 90px;
    }
    .ad-sect {
        width: 51.5%;
        padding: 0;
    }
    .news-sect {
        width: 48.5%;
        padding-right: 55px;
    }
}
@media screen and (max-width: 1280px) {
    .about-sect .a_logo {
        right: 5%;
    }
    .about-sect .about-txt {
        padding-left: 55px;
    }
}
@media screen and (max-width: 1200px) {
    .sect3 .container {
        display: block;
    }
    .news-sect {
        width: 69.2%;
    }
    .ad-sect {
        width: 30.8%;
        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;
        display: flex;
        align-items: flex-start;
    }
    .ad-sect .col.small a+a {
        margin: 0;
    }
}
@media screen and (max-width: 1000px) {
    .title{
        margin: 0 0 30px;
    }
    .title span{
        font-size: 45px;
    }
    .title b {
        padding: 5px 0 0; 
        font-size: 30px;
    }
    section .more {
        margin: 30px auto 0;
        font-size: 16px;
    }
    section .more::before {
        right: 0;
    }
    section .more:hover:before {
        right: -5px;
    }
    .about-sect {
        padding: 50px 0 100px;
    }
    .about-sect .marquee {
        bottom: 50px;
    }
    .about-sect .container{
        flex-direction: column;
    }
    .about-sect .title {
        display: block;
        text-align: center;
    }
    .about-sect .title b{
        padding: 10px 0 0; 
        font-size: 30px;
    }
    .about-sect .title b::before {
        display: none;
    }
    .about-sect .about-pic {
        justify-content: center;
    }
    .about-sect .about-pic .a_w {
        width: auto;
    }
    .about-sect .about-pic img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .about-sect .about-pic::before {
        display: none;
    }
    .about-sect .a_logo {
        display: none;
    }
    .about-sect .about-pic {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .about-sect .about-txt{
        width: 100%;
        padding: 30px 0 0;
    }
    .about-sect .editor {
        text-align: center;
        padding: 0;
    }
    .about-sect .more {
        position: relative;
        margin: 30px auto 0;
    }
    .about-sect .more span::after {
        display: none;
    }
    .sect5 {
        padding: 50px 0;
        background: #fff;
    }
    .products-sect{
        padding: 80px 0 50px; 
    }
    .products-list {
        margin: 0 auto;
        text-align: center;
        max-width: 720px;
    }
    .products-list li {
        width: calc(100% / 2);
        max-width: 360px;
        margin: 0 auto 40px;
    }
    .products-sect .more {
        position: relative;
        margin: 0 auto 0;
        color: #70846F;
        top: unset;
        right: unset;
    }
    .products-sect .more::before {
        background: url(../../images/common/index/btn_arr.svg) no-repeat;
    }
    .products-sect .more::after {
        display: none;
    }
    .products-sect .title{
        margin: 0 0 30px;
    }
    .sect3 {
        padding: 50px 0 50px;
    }
    .news-sect .title {
        text-align: center;
    }
    .news-sect .more {
        position: relative;
        top: unset;
        right: unset;
        margin: 30px auto 0;
    }
    .news-sect {
        float: none;
        width: 100%;
        padding: 0;
    }
    .news-list li .box:hover {
        left: 0;
    }
    .ad-sect {
        float: none;
        width: 100%;
        display: block;
        margin: 50px auto 0;
    }
    .news-list li .name {
        font-size: 16px;
    }
    .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) {
    .banner {
        display: none;
    }
    .banner_m {
        display: block;
    }
    .news-list li .box {
        border-radius: 5px;
    }
    .ad-sect .col,
    .ad-sect .col a,
    .ad-sect img {
        border-radius: 5px;
    }
    .products-sect::before {
        height: 250px;
        background-attachment: unset;
    }
}
@media screen and (max-width: 400px) {
    .ad-sect .col {
        display: block;
        width: 100%;
        float: left;
        height: auto;
        max-width: 100%;
        min-height: auto;
    }
    .ad-sect .col.small {
        display: flex;
        width: 100%;
    }
}