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

.banner {
    position: relative;
}

.slick-arrow {
    position: absolute;
    width: 60px;
    height: 75px;
    display: block;
    border: 0;
    top: 50%;
    margin: -37px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png');
}

.slick-prev {
    left: 90px;
}

.slick-next {
    left: auto;
    right: 90px;
    background-position: 0 100%;
}




/*------------ title ------------*/


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

.more {
    transition: all .2s;
    text-align: center;
    font-size: 18px;
    color: #D83500;
    line-height: 1.2;
    padding: 10px 0;
    font-family: 'Abel';
    font-weight: 600;
    position: relative;
    margin: 40px auto;
    max-width: 310px;
}
.more:before,
.more:after,
.more i{
    transition:all .3s ease;
}
.more:before {
   content:'';
   width:148px;
   height:1px;
   background:#D93600;
   position:absolute;
   top:0;
   display:block;
   left:65px;
   margin:0 auto;
}

.more:after {
   content:'';
   width:148px;
   height:1px;
   background:#D93600;
   position:absolute;
   bottom:0;
   display:block;
   right:65px;
   margin:0 auto;
}
.more:hover:before,
.more:hover:after{
    width:250px;
    background:#000000;
}

.more i {
   color:#D83500;
   font-size:45px;
   position:absolute;
   display:block;
}
.more .top-btn{
    top:-22px;
    left:210px;
}
.more:hover .top-btn{
    left:280px;
    color:#000;
}
.more .down-btn{
    bottom:-22px;
    left:40px;
}
.more:hover .down-btn{
    left:-60px;
    color:#000;
}
.more:hover {
    color: #444;
    transition: all .2s;
}
/*------------ news ------------*/

.news-list {
    margin: -85px -5px 0;
}

.news-list li {
    width: 25%;
}

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

.news-list li a {
    transition: all .2s;
    background: #F2F2F2;
    border: 5px solid #FFFFFF;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px;
}

.news-list li:nth-child(1) a {
    background: #FFFBDF;
}

.news-list li:nth-child(2) a {
    background: #FFE3B9;
}

.news-list li:nth-child(3) a {
    background: #fffbdf;
}

.news-list li:nth-child(4) a {
    background: #FFE3B9;
}

.news-list .cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    transition: all .2s;
}

.news-list .cover:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -45px 0 0 -35px;
    background: url('../../images/common/news/hover.png');
    opacity: 0;
    transition: all .2s;
}

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

.news-list a:hover .cover:before {
    top: 50%;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    max-width: 304px;
    margin: 0 auto;
}

.news-list li .date,
.news-date {
    position: relative;
    text-align: center;
    display: block;
    line-height: 1;
    margin: 0 -25px 0px;
}

.news-list li .date:after,
.news-date:after {
    left: auto;
    right: 0;
}

.news-list li .date b,
.news-date b {
    font-size: 21px;
    font-weight: bold;
    color: #634E38;
    display: block;
    position: relative;
    margin: 40px auto 30px;
    line-height: 44px;
    font-family: 'Abel';
    transition: all .2s;
    background: url(../../images/common/news/date.png)no-repeat;
    width: 90px;
    height: 42px;
}

.news-list li .date i,
.news-date i {
    font-size: 65px;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    transition: all .2s;
    display: none;
}

.news-list li .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    line-height: 20px;
    color: #6C563E;
    margin: 0 15px 20px;
    font-size: 15px;
}

.news-list li .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    color: #D93600;
    height: auto;
    text-align: center;
    font-size: 21px;
    font-weight: lighter;
    margin: 5px 10px 15px;
}




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

.ad-sect .col {
    width: 50%;
    float: left;
}

.ad-sect .col img {
    width: 100%;
}

.ad-sect .col a {
    transition: all .2s;
}

.ad-sect .col a:hover {
    opacity: .5;
    transition: all .2s;
}

.ad-sect {
    margin: 30px 0 0;
}

.ad-sect.has-html {
    margin: 50px 0px;
}

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

.products-sect {
    margin: 100px 0 0px;
    background: #FFFCF2;
    padding: 10px 0 50px;
}

.products-sect .title {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    margin: -28px 0 100px;
    position: relative;
}

.products-sect .title:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #FF9326;
    display: block;
    position: absolute;
    bottom: 16px;
    z-index: 0;
}

.products-sect .title span {
    background: #ffffff;
    z-index: 1;
    position: relative;
    display: block;
    padding: 0 20px;
    max-width: 90px;
    text-align: center;
    margin: 0 auto;
}

.products-sect .title span:after {
    content: '';
    width: 140px;
    height: 16px;
    background: #fffcf2;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: -1;
}

.products-sect .title i {
    position: relative;
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.products-sect .title i:after {
    content: 'Products';
    display: block;
    position: absolute;
    left: -33px;
    right: 0;
    bottom: -85px;
    text-align: center;
    margin: 0 auto;
    width: 140px;
    font-family: 'Alex Brush';
    font-size: 35px;
    font-style: italic;
}

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

.product-list:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #FF9326;
    position: absolute;
    display: block;
    top: 51%;
}

.product-list li {
    width: 25%;
    padding: 0 20px 65px;
    margin: 0px auto 30px;
}

.products-sect .more {
    margin: 0 auto;
}

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

.product-list li:nth-child(5),
.product-list li:nth-child(6),
.product-list li:nth-child(7),
.product-list li:nth-child(8) {
    margin-top: 10px;
    margin-bottom: 0;
}

.product-list>li>a {
    margin: 50px auto 0;
    max-width: 330px;
    box-sizing: border-box;
}

