/*分类+主打产品轮播图*/
.home-slider {
    height: 460px;
}

.home-slider .category-list {
    position: absolute;
    width: 280px;
    height: 420px;
    background-color: rgba(0,0,0,0.6);
    float: left;
    padding: 20px 0;
    z-index: 99;
}

.home-slider .category-list > ul > li > a:after {
    content: ' ';
    display: inline-block;
    width: 7px;
    height: 14px;
    position: absolute;
    top: 14px;
    right: 20px;
    background-image: url("../icons/arrow_r.png");
    background-position: center;
    background-size: cover;
}

.home-slider .category-list > ul > li:hover > a:after {
    background-image: url("../icons/arrow_r_white.png");
}

.home-slider .category-list .category-l {
    position: absolute;
    min-height: 460px;
    background-color: #fff;
    top: 0;
    left: 280px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.18);
    border: 1px solid #e0e0e0;
    display: none;
}

.home-slider .category-list > ul > li:hover .category-l{
    display: block;
}

.home-slider .category-list.category-l-1 {
    width: 236px;
}

.home-slider .category-list .category-l-2 {
    width: 473px;
}

.home-slider .category-list .category-l-3 {
    width: 795px;
}

.home-slider .category-list .category-l-4 {
    width: 900px;
}

.home-slider .category-list .category-l .c-list {
    padding-top: 15px;
}

.home-slider .category-list .category-l .c-title {
    position: relative;
    padding-left: 20px;
    margin: 0 20px 10px 20px;
    color: #757575;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.home-slider .category-list .category-l .c-title:before {
    content: ' ';
    display: block;
    background-color: #FF6700;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 3px;
}

.home-slider .category-list .category-l ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
    box-sizing: border-box;
}

.home-slider .category-list .category-l ul li {
    width: calc(100% / 3);
    margin-bottom: 8px;
}
.home-slider .category-list .category-l-2 ul li {
    width: calc(100% / 2);
    margin-bottom: 8px;
}

.home-slider .category-list .category-l ul li a {
    display: flex;
    align-items: center;
    color: #333;
    text-align: center;
    height: 100%;
    padding: 0 0 0 20px;
}

.home-slider .category-list .category-l ul li a:hover {
    background-color: #ffffff;
}

.home-slider .category-list .category-l ul li a img {
    display: inline-block;
    margin-right: 12px;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.home-slider .category-list .category-l ul li a span {
    display: inline-block;
    transition: color .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-slider .category-list li a {
    line-height: 42px;
    padding-left: 30px;
    color: #ffffff;
    display: block;
    position: relative;
}

.home-slider .slider-container {
    width: 100%;
    height: 100%;
    float: left;
}

.home-slider .slider-container .swiper-container {
    width: 100%;
    height: 100%;
}

.home-slider .slider-container .swiper-button-prev, .home-slider .slider-container .swiper-button-next {
    width: 40px;
    height: 68px;
    background-size: 32px;
}

.home-slider .slider-container .swiper-button-prev {
    left: 280px;
    background-image: url("../icons/left.png");
    background-size: auto;
}

.home-slider .slider-container .swiper-button-next {
    right: 0;
    background-image: url("../icons/right.png");
    background-size: auto;
}

.home-slider .slider-container .swiper-button-prev:hover, .home-slider .slider-container .swiper-button-next:hover {
    background-color: #747474;
}

.home-slider .slider-container .swiper-button-prev:hover {
    background-image: url("../icons/left_white.png");
}

.home-slider .slider-container .swiper-button-next:hover {
    background-image: url("../icons/right_white.png");
}

.home-slider .slider-container .swiper-pagination {
    text-align: right;
    padding-right: 50px;
    width: 1130px;
    z-index: 9;
    position: absolute;
    bottom: 16px!important;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    border: 2px solid #fff;
    border-color: rgba(255,255,255,0.3);
    border-radius: 10px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    _zoom: 1;
    background: #f5f5f5;
    background: rgba(0,0,0,0.4);
    opacity: 1;
    transition: all .3s;
}

.swiper-pagination-bullet:hover {
    background: rgba(255,255,255,0.4);
    border-color: #757575;
    border-color: rgba(0,0,0,0.4);
}

.swiper-pagination-bullet-active {
    background: rgba(255,255,255,0.4);
    border-color: #757575;
    border-color: rgba(0,0,0,0.4);
}

/* 产品列表 */

.product-container {
    background-color: #f5f5f5;
    padding: 0 0 20px 0;
    min-width: 1180px;
}

.product-items {
    margin-bottom: 60px;
}

.product-items h2.title {
    font-weight: normal;
    font-size: 18px;
    margin: 0;
    line-height: 40px;
    margin-bottom: 10px;
    color: #000000;
}

.product-items h2.title .more {
    float: right;
    color: #424242;
    font-size: 14px;
    transition: all .3s;
}

.product-items h2.title .more > .icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.product-items .items > li {
    position: relative;
    z-index: 1;
    width: 228px;
    height: 305px;
    overflow: hidden;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all .3s;
}

.product-items .items > li > .tag {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #83c44e;
    color: #ffffff;
    padding: 2px 0;
    width: 64px;
    font-size: 12px;
    text-align: center;
}

.product-items .items > li > .tag.tag-red {
    background-color: #e53935;
}

.product-items .items > li.full img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-items .items > li:nth-child(5n) {
    margin-right: 0;
}

.product-items .items > li:hover,
.product-main .main_p:hover img {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    z-index: 9;
}

.product-items .items > li > a {
    display: block;
    padding: 34px 10px 20px 10px;
}

.product-items .items > li .p_img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.product-items .items > li p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-items .items > li p.title {
    color: #000000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
}

.product-items .items > li p.desc {
    font-size: 12px;
    color: #757575;
    margin-top: 5px;
    white-space: normal;
    line-height: 22px;
    max-height: 44px;
}

.product-items .items > li p.price {
    text-align: center;
}

.product-items .items > li p.price > span {
    color: #757575;
}

.product-items .items > li p.price > span.price {
    color: #C70F0F;
    font-weight: 600;
    margin-left: 4px;
}

.product-main .main_p, .product-main .items {
    float: left;
}

.product-main .main_p {
    width: 228px;
}

.product-main .main_p img {
    width: 100%;
    height: 621px;
    transition: all .3s;
}

.product-main .items {
    width: 942px;
    padding-left: 10px;
}

.product-main .items > li:nth-child(5n) {
    margin-right: 10px;
}

.product-main .items > li:nth-child(4n) {
    margin-right: 0;
}

.recommend-container {
    margin-top: 16px;
    margin-bottom: 22px;
}

.recommend-container ul {
    display: flex;
    justify-content: space-between;
}

.recommend-container ul li {
    width: 280px;
    transition: all .3s;
}

.recommend-container ul li:hover {
    box-shadow: 1px 7px 17px #c1c1c1;
}

.recommend-container ul li a {
    display: block;
    height: 160px;
}

.recommend-container ul li img {
    display: block;
    width: 100%;
    height: 100%;
}