@charset "utf-8";
/* ---- banner ---- */
.banner .slick-dots,
.banner_m .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    height: 2px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    height: 2px;
    line-height: 2px;
}
.banner .slick-dots li,
.banner_m .slick-dots li {
    width: auto;
    height: 2px;
    padding: 0 5px;
    height: 2px;
    line-height: 2px;
}
.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: 0;
    background: rgb(255, 255, 255, 0.5);
    border: 0;
    border-radius: 0;
    width: 45px;
    height: 2px;
    line-height: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button,
.banner_m .slick-dots li.slick-active button {
    background: rgb(255, 255, 255, 1);
}
.banner_m{
    display: none;
}
/* ---- /banner ---- */
/* ---- common ---- */
.title {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 0 0 40px;
}
.title span {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #92976f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-family: 'Tenor Sans', serif;
}
.title span i {
    font-style: unset;
    display: block;
}
.title b {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #555;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1.2;
    padding: 0 0 10px;
}
section .more {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 200px;
    height: 48px;
    line-height: 47px;
    color: #666;
    border: 1px solid #666;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Tenor Sans', serif;
    transition: all .3s ease;
    margin: 50px auto 0;
}
section .more:hover {
    border-color: #CFD69B;
    color: #fff;
}
section .more:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: #CFD69B;
    transition: all .3s ease;
}
section .more:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
/* ---- /common ---- */
/* ---- sect5-ad ---- */
.sect5 {
    position: relative;
    padding: 60px 0 60px;
    z-index: unset;
}
.sect5 .container {
    z-index: 2;
}
/* ---- about-sect ---- */
.about-sect {
    position: relative;
    padding: 90px 0 75px;
    z-index: 1;
}
.about-sect::before {
    content: '';
    position: absolute;
    top: -65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1200px;
    background: url(../../images/common/index/a_bg.png) no-repeat 50% 50%;
    z-index: -1;
}
.about-sect .container .m1 {
    position: absolute;
    top: 20%;
    right: 250px;
    width: 300px;
    height: 45px;
    background: url(../../images/common/index/m1.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-sect .container .m2 {
    position: absolute;
    top: 0;
    right: 150px;
    width: 191px;
    height: 26px;
    background: url(../../images/common/index/m2.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.about-sect .about-pic {
    position: relative;
    box-sizing: border-box;
    display: none;
}
.about-sect .about-txt {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.about-sect .editor {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    color: #666;
    letter-spacing: 1px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 235px;
    font-size: 17px;
}
/* ---- products ---- */
.products-sect {
    position: relative;
    padding: 75px 0;
    z-index: 2;
}
.products-sect .container .m3 {
    position: absolute;
    top: 100%;
    left: -154px;
    width: 300px;
    height: 45px;
    background: url(../../images/common/index/m1.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.products-sect .container .m4 {
    position: absolute;
    top: -2%;
    left: -230px;
    width: 191px;
    height: 26px;
    background: url(../../images/common/index/m2.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.products-sect .more {
    position: relative;
    margin: 30px auto 0;
}
.products-sect .more i {
    display: none;
}
/* ---- news ---- */
.sect3 {
    position: relative;
    padding: 75px 0 220px;
    padding: 75px 0 100px;
    z-index: 2;
}
.sect3 .container .m5 {
    position: absolute;
    top: 100%;
    left: 45%;
    width: 191px;
    height: 26px;
    background: url(../../images/common/index/m2.png) no-repeat;
    background-size: contain;
    z-index: -1;
}
.news-sect .title b {
    padding: 0;
}
.news-sect .title span {
    padding-left: 0;
    padding-bottom: 3px;
}
.news-sect .more {
    margin: 0 0 0 auto;
}
.news-sect {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 48.5%;
    padding-left: 54px;
}
.news-sect .title {
    display: flex;
    align-items: flex-end;
}
.news-list {
    min-height: 290px;
}
.news-list li {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.news-list li .box {
    position: relative;
    box-sizing: border-box;
    transition: all .3s ease;

    display: flex;
    align-items: center;
}
.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;
    text-align: center;
    color: #444;
    font-size: 25px;
    line-height: 50px;
    font-family: 'Tenor Sans', serif;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: all .3s ease;
    width: 55px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}
.news-list li .box:hover .date {
    background: #CFD69B;
    color: #fff;
    border-color: #CFD69B;
}
.news-list li .date b {
    display: block;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.2px;
    line-height: 1;
}
.news-list li .text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    width: calc(100% - 130px);
}
.news-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #46392C;
    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: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
/* ---- ad ---- */
.ad-sect {
    float: right;
    /* width: 44.5%; */
    width: 44.198%;
    padding-right: 54px;
}
.ad-sect img {
    width: 100%;
}
.ad-sect .col {
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 66%;
    height: 100%;
    min-height: 420px;
    max-width: 420px;
    overflow: hidden;
}
.ad-sect .col a{
    position: relative;
    overflow: hidden;
}
.ad-sect .col a img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ad-sect .col a:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.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%;
    display: flex;
    flex-direction: column;
}
.ad-sect .col.small a {
    margin-bottom: 10px;
}
/* ---- rwd ---- */
@media screen and (max-width: 1440px) {
    .news-sect {
        width: calc(100% - 48.5%);
        padding: 0 40px 0 0;
    }
    .ad-sect {
        width: 48.5%;
        padding: 0;
    }
}
@media screen and (max-width: 1280px) {
    .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: 0;
    }
    .ad-sect .col.small img {
        width: 50%;
        margin-right: -5px;
    }
    .ad-sect .col.small img+img {
        margin: 0;
    }
}
@media screen and (max-width: 1000px) {
    .title{
        margin: 0 0 30px;
    }
    .title b {
        font-size: 32px;
        padding: 0 0 5px;
    }
    section .more {
        margin: 20px auto 0;
    }
    .sect5 {
        padding: 30px 0;
    }
    .about-sect {
        padding: 30px 0 60px;
    }
    .about-sect::before {
        top: -80%;
        display: none;
    }
    .about-sect .about-txt{
        width: 100%;
        padding: 0 15px;
    }
    .about-sect .editor {
        font-size: 16px;
        -webkit-line-clamp: initial;
        height: auto;
    }
    .about-sect .container .m1 {
        top: unset;
        bottom: -62px;
        right: -42px;
        width: 300px;
        height: 45px;
    }
    .about-sect .container .m2 {
        top: -30px;
        bottom: unset;
        right: unset;
        left: 0;
        width: 191px;
        height: 26px;
    }
    .products-sect{
        padding: 30px 0 30px;
    }
    .products-list li {
        width: calc((100% / 2) - 3px);
    }
    .products-list .new>.pic::before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
    }
    .products-sect .more{
        margin: 0 auto 0;
    }
    .products-sect .container .m3 {
        top: unset;
        bottom: -87px;
        left: -50px;
    }
    .products-sect .container .m4{
        top: unset;
        bottom: 0;
        left: unset;
        right: -85px;
        width: 191px;
        height: 26px;
    }
    .sect3 {
        padding: 60px 0 30px;
    }
    .sect3 .container .m5{
        display: none;
    }
    .news-sect .more {
        top: 50px;
    }
    .news-sect {
        float: none;
        width: 100%;
        padding: 0;
    }
    .news-list {
        min-height: unset;
    }
    .news-list li .text {
        width: calc(100% - 80px);
    }
    .products-list {
        margin: 0 auto;
        max-width: 720px;
    }
    .ad-sect {
        float: none;
        width: 100%;
        display: block;
        margin: 60px auto 0;
    }
    .news-list li .name {
        font-size: 16px;
        height: 22px;
    }
    .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-sect .more {
        position: relative;
        top: unset;
        left: 0;
        right: 0;
        margin: 0 auto 0;
    }
}
@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;
    }
}