.product-list .pic {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    z-index: 1;
}

.product-list li.has-top .cover {
    position: absolute;
    display: block;
    top: -20px;
    right: -20px;
    z-index: 15;
    width: 70px;
    height: 68px;
    background: url('../../images/common/products/ic.png');
}

.product-list a:hover .pic {
    opacity: .5;
    transition: all .2s;
}

.product-list .text {
    margin: 15px auto 10px;
    padding: 0 5px;
    line-height: 1.2;
}

.product-list .btn.style01 {
    width: 120px;
    height: 31px;
    background: none;
    text-align: left;
    color: #FF9326;
    font-size: 18px;
    border-radius: 0;
    margin: 8px 0;
}

.product-list .btn.style01:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #D93600;
    position: absolute;
    left: 40px;
    bottom: -10px;
    transition: all .2s;
}

.products-sect .btn.style01 i {
    margin-top: 5px;
}
.products-sect .btn.style01:hover {
    box-shadow:none;
}
.products-sect .btn.style01 i {
    background-position:0 0;
}
.product-list .box:hover .btn.style01 {
    color: #D93600;
}

.products-sect .box:hover .btn.style01:after {
    width: 75px;
}

.product-list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #D83500;
    font-size: 18px;
    height: 20px;
    margin: 5px 0;
}

.product-list .description {
    font-size: 14px;
    line-height: 1.45;
    color: #666666;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-list .shopping_way.hot {
    margin-bottom: 10px;
}

.product-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/ic.png') no-repeat;
    width: 65px;
    height: 65px;
    position: absolute;
    z-index: 15;
    top: -10px;
    background-size: contain;
}

.product-list .pic-box .btn.wish {
     content: '';
    background: url('../../images/common/products/wish_tag.png');
    width: 62px;
    height: 62px;
    position: absolute;
    z-index: 20;
    right: -10px;
    top: -10px;
}

.product-list .pic-box {
    position: relative;
}

.product-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-list .pic img {
    width: 100%;
}



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

.about-sect {
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0 0 40px;
}

.about-sect .container {
    padding: 80px 10px 120px;
    background: url(../../images/common/index/about.png)center no-repeat;
    background-size: cover;
}

.about-sect .editor {
    max-width: 1034px;
    margin: 0 auto;
}

.about-sect .title {
    font-size: 52px;
    color: #FF9226;
    text-align: center;
    margin: 0 0 10px;
    font-family: 'Alex Brush';
}

.about-more {
    background: #FF9226;
    border-radius: 8px;
    width: 44px;
    height: 44px;
    font-weight: lighter;
    margin: 45px auto 0;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    display: block;
    transition: all .2s;
}

.about-more:hover {
    background: #D93600;
    transition: all .2s;
}




/*------------ rwd ------------*/

@media screen and (max-width: 1200px) {
    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }

    .product-list li {
        padding: 0 10px 45px;
        margin-bottom: 0;
    }

    .product-list li:nth-child(5),
    .product-list li:nth-child(6) {
        margin-top: 20px
    }
}

@media screen and (max-width: 1100px) {
    .news-list {
        margin: -50px -5px 0;
    }

    .news-list li {
        width: 50%;
        margin-bottom: 10px;
    }

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

    .product-list li {
        width: 50%;
    }

    .news-list li .date b,
    .news-date b {
        margin: 15px auto;
    }
}

@media screen and (max-width: 1000px) {
    .banner {
        padding: 0;
    }

    .more {
        margin-top: 15px;
    }

    .products-sect .title span {
        font-size: 18px;
    }

    .product-list .name {
        font-size: 16px;
        height: auto;
        padding: 1px 0;
    }

    .product-list .description {
        font-size: 14px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 40px;
    }

    .product-list .text {
        margin: 15px auto 5px;
    }

    .product-list li {
        padding: 0 5px 10px;
        margin-bottom: 30px;
    }

    .product-list>li>a {
        margin: 10px auto 0;
    }

    .products-sect {
        margin: 50px 0 0;
    }

    .products-sect .title {
        margin-bottom: 60px;
        margin-top:-18px;
    }

    .products-sect .title i:after {
        bottom: -60px;
    }

    .products-sect .title i {}

    .about-sect {
        /* padding: 25px 0; */
        /* margin: 0 0 10px; */
    }

    .about-sect .title {
        font-size: 26px;
    }

    .about-sect .editor {
        max-width: 700px;
    }

    .about-sect .container {
        padding: 60px 10px;
    }

    .about-more {
        width: 35px;
        height: 35px;
        margin: 5px auto 0;
        line-height: 35px;
        font-size: 18px;
    }

    .ad-sect {
        margin: 10px 0 0;
    }

    .ad-sect.has-html {
        margin: 10px 0 30px;
    }

    .news-list li .name {
        font-size: 16px;
        margin: 10px 0;
    }

    .news-list li .description {
        margin: 0 0px 15px;
        font-size: 14px;
    }

    .news-sect {
        margin-bottom: 30px;
    }

    .products-sect .more {
        padding: 15px 0;
    }

    .product-list .btn.style01 {
        margin-top: 0;
    }

    .product-list li:nth-child(5),
    .product-list li:nth-child(6),
    .product-list li:nth-child(7),
    .product-list li:nth-child(8) {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .product-list:before {
        display: none;
    }
    .product-list{
        margin:0;
    }
}

@media screen and (max-width: 600px) {
    .slick-arrow {
        transform: scale(0.5);
    }

    .slick-next {
        right: -10px;
    }

    .slick-prev {
        left: -10px;
    }

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