.banner {
    position: relative;
}

.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 40px;
    height: 80px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;
    text-align: left;
}

.banner .slick-prev {
    background-position: 0 0;
    left: 0px;
}

.banner .slick-next {
    background-position: 100% 0;
    right: 0px;
}

.banner .slick-prev:hover {
    background-position: 0 100%;
}

.banner .slick-next:hover {
    background-position: 100% 100%;
}




/*--------------------------------*/

.site-main:before {
    display: none;
}

.site-main .container {
    max-width: 1470px;
}




/*--------------------------------*/

.about-sect {
    text-align: center;
    padding: 95px 0 100px;
    position: relative;
}

.about-sect:before {
    content: "";
    width: 542px;
    height: 355px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    background: url('../../images/common/index/about_bg.png');
    pointer-events: none;
}

.about-sect .title {
    font-size: 45px;
    color: #242415;
    letter-spacing: 11px;
    line-height: 1.2;
    text-indent: -22px;
    background: url('../../images/common/index/about_title.png') no-repeat center top;
    padding: 65px 0 0 0;
    margin: 0 0 30px;
}

.about-sect .title span {
    color: #B21806;
    font-size: 18px;
    display: block;
    margin: 5px 0 0 0;
    letter-spacing: 1px;
}

.about-title {
    color: #4D6AA2;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    margin: 0 0 10px;
}

.about-sect .editor {
    letter-spacing: 2px;
}




/*--------------------------------*/

.news-sect {
    text-align: center;
    background: url(../../images/common/index/news_bg.jpg) fixed;
    position: relative;
}

.news-sect:before {
    content: "";
    display: block;
    width: 447px;
    height: 750px;
    position: absolute;
    top: 155px;
    left: 0;
    background: url('../../images/common/index/news_bg2.png');
    /* opacity: 0; */
    pointer-events: none;
    z-index: 1;
}

.news-title {
    color: #FFFFFF;
    font-size: 35px;
    letter-spacing: 10px;
    text-indent: 10px;
    text-align: center;
    padding: 40px 0 25px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
}

.news-title:before {
    content: "";
    width: 54px;
    height: 58px;
    display: block;
    position: absolute;
    top: -25px;
    left: 70px;
    background: url(../../images/common/line.png);
}

.news-title span {
    display: block;
    font-family: 'Nunito', sans-serif;
    color: #182D0B;
    font-size: 18px;
    letter-spacing: 1px;
    text-indent: 1px;
}


.news-list {
    margin: 0 -44px;
    position: relative;
    z-index: 20;
}

.news-list .item {
    width: 25%;
    position: relative;
}

.news-list li+li a:before {
    content: "";
    width: 1px;
    height: 220px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/common/border_v.png) repeat-y left;
}

.news-list .item a {
    text-align: center;
    margin-bottom: 60px;
}

.news-list .date-box {
    border: 1px solid #2A8946;
    padding: 2px;
    display: inline-block;
    margin-bottom: 25px;
    transition: all .2s;
}

.news-list .date {
    background: #5CAB39;
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 66px;
    height: 66px;
    padding: 2px 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .2s;
}

.news-list .date b {
    font-size: 26px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    margin-bottom: 3px;
    transition: all .2s;
}

.news-list a:hover .date-box {
    border: 1px solid #FFD24D;
}

.news-list a:hover .date {
    background: #FAA32B;
}

.news-list .txt {
    text-align: left;
    padding: 10px 44px;
}

.news-list .item:first-child .txt {
    border-left: 0;
}

.news-list .title {
    color: #182D0B;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    transition: all .2s;
}

.news-list .description {
    line-height: 1.5;
    font-size: 14px;
    margin: 10px 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 61px;
    color: #F7F7F7;
}

.news-list a:hover .title {
    text-decoration: underline;
}

.news-list .more {
    color: #182D0B;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: 'Nunito', sans-serif;
}

.news-list .more:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    transition: all .2s;
    width: 20px;
    height: 1px;
    background: #182D0B;
    margin: 0 0 3px 10px;
}

.news-list a:hover .more:after {
    width: 105px;
}

.news-more {
    color: #182D0B;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    display: block;
    border-top: 1px solid #2A8946;
    padding: 21px 0;
    line-height: 1;
    position: relative;
    transition: all .2s;
}

