    .banner .container {
    max-width: 1820px;
}


    .about-box {
        background: #EEEEEE;
        /*max-width: 1820px;*/
        margin: 0 auto;
        padding: 60px 0 70px 0;
        text-align: center;
    }
    
    .about-box .title {
        font-size: 23px;
        color: #585858;
        margin-bottom: 25px;
    }
    
    .about-box .title:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 20px;
        height: 5px;
        margin-top: 10px;
        background: #585858;
    }
    
    .about-box .slogan {
        color: #004D92;
        font-size: 30px;
        font-weight: normal;
        margin-bottom: 35px;
    }
    
    .about-box .btn-box {
        margin-top: 30px;
    }


    .about-sect {
    background: url(../images/index/about_bg.jpg) fixed;
    text-align: center;
    padding: 60px 0;
}

.site-main {
    padding-top: 0;
}

.about-sect .sect-title {
    margin: auto;
    font-family: "Helvetica";
    color: #00A6E4;
    font-size: 28px;
    position: relative;
    font-weight: bold;
}

/*.about-sect .sect-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #594C3F;
    left: 50%;
    margin-left: -50px;
}*/

.about-sect .sect-title:before {
    content: "";
    background: url(../images/index/icon_title.png);
    width: 48px;
    height: 50px;
    margin: auto;
    display: block;
}

.about-sect .editor {
    max-width: 780px;
    margin: auto;
}

.about-sect strong {
    max-width: 700px;
    margin: 20px auto -10px;
    display: block;
    font-family: "Times New Roman";
    font-size: 28px;
    letter-spacing: 2px;
    color: #FFFFFF;
    font-weight: normal;
}

.about-sect .btn-box .ibtn.more {
    background: url(../images/index/btn-more.png);
    width: 250px;
    height: 40px;
}

.about-sect .btn-box .ibtn.more:hover {
    background-position: 0 100%;
}


    /****************************/
.products-list button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border: none;
    background: url(../images/index/arrow.png);
    width: 80px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.products-list .slick-prev {
    left: -80px;
}

.products-list .slick-prev:hover {
    background-position: 0 100%;
}
.products-list .item:nth-child(5n+1) {
    clear: none !important;
}
    /****************************/

.products-sect{
    background: url(../images/index/pro_bg.jpg) top center;
}

