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

.sec1 {
    max-width: 1360px;
    margin: 0 auto;
    padding: 35px 15px;
}

.sec1 .col.about-sect {
    width: 33%;
    float: left;
}

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


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

.about-sect .row {
    display: table;
}

.about-sect .col {
    display: table-cell;
    vertical-align: top;
}

.about-sect .col.pic {
    width: 180px;
}

.about-sect .col.txt {
    padding: 50px 30px 0 35px;
    background: url('../images/index/about_bg.png');
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-sect .col.txt .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    border-bottom: 2px dotted #9D5717;
    margin-bottom: 25px;
    padding-bottom: 5px;
    position: relative;
}

.about-sect .col.txt .title b {
    font-weight: normal;
    color: #D60C18;
}

.about-sect .more,
.news-sect .more {
    width: 52px;
    height: 21px;
    display: block;
    font-size: 10px;
    -moz-transform: scale(0.83);
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e49349+0,9d5717+100 */
    background: #e49349;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e49349 0%, #9d5717 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e49349 0%, #9d5717 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e49349 0%, #9d5717 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e49349', endColorstr='#9d5717', GradientType=0);
    /* IE6-9 */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    text-align: center;
    bottom: 10px;
    right: -4px;
}

.about-sect a:hover .more {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37beff+0,009bf9+100 */
    background: #37beff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #37beff 0%, #009bf9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #37beff 0%, #009bf9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #37beff 0%, #009bf9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#37beff', endColorstr='#009bf9', GradientType=0);
    /* IE6-9 */
}

.about-sect .index-about {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 120px;
}


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

.news-sect .main-title {
    border: 0;
    font-size: 20px;
    margin: 0 0 0 -4px;
}

.news-sect .main-title b {
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
}

.news-sect .main-title span {
    display: inline-block;
    vertical-align: middle;
    bottom: auto;
}

.news-sect .news-list {
    max-width: 100%;
    margin: 0 -2px;
}

.news-sect .news-list .item {
    width: 25%;
    float: left;
    padding: 0 2px;
    border: 0;
}

.news-sect .news-list .pic img {
    border: 0;
    margin: 0 auto;
}

.news-sect .news-list .item a {
    display: block;
    margin: 0 auto;
    border: 6px solid #FDEBD9;
    padding: 6px;
    max-width: 218px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-sect .news-list .pic {
    border: 0;
    display: block;
    width: 100%;
    margin-bottom: 3px;
    position: relative;
}

.news-sect .news-list a:hover .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .6);
}

.news-sect .news-list .txt {
    display: block;
    width: 100%;
    padding: 0px;
}

.news-sect .news-list .date {
    margin: 5px 0 2px;
}

.news-sect .news-list .name:after {
    display: none;
}

.news-sect .news-list .name {
    height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    font-size: 14px;
    color: #525252;
    line-height: 1.3;
}

.news-sect .more {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37beff+0,009bf9+0,f8bfb4+0,e84824+100 */
    background: #37beff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #37beff 0%, #009bf9 0%, #f8bfb4 0%, #e84824 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #37beff 0%, #009bf9 0%, #f8bfb4 0%, #e84824 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #37beff 0%, #009bf9 0%, #f8bfb4 0%, #e84824 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#37beff', endColorstr='#e84824', GradientType=0);
    /* IE6-9 */
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1.5;
}

.news-sect .more:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#37beff+0,009bf9+0,f8bfb4+0,97be3f+0,40bb04+100 */
    background: #37beff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #37beff 0%, #009bf9 0%, #f8bfb4 0%, #97be3f 0%, #40bb04 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #37beff 0%, #009bf9 0%, #f8bfb4 0%, #97be3f 0%, #40bb04 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #37beff 0%, #009bf9 0%, #f8bfb4 0%, #97be3f 0%, #40bb04 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#37beff', endColorstr='#40bb04', GradientType=0);
    /* IE6-9 */
}

.news-sect .slick-prev,
.news-sect .slick-next {
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 17px;
    height: 17px;
    margin: 0 4px;
    background: url('../images/index/about_arrow.png');
    position: absolute;
    top: -29px;
    right: 85px;
}

.news-sect .slick-next {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 60px;
}

.news-sect .slick-prev:hover,
.news-sect .slick-next:hover {
    background-position: 100% 0;
}


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

