/****************************  ****************************/

.main-content {
    padding: 0;
}


/****************************  ****************************/

.banner {
    max-width: 1440px;
    margin: 0 auto;
}

.banner .slick-prev,
.banner .slick-next {
    width: 25px;
    height: 50px;
    position: absolute;
    border: 0;
    color: transparent;
    top: 50%;
    left: 0;
    margin-top: -12px;
    background: url('../images/index/banner_arrow.png');
    background-position: 100% 0;
}

.banner .slick-next {
    left: auto;
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    background-position: 0 0;
}


/****************************  ****************************/

.products-sect:before {
    content: "";
    width: 70px;
    height: 26px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -35px;
    background: url('../images/index/products_a.png');
}

.products-sect {
    margin: 75px 0 0;
    position: relative;
    background: url('../images/index/products_bg.jpg');
}

.products-sect .title {
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-size: 28px;
    color: #BBBBBB;
    font-weight: bold;
    padding: 35px 0 55px;
}

.products-sect .products-list {
    margin: 0 -27px;
}

.products-sect .products-list .item {
    width: 25%;
    padding: 0 27px;
}

.products-sect .products-list li:nth-child(3n+1) {
    clear: none;
}

.products-sect .products-list li:nth-child(4n+1) {
    clear: left;
}

.products-sect .product-category-list .name {
    color: #fff;
}

.products-sect .more {
    display: block;
    clear: both;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 36px;
    background: url('../images/index/products_more.png') center;
    text-align: center;
    margin: 20px 0 0;
}

.products-sect .more i,
.news-sect .more i {
    width: 13px;
    height: 11px;
    background: url('../images/index/products_more2.png');
    background-position: 100% 0;
    margin: 0 0px 2px 5px;
}

.products-sect .more:hover {
    background: #E6280F;
}

.products-sect .more:hover i,
.news-sect .more:hover i {
    background-position: 0 0;
}


/****************************  ****************************/

.sect2 {
    padding: 88px 0;
    background: #E7E7E7;
}

.sect2 .col {
    float: left;
    position: relative;
}

.col.about-sect {
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 50px 56px;
    background: url('../images/index/about_bg.jpg');
}

.col.news-sect {
    width: 47%;
    float: right;
}


/****************************  ****************************/

.about-sect:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #666666 transparent transparent transparent;
}

.about-sect:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 5;
    background: #F5F5F5;
}

.about-sect .title {
    line-height: 1;
    margin: 0 0 30px 0;
    position: relative;
    z-index: 10;
}

.about-sect .title span {
    color: #3A3A39;
    font-size: 35px;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
}

.about-sect .title b {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-weight: 800;
    font-size: 30px;
}

.about-sect .title strong {
    color: #E5270E;
}

.about-sect .editor {
    background: #fff;
    padding: 25px 25px 30px 25px;
    position: relative;
    z-index: 10;
}

.about-sect .more {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 18px 0 0 0;
    line-height: 1.2;
    width: 72px;
    height: 72px;
    font-size: 14px;
    color: #FFFFFF;
    background: url('../images/index/about_more.png') center;
    font-family: 'Open Sans', sans-serif;
    z-index: 100;
}

.about-sect .more:hover {
    background: #E6280F;
}


/****************************  ****************************/

.news-list li:nth-child(2n+1) {
    clear: left;
}

.news-list {
    margin: 0 -17px;
}

.news-list .item {
    width: 50%;
    padding: 0 17px;
}

.news-list .pic {
    margin-bottom: 22px;
    position: relative;
}

.news-list .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #666666;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.news-list a:hover .pic:before {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.news-list .date {
    width: 60px;
    display: block;
    float: left;
    vertical-align: middle;
    line-height: 1.1;
    text-align: center;
    font-size: 14px;
    color: #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #353535;
    padding: 9px 0;
    position: relative;
}

.news-list .date b {
    font-size: 35px;
    display: block;
    font-weight: normal;
}

.news-list .date:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 0;
    border-color: #E6280F transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.news-list .txt {
    display: block;
    margin: 0px 15px 0 75px;
}

.news-list .title {
    font-size: 16px;
    color: #5F5F5F;
    height: 25px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list a:hover .title {
    color: #E6280F;
}

.news-list .description {
    font-size: 13px;
    color: #545454;
    height: 41px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-sect .more {
    margin: 45px 0 0 0;
    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    background: url('../images/news/more.jpg') center;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.news-sect .more:hover {
    background: #353535;
}


/****************************  ****************************/

@media screen and (max-width: 1200px) {
    .col.about-sect {
        width: 40%;
        padding: 30px;
    }
    .col.news-sect {
        width: 55%;
    }
}

@media screen and (max-width: 1024px) {
    .products-sect .products-list {
        margin: 0 -10px;
    }
    .products-sect .products-list .item {
        padding: 0 10px;
    }
    .col.about-sect {
        width: 100%;
        padding: 30px;
        float: none;
        margin: 0 0 30px 0;
    }
    .col.news-sect {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .news-sect .txt-box {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    .products-sect .products-list .item {
        width: 50%;
    }
    .products-sect .products-list li:nth-child(3n+1) {
        clear: none;
    }
    .products-sect .products-list li:nth-child(2n+1) {
        clear: left;
    }
    .col.news-sect {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .products-sect {
        margin: 35px 0 0;
    }
    .products-sect .title {
        padding: 15px 0;
    }
}

@media screen and (max-width: 600px) {
    .news-list .item {
        width: 100%;
        padding: 0 0 45px 0;
    }
    .news-list {
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .products-sect .products-list {
        margin: 0;
    }
    .products-sect .products-list .item {
        width: 100%;
        padding: 0;
    }
    .about-sect .title {
        text-align: center;
    }
    .col.about-sect {
        padding: 30px 15px;
    }
}