.sect3 {
    /*background: #000;
    border-top: 1px solid #B7A493;*/
    position: relative;
    /*padding-bottom: 40px;*/
   /* margin-bottom: 20px;*/
}
/*.sect3:before{
    content: '';
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    border-top: 1px solid #B7A493;
    z-index: 1;
}*/
.sect3 .container {
    max-width: 1440px;
    position: relative;
    padding: 0 80px;
}
.sect3 .sect-title{
    font-size: 30px;
    text-align: center;
    background: url(../images/main_title.png) top center;
    color: #ffffff;
    position: relative;
    margin-bottom: 45px;
    padding: 5px 0;
    height: 66px;
}
/*.sect3 .sect-title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -17px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 17px 0 17px;
    border-color: #E1DFD7 transparent transparent transparent;
    z-index: 1;
}*/
.products-sect .slick-arrow{
    border: none;
    background: url(../../images/common/index/products_arrow.svg);
    width: 80px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -75px;
    text-indent: -5000px;
}
.products-sect .slick-prev{
    background-position: 0 0;
    left: -130px;
}
.products-sect .slick-next{
    background-position: 100% 0;
    right: -130px;
}
.products-sect .slick-prev:hover{
    background-position: 0 100%;
}
.products-sect .slick-next:hover{
    background-position: 100% 100%;
}
.products-list {
    max-width: 1190px;
    margin: 0 auto;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:focus{
    outline: none;
}
.products-list .box {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    padding: 4px;
}
    /****************************/
    

 .news-box {
        padding: 65px 0 75px 0;
    }
    
    .news-box .news-list .item {
        width: 25%;
        margin-bottom: 0;
    }
    
    .news-box .title {
        font-size: 23px;
        color: #585858;
        padding-bottom: 5px;
        border-bottom: 2px solid #DDDDDD;
        position: relative;
        margin-bottom: 25px;
    }
    
    .news-box .title:after {
        content: "";
        display: block;
        width: 196px;
        height: 2px;
        background: #079642;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
    
    .news-box .title .more {
        width: 30px;
        height: 30px;
        background: url('../images/more.png');
        background-position: 0 0;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
    }
    
    .news-box .title .more:hover {
        background-position: -30px 0;
    }
    
    .news-box .news-list {
        max-width: 1500px;
        padding: 0 30px;
        margin: 0 auto;
    }
    
    .news-box .news-list .item + .item:after {
        display: none;
    }

 .news-list .slick-prev,
    .news-list .slick-next {
        background: url('../images/news_arrow.png');
        background-position: 0 0;
        width: 33px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: -10px;
        border: 0;
        text-indent: -9999px;
        z-index: 300;
        margin-top: -35px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    
    .news-list .slick-next { 
        background: url('../images/news_arrow.png') top right;
        left: auto;
        right: -10px;
    }

    .news-list button:hover {
        background-position: 0 100%;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
        .news-list button.slick-next:hover{
             background: url('../images/news_arrow.png') top right;
             background-position: 100% 100%;
        }
  .news-list .slick-dots{
    text-align: center;
    margin-top: 10px;
  }
    .news-list .slick-dots li {
    display: inline-block;
}

.news-list .slick-dots li+li {
    margin-left: 5px;
}

.news-list .slick-dots button {
    border: none;
    background: url(../images/index/dots.png);
    width: 17px;
    height: 17px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-align: left;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.news-list .slick-dots li.slick-active button,
.news-list .slick-dots li button:hover {
    background-position: 0 100%;
}

.news-list .txt .description{
    min-height:75px;
}

    /****************************/
    
    .product-box {
        background: url('../images/index/bg.jpg') no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 60px 0 105px 0;
        margin-bottom: 3px;
    }
    
    .product-box .title {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        text-shadow: 0 3px 3px rgba(0, 0, 0, .8);
        margin-bottom: 45px;
    }
    
    .product-box .title:after {
        content: "";
        display: block;
        margin: 0 auto;
        background: #fff;
        width: 20px;
        height: 5px;
        margin-top: 10px;
        -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .8);
        -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .8);
        box-shadow: 0 3px 3px rgba(0, 0, 0, .8);
    }
    
    .product-box .container {
        max-width: 1170px;
        margin: 0 auto;
    }
    
    .product-box .products-list .pic {
        margin-bottom: 10px;
    }
    
    .product-box .products-list {
        margin: 0 -15px;
        max-width: 100%;
    }
    
    .product-box .products-list .item {
        padding: 0 15px;
        margin-bottom: 0px;
    }

    .product-box .products-list .item:hover .name{}
    
    .products-list .slick-prev,
    .products-list .slick-next {
        background: url('../images/arrow_style02.png');
        background-position: 0 0;
        width: 80px;
        height: 50px;
        position: absolute;
        top: 50%;
        left: -110px;
        border: 0;
        text-indent: -9999px;
        z-index: 300;
        margin-top: -35px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    
    .products-list .slick-next {
        background-position: -80px 0;
        left: auto;
        right: -110px;
    }
    
    .products-list button:hover:hover {
        opacity: .8;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    /****************************/
    
    @media screen and (max-width: 1440px) {
        .products-list .slick-prev {
            left: -50px;
        }
        .products-list .slick-next {
            right: -50px;
        }
        .product-box .products-list {
            margin: 0 auto;
        }
        .news-box .news-list .item {
            padding: 0 20px;
        }
    }
    
    @media screen and (max-width: 1280px) {
        .products-list .slick-prev,
        .products-list .slick-next {
            left: 0px;
            background: #000 url('../images/arrow_style02.png');
            /*-webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;*/
        }
        .products-list .slick-next {
            background-position: -70px 0;
            left: auto;
            right: 0;
        }
    }
    
    @media screen and (max-width: 960px) {
        .news-box .news-list .item {
            width: 50%;
            margin-bottom: 30px;
        }
    }
     @media screen and (max-width: 767px){
        .home_about{
            padding: 0 20px;
        }
     }



    @media screen and (max-width: 600px) {
        .product-box .products-list .item {
            float: left;
        }
        .news-box .news-list .item {
            width: 100%;
            max-width: 100%;
            /*padding-bottom: 40px;
            border-bottom: 1px dashed #ddd;*/
            margin-bottom: 20px;
        }
    }
    
    @media screen and (max-width: 450px) {
        .products-list .slick-prev,
        .products-list .slick-next {
            transform: scale(0.75);
            -webkit-transform: scale(0.75);
        }
    }
