/*------------ banner ------------*/

.banner {
    margin-bottom: 135px;
}

.banner .slick-arrow {
    transition: all .2s;
    border: 0;
    color: transparent;
    background: rgba(0, 0, 0, .7);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
}

.banner button.slick-prev.slick-arrow:hover,
.banner button.slick-next.slick-arrow:hover {
    transition: all .2s;
    background: #fff3cc;
}
.banner .slick-arrow:before {
    content: "";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #CACACA;
    font-size: 30px;
}

.banner .slick-prev {
    left: 0;
    bottom: 50px;
}

.banner .slick-prev:before {
    content: "\e100e";
}

.banner .slick-next {
    bottom: 0;
    left: 50px;
}

.banner .slick-next:before {
    content: "\e1020";
}

.btn-scroll {
    display: block;
    width: 70px;
    height: 87px;
    left: 50%;
    bottom: -50px;
    margin: 0 0 0 -35px;
    z-index: 50;
    position: absolute;
    background: url('../../images/common/index/scroll.png');
}


/*------------ more ------------*/

section .more {
    color: #fff;
    line-height: 35px;
    max-width: 165px;
    margin: 35px auto 0;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    transition: all .2s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3eb3d0+0,2baf35+100 */
background: #3eb3d0; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3eb3d0 0%, #2baf35 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #3eb3d0 0%,#2baf35 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #3eb3d0 0%,#2baf35 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb3d0', endColorstr='#2baf35',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

section .more:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#278aa3+0,238d2c+100 */
    background: #278aa3;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #278aa3 0%, #238d2c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #278aa3 0%, #238d2c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #278aa3 0%, #238d2c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#278aa3', endColorstr='#238d2c', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    transition: all .2s;
}


/*------------ sect1 ------------*/

.sect1 {
    max-width: 1820px;
    margin: 0 auto;
    background: url('../../images/common/index/about-bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0px 0 93px;
    position: relative
}

.sect1::after {
    content: url('../../images/common/index/about-pic2.png');
    position: absolute;
    right: -50px;
    top: 0;
}


/*----- news ----*/

.news-box {
    position: relative;
    top: -20px;
    margin: 0 0 20px;
}

.news-box .title {
    background: #006833;
    color: #fff;
    width: 155px;
    line-height: 50px;
    font-family: "Times New Roman";
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    float: left;
}

.news-box .news-marquee {
    background: #fff;
    padding: 15px;
    height: 50px;
    float: right;
    width: calc(100% - 155px);
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.2;
}

.news-marquee .date {
    /* border-bottom: 1px solid #664C00; */
    display: inline-block;
    color: #545454;
    padding-right: 10px;
    margin-right: -5px;
}

.news-marquee .name {
    /* border-bottom: 1px solid #000000; */
    display: inline-block;
}


/*----- about ----*/

.about-box {
    position: relative;
}
.about-box .more{
        color: #fff;
    line-height: 35px;
    width: 60px;
    height: 90px;
    margin: 0;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    transition: all .2s;
    background: url(../../images/common/index/index-more.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    right: 50px;
    bottom: -40px;
    z-index: 30;
}
.about-box .more:hover{
    background: url(../../images/common/index/index-more-hover.png) no-repeat;
}
.about-box .pic {
    position: absolute;
    top: 0;
    max-width: 643px;
}

.about-box .text {
    padding: 45px 70px 45px 200px;
    background: #fff;
    border: 5px solid #FFFFFF;
    max-width: 915px;
    margin: 47px 0 0 0;
    box-sizing: border-box;
    float: right;
    position: relative;
    width: 100%;
    border: 1px solid #D9E1E8;
    min-height: 400px;
}

.about-box .text .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
    position: relative;
    font-weight: 300;
}

.about-box .text .title::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #545454;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}


/*------------ products ------------*/

.products-sect {
    padding: 30px 0 35px 0;
}

.products-sect .title {
    font-size: 32px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 0 0 30px;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
}
.products-sect .title::after{
    content: "";
    width: 1px;
    height: 20px;
    background: #000;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: calc(100% / 2 );
}

.products-arrow {
    position: absolute;
    top: 37px;
    right: 50px;
    width: 40px;
}

.products-arrow:before {
    content: "";
    display: block;
    width: 1px;
    /* height: 34px; */
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    right: 50%;
    margin: 24px 0 0 0;
}

.products-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
}

