/* -------- banner -------- */
.banner:before {
    top: 50%;
    transform: translateY(-50%);
    height: 372px;
}
.banner .slider-box {
    float: left;
    width: 61.11%;
}
.banner .slider {
    background: #fff;
}
.banner .ad-slider-box {
    float: right;
    width: 36.81%;
}
.banner .ad-list {
    background: #fff;
}
.banner .slick-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 15px 15px;
    pointer-events: none;
}
.banner .slick-dots li{
    margin: 0 5px;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #BBBBBB;
    width: 10px;
    height: 10px;
    cursor: pointer;
    pointer-events: visible;
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.banner .slick-dots li.slick-active button {
    background: #E89115;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/ad_arrow.png') no-repeat;
    width: 29px;
    height: 29px;
    position: absolute;
    z-index: 10;
    bottom: 29px;
    opacity: 1;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
}
.banner .slick-prev {
    right: 63px;
    background-position: 0 0;
}
.banner .slick-next {
    right: 31px;
    background-position: 100% 0;
}
.banner .slick-prev:hover{
    background: url('../../images/common/index/ad_arrow_h.png') no-repeat;
    background-position: 0 0;
}
.banner .slick-next:hover {
    background: url('../../images/common/index/ad_arrow_h.png') no-repeat;
    background-position: 100% 0;
}
/* -------- common -------- */
.site-main::before {
    display: none;
}
.ibtn.more {
    position: relative;
    display: block;
    margin: 0;
    width: 240px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    background: url('../../images/common/index/btn_bg.jpg');
    text-indent: unset;
    overflow: visible;
    z-index: 10;
    transition: all 0.3s ease;
}
.ibtn.more:after {
    content: '';
    position: absolute;
    border-radius: 50px;
    border: 1px solid #fff;
    opacity: 0.5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    z-index: -1;
}
.ibtn.more:hover {
    background: url('../../images/common/index/btn_bg_h.jpg');
    opacity: 1;
}
/* -------- sect4 and sect5  - new's editer -------- */
/* .sect4 is banner's bottom ad */
.sect4,
.sect5 {
    position: relative;
    padding: 50px 0 0;
    z-index: 2;
}
/* -------- sect1 -------- */
.sect1 {
    position: relative;
    padding: 163px 0 90px;
    z-index: 1;
}
.sect1::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1906px;
    top: -865px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../../images/common/index/n_bg.jpg) no-repeat;
    z-index: -1;
    width: 100%;
    height: 238px;
}
.sect1 .container {
    z-index: 2;
}
.sect1 .container::before {
    content: '';
    position: absolute;
    top: -165px;
    left: -220px;
    width: 475px;
    height: 271px;
    background: url(../../images/common/index/n_pic_left.png) no-repeat;
    background-size: contain;
}
.sect1::after {
    content: '';
    position: absolute;
    top: 165px;
    right: 0;
    width: 216px;
    height: 194px;
    background: url(../../images/common/index/n_pic_right.png) no-repeat;
    background-size: contain;
    visibility: visible;
    display: none;
}
/* title */
.news-sect-title {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 50px;
    padding: 0 0 50px;
}
.news-sect-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 700px);
    right: 0;
    /* margin: 0 auto; */
    width: 1400px;
    max-width: 1372px;
    height: 17px;
    background: url(../../images/common/index/n_title_ic_b.png) repeat-x;
    background-size: contain;
    animation: bg_move 1.3s step-start infinite;
    background-size: cover;
}
@keyframes bg_move{
    50%{
        background-position: 0 0%
    } 
    100%{
        background-position: 0 -24px
    }
}
.news-sect-title .icon {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    text-indent: unset;
    font-style: unset;
    overflow: visible;
    width: fit-content;
    margin: 0 auto;
}
.news-sect-title .icon::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 120%;
    width: 80px;
    height: 69px;
    background: url(../../images/common/index/n_title_ic_l.png);
    background-size: contain;
}
.news-sect-title .icon::after{
    content: '';
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 120%;
    width: 100px;
    height: 129px;
    background: url(../../images/common/index/n_title_ic_r.png);
    background-size: contain;
}
.news-sect-title span {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #5F370A;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
}
.news-sect-title span:before {
    content: "";
    background: url(../../images/common/index/music_icon.png);
    position: absolute;
    left: 95px;
    top: -51px;
    width: 35px;
    height: 53px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: musicFloat 4s infinite linear;
}
@keyframes musicFloat {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        opacity: 0
    }

    5% {
        opacity: 1
    }

    25% {
        -webkit-transform: translate3d(-30%,-5%,0) rotate(-10deg);
        transform: translate3d(-30%,-5%,0) rotate(-10deg)
    }

    75% {
        -webkit-transform: translate3d(30%,-20%,0);
        transform: translate3d(30%,-20%,0)
    }

    90% {
        opacity: 1
    }

    99% {
        opacity: 0;
        -webkit-transform: translate3d(0%,-30%,0) rotate(5deg);
        transform: translate3d(0%,-30%,0) rotate(5deg)
    }

    to {
        -webkit-transform: translate3d(0%,0%,0);
        transform: translate3d(0%,0%,0);
        opacity: 0
    }
}
.news-sect-title i:not(.icon) {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #9E2A2A;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-style: unset;
    padding-top: 5px;
}
/* left */
.contact-sect {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 370px;
    min-height: 307px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 141px 0 0;
}
.contact-sect::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 185px;
    height: 130px;
    background: url(../../images/common/contact/c_pic.png) no-repeat;
    background-size: contain;
}
.contact-sect::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 50px);
    width: 2px;
    background: url(../../images/common/index/sect1_border_h.svg) repeat-y;
}
/* right */
.news-sect {
    position: relative;
    box-sizing: border-box;
    float: right;
    width: calc(100% - 370px);
    padding-right: 55px;
}
.news-control-box {
    display: table;
    width: 30px;
    height: 100%;
}
.news-sect .slick-dots {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.news-sect .slick-dots li{
    margin: 10px 0;
    height: 10px;
    display: flex;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: rgb(189, 117, 51);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    pointer-events: visible;
}
.news-sect .slick-dots li.slick-active button {
    background: #9E2A2A;
}
.news-list .item {
    width: 33.33%;
    width: calc(100% / 3);
    padding: 0 15px;
}
.news-list .item+.item::before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 50px);
    width: 2px;
    background: url(../../images/common/index/sect1_border_h.svg) repeat-y;
    display: none;
}
.news-list .box {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 40px 5px;
    background: #FFF;
    border: 4px solid #EEEEEE;
    border-radius: 1vw;
    transition: all 0.3s ease;
}
.news-list .box:hover {
    border-color: #E89115;
}
.news-list .item .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;
    padding: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.news-list .date_w {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    max-width: 170px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 10px auto 0;
    background: url(../../images/common/news/date_bg.png) no-repeat;
    background-size: contain;
    z-index: 20;
    transition: all 0.3s ease;
} 
.news-list .box:hover .date_w {
    background: url(../../images/common/news/date_bg_h.png) no-repeat;
    background-size: contain;
}
.news-list .date {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    max-width: 170px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    width: fit-content;
    margin: 0 auto;
}
.news-list .date::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 120%;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
}
.news-list .date::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120%;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
}
.news-list .name {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #535353;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 10px 0 5px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
    transition: all 0.3s ease;
}
.news-list .box:hover .name {
    color: #9E2A2A;
}
.news-list .description {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    color: #878787;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
    transition: all 0.3s ease;
}
.news-list .box:hover .description {
    color: #787878;
}
/* -------- sect2 -------- */
.sect2 {
    position: relative;
    padding: 0;
    background: url(../../images/common/index/a_bg.jpg);
    z-index: 1;
}
.sect2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: url(../../images/common/index/a_border.svg) repeat-x;
}
.sect2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: url(../../images/common/index/a_border.svg) repeat-x;
}
.sect2 .contact-sect {
    z-index: 2;
}
.sect2 .container::before {
    content: '';
    position: absolute;
    bottom: -38px;
    left: -220px;
    width: 158px;
    height: 200px;
    background: url(../../images/common/index/a_pic_left.png) no-repeat;
    background-size: contain;
    display: none;
}
.about-sect{
    position: relative;
    box-sizing: border-box;
    padding: 0 12% 40px 32%;
}
.about-sect::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 48px;
    width: 296px;
    height: 250px;
    background: url(../../images/common/index/a_sect_left.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
.about-sect::after{
    content: '';
    position: absolute;
    bottom: -66px;
    right: 7px;
    width: 247px;
    height: 183px;
    background: url(../../images/common/index/a_sect_right.png) no-repeat;
    background-size: contain;
    z-index: 1;
}
/* title */
.about-sect-title{
    position: relative;
    box-sizing: border-box;
    margin: 0;
    top: -26px;
}
.about-sect-title .icon {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    text-indent: unset;
    font-style: unset;
    overflow: visible;
}
.about-sect-title span {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-sect-title span i {
    position: relative;
    box-sizing: border-box;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    font-style: unset;
    letter-spacing: 1px;
    width: 52px;
    height: 52px;
    line-height: 48px;
    background: url(../../images/common/c_title_bg.jpg);
    border-radius: 100%;
    margin: 0 2px;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.about-sect-title span i::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #fff;
    border-radius: 100%;
    z-index: -1;
}
/* txt */
.about-sect .txt-box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 800px;
    padding: 34px 16%;
    background: #fff;
    border-radius: 3vw;
    z-index: 1;
}
.about-sect .txt-box::before {
    content: '';
    position: absolute;
    bottom: -66px;
    left: -80px;
    width: 180px;
    height: 137px;
    background: url(../../images/common/index/a_txt_left.png) no-repeat;
    background-size: contain;
}
.about-sect .txt-box::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -21px;
    width: 168px;
    height: 110px;
    background: url(../../images/common/index/a_txt_right.png) no-repeat;
    background-size: contain;
    /* animation: rotate1 3s step-start infinite; */
    animation: anime-Jump 3000ms linear infinite;
}
@keyframes anime-Jump {
    0% {
      transform: scale(1, 1) translate(0%, 0%); }
    5% {
      transform: scale(1.1, 0.9) translate(0%, 5%); }
    20% {
      transform: scale(1.2, 0.8) translate(0%, 15%); }
    25% {
      transform: scale(1, 1) translate(0%, 0%); }
    30% {
      transform: scale(0.9, 1.2) translate(0%, -50%); }
    37% {
      transform: scale(0.9, 1.2) translate(0%, -20%); }
    43% {
      transform: scale(1.2, 0.8) translate(0%, 15%); }
    50% {
      transform: scale(1, 1) translate(0%, 0%); } 
}
@keyframes rotate1{
    0%{
        transform: rotate(0deg)
    }
    50%{
        transform: rotate(0deg)
    }
    100%{
        transform: rotate(-20deg)
    }
}
.about-sect .txt-box .editor {
    position: relative;
    box-sizing: border-box;
    text-align: justify;
    color: #5A3819;
    letter-spacing: 1px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 110px;
    min-height: 110px;
}
.about-sect .ibtn.more {
    position: absolute;
    left: 70px;
    bottom: -10px;
    margin: 0;
}
.about-sect .ibtn.more::before {
    content: '';
    position: absolute;
    right: 15px;
    bottom: -28px;
    width: 68.5px;
    height: 77px;
    background: url(../../images/common/index/a_btn_ic.png) no-repeat;
    background-size: contain;
}
.about-sect .ibtn.more:hover:before{
    animation: jello .8s forwards;
}
@keyframes jello {
    from, 11.1%, to {
        transform: none; 
    }
    22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); 
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg); 
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg); 
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg); 
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg); 
    }
    77.7% {
        transform: skewX(0.39063deg) skewY(0.39063deg); 
    }
    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg); 
    } 
}
/* -------- sect3 -------- */
.sect3 {
    position: relative;
    padding: 100px 0 148px;
    background: url('../../images/common/index/p_bg.jpg') repeat;
    background-position-y: -115px;
}
.products-sect{
    position: relative;
    box-sizing: border-box;
}
/* title */
.products-sect-title {
    position: relative;
    box-sizing: border-box;
    margin: 0 0 30px;
    padding: 0;
    overflow: hidden;
}
.products-sect-title::before {
    content: '';
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 0;
    width: 166px;
    height: 88px;
    background: url(../../images/common/index/p_title_ic_t.png) no-repeat;
    background-size: contain;
}
.products-sect-title .icon {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    text-indent: unset;
    font-style: unset;
    overflow: visible;
    width: fit-content;
    margin: 0 auto;
}
.products-sect-title .icon::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 120%;
    width: 598px;
    height: 18px;
    background: url(../../images/common/index/p_title_ic_b.png);
    background-size: contain;
}
.products-sect-title .icon::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120%;
    width: 598px;
    height: 18px;
    background: url(../../images/common/index/p_title_ic_b.png);
    background-size: contain;
}
.products-sect-title span {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #5F370A;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
}
.products-sect-title i:not(.icon) {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #9E2A2A;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-style: unset;
    padding-top: 5px;
}
/* list */
.products-list {
    margin: 0 -12.5px;
}
.products-list .item {
    width: 20%;
    padding: 0 12.5px;
}
.products-list .item:nth-child(5n+1) {
    clear: left;
}
.products-list .item:nth-child(n+11) {
    display: none;
}
.products-list .item .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list .box {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    max-width: 260px;
    padding: 15px 0 10px;
    margin: 0 auto 25px;
    border: 4px solid #EEEEEE;
    border-radius: 1vw;
    background: #fff;
    transition: all 0.3s ease;
}
.products-list .box:hover {
    border-color: #E89115;
}
.products-list .box.new:before {
    content: '';
    position: absolute;
    background: url(../../images/common/products/new_tag.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    top: 15px;
    left: 16px;
    z-index: 10;
}
.products-list .pic-box .wish {
    content: '';
    position: absolute;
    bottom: 13px;
    right: 25px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #FA9C39;
    z-index: 35;
    transition: all 0.3s ease;
    padding-left: 2px;
}
.products-list .pic-box .wish:before {
    content: '\e904';
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
}
.products-list .pic-box .btn:hover {
    background: #9E2A2A;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 15px;
}
.products-list .name {
    position: relative;
    box-sizing: border-box;
    display: block;
    color: #5C3819;
    font-size: 18px;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    margin: 10px 10px 6.5px;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color: #9E2A2A;
}
.products-list .offers {
    position: relative;
    box-sizing: border-box;
    color: #FF0000;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Signika Negative', serif;
}
.products-sect .ibtn.more {
    margin: 15px auto 0;
}
.products-sect .ibtn.more::before {
    content: '';
    position: absolute;
    left: 15px;
    bottom: -28px;
    width: 61px;
    height: 105px;
    background: url(../../images/common/index/p_btn_ic.png) no-repeat;
    background-size: contain;
}
.products-sect .ibtn.more:hover:before{
    animation: jello .8s forwards;
}
.products-list .pic-hover{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all .3s ease;
    opacity: 0;
}
.products-list .box:hover .pic-hover {
    opacity: 1;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
/* -------- rwd -------- */
@media screen and (max-width: 1280px) {
    /* sect1 */
    .sect1 {
        padding: 110px 0 90px;
    }
    .sect1::before{
        top: -920px;
    }
    .sect1::after {
        top: 40px;
        right: -38px;
        width: 216px;
        height: 194px;
    }
    .contact-sect {
        padding: 135px 0 0;
    }
    .contact-sect::before {
        width: 175px;
        height: 120px;
    }
    .index-contact-list li {
        padding: 10px 20px 10px 68px;
    }
    .news-list .item {
        width: 50%;
    }
    /* sect2 */
    .about-sect .txt-box {
        padding: 34px 15%;
    }
}
@media screen and (max-width: 1200px) {
    /* sect2 */
    .about-sect {
        padding: 0 150px 40px 320px;
    }
    .about-sect .txt-box {
        padding: 34px 18%;
    }
    .about-sect::before {
        top: -25px;
        left: 0;
    }
    .about-sect .ibtn.more {
        left: 25px;
    }
    .about-sect .txt-box::before {
        bottom: -62px;
        left: -35px;
        width: 150px;
        height: 107px;
    }
    .about-sect .txt-box::after {
        top: -85px;
        right: -25px;
        width: 114px;
        height: 112px;
    }
    /* sect3 */
    .products-list {
        margin: 0 -10px;
    }
    .products-list .item {
        padding: 0 10px;
        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) {
    /* common */
    .ibtn.more {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .sect4,
    .sect5 {
        padding: 20px 0 0;
    }
    /* sect1 */
    .sect1 {
        padding: 50px 0;
    }
    .sect1 {
        padding: 50px 0;
        overflow: hidden;
    }
    .sect1::before {
        top: -975px;
    }
    .sect1 .container::before {
        top: -90px;
        left: -103px;
        width: 375px;
        height: 171px;
    }
    .sect1::after {
        top: 40px;
        right: -38px;
        width: 146px;
        height: 124px;
    }
    .news-sect-title span {
        font-size: 28px;
    }
    .news-sect-title span:before {
        left: 108px;
        top: -24px;
        width: 21px;
        height: 45px;
    }
    .news-sect-title .icon::before {
        width: 57px;
        height: 49px;
    }
    .news-sect-title .icon::after {
        width: 65px;
        height: 84px;
    }
    .news-sect-title i:not(.icon){
        font-size: 14px;
    }
    .contact-sect {
        width: calc(50% - 62px);
    }
    .news-sect {
        width: calc(50% + 62px);
    }
    .news-sect .slick-dots {
        right: 0;
    }
    .news-sect-title {
        margin: 0 0 20px;
        padding: 0 0 35px;
    }   
    .news-list .item {
        width: 100%;
    }
    .news-list .name {
        height: auto;
        font-size: 16px;
    }
    .news-list .description {
        font-size: 13px;
    }
    .news-sect-title::before {
        background-size: cover;
        /* width: calc(100% - 10px); */
        /* max-width: unset; */
        transform: scale(0.7);
    }
    /* sect2 */
    .sect2 {
        padding: 0 0 63px;
    }
    .about-sect-title span i{
        font-size: 28px;
        width: 48px;
        height: 48px;
        line-height: 45px;
    }
    .about-sect {
        padding: 0 30px;
    }
    .about-sect::before,
    .about-sect::after {
        display: none;
    }
    .about-sect .txt-box {
        padding: 35px 35px 55px;
        max-width: unset;
        border-radius: 2vw
    }
    .about-sect .ibtn.more{
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-sect .ibtn.more::before {
        right: 15px;
        bottom: -40px;
        width: 58.5px;
        height: 67px;
    }
    .about-sect .txt-box .editor{
        height: unset;
        -webkit-line-clamp: inherit;
    }
    .about-sect .txt-box::after {
        top: -24px;;
        right: -25px;
        width: 94px;
        height: 92px;
    }
    /* sect3 */
    .sect3 {
        padding: 50px 0 60px;
    }
    .products-sect-title::before {
        margin: 0 auto 0px;
        width: 111px;
        height: 59px;
    }
    .products-sect-title span {
        font-size: 28px;
    }
    .products-sect-title i:not(.icon) {
        font-size: 14px;
    }
    .products-sect .ibtn.more {
        margin: 25px auto 0;
    }
    .products-list .box {
        margin: 0 auto 20px;
    }
    .products-list .name {
        font-size: 16px;
        height: auto;
    }
    .products-list .offers {
        font-size: 18px;
        height: auto;
    }
}
@media screen and (max-width: 900px) {
    .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 */
    .banner .slider-box,
    .banner .ad-slider-box {
        float: none;
        width: auto;
    }
    .banner .ad-slider-box {
        padding: 15px;
    }
    .banner .ad-list {
        max-width: 530px;
        margin: 0 auto;
    }
    /* sect1 */
    .news-sect,
    .contact-sect {
        float: none;
        width: auto;
    }
    .contact-sect {
        text-align: center;
        padding: 15px;
        min-height: unset;
    }
    .contact-sect::before{
        display: none;
    }
    .contact-sect::after{
        display: none;
    }
    .news-sect {
        padding: 0;
    }
    .news-sect .slick-dots {
        position: static;
        text-align: center;
        margin:15px auto;
        -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;
        margin: 0 5px;
    }
    .news-list .item {
        width: 50%;
    }
    .news-list .item+.item::before {
        display: none;
    }
    .news-list .item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: calc(100% - 50px);
        width: 2px;
        background: url(../../images/common/index/sect1_border_h.svg) repeat-y;
    }
    .news-list::after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        height: calc(100% - 50px);
        width: 2px;
        background: url(../../images/common/index/sect1_border_h.svg) repeat-y;
        visibility: visible;
    }
    .news-list .box {
        padding: 20px 40px;
    }
    /* sect2 */
    .about-sect {
        padding: 0 15px;
        margin: 0 auto;
    }
    .about-sect-title .icon{
        justify-content: center;
    }
    .about-sect .ibtn.more {
        margin: 40px auto 0;
    }
    .about-sect .txt-box .title{
        text-align: center;
    }
    .about_slider{
        display: none;
    }
    .about-sect-title::before{
        width: 240px;
        white-space: inherit;
        font-size: 100px;
        line-height: 1;
        left: calc(50% - 120px);
        top: -85px;
    }
}
@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;
    }
    .products-list .box {
        border-radius: 3vw;
        border-width: 3px;
    }
    .sect1 .container::before,
    .sect1::after {
        display: none;
    }
    .about-sect .txt-box::before {
        bottom: -125px;
    }
    .about-sect .ibtn.more {
        bottom: -20px;
    }
    .sect2 {
        padding: 0 0 125px;
    }
    .products-sect-title .icon::before {
        right: 110%;
    }
    .products-sect-title .icon::after{
        left: 110%;
    }
    .news-list .box {
        border-radius: 3vw;
        border-width: 3px;
    }
}
@media screen and (max-width: 530px) {
    .news-list .item {
        width: 100%;
    }
    .products-list {
        margin: 0 -5px;
    }
    .products-list .item {
        padding: 0 5px;
    }
    .products-list .pic {
        margin: 0 10px;
    }
    .products-list .box{
        padding: 10px 0;
    }
    .products-list .box.new:before {
        width: 50px;
        height: 50px;
        top: 10px;
        left: 11px;
    }
}