.wrapper {
    background: #F3F3F3;
}

/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner .slick-arrow {
    position: absolute;
    width: 58px;
    height: 58px;
    display: block;
    border: 0;
    top: 50%;
    margin: -32px 0 0 0;
    z-index: 100;
    cursor: pointer;
    background: url('../../images/common/index/arrow.png') no-repeat;
    background: url('../../images/common/index/arrow.svg') no-repeat;
}

.banner .slick-prev {
    left: 35px;
}

.banner .slick-next {
    left: auto;
    right: 35px;
    transform: rotate(180deg);
}

.banner .slick-arrow:hover {
    background-position: 0 100%;
}

/*------------ sect01 ------------*/

.sect01 {
    padding: 50px 0 50px;
}

/*------------ ad01 ------------*/

.ad-box01 {
    float: left;
    width: 36%;
}

/*------------ products ------------*/

.pd-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 18.5px 15px;
}

.pd-txt-area {
    width: 100%;
}

.products-box {
    float: right;
    width: 61%;
}

.products-box .title {
    text-align: left;
    line-height: 1.2;
    color: #000;
    font-size: 20px;
    position: relative;
    margin: 0 0 30px;
}

.products-box .title b {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
    font-family: 'Arial', serif;
}

/* btn */

.products-box .title a {
    font-size: 0;
    width: 38px;
    height: 38px;
    background: #E3007E;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    top: -1px;
    left: 280px;
}

.sect03 .products-box .title a {
    left: 280px;
}

.products-box .title a::before {
    content: '\e1020';
    display: inline-block;
    vertical-align: middle;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 11px;
    left: 10px;
    transition: all 0.3s ease;
}

.products-box .title a:hover {
    background: #02020A;
}

.products-box .title a:hover:before {
    color: #E3007E;
}

/* btn */

.hot-arrow, .hot-arrow2 {
    position: absolute;
    top: 27px;
    right: 0;
    width: 78px;
}

.hot-arrow .slick-arrow, .hot-arrow2 .slick-arrow {
    width: 38px;
    height: 38px;
    display: inline-block;
    z-index: 100;
    color: transparent;
    border: 0;
    position: absolute;
    cursor: pointer;
    background: url('../../images/common/index/arrow2.png');
    left: 0;
}

.hot-arrow .slick-next, .hot-arrow2 .slick-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}

.hot-arrow .slick-arrow:hover, .hot-arrow2 .slick-arrow:hover {
    background-position: 0 100%;
}

.product-list, .product-list2 {
    margin: 0 -11px;
}

.product-list li, .product-list2 li {
    width: 25%;
    padding: 0 11px;
}

.product-list .box, .product-list2 .box {
    width: auto;
    min-height: 380px;
    margin: 0 auto;
    background: #FFFFFF;
    box-sizing: border-box;
    transition: all .3s ease;
    display: block;
    position: relative;
}

.product-list li .cover, .product-list2 li .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.product-list .box:hover, .product-list2 .box:hover {
    transition: all .3s ease;
}

.product-list .pic, .product-list2 .pic {
    width: auto;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
}

.product-list .pic img, .product-list2 .pic img {
    width: 100%;
}

.products-box .shopping_way.hot {
    margin: 15px auto 0;
    text-align: center;
}