.products-sect {
    padding: 50px 0 60px;
    background: url('../images/index/products_bg.jpg');
    margin-bottom: 3px;
}

.products-sect .container {
    max-width: 1360px;
}

.products-sect .title {
    font-size: 30px;
    color: #545454;
    letter-spacing: 4px;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
    margin-bottom: 25px;
}

.products-sect .title:before {
    content: "";
    display: block;
    background: #D60C18;
    height: 18px;
    width: 8px;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
}

.products-sect b {
    color: #D60C18;
}

.products-sect p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
    color: #FF8855;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #A8A8B7;
    margin: 4px 0 0 5px;
    width: calc(100% - 141px);
    -moz-box-shadow: 0px 1px 0px #fff;
    -webkit-box-shadow: 0px 1px 0px #fff;
    box-shadow: 0px 1px 0px #fff;
}

.products-sect p:before,
.products-sect p:after {
    content: "";
    width: 100%;
    max-width: 157px;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #FF8855;
}

.products-sect p:after {
    content: "";
    background: #0085B2;
    left: 157px;
}

.products-sect .more {
    position: absolute;
    top: 18px;
    right: -4px;
    font-size: 10px;
    color: #555555;
    letter-spacing: 1px;
    display: block;
    font-size: 10px;
    -moz-transform: scale(0.83);
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
}

.products-sect .more:hover {
    color: #8C4600;
}


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

.products-sect .products-list {
    margin: 0 -29px;
    position: relative;
    z-index: 300;
}

.products-sect .products-list .item {
    width: 20%;
    padding: 0 29px;
}

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

.products-sect .products-list li:nth-child(6) {
    display: none;
}

.products-sect .products-list .item a {
    max-width: 220px;
    margin: 0 auto;
}

.products-sect .products-list .pic {
    margin: 0;
    border: 0;
}

.products-sect .products-list .name {
    margin: 14px 0 6px;
}

.products-sect .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    color: #6C726B;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}


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

@media screen and (max-width: 1100px) {
    .products-sect .products-list li:nth-child(3n+1) {
        clear: none;
    }
    .products-sect .products-list .item {
        width: calc((100% / 3) - 0.1px);
        margin-bottom: 60px;
    }
    .products-sect .products-list li:nth-child(6) {
        display: block;
    }
}

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

@media screen and (max-width: 1024px) {
    .sec1 .col.about-sect {
        width: 48%;
    }
    .sec1 .col.news-sect {
        width: 50%;
    }
}

@media screen and (max-width: 960px) {
    .sec1 .col.about-sect {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    .sec1 .col.news-sect {
        width: 100%;
        float: none;
    }
    .about-sect .row {
        display: block;
    }
    .about-sect .col.pic {
        display: inline-block;
        margin-right: -4px;
    }
    .about-sect .col.txt {
        width: calc(100% - 177px);
        height: 278px;
        display: inline-block;
        margin-right: -4px;
    }
    .news-sect .main-title span {
        margin-left: 10px;
    }
    .news-sect .more {
        bottom: 12px;
    }
    .news-sect .slick-prev,
    .news-sect .slick-next {
        top: -32px;
    }
    .products-sect .products-list li:nth-child(2n+1) {
        clear: none;
    }
}

@media screen and (max-width: 767px) {
    .products-sect .products-list {
        max-width: 100%;
        margin: 0;
    }
    .products-sect .products-list .item {
        width: 50%;
        padding: 0 15px;
    }
    .products-sect p:after {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .about-sect .col {
        display: block;
    }
    .about-sect .col.pic {
        display: none;
    }
    .about-sect .col.txt {
        width: 100%;
        height: auto;
        padding: 20px;
        display: block;
        margin-right: 0;
    }
    .news-sect .main-title span {
        margin: 0 0 15px 0;
        display: block;
    }
    .news-sect .more {
        bottom: 33px;
    }
    .news-sect .slick-prev,
    .news-sect .slick-next {
        top: -66px;
        right: 74px;
    }
    .news-sect .slick-next {
        right: 49px;
    }
    .products-sect .title {
        line-height: 1.2;
    }
    .products-sect .title:before {
        top: 7px;
        margin: 0;
    }
    .products-sect p {
        display: block;
        width: 100%;
        padding-bottom: 5px;
        margin: 0;
    }
    .products-sect .more {
        top: 12px;
    }
    .products-sect .products-list .item {
        width: 100%;
        padding: 0;
    }
}
