.banner {
    clear: both;
    margin-bottom: 80px;
}

.banner .container {
    padding: 0;
    max-width: 1440px;
}

.banner .slide:before,
.banner .slide:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}

.banner .slide:before {
    left: -100%;
}

.banner .slide:after {
    right: -100%;
}

.banner .slick-list {
    overflow: visible;
}

.banner .slick-prev,
.banner .slick-next {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: url(../images/index/banner_arrow.png) no-repeat;
    width: 49px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 20;
}

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

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

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

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

.banner .slick-dots {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 35px;
}

.banner .slick-dots li {
    display: inline-block;
    padding: 0 5px;
    height: 5px;
}

.banner .slick-dots li button {
    text-align: left;
    white-space: normal;
    text-indent: -99999px;
    overflow: hidden;
    border: 0;
    background: #E0D9DA;
    width: 40px;
    height: 5px;
}

.banner .slick-dots li.slick-active button {
    background: #FF952A;
}


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

.site-main section {
    background: no-repeat 50% 0;
    background-size: cover;
    padding: 0px 0 75px;
}

.site-main .product-sect {
    background-image: url(../images/index/product_bg.jpg);
    background-repeat: repeat;
    background-size: auto;
    position: relative;
    padding: 30px 0 20px;
}

.product-sect:before {
    content: "";
    width: 248px;
    height: 312px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../images/index/product_bg-2.png');
}

.product-sect:after {
    content: "";
    width: 320px;
    height: 341px;
    background: url('../images/index/product_bg-3.png');
    position: absolute;
    right: 0;
    bottom: 130px;
}

.site-main .product-sect.type02 {
    background: url(../images/index/product-2_bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 0 20px;
    margin: 45px 0 75px;
}

.site-main .product-sect.type02:before,
.site-main .product-sect.type02:after {
    display: none;
}


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

.sect-title {
    color: #FF972E;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.7;
    padding-bottom: 10px;
    border-bottom: 2px solid #D6D6D6;
    position: relative;
    margin-bottom: 30px;
}

.sect-title i {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 8px 3px 0;
    background: url('../images/index/title_icon.png');
}

.sect-title span {
    color: #B8B8B8;
    display: block;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0px 0 0 36px;
}

.product-sect.type02 .sect-title i {
    background-position: -26px 0;
}

.sect-title.type02 {
    border: 0;
    text-align: center;
}

.sect-title.type02 span {
    margin: 0;
}

.sect-title.type02:before,
.sect-title.type02:after {
    content: "";
    height: 2px;
    width: calc(50% - 220px);
    background: #D6D6D6;
    position: absolute;
    bottom: 23px;
    left: 0;
}

.sect-title.type02:after {
    content: "";
    left: auto;
    right: 0;
}

.news-sect .sect-title span {
    display: inline-block;
    margin: 0px 0 0 15px;
}

.news-sect .sect-title i {
    background-position: -52px 0;
}

.links-sect .sect-title i {
    background-position: -78px 0;
}

.links-sect .sect-title.type02 {}

.links-sect .sect-title.type02 span {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: -3px;
}

.links-sect .sect-title.type02:before,
.links-sect .sect-title.type02:after,
.links-sect .btn.more span:before,
.links-sect .btn.more span:after {
    content: "";
    height: 1px;
    width: calc(50% - 140px);
    background: #D6D6D6;
    position: absolute;
    bottom: 31px;
    left: 0;
}

.links-sect .sect-title.type02:after,
.links-sect .btn.more span:after {
    content: "";
    left: auto;
    right: 0;
}


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

.btn.more {
    font-size: 13px;
    color: #999999;
    letter-spacing: 2px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.btn.more:hover {
    color: #2BAA00;
}

.btn.more:before {
    content: "";
    background: url('../images/index/more_arrow.png');
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 8px 0 0;
}

.btn.more:hover:before {
    background-position: 0 100%;
}

.sect-title.type02 .btn.more {
    bottom: 40px;
}

.sect-title.type02 .btn.more {
    bottom: 40px;
}

.links-sect .btn.more {
    position: relative;
    text-align: center;
    display: block;
    margin: 0 0 65px 0;
}

.links-sect .btn.more:before {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -55px;
}

.links-sect .btn.more span {
    display: block;
    position: relative;
    padding-left: 20px;
}

.links-sect .btn.more span:before,
.links-sect .btn.more span:after {
    bottom: 7px;
    width: calc(50% - 90px);
}


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

.product-sect .products-list {
    position: relative;
    z-index: 100;
    margin: 0 -13px;
}

.product-sect .container {
    max-width: 1430px;
}

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

.product-sect .products-list .pic {
    border: 10px solid #fff;
}

.product-sect .products-list .box {
    max-width: 320px;
    margin: 0 auto 55px;
}


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

.sect1 .col {
    float: left;
    width: 50%;
}

.news-sect {
    position: relative;
}

.news-sect .news-list {
    margin: -20px 0 0 0;
}

.news-sect .news-list .item {
    border-bottom: 1px dotted #CCCCCC;
}

.news-sect .news-list .item a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 13px 0 12px;
    font-size: 17px;
    color: #444444;
}

.news-sect .news-list .item a:hover {
    color: #1D934C;
}

.news-sect .news-list .date {
    display: inline-block;
    vertical-align: text-bottom;
    background: url(../images/index/news_date_bg.jpg);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    width: 104px;
    margin-right: 10px;
}

.news-sect .news-list .item a:hover .date {
    background-position: 0 100%;
}


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

.about-sect {
    padding-top: 7px;
    text-align: right;
}

.about-sect a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 300px;
    width: 45%;
}