.news-more i {
    display: block;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    font-family: 'Nunito', sans-serif;
    background: url('../../images/common/index/news_more_ic.png');
    position: absolute;
    left: 50%;
    margin: 0 0 0 -9px;
    top: -10px;
    transition: none;
}

.news-more:hover {
    background: #FAA32B;
}

.news-more:hover i {
    background-position: 0 100%;
}



/*--------------------------------*/

.products-sect {
    padding: 100px 0 0 0;
    background: url(../../images/common/index/products_bg.jpg) fixed;
    position: relative;
}

.products-sect:before{
    content: "";
    width: 82px;
    height: 148px;
    display: block;
    right: 100px;
    bottom: 0;
    position: absolute;
    background: url(../../images/common/index/products_bg2.png);
}

.products-sect .title {
    width: 210px;
    float: left;
    margin: 85px 0 0 0;
}

.products-sect .title strong {
    font-size: 45px;
    color: #242414;
    font-weight: normal;
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    line-height: 1.3;
    margin: -8px 0 0 0;
}

.products-sect .title span {
    font-size: 18px;
    color: #B21807;
    letter-spacing: .02em;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.slider-control {
    margin: 15px 0 0 15px;
}

.slider-control .slick-arrow {
    width: 30px;
    height: 30px;
    background: #B21807;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    transition: all .2s;
    line-height: 25px;
}

.slider-control .slick-arrow:hover {
    background: #69AA2D;
}

.slider-control .slick-arrow.next {
    margin: 0 0 0 10px;
}


.products-list {
    margin: 0 -8px;
    width: calc(100% - 210px);
    float: right;
}

.products-list .item {
    width: 16.66%;
    padding: 0 8px;
    outline: 0;
}

.products-list .item a {
    max-width: 280px;
    margin: 0 auto 70px;
    text-align: center;
}

.products-list .pic {
    margin-bottom: 10px;
    position: relative;
}

.products-list a .pic:before {
    content: " ";
    width: 130px;
    height: 65px;
    background: url(../../images/common/products/hover.png) no-repeat;
    display: block;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -65px;
    position: absolute;
    z-index: 5;
    transition: all .2s;
    opacity: 0;
}

.products-list a:hover .pic:before {
    opacity: 1;
}

.products-list .name {
    color: #182D0B;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .2s;
}

.products-list a:hover .name {
    color: #B21807;
}



/*--------------------------------*/

@media screen and (max-width: 1700px) {
    .news-sect:before {
        width: 209px;
        height: 350px;
        -webkit-background-size: 100%;
        background-size: 100%;
        top: 430px;
    }
}

@media screen and (max-width: 1440px) {
    .about-sect:before {
        width: 382px;
        height: 250px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .news-list {
        margin: 0 -20px;
    }
    .news-list .txt {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1025px) {
    .about-sect {
        padding: 50px 0;
    }
    .about-sect:before {
        opacity: .15;
    }
    .news-sect:before {
        top: 770px;
    }
    .about-sect .title {
        letter-spacing: 0;
        text-indent: 0;
        font-size: 35px;
        background: none;
        padding: 0;
    }
    .news-list .item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .news-list {
        margin: 0;
    }
    .news-list .item {
        width: 100%;
    }
    .news-list .item a {
        margin-bottom: 30px;
    }
    .news-list .txt {
        padding: 10px 0;
    }
    .news-list li+li a:before {
        display: none;
    }
    .news-list .date-box {
        margin-bottom: 5px;
    }
    .news-sect:before {
        top: auto;
        bottom: -280px;
        opacity: .2;
    }
    .products-sect .title {
        width: 150px;
    }
    .products-list {
        width: calc(100% - 150px);
    }
}

@media screen and (max-width: 650px) {
    .products-sect:before{
        right: 0;
    }
}

@media screen and (max-width: 600px) {
    .products-sect{
        padding: 40px 0 0 0;
    }
    .products-sect .title{
        float: none;
        margin: 0 auto 0;
    }
    .products-list{
        float: none;
        width: 100%;
        margin: 0;
    }
    .products-sect .title,
    .products-sect .title strong{
        width: auto;
        text-align: center;
        vertical-align: middle;
    }
    .products-sect .title span{
        width: auto;
        -webkit-writing-mode: inherit;
        writing-mode: inherit;
        vertical-align: middle;
        margin: 0 0 0px 10px;
    }
    .slider-control{
        margin: 15px 0;
    }
    .products-list .item a{
        margin: 0 auto 30px;
    }
}