.product-list .name, .product-list2 .name {
    text-align: center;
    line-height: 20px;
    color: #444444;
    font-size: 15px;
    height: auto;
    margin: 5px 0 5px;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-list .offers, .product-list2 .offers {
    color: #E3007E;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Arial', serif;
}

.product-list .text, .product-list2 .text {
    width: auto;
    margin: 0 auto;
}

.product-list .btn, .product-list2 .btn {
    background: #000000;
    color: #fff;
    display: block;
    padding: 16px 10px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: all .3s ease;
    border-radius: 0;
    font-family: 'Montserrat', serif;
}

.product-list .box:hover .btn, .product-list2 .box:hover .btn {
    background: #E3007E;
    color: #fff;
    transition: all .3s ease;
}

.product-list2 .box.new:before {
    width: 66px;
    height: 66px;
    content: '';
    background: url(../../images/common/products/top.png);
    position: absolute;
    display: block;
    z-index: 50;
    right: 0;
}

.product-list .box.hot:before {
    width: 66px;
    height: 66px;
    content: '';
    background: url(../../images/common/products/hot.png);
    position: absolute;
    display: block;
    left: 0;
    z-index: 50;
}

/*------------ sect02 ------------*/

.sect02 {
    background: url(../../images/common/index/about_bg.jpg) no-repeat top center;
    padding: 100px 0 30px;
    background-size: cover;
}

.sect02 .container {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: space-around;
}

/*------------ news ------------*/

.news-box .more {
    background: url(../../images/common/index/news_title.png);
    margin: 0 auto 20px;
}

.news-box .title {}

.news-box .title {
    text-align: left;
    line-height: 1.2;
    color: #FFF;
    font-size: 20px;
    position: relative;
    margin: 0 0 30px;
}

.news-box .title span {
    font-weight: bold;
    font-size: 45px;
    color: #FFF;
    line-height: 1.2;
    margin: 0 0 5px;
    letter-spacing: 0.4px;
    display: block;
    text-transform: uppercase;
}

/* btn */

.news-box .title a {
    font-size: 0;
    width: 38px;
    height: 38px;
    background: #E3007E;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    top: 10px;
    left: 325px;
}

.news-box .title a::before {
    content: '\e1020';
    display: inline-block;
    vertical-align: middle;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.3s ease;
}

.news-box .title a:hover {
    background: #02020A;
}

.news-box .title a:hover:before {
    color: #E3007E;
}

/* btn */

.news-box {
    float: left;
    width: 44%;
}

.news-list {
    margin: 0 -10px;
}

.news-list li {
    width: 50%;
    padding: 0 10px;
}

.news-list li:nth-child(2n+1) {
    clear: left;
}

.news-list li .box {
    transition: all .3s ease;
    background: #fff;
    padding: 12px;
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
}

.news-list li .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}

.news-list li .box:hover {
    background: #E3007E;
    transition: all .3s ease;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
}

.news-list li .date, .news-date {
    position: absolute;
    width: 57px;
    height: 63px;
    line-height: 1.2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: url('../../images/common/news/date.png');
    left: 25px;
    top: 0;
    z-index: 15;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #E3007E;
}

.news-list li .date b, .news-date b {
    font-size: 25px;
    color: #fff;
    display: block;
    transition: all .3s ease;
    margin: 3px 0 1px 0;
}

.news-list li .name {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin: 15px 0 5px;
}

.news-list .box:hover .name {
    color: #fff;
}

.news-list .years {
    color: #000;
    padding: 5px 0 0;
    display: block;
    display: none;
}

/*------------ about ------------*/

.about-box {
    float: right;
    width: 50%;
    position: relative;
    margin-left: 30px;
}

.about-box .more {
    position: absolute;
    bottom: 0;
    right: 50px;
    background: #E3007E;
    color: #fff;
    width: 79px;
    height: 59px;
    line-height: 19px;
    font-family: 'Arial', serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 20px;
    transition: all 0.3s ease;
}

.about-box .more:hover {
    background: #02020A;
}

.about-bg {
    padding: 80px 50px 125px;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
}

.about-bg>.title {}