.about-sect a+a {
    margin-left: 4%;
}

.about-sect a .txt {
    position: relative;
    background: no-repeat 50% 0;
    background-size: cover;
    line-height: 1.2;
    min-height: 110px;
    padding: 21px 25px;
    box-sizing: border-box;
}

.about-sect a .txt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 10px;
    border: 1px solid #fff;
}

.about-sect a.about-link .txt {
    background-image: url(../images/index/about_bg.jpg);
}

.about-sect a.about-txt {
    text-align: left;
    font-size: 14px;
    line-height: 1.7;
}

.about-sect a.about-txt .editor {
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-sect a.about-txt .editor:after {
    content: 'more';
    color: #444;
    font-weight: bold;
}

.about-sect a.about-txt:hover .editor:after {
    color: #B97F5F;
    text-decoration: underline;
}

.about-sect a .pic {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-sect a .pic:before {
    content: "";
    background: rgba(255, 255, 255, 0.6) url(../images/index/product_hover.png) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.about-sect a:hover .pic:before {
    opacity: 1;
}

.about-sect a .title {
    font-size: 25px;
    font-weight: bold;
    color: #FF972E;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.about-sect a .title b {
    font-size: 18px;
    font-weight: normal;
    color: #B8B8B8;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.about-sect a .description {
    color: #666666;
    font-size: 17px;
    line-height: 1.5;
    height: 48px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


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

.links-sect .links-list a {
    max-width: 326px;
    margin: 0 auto 60px;
}

.links-sect .links-list .item:nth-child(6) {
    display: none;
}


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

@media screen and (max-width: 1500px) {
    .banner .slick-prev {
        left: 10px;
    }
    .banner .slick-next {
        right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .sect1 .col {
        float: none;
        width: 100%;
    }
    .news-sect .news-list {
        margin: -20px 0 30px 0;
    }
    .about-sect {
        text-align: center;
    }
}

@media screen and (max-width: 1100px) {
    .links-sect .links-list .item:nth-child(6) {
        display: block;
    }
}

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

@media screen and (max-width: 600px) {
    .btn.more {
        position: static;
        display: block;
        text-align: right;
        margin: 10px 0;
    }
    .sect-title.type02 .btn.more {
        text-align: center;
    }
    .links-sect .links-list .item {
        width: 50%;
    }
    .links-sect .links-list li:nth-child(3n+1) {
        clear: none;
    }
    .links-sect .links-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (max-width: 480px) {
    .product-sect .products-list .item,
    .links-sect .links-list .item {
        width: 100%;
    }
    .news-sect .news-list .date {
        display: block;
        margin: 0 0 5px 0;
    }
    .about-sect a {
        display: block;
        margin: 0 auto 35px;
        width: auto;
    }
    .about-sect a+a {
        margin: 0 auto 35px;
    }
}
