body::before{
    display: none;
}
.banner {
    padding: 39px 0 0;
    margin: 0;
    z-index: 2;
    min-height: 540px;
}
.banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 473px;
    background: url(../../images/common/index/b_bg.jpg) no-repeat top center;
    z-index: -1;
}
.banner-nav {
    position: absolute;
    z-index: 200;
    bottom: 0;
    right: -20px;
}
.banner .slick-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 76px;
    color: transparent;
    background: #fff;
    border: 0;
    cursor: pointer;
    position: absolute;
    bottom: 19%;
    margin:auto;
    right: -20px;
    z-index: 150;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.banner .slick-prev::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background: #AAAAAA;
    top: 26px;
    left: 15px;
    transition: all 0.3s ease;
}
.banner .slick-prev::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background: #AAAAAA;
    top: 24px;
    left: 14px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}
.banner .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -20px;
    bottom: 19%;
    z-index: 150;
    cursor: pointer;
    box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.banner .slick-next::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background: #AAAAAA;
    top: 26px;
    left: 15px;
    transition: all 0.3s ease;
}
.banner .slick-next::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background: #AAAAAA;
    top: 24px;
    left: 32px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.banner .slick-prev {
    bottom: calc(19% + 55px)
}
.banner .slick-prev:hover,
.banner .slick-next:hover {
    background: #E28346;
}
.banner .slick-prev:hover:before,
.banner .slick-next:hover:before,
.banner .slick-prev:hover:after,
.banner .slick-next:hover:after {
    background: #fff;
}
/******************************/
.main-title {
    position: relative;
    margin: 0 0 30px;
    text-align: left;
    z-index: 1;
}
.main-title h2{
    position: relative;
    color: #333333;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.2;
    padding-left: 20px;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.main-title h2::before{
    content: '';
    position: absolute;
    width: 5px;
    height: 30px;
    background: #181896;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-title span{
    position: absolute;
    color: #F5F5F5;
    letter-spacing: 0;
    font-size: 160px;
    line-height: 1;
    font-family: 'Frank Ruhl Libre',serif;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.site-main .btn.more {
    width: 100%;
    max-width: 150px;
    line-height: 40px;
    color: #888888;
    font-size: 16px;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Raleway', serif;
    z-index: 2;
    border-radius: 0;
    background: #F5F5F5;
}
.site-main .btn.more:after,
.site-main .btn.more:before{
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 auto;
    transition: all .3s ease;
    background: #FF8201;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.site-main .btn.more:before {
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 5px;
}
.site-main .btn.more:hover:before {
    opacity: 1;
    top: 0px;
}
.site-main .btn.more:hover:after {
    width: 100%;
}
/* -------------- sect1 -------------- */
.sect1 {
    z-index: unset;
    padding: 100px 0 45px;
    position: relative;
    overflow: hidden;
}
.sect1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    background-image: linear-gradient(to bottom, #EEEEEE 0, #EEEEEE 100%),
    linear-gradient(to bottom,#EEEEEE 0, #EEEEEE 100%),
    linear-gradient(to bottom,#EEEEEE 0, #EEEEEE 100%),
    linear-gradient(to bottom,#EEEEEE 0, #EEEEEE 100%);
    background-position: 20% 0, 40% 0, 60% 0, 80% 0;
    background-size: 1px 100%;
    z-index: 0;
    display: none;
}
.news-sect {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}
.news-sect .pic {
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}
.news-sect .pic::after{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 844px;
    height: 69px;
    background: url(../../images/common/index/n_sh.png) no-repeat;
}
.news-list{
    margin-left: -40px;
}
.news-list .item {
    list-style: none;
}
.news-list .box {
    position: relative;
    display: block;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0;
    transition: all 0.3s ease;
}
.news-list .date {
    float: left;
    letter-spacing: 0;
    background: #2F3439;
    padding: 2.11px 6.38px;
    font-size: 13px;
    letter-spacing: 0;
    color: #fff;
    font-family: 'Roboto',serif;
    transition: all 0.3s ease;
}
.news-list .box:hover .date{
    background: #E28346;
}
.news-list .name {
    color: #2B2B33;
    font-size: 17px;
    letter-spacing: 0.2px;
    margin-left: 100px;
    padding-right: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    font-weight: bold;
}
.news-list .more {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    text-indent: -9999px;
    border-radius: 100%;
    overflow: hidden;
    background: #D6D6D6 url(../../images/common/index/arrow.svg) center no-repeat;
    z-index: 1;
}
.news-list .more:before{
    content: '';
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    background: #E28346;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -2;
}
.news-list .box:hover .more:before{
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.news-list .more:after{
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -40px;
    top: 0;
    background: url(../../images/common/index/arrow.svg) center no-repeat;
    -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
    z-index: -1;
}
.news-list .box:hover .more:after{
    transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
.news-list .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
/* -------------- sect2 -------------- */
.sect2 {
    position: relative;
    padding: 120px 0 0;
    background: url(../../images/common/index/p_bg.jpg) no-repeat 50% 50% fixed;
    z-index: unset;
}
.sect2 .container{
    position: relative;
    z-index: 6;
}
.products-sect {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.products-sect .title-box {
    position: relative;
}
.products-sect .main-title{
    margin: 0 0 25px;
}
.products-sect .main-title span{
    color: rgba(255,255,255,0.18);
}
.products-sect .main-title h2{
    color: #fff;
}
.products-sect .main-title h2::before{
    background: #fff;
}
.products-sect .slider-box {
    position: relative;
}
.products-list {
    position: relative;
    z-index: 2;
    margin: 0 -30px;
}
.products-list a.cover{
    text-indent: -9999999px;
    position: absolute;
    font-size: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.products-list .item {
    width: 50%;
    padding: 5px 30px 20px;
}
.products-list .box {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    border: 6px solid #F8F5F5;
    top: 0;
    transition: all 0.3s ease;
    box-shadow: 5px 5px 20px 5px rgb(0 0 0 / 10%);
}
.products-list .box:hover{
    top: -5px;
}
.products-list .pic {
    position: relative;
    overflow: hidden;
    float: left;
}
.products-list .txt {
    position: relative;
    margin-left: 300px;
    padding: 30px 20px;
}
.products-list .name {
    color: #2B2B33;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s ease;
}
.products-list .description {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    color: #7E8387;
    font-size: 14px;
    transition: all 0.3s ease;
}
.products-list .more {
    position: relative;
    color: #728390;
    font-size: 15px;
    letter-spacing: 0.6px;
    font-family: 'Raleway',serif;
    transition: all 0.3s ease;
}
.products-list .more::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 1px;
    background: #728390;
    top: 13px;
    right: -40px;
    transition: all 0.3s ease;
}
.products-list .more:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #728390;
    top: 10px;
    right: -40px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.products-list .box:hover .more {
    color: #E28446;
}
.products-list .box:hover .more::before {
    right: -70px;
    width: 58px;
    background: #E28446;
}
.products-list .box:hover .more:after {
    right: -70px;
    background: #E28446;
}
.products-sect .slick-prev,
.products-sect .slick-next {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: rgba(255,255,255,0.2);
    border: 1px solid #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: -50px;
    right: 30px;
    margin-top: -20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.products-sect .slick-prev {
    background-position: 0 0;
    right: 90px;
}
.products-sect .slick-next {
    background-position: 100% 0;
    right: 30px;
}
.products-sect .slick-prev::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background: #fff;
    top: 26px;
    left: 15px;
    transition: all 0.3s ease;
}
.products-sect .slick-prev::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background: #fff;
    top: 24px;
    left: 14px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}
.products-sect .slick-next::before{
    content: '';
    position: absolute;
    width: 22px;
    height: 1px;
    background: #fff;
    top: 26px;
    left: 14px;
    transition: all 0.3s ease;
}
.products-sect .slick-next::after{
    content: '';
    position: absolute;
    width: 6px;
    height: 1px;
    background: #fff;
    top: 24px;
    left: 32px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}
.products-sect .slick-prev:hover,
.products-sect .slick-next:hover {
    background: rgba(233, 111, 34,0.7);
    border-color: rgba(233, 111, 34,0.7);
}
.products-sect .btn.more {
    position: absolute;
    top: 0;
    right: 120px;
    color: rgba(255,255,255,0.7);
    background: rgba(255,255,255,0.2);
}
.products-sect .btn.more:after,
.products-sect .btn.more:before{
    background: rgba(255,255,255,1);
}
/* -------------- sect3 -------------- */
.sect3 {
    position: relative;
    margin: 0 0 -60px;
    top: -60px;
    overflow: hidden;
    background: url(../../images/common/index/a_right.jpg) top right;
    background-size: cover;
    z-index: 5;
}
.sect3::before {
    content: '';
    position: absolute;
    width: 1323px;
    height: 401px;
    background: url(../../images/common/index/a_home.png) no-repeat;
    bottom: 0;
    right: 0;
}
.about-sect.container {
    position: relative;
    box-sizing: border-box;
}
.about-sect .container {
    max-width: unset;
    padding: 0;
    width: 100%;
    display: block;
}
.about-sect .row {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.about-sect .col {
    float: left;
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 50%;
}
.about-sect .col1{
    width: 40%;
    z-index: 2;
    background: url(../../images/common/index/a_left.png);
    padding: 280px 0;
    background-position: 95% 100%;
}
.about-sect .col2{
    width: 60%;
    padding: 0 16% 0 50px;
    z-index: 1;
}
.about-sect .col2 .editor{
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.about-sect .main-title {
    position: relative;
    top: 36.4%;
    right: 0;
    margin: 0;
    right: 0;
}
.about-sect .main-title h2{
    text-align: right;
    padding: 0 100px;
}
.about-sect .main-title h2::before{
    display: none;
}
.about-sect .main-title span{
    left: initial;
    right: 35px;
    top: -105px;
    transform: unset;
    color: rgba(255,255,255,0.3);
}
.about-sect .btn.more {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    max-width: unset;
    padding: 20px;
    background: transparent;
    text-align: center;
    font-family: 'Raleway', serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.8;
    margin: 0;
    color: #fff;
    box-sizing: border-box;
    border-radius: 0;
    white-space: inherit;
    top: calc(50% - 35px);
    right: 70px;
    z-index: 1;
    position: relative;
    right: 30px;
    margin: 30px 70px 0 auto;
}
.about-sect .btn.more span{
    position: relative;
    left: -7px;
}
.about-sect .btn.more:after,
.about-sect .btn.more:before{
    display: none;
}
.about-sect .btn.more:before {
    display: block;
    background: #2F3439;
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-9deg) scaleX(1);
    transform: skewX(-9deg) scaleX(1);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    opacity: 1;
}
.about-sect .btn.more::after {
    display: block;
    background: #E08246;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: skewX(-9deg) scaleX(0);
    transform: skewX(-9deg) scaleX(0);
    transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
}
.about-sect .btn.more:hover:after {
    -webkit-transform: skewX(-9deg) scaleX(1);
    transform: skewX(-9deg) scaleX(1);
}
/* page */
.page-transition,
.page-transition .cont {
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.page-transition:before,
.page-transition .cont:before,
.page-transition .bg:before {
    content: '';
    position: fixed;
    z-index: unset;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-animation: pageTransition 0.8s;
    animation: pageTransition 0.8s;
    background: #F7F7F7;
}
.page-transition .cont:before {
    -webkit-animation:
    pageTransition 0.8s;
    animation: pageTransition 0.8s;
    right: calc(100% / 5);
    background: #F7F7F7;
}
.page-transition .bg:before {
    -webkit-animation: pageTransition 0.8s;
    animation: pageTransition 0.8s;
    right: calc((100% / 5) * 2);
    background: #F7F7F7;
}
.page-transition:after,
.page-transition .cont:after,
.page-transition .bg:after { 
    content: '';
    position: fixed;
    z-index: unset;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-animation: pageTransition 0.8s;
    animation: pageTransition 0.8s;
    background: #F7F7F7;
}
.page-transition .bg:after {
    right: calc((100% / 5) * 3 - 1px);
    background: #F7F7F7;
}
.page-transition .cont:after {
    -webkit-animation: pageTransition 0.8s;
    animation: pageTransition 0.8s;
    right: calc((100% / 5) * 4 - 1px);
    background: #F7F7F7;
}
.page-transition:after {
    -webkit-animation: pageTransition 0.8s;
    animation: pageTransition 0.8s;
    right: calc((100% / 5) * 5 - 1px);
    background: #F7F7F7;
}
@-webkit-keyframes pageTransition {
    0% { width: calc(100% / 5); }
    100% { width: 0; }
}
@keyframes pageTransition {
    0% { width: calc(100% / 5); }
    100% { width: 0; }
}
/* -------------- rwd -------------- */
@media screen and (max-width: 1500px) {
    .banner .slick-prev {
        bottom: inherit;
        top: 50%;
        left: 0;
        right: initial;
        transform: translateY(-50%);
    }
    .banner .slick-next{
        right: 0;
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 1470px) {
    .about-sect .col2 {
        width: 60%;
        padding: 60px 30px;
        z-index: 1;
    }
    .about-sect .col1{
        padding: 280px 0;
    }
}
@media screen and (max-width: 1330px) {
    .products-sect .main-title span{
        left: 0;
    }
    .main-title span {
        font-size: 120px;
    }
    .banner {
        min-height: unset;
    }
}
@media screen and (max-width: 1280px) {
    .banner{
        overflow: hidden;
    }
    .main-title h2 {
        font-size: 24px;
    }
    .main-title span {
        font-size: 100px;
    }
    .about-sect .col1{
        padding: 230px 0;
        background-position: 50% 18%;
    }
}
@media screen and (max-width: 1200px) {
    .products-list .pic {
        float: none;
        max-width: 282px;
        margin: 0 auto 10px;
    }
    .products-list .txt {
        margin: 0;
        padding: 15px;
    }
    .products-list .description {
        height: auto;
        max-height: 85px;
        margin-bottom: 10px;
    }
    .sect3 {
        position: relative;
        margin: 0;
        top: 0;
    }
    .sect2 {
        position: relative;
        padding: 80px 0 60px;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        padding: 0px 0 0px;
        margin: 0;
    }
    .news-list{
        margin-left: 0;
        padding-left: 0;
    }
    .about-sect .row{
        display: flex;
        flex-direction: column;
    }
    .about-sect .col1{
        width: 100%;
        padding: 70px 0 40px;
        background-position: 50% 50%;
        background-position: 50% 18%;
        background: url(../../images/common/index/a_left.jpg);
    }
    .main-title span{
        left: 0;
    }
    .sect1 {
        padding: 80px 0 30px;
    }
    .sect2 {
        position: relative;
        padding: 80px 0 30px;
    }
    .about-sect .col2 {
        width: 100%;
        padding: 30px 15px 60px;
        z-index: 1;
    }
    .about-sect .main-title{
        text-align: center;
        left: 0;
        margin: 0 auto;
    }
    .about-sect .main-title span{
        left: 0;
        margin: 0 auto;
        top: -58px;
    }
    .about-sect .btn.more {
        width: 150px;
        height: 50px;
        line-height: 50px;
        padding: 0;
        font-size: 16px;
        margin: 20px auto 0;
        left: 0;
    }
    .sect1::before{
        display: none !important; 
    }
    .page-transition, .page-transition .cont{
        display: none;
    }
    .about-sect .main-title h2{
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .banner .slick-prev,
    .banner .slick-next {
        width: 30px;
        height: 30px;
    }
    .products-sect .slider-box:before {
        display: none;
    }
    .main-title span {
        font-size: 60px;
    }
    .banner .slick-prev::before {
        width: 11px;
        top: 16px;
        left: 10px;
    }
    .banner .slick-prev::after {
        top: 14px;
        left: 9px;
    }
    .banner .slick-next::before {
        width: 11px;
        top: 16px;
        left: 10px;
    }
    .banner .slick-next::after {
        top: 14px;
        left: 16px;    
    }
    .sect1 {
        padding: 50px 0 20px;
    }
    .news-list .more {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .news-sect .pic {
        margin-bottom: 15px;
    }
    .about-sect .main-title span {
        top: -35px;
    }
}
@media screen and (max-width: 500px) {
    .news-list .date {
        float: none;
    }
    .news-list .name {
        margin: 0;
    }
    .products-sect .ibtn.more {
        display: block;
        float: none;
        margin: 10px auto 0;
    }
    .about-sect .pic {
        top: 0;
        margin-bottom: 0;
    }
    .about-sect .company-name {
        font-size: 40px;
    }
    .products-sect .main-title {
        margin: 0 0 60px;
    }
    .products-sect .btn.more {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
    }
    .products-sect .slick-prev {
        background-position: 0 0;
        left: calc(50% - 45px);
        width: 40px;
        height: 40px;
        top: -25px;
    }
    .products-sect .slick-next {
        background-position: 100% 0;
        right: calc(50% - 45px);
        width: 40px;
        height: 40px;
        top: -25px;
    }
    .products-sect .slick-prev::before {
        top: 21px;
        left: 9px;
        background: #ccc;
    }
    .products-sect .slick-prev::after {
        top: 19px;
        left: 9px;
        background: #ccc;
    }
    .products-sect .slick-next::before {
        top: 21px;
        left: 9px;
        background: #ccc;
    }
    .products-sect .slick-next::after {
        top: 19px;
        left: 26px;
        background: #ccc;
    }
    .products-sect .slick-prev:hover:before,
    .products-sect .slick-prev:hover:after,
    .products-sect .slick-next:hover:before,
    .products-sect .slick-next:hover:after {
        background: #fff;
    }
}
