.btn.scroll{
    letter-spacing: 0;
    font-weight: 300;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    position: absolute;
    right: 0rem;
    bottom: 0;
    padding: 2.5rem 9rem 2.5rem 0;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Raleway', sans-serif;
    color: #A4A5A5;
}
.btn.scroll:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 8rem;
    height: 1px;
    background: #e0e0e0;
}
.btn.scroll .dot {
    -webkit-animation: fv-scroll 3s linear 0s infinite normal;
    animation: fv-scroll 3s linear 0s infinite normal;
    display: block;
    position: absolute;
    top: 50%;
    right: 7.6rem;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
}
.btn.scroll .dot:before {
    -webkit-animation: fv-scroll-dot 3s linear 0s infinite normal;
    animation: fv-scroll-dot 3s linear 0s infinite normal;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    margin: -2rem 0 0 -2rem;
    border-radius: 50%;
    background: #ff3c00;
    opacity: 1;
}
.btn.scroll .dot:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    border-radius: 50%;
    background: #ff3c00;
}
@-webkit-keyframes fv-scroll-dot {
    0% {
        -webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);
        animation-timing-function:cubic-bezier(0.23,1,0.32,1);
        -webkit-transform:scale(0.2);
        transform:scale(0.2);
        opacity:1
    }

    75% {
        opacity:.1
    }

    100% {
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:.1
    }
}

@keyframes fv-scroll-dot {
    0% {
    -webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    -webkit-transform:scale(0.2);
    transform:scale(0.2);
    opacity:1
    }

    75% {
    opacity:.1
    }

    100% {
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:.1
    }
}

    @-webkit-keyframes fv-scroll {
    0% {
    -webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    -webkit-transform:translateX(0);
    transform:translateX(0);
    opacity:0
    }

    20% {
    opacity:1
    }

    45% {
    opacity:0
    }

    75% {
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-transform:translateX(1000%);
    transform:translateX(1000%);
    opacity:0
    }

    100% {
    -webkit-transform:translateX(1000%);
    transform:translateX(1000%);
    opacity:0
    }
}

@keyframes fv-scroll {
    0% {
    -webkit-animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    animation-timing-function:cubic-bezier(0.23,1,0.32,1);
    -webkit-transform:translateX(0);
    transform:translateX(0);
    opacity:0
    }

    20% {
    opacity:1
    }

    45% {
    opacity:0
    }

    75% {
    -webkit-animation-timing-function:linear;
    animation-timing-function:linear;
    -webkit-transform:translateX(1000%);
    transform:translateX(1000%);
    opacity:0
    }

    100% {
    -webkit-transform:translateX(1000%);
    transform:translateX(1000%);
    opacity:0
    }
}
.banner {
    padding-bottom: 55px;
    padding-top: 0;
    position: relative;
}


.banner-slider-control {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 15px;
}
.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li {
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}