.products-arrow .slick-prev {
    /*left: -10px;*/
    background: url(../../images/common/index/arrLeft.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
}
button.slick-prev.slick-arrow:hover{
    background: url(../../images/common/index/arrLeft-hover.png) no-repeat;
}
.products-arrow .slick-next {
    right: -55px;
    background: url(../../images/common/index/arrRight.png) no-repeat;
    width: 40px;
    height: 40px;
    background-size: cover;
}
button.slick-next.slick-arrow:hover{
    background: url(../../images/common/index/arrRight-hover.png) no-repeat;
}
.products-arrow .slick-arrow:before {
    color: #ABABAB;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border: 1px solid #ABABAB;
    border-radius: 50%;
    display: block;
    line-height: 40px;
}

.products-arrow .slick-arrow:hover:before {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3eb3d0+0,2baf35+100 */
    background: #3eb3d0;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3eb3d0 0%, #2baf35 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3eb3d0 0%, #2baf35 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3eb3d0 0%, #2baf35 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3eb3d0', endColorstr='#2baf35', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.products-arrow .slick-prev:before {
  /*  content: "\e100e";*/
}

.products-arrow .slick-next:before {
    /*content: "\e1020";*/
}

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

.product-list li {
    width: 20%;
    padding: 0 17px;
}

.product-list li a {
    margin: 0 auto;
    max-width: 260px;
    display: block;
    box-sizing: border-box;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    border: 1px solid #fff;
    margin: 0 auto 3px;
    max-width: 260px;
}

.product-list .pic:before,
.product-list .pic:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.product-list .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .4);
    z-index: 50;
}



.product-list a:hover .pic:before,
.product-list a:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}
.product-list li::after{
    content: '';
    display: block;
    margin: auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.product-list li:hover:after {
    width: 100%;
    background: #777;
}
.product-list li a:hover .pic:after {
    top: 50%;
}

.product-list .text {
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8px 10px;
    position: relative;
    transition: all .2s;
}


.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.product-list li .offers {
    color: #444444;
    font-size: 18px;
    position: relative;
}

.product-list li .offers i {
    font-size: 18px;
    color: #8DC21F;
    vertical-align: middle;
    display: inline-block;
    margin: 0 5px 3px 0;
}


/*------------ ad ------------*/

.ad-sect {
    padding-bottom: 60px;
}


/*------------ sect4 ------------*/

.sect4 {
    margin: -50px 0 50px;
}


/*------------ rwd ------------*/
@media screen and (max-width: 1520px) {
    .about-box .text{
        padding: 45px 70px 45px 280px;

    }
}
@media screen and (max-width: 1420px) {
    .about-box .pic {
        max-width: 515px;
    }
    
}

@media screen and (max-width: 1280px) {
    .sect1 {
        padding: 0px 0 50px;
    }
    .about-box .text {
        padding: 45px 70px;
        background: rgba(255,255,255,0.8);
        min-height: inherit;
    }
    .about-box .pic {
       /* position: static;
        margin: 15px auto 0;*/
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .sect1::after {
        width: 200px;
        right: 0px;
    }
    .about-box .text {
        padding: 45px 70px 45px 180px;
    }
    .about-box .pic {
        max-width: 600px;
    }
}

@media screen and (max-width: 900px) {
    .sect1::after {
        width: 150px;
        right: 0px;
    }
    .about-box .text {
        padding: 25px 35px;
    }
}

@media screen and (max-width: 600px) {
    .banner .slick-arrow {
        transform: scale(0.6);
    }
    .banner .slick-prev {
        left: -10px;
        bottom: 20px;
    }
    .banner .slick-next {
        bottom: -10px;
        left: 20px;
    }
    .sect1::after {
        display: none;
    }
    .news-box .title,
    .news-box .news-marquee {
        float: none;
        width: auto;
        height: 35px;
        line-height: 35px;
    }
    .news-box .news-marquee {
        padding: 0 10px;
    }
    .news-marquee .date,
    .news-marquee .name {
        line-height: 1.2;
    }
    .products-sect .title {
        padding-bottom: 30px;
    }
    .products-sect .title::after{
        display: none;
    }
    .products-arrow {
        left: 50%;
        top: 77px;
        margin: 0 0 0 -32px;
    }
}