.about-bg .editor {
    position: relative;
    color: #444444;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    height: 85px;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

/*------------ sect03 ------------*/

.sect03 {
    padding: 45px 0;
}

/*------------ ad01 ------------*/

.ad-box02 {
    float: right;
    width: 36%;
}

/*------------ products ------------*/

.sect03 .products-box {
    float: left;
    width: 61%;
}

/*------------ rwd ------------*/

@media screen and (max-width: 1280px) {
    .ad-box01, .products-box, .news-box, .about-box, .ad-box02, .sect03 .products-box {
        float: none;
        width: 100%;
        text-align: center;
    }
    .news-box, .about-box {
        /* max-width: 800px; */
        /* margin: 0 auto; */
    }
    .about-box {}
    .products-box .title {}
    .pd-flex {
        height: auto;
    }
    .product-list .box>a, .product-list2 .box>a {
        height: auto;
        min-height: auto;
    }
    .news-list li .box {
        max-width: unset;
    }
   
    .about-box {
        padding: 205px 0 0;
    }
    .ad-box01 {
        padding: 0 0 30px;
    }
    .ad-box02 {
        padding: 30px 0 0;
    }
}

@media screen and (max-width: 1000px) {
    .product-list .name, .product-list2 .name {
        font-size: 15px;
        margin: 4px 0;
    }
    .product-list .offers, .product-list2 .offers {
        font-size: 14px;
    }
    .shopping_way .general, .shopping_way .cold, .shopping_way .freezing {
        padding: 3px 5px;
        bottom: 3px;
        font-size: 12px;
    }
    .products-box .shopping_way.hot {
        margin: 5px auto 0;
    }
    .product-list .box>a, .product-list2 .box>a {}
    .product-list .btn, .product-list2 .btn {
        font-size: 12px;
    }
    .products-box .title {
        margin: 0 0 20px;
        font-size: 18px;
    }
    .news-list li .name {
        font-size: 16px;
        height: auto;
    }
    .news-list li a {
        padding: 12px 10px 10px;
    }
    .about-box {
        padding: 20px 0 0 0;
    }
    .sect03 {
        padding: 30px 0;
    }
    .news-list {
        margin: 0 10px;
    }
    .sect05 {
        padding: 0 5px 30px;
    }
    /* about */
    .about-bg {
        padding: 40px 20px 120px;
        text-align: left;
    }
    .about-bg .editor {
        -webkit-line-clamp: initial;
        height: auto;
        font-size: 16px;
    }
    .about-box {
        padding: 150px 20px 0;
        margin: 0 auto;
    }
    .about-box .more {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .about-box .title b {
        font-size: 25px;
        margin: 0 0 20px;
    }
    .about-box .title span.brand {
        font-size: 30px;
        display: none;
    }
    .about-box .title {
        position: absolute;
        z-index: 10;
        top: -107px;
        text-align: center;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .about-box .title span {
        font-size: 18px;
    }
    .sect02 .container {
        display: block;
    }
    /* product */
    .ad-box01 {
        padding: 0 5px 30px;
    }
    .ad-box02 {
        padding: 30px 5px 0;
    }
    .sect01 {
        padding: 30px 0;
    }
    .product-list .box, .product-list2 .box {
        min-height: unset;
    }
    .products-box .title b {
        margin: 0;
        font-size: 28px;
    }
    .products-box .title a {
        width: 30px;
        height: 30px;
        top: 0px;
        left: 240px;
    }
    .sect03 .products-box .title a {
        left: 240px;
        top: 1px;
    }
    .products-box .title a::before {
        font-size: 12px;
        left: 9px;
        top: 10px;
    }
    .hot-arrow, .hot-arrow2 {
        top: 12px;
    }
    /* news */
    .news-box .title span {
        font-size: 28px;
    }
    .news-box .title {
        font-size: 18px;
        padding-left: 20px;
    }
    .news-box .title a {
        width: 30px;
        height: 30px;
        top: 4px;
        left: 230px;
    }
    .news-box .title a::before {
        font-size: 12px;
        left: 9px;
        top: 10px;
    }
    .sect02 {
        padding: 30px 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-prev {
        left: 5px;
    }
    .banner .slick-next {
        left: auto;
        right: 5px;
    }
    .products-box .title {
        font-size: 16px;
    }
    .col.products-box {
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .hot-arrow, .hot-arrow2 {
        position: relative;
        left: 50%;
        margin: 0 0 0 -40px;
    }
    .products-box .title {
        margin: 0 0 70px;
    }
    .hot-arrow .slick-arrow, .hot-arrow2 .slick-arrow {}
    .news-list {
        margin: 0;
    }
    .news-list li .date, .news-date {
        left: 10px;
    }
    .product-list li, .product-list2 li {
        padding: 0 5px;
    }
    .product-list .box.hot:before {
        right: 0px;
    }
    .news-list li {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .about-box {
        padding: 120px 10px 0;
    }
    .news-box .title {
        padding-left: 10px;
    }
}

@media screen and (max-width: 360px) {
    .news-box .title a {
        top: 3px;
        left: 220px;
    }
}