.banner {
    padding: 0;
}

.banner:before {
    content: '';
    background: url('../../images/common/banner_bg.png') no-repeat;
    position: absolute;
    z-index: 0;
    top: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 350px;
    height: 410px;
}

.news_pic2 {
    background: url(../../images/common/banner_bg2.png) no-repeat;
    position: absolute;
    z-index: 0;
    top: 180%;
    bottom: 0;
    left: 8%;
    right: 0;
    width: 58px;
    height: 61px;
    z-index: -1;
}

.banner .slider-box {
    float: left;
    width: 61.11%;
}

.banner .slider {
    background: #fff;
}

.banner .album-sect {
    float: right;
    width: 36.81%;
}

.banner .album-list {
    background: #fff;
}

.banner .slick-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 0 15px 15px;
    pointer-events: none;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 30px;
    cursor: pointer;
    pointer-events: visible;
    margin: 0 5px;
}

.banner .slick-dots li.slick-active button {
    width: 30px;
    height: 10px;
    background: #72B687;
}

.site-main::after {
    display: none;
}

.album-sect .slick-prev, .album-sect .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_arrow.png') no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    z-index: 100;
    top: 20px;
    opacity: 0.8;
    cursor: pointer;
}

.album-sect .slick-prev:hover, .album-sect .slick-next:hover {
    opacity: 1;
}

.album-sect .slick-prev {
    left: 20px;
    background-position: 0 0;
}

.album-sect .slick-next {
    left: 50px;
    background-position: 100% 0;
}

.album-list .box {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    margin: 0 auto;
}

.album-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.album-list .fancybox {
    display: none;
}

.album-list .pic {
    position: relative;
    overflow: hidden;
}

.album-list .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(96, 55, 10, 0.80);
    color: #F2E5C6;
    font-size: 16px;
    font-weight: bold;
    line-height: 70px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 70px;
    padding: 0 84px 0 24px;
    font-size: 0;
    background: transparent;
}

.sect1 {
    padding: 50px 0;
    position: relative;
}

.sect1::before {
    content: '';
    position: absolute;
    background: url(../../images/common/news_bg.png) no-repeat;
    width: 278px;
    height: 124px;
    right: 0;
    top: 30%;
}

.news_pic {
    position: absolute;
    background: url(../../images/common/news_bg2.png) no-repeat;
    width: 124px;
    height: 165px;
    right: 5%;
    top: 73%;
    z-index: -1;
}

.news-sect-title {
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: 3px;
}

.news-sect-title h2 {
    color: #201E1F;
    font-size: 22px;
    position: relative;
    margin: 0;
}

.news-sect-title h2::before {
    content: '';
    position: absolute;
    background: #EBEFF6;
    width: 131px;
    height: 22px;
    top: 15px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.news-sect-title span {
    color: #888888;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.news-sect-title span::after {
    content: '';
    display: block;
    background: url('../../images/common/index/news_title.png') 50% 0 no-repeat;
    width: 200px;
    height: 46px;
    margin: 0 auto;
}

.news-sect {
    float: right;
    /* width: calc(100% - 410px); */
    width: calc(100% - 455px);
    padding-right: 55px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0 0;
}

.news-sect .news-list {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#ececec), to(#ececec)), -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#ececec)), -webkit-gradient(linear, right top, left top, from(#ececec), to(#ececec)), -webkit-gradient(linear, left bottom, left top, from(#ececec), to(#ececec));
    background-image: -webkit-linear-gradient(left, #ececec 0%, #ececec 100%), -webkit-linear-gradient(top, #ececec 0%, #ececec 100%), -webkit-linear-gradient(right, #ececec 0%, #ececec 100%), -webkit-linear-gradient(bottom, #ececec 0%, #ececec 100%);
    background-image: -o-linear-gradient(left, #ececec 0%, #ececec 100%), -o-linear-gradient(top, #ececec 0%, #ececec 100%), -o-linear-gradient(right, #ececec 0%, #ececec 100%), -o-linear-gradient(bottom, #ececec 0%, #ececec 100%);
    background-image: linear-gradient(to right, #ececec 0%, #ececec 100%), linear-gradient(to bottom, #ececec 0%, #ececec 100%), linear-gradient(to left, #ececec 0%, #ececec 100%), linear-gradient(to top, #ececec 0%, #ececec 100%);
    background-position: left top, right top, right bottom, left bottom;
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-repeat: no-repeat;
}

.news-control-box {
    display: table;
    width: 30px;
    height: 100%;
}

.news-sect .slick-dots {
    position: absolute;
    top: 50%;
    right: 15px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #DDDDDD;
    width: 10px;
    height: 10px;
    cursor: pointer;
    pointer-events: visible;
    margin: 5px 0;
    border-radius: 30px;
}

.news-sect .slick-dots li.slick-active button {
    height: 30px;
    background: #B98E73;
}

.news-list .item {
    width: 33.33%;
}

.news-list .box {
    margin: 0 auto;
    padding: 25px 10%;
    position: relative;
}

.news-list .box:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.news-list .box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#936649), to(#936649)), -webkit-gradient(linear, left top, left bottom, from(#936649), to(#936649)), -webkit-gradient(linear, right top, left top, from(#936649), to(#936649)), -webkit-gradient(linear, left bottom, left top, from(#936649), to(#936649));
    background-image: -webkit-linear-gradient(left, #936649 0%, #936649 100%), -webkit-linear-gradient(top, #936649 0%, #936649 100%), -webkit-linear-gradient(right, #936649 0%, #936649 100%), -webkit-linear-gradient(bottom, #936649 0%, #936649 100%);
    background-image: -o-linear-gradient(left, #936649 0%, #936649 100%), -o-linear-gradient(top, #936649 0%, #936649 100%), -o-linear-gradient(right, #936649 0%, #936649 100%), -o-linear-gradient(bottom, #936649 0%, #936649 100%);
    background-image: linear-gradient(to right, #936649 0%, #936649 100%), linear-gradient(to bottom, #936649 0%, #936649 100%), linear-gradient(to left, #936649 0%, #936649 100%), linear-gradient(to top, #936649 0%, #936649 100%);
    background-position: left top, right top, right bottom, left bottom;
    background-size: 0 1px, 1px 0, 0 1px, 1px 0;
    background-repeat: no-repeat;
    transition: all .5s ease;
}

.news-list .box:hover:after {
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    transition: all .5s ease;
}

.news-list .box .btn {
    color: #666666;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 49%;
    height: 30px;
    bottom: 0px;
    text-align: center;
    margin: 15px auto 0;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.news-list .box:hover .btn {
    width: 80%;
    color: #936649;
    transition: all 0.3s ease;
}

.news-list .box .btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.news-list .box:hover .btn span {
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #936649;
    transition: all .5s ease;
}

.news-list .box .btn:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 7px;
    border-color: transparent transparent transparent #936649;
}

.news-list .box:hover .btn:before {
    right: 15px;
    opacity: 1;
    transition: all .5s ease;
}

.news-list .box .btn:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #936649;
    transition: all .5s ease;
}

.news-list .box:hover .btn:after {
    opacity: 1;
    border-width: 5px 0 5px 8px;
}

.news-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto;
    border: 2px solid #DDD;
    border-radius: 50%;
}

.news-list .box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.news-list .box:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.news-list .date {
    display: block;
    color: #634F4A;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 20px 0 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.news-list .name {
    color: #5EA5B7;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 3px;
    height: 26px;
}

.news-list .description {
    color: #888;
    font-size: 14px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
}

.contact-sect {
    float: left;
    /* width: 400px; */
    width: 453px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-sect .title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
    height: 85px;
    letter-spacing: 2px;
}

.contact-sect .title::after {
    content: '';
    display: block;
    background: url(../../images/common/index/contact_title.png) 50% 0 no-repeat;
    width: 271px;
    height: 55px;
    margin: 30px auto 0;
    position: absolute;
}

.contact-sect .title span {
    color: #878787;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 2;
    padding: 0 5px;
}

.contact-sect .title h2 {
    color: #201E1F;
    font-size: 22px;
    margin: 0;
}

.contact-sect .editor {
    border: 2px #DDDDDD solid;
    background: #fff;
    padding: 10px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.sect2 {
    padding: 50px 0 120px;
    background: url(../../images/common/index/service_bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.service-sect {
    position: relative;
}

.service-sect-title {
    margin: 0 0 40px;
    text-align: center;
    letter-spacing: 3px;
}

.service-sect-title h2 {
    color: #201E1F;
    font-size: 22px;
    position: relative;
    margin: 0;
}

.service-sect-title h2::before {
    content: '';
    position: absolute;
    background: #EBEFF6;
    width: 131px;
    height: 22px;
    top: 15px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.service-sect-title a:hover h2::before {
    background: #DCF2D5;
}

.service-sect-title span {
    color: #888888;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.service-sect-title span::after {
    content: '';
    display: block;
    background: url(../../images/common/index/contact_title.png) 50% 0 no-repeat;
    width: 271px;
    height: 55px;
    margin: 0 auto 5px;
}

.service-sect .col {
    width: 100%;
    float: left;
}

.sect3 {
    background: url('../../images/common/index/sect3_bg.png');
    position: relative;
}

.sect3 .container {
    max-width: none;
    padding: 0;
}

.about-sect .txt-box .title {
    color: #5F370A;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.about-sect .txt-box .editor {
    max-width: 930px;
    min-height: 92px;
}

.sect4 {
    padding: 15px 0 25px;
}

.products-list {
    margin: 0 -10px;
}

.products-list .item {
    width: 20%;
    padding: 0 10px;
}

.products-list .item:nth-child(5n+1) {
    clear: left;
}

.products-list .item:nth-child(n+11) {
    display: none;
}

.products-list .box {
    max-width: 248px;
    margin: 0 auto 25px;
    position: relative;
    border: 4px solid #FDD9A2;
    border-radius: 14px;
}

.products-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.products-list .box:hover {
    border-color: #FF420D;
}

.products-list .box.new:before {
    content: '';
    background: url('../../images/common/products/new_tag.png');
    width: 48px;
    height: 49px;
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 25px;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 14px;
}

.products-list .pic img {
    border-radius: 10px;
}

.products-list .pic:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.products-list .box:hover .pic:before {
    opacity: 1;
}

.products-list .txt {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 0 14px 10px;
    line-height: 1.4;
}

.products-list .name {
    color: #61370A;
    font-size: 15px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
}

.products-list .offers {
    color: #FF0000;
    font-family: 'Signika Negative', sans-serif;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

.sect5 {
    position: relative;
    padding: 45px 0 0;
    margin-bottom: 75px;
}

.sect5:before {
    top: -10px;
}

.sect5:after {
    bottom: -10px;
}

.links-list {
    margin: 0 -7px;
}

.links-list .item {
    width: 20%;
    padding: 0 7px;
}

.links-list .item:nth-child(6) {
    display: none;
}

.links-list .item:nth-child(5n+1) {
    clear: left;
}

.links-list .box {
    max-width: 260px;
    margin: 0 auto 30px;
    text-align: center;
    position: relative;
}

.links-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.links-list .pic {
    position: relative;
    overflow: hidden;
    border: 4px solid #EEEEEE;
    border-radius: 5px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.links-list .box:hover .pic {
    border-color: #634F4A;
}

.links-list .name {
    color: #60370A;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 24px;
}

@media screen and (max-width: 1500px) {
    .about-sect .ibtn.more {
        left: 15%;
        margin-left: -109px;
    }
    .about-sect .txt-box {
        margin-left: 30%;
    }
}

@media screen and (max-width: 1280px) {
    .news-list .item {
        width: 50%;
    }
    .news_pic2 {
        top: 150%;
        left: 1%;
    }
}

@media screen and (max-width: 1200px) {
    .service-sect .ibtn.more {
        position: static;
        margin: 0 auto 15px;
    }
    .service-sect .col1 {
        padding-right: 5px;
    }
    .service-sect .col2 {
        padding-left: 5px;
    }
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 25%;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
    .products-list .item:nth-child(n+11) {
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    .news-sect {
        width: calc(100% - 380px);
        padding-right: 30px;
        margin: 0;
    }
    .news-sect .slick-dots {
        right: 0;
    }
    .news-list .item {
        width: 100%;
    }
    .contact-sect {
        width: 360px;
        padding: 20px 15px;
    }
    .about-sect .ibtn.more {
        left: 17%;
    }
    .about-sect .txt-box {
        margin-left: 34%;
    }
    .links-list .item {
        width: 33.33%;
    }
    .links-list .item:nth-child(6) {
        display: block;
    }
    .links-list .item:nth-child(5n+1) {
        clear: none;
    }
    .links-list .item:nth-child(3n+1) {
        clear: left;
    }
    /* 20201020 */
    .sect1 {
        padding: 30px 0 0;
    }
    .sect2 {
        padding: 30px 0;
    }
    .sect5 {
        padding: 30px 0 0;
        margin: 0;
    }
    .service-sect-title, .news-sect-title {
        margin: 0 0 25px;
    }
    .index-contact-list li+li {
        margin-top: 10px;
    }
}

@media screen and (max-width: 900px) {
    .service-sect .col {
        width: 100%;
        padding: 0;
    }
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
}

@media screen and (max-width: 767px) {
    .banner .slider-box, .banner .album-sect {
        float: none;
        width: auto;
    }
    .banner .album-sect {
        padding: 15px 15px 0;
    }
    .banner .album-list {
        max-width: 530px;
        margin: 0 auto;
    }
    .news-sect, .contact-sect {
        float: none;
        width: auto;
    }
    .news-sect {
        padding: 0;
    }
    .news-sect .slick-dots {
        position: static;
        text-align: center;
        margin-top: 20px;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .news-sect .slick-dots li {
        display: inline-block;
    }
    .news-list {
        background: url('../../images/common/border_dot_v.png') 100% 0 repeat-y;
    }
    .news-list .item {
        width: 50%;
    }
    .contact-sect {
        text-align: center;
        padding: 30px 0 0;
    }
    .about-sect {
        padding-top: 30px;
    }
    .about-sect .ibtn.more {
        position: static;
        display: block;
        margin: 0 auto 20px;
    }
    .about-sect .txt-box {
        margin-left: 0;
        padding: 30px 5%;
    }
    /* 20201020 */
    .news-sect .slick-dots li.slick-active button {
        width: 30px;
        height: 10px;
        background: #B98E73;
    }
    .news-sect .slick-dots li button {
        margin: 0 5px;
    }
    .news-list .box:after {
        left: -2px;
    }
    .banner:before, .sect1::before, .news_pic, .news_pic2 {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .item:nth-child(n+11) {
        display: none;
    }
    .links-list .item {
        width: 50%;
    }
    .links-list .item:nth-child(3n+1) {
        clear: none;
    }
    .links-list .item:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 530px) {
    .news-list .item {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
    /* 20201020 */
    .news-list .box:after {
        left: 0;
    }
}

@media screen and (max-width: 400px) {
    .links-list .item {
        width: 100%;
    }
    .links-list .item:nth-child(6) {
        display: none;
    }
    .links-list .item:nth-child(n) {
        clear: none;
    }
}