.site-main {
    /* padding-bottom: 50px; */
}
.sect1{
    padding:100px 0 ;
    background: url('../../images/common/index/index_bg.png') 50% 0  no-repeat fixed;
    background-size: cover;
}
.products-sect{

}
.products-sect .more{
    text-indent:inherit;
    margin: 0 auto;
}
.about-sect-title,
.products-sect-title {
    font-family: 'Cormorant Garamond', serif;
    color: #333;
    font-size: 46px;
    text-align:center;
    line-height: 1.4;
    padding: 0;
    margin: 0 0 55px;
}
.about-sect-title:after,
.products-sect-title:after{
    content:'';
    display:block;
    width:20px;
    height:5px;
    background:#333;
    margin: 5px auto 0;
}
.products-sect-title span {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.products-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #B20000;
    font-weight: bold;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
}
.products-list .item:nth-child(6n+1) {
    clear: left;
}
.products-list .box {
    max-width: 220px;
    margin: 0 auto 50px;
    position: relative;
    
}
.products-list .box:hover {
    
}
.products-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.products-list .box.new .txt:before {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    font-size: 12px;
    top: calc(0% + 5px);
    right: 0;
    color: #fff;
    width: 49px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    background: #FF3C00;
    padding: 0 3px;
    font-family: 'Raleway', sans-serif;
}
.products-list .pic-box {
    position: relative;
    
    
}
.products-list .pic {
    display: block;
    position: relative;
    transition:all .3s ease-in-out;
}
.products-list .box:hover .pic{
    transform:scale(1.2);
}
/*
.products-list .pic:before {
    content: '';
    background: rgba(0,0,0,0.7);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -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;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .offers {
    color: #A03F2E;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 60px 5px 0;
    display: inline-block;
    background: #fff;
    font-family: 'Raleway', sans-serif;
}
.products-list .name {
    color: #000;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    padding: 5px 0 15px;
}
.products-list .more {
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.products-list .box:hover .more {
    
}
.products-list .more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
}

.sect2 {
    padding: 60px 0 0;
    background: url('../../images/common/index/index_about_bg.jpg') 50% -25%  no-repeat fixed;
    background-size: cover;
}
.sect2 .container {
    max-width: 1920px;
    /* background: url('../../images/common/index/about_shadow.png') 50% 100% / 100% 25px no-repeat; */
    /* padding: 0 0 25px; */
    padding: 0;
}
.about-sect {

    position: relative;
    overflow: hidden;
}
.about-sect-title {
    /* color: #fff; */
    /* font-size: 18px; */
    /* font-weight: bold; */
    /* margin-bottom: 18px; */
}
.about-sect-title span {
    display: block;
    color: #B20000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
}
.about-sect .txt-box {
    float: right;
    width: 922px;
    background: #A1402F;
    /* margin-right: 9%; */
    color: #fff;
    font-size: 15px;
    line-height: 1.55;
    padding: 45px 230px 45px 135px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about-sect .txt-box:before{
    content:'';
    display:block;
    background: url('../../images/common/index/about_pic.png') no-repeat;
    background-size: contain;
    width:747px;
    height:173px;
    position:absolute;
    right:calc(100% - 95px);
    top:0;

}
.about-sect .about-sect-title2{
    font-size:20px;
    font-weight:bold;
    letter-spacing:1.2em;
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
}
.about-sect .editor {
    min-height: 100px;
}
.about-sect .ibtn.more {
    /* background-image: url('../../images/common/index/about_more.png'); */
    /* width: 59px; */
    /* height: 59px; */
    position: absolute;
    right: calc(100% + 43px);
    bottom: 43px;
    text-indent: inherit;
    width: 608px;
}
.about-sect .more_style .bottom{
      background: #000;
      color:#F3E4C7;
  }
.sect3 {
    margin-bottom: 40px;
}
.sect3 .container {
    max-width: 1440px;
    background: url('../../images/common/index/sect3_bg.png');
    min-height: 490px;
    padding: 0;
}
.sect3 .btn.more {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #B20000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    text-align: center;
}
.sect3 .btn.more:hover {
    background: #000;
}
.sect3 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 5px auto 0;
}
.service-sect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 520px;
    background: url('../../images/common/index/service_bg.png') 0 0 / auto 100% no-repeat;
    text-align: center;
    padding: 95px 5% 95px 21%;
}
.service-sect .btn.more {
    margin-left: -25px;
}
.service-sect-title {
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 55px;
}
.service-sect-title span {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}
.service-sect-title b {
    display: inline-block;
    border-bottom: 2px solid #B20000;
    font-weight: bold;
}
.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 197px;
}
.album-sect {
    float: right;
    width: 480px;
    padding: 18px 18px 36px;
    position: relative;
}
.album-sect .btn.more {
    right: 44px;
}
.album-sect .slick-dots {
    text-align: center;
    padding: 4px 80px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.album-sect .slick-dots li.slick-active button  {
    background-position: 100% 0;
}
.album-list .box {
    display: block;
    position: relative;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}
.album-list .pic:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/album/hover.png') 50% 50% no-repeat rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.album-list .box:hover .pic:before {
    opacity: 1;
}
.album-list .txt {
    border: 1px solid #ddd;
    padding: 10px 40px 10px 15px;
    position: relative;
}
.album-list .txt:before {
    content: 'ALBUM';
    display: inline-block;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 3px solid #000;
    padding-bottom: 3px;
}
.album-list .name {
    color: #666;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    height: 25px;
}
.album-list .box:hover .name {
    color: #8D0605;
}
.sect4{
    background: url('../../images/common/index/index_bg.png') 50% 0  no-repeat fixed;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    overflow:hidden;
}
.sect4 .left_pic{
    position: absolute;
    left:0;
    z-index: 0;
    top: calc(50% - 320px);
}

.links-sect {
    float: left;
    width: 380px;
    position: relative;
}
.links-sect:before{
    content:'';
    display:block;
    position:absolute;
    width:1000px;
    height: 1000px;
    background:#FAF7F0;
    right: -20px;
    top: -100px;
    z-index: -1;
}
.links-sect .slick-prev,
.links-sect .slick-next {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border:1px solid #A4A5A5;
    color: #000;
    display: inline-block!important;
    z-index: 20;
    border-radius: 0;
    position:relative;
    overflow:hidden;
}
.links-sect .slick-prev {
}
.links-sect .slick-next {
    margin-left:-1px;
}
.links-sect .slick-prev:hover,
.links-sect .slick-next:hover {
    
}

 .links-sect .slick-prev:before,
 .links-sect .slick-next:before {
    content: '';
    position: absolute;
    display: block;
    height: 55px;
    width: 55px;
    left: 0;
    top: 0;
    background: #F3E4C7;
    -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);
    
}
 .links-sect .slick-prev:before{
    -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);
}
 .links-sect .slick-prev:hover:before,
 .links-sect .slick-next:hover:before {
  -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
 .links-sect .slick-prev:after,
 .links-sect .slick-next:after{
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    left: -55px;
    top: 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);
    -webkit-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
.links-sect .slick-prev:after{
    content: "\f077";
    font-family: 'icon-font' !important;
}
.links-sect .slick-next:after{
    content:"\f078";
    font-family: 'icon-font' !important;
}
 .links-sect .slick-prev:after{
    left: auto;
    right: -55px;
}

 .links-sect .slick-next:hover:after{
        transition-delay: 0.1s;
    -webkit-transform: translateX(100%) translateZ(0);
    -ms-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
 .links-sect .slick-prev:hover:after{
        transition-delay: 0.1s;
    -webkit-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
}
 .links-sect .slick-prev {
    background-position: 0 0;
 }
 .links-sect .slick-prev:after{
     background-position: 0 0;
}
 .links-sect .slick-next , .slick-next:after{
    background-position: 100% 0;
}

.links-list {
    margin: -4px 0;
}
.links-list .item {
    padding: 4px 0;
}
.links-list .box {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}
.links-list .box .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.links-list .box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.links-list .box:hover:before {
    opacity: 0.3;
}

.links-sect-arrow-box{
    display:block;
    position:relative;
    margin-top: 20px;
}

.news-sect {
    float: right;
    width: calc(100% - 418px);
}
.news-sect .slick-dots {
    position:absolute;
    top:-40px;
    right:0;
    text-align: center;
    
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.news-list {
    margin: 0 -6px;
    position: relative;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box {
    max-width: 254px;
    margin: 0 auto;
    background: #fff;
    position:relative;
}
.news-list .box:hover {
    
}
.news-list .item .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
/*
.news-list .box:hover .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/news/hover.png') 100% 100% / 24% auto no-repeat;
}*/
.news-list .txt {
    position: relative;
}
.news-list .name {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin: 10px 0;
}
.news-list .box:hover .name {
    color: #A1402F;
}
.news-list .description {
    color: #868686;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
    margin: 10px 0;
}
.news-list .more{
    margin-top: 13px;
}
.news-list .date {
    display: block;
    color: #9F3F2D;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    margin:5px 0;
    font-family: 'Raleway', sans-serif;
}
.news-list .box:hover .date {
    
}
@media screen and (max-width: 1600px) {
    .about-sect .ibtn.more{
        right: calc(100% - 95px);
    }
}
@media screen and (max-width: 1440px) {
    .about-sect .txt-box:before{
        position: static;
        margin-bottom: 30px;
        width: 100%;
    }
    .about-sect .ibtn.more{
        position: relative;
        margin: 30px auto 0;
        bottom: inherit;
        right: inherit;
    }
}
@media screen and (max-width: 1200px) {
    .sect3 .container {
        min-height: 0;
        max-width: 920px;
    }
    .service-sect {
        position: relative;
        padding: 60px 8% 95px 24%;
        right: 0;
    }
    .service-sect-title {
        margin-bottom: 30px;
    }
    .album-sect {
        width: auto;
        float: none;
        border-top: 1px solid #fff;
    }
    .album-list {
        margin: 0 -7px;
    }
    .album-list .item {
        width: 50%;
        padding: 0 7px;
    }
}
@media screen and (max-width: 1160px) {
    .about-sect-title,
    .products-sect-title {
        
        margin: 0 auto 25px;
    }
    .products-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .products-list .item {
        padding: 0 7px;
        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: 1000px) {
    .sect2 .container{
        max-width: 1470px;
    }
    .about-sect .txt-box{
        float: none;
        width: 100%;
        padding: 45px 15px;
    }
    .about-sect .ibtn.more{
        width: 100%;
    }
    .about-sect-title, .products-sect-title{
        font-size: 32px;
    }
    .more_style{
        font-size: 18px;
    }
    .sect1{
        padding: 60px 0;
    }
    .products-list .box{
        margin: 0 auto 30px;
    }
    .sect2,
    .sect4{
        background-attachment:scroll;
    }
    .sect4 .left_pic {
        top: calc(0% - 100px);
    }
}
@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .links-sect,
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .links-sect {
        margin-bottom: 30px;
    }


    .links-list {
        margin: 0 -6px;
    }
    .links-list .item {
        padding: 0 6px;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-list .box {
        max-width: 320px;
    }
    .links-sect:before{
        display: none;
    }
.links-sect .slick-prev:after{
    transform: translateX(0) translateZ(0) rotate(90deg)!important;
}
.links-sect .slick-next:after{
        transform: translateX(0) translateZ(0) rotate(-90deg)!important;
}

/*
 .links-sect .slick-next:hover:after{
    transform: translateX(100%) translateZ(0);
}
 .links-sect .slick-prev:hover:after{
    transform: translateX(-100%) translateZ(0)  rotate(-90deg);
}
*/
.links-sect .slick-prev .ic{
    transform: rotate(-90deg);
}
.links-sect .slick-next .ic{
    transform: rotate(-90deg);
}
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 6px;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .service-sect {
        background: none;
        padding: 40px 5% 80px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    .about-sect .txt-box:before{
        display: none;
    }
    .about-sect .about-sect-title2{
        text-align: center;
    }
}
@media screen and (max-width: 580px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .links-sect-arrow-box{
        margin:20px 0 auto;
        text-align: center;
    }
    .sect4{
        padding: 50px 0;
    }
    .news-sect .slick-dots{
        /* position: relative; */
        top: -35px;
        left: 0;
        /* margin: 30px 0 10px; */
    }
    .sect_box{
        display: flex;
        flex-wrap: wrap;
    }
    .links-sect{
        order: 2;
        width: 100%;
    }
    .news-sect{
        order: 1;
        width: 100%;
        margin: 45px 0 40px;
    }
}
@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 28px 30px 65px;
    }
    .about-sect .editor {
        min-height: 0;
    }
    .news-sect .slick-dots {
        /* position: static; */
        /* top: 0; */
        /* right: 0; */
        /* text-align: center; */
    }
}
@media screen and (max-width: 400px) {
    .products-sect-title {
        text-align: center;
    }
    .products-sect-title span {
        display: block;
    }
    .products-list .item {
        width: 100%;
    }
    .products-list .item:nth-child(n) {
        clear: none;
    }
}