﻿@charset "UTF-8";
/*
   公用变量
*/
/* color
-------------------------- */
/* Border
-------------------------- */
/* Box-shadow
-------------------------- */
/* Fill
-------------------------- */
/* Font
-------------------------- */
/* Disable base
-------------------------- */
/* Transition
-------------------------- */
.home, .home li, .home a, .home dd, .home dt, .home p, .home h4, .home h5, .home h3 {
    font: 14px "Microsoft Yahei", Tahoma, Simsun, sans-serif, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti;
}

.nav-slide {
    /*overflow: hidden;*/
    background-color: #453F4B;
}

    .nav-slide .hide {
        display: none;
    }

    .nav-slide .nav-l {
        position: relative;
        float: left;
        width: 268px;
        height: 478px;
    }

    .nav-slide .nav-slide-middle {
        height: 460px;
        overflow: hidden;
    }

        .nav-slide .nav-slide-middle .swiper-container {
            height: 478px;
        }

        .nav-slide .nav-slide-middle .pagination {
            position: absolute;
            z-index: 20;
            bottom: 10px;
            width: 100%;
            text-align: center;
        }

        .nav-slide .nav-slide-middle .swiper-pagination-switch {
            display: inline-block;
            width: 30px;
            height: 2px;
            background: rgba(255, 255, 255, 0.5);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7fffffff,endColorstr=#7fffffff);
            margin: 0 5px;
            cursor: pointer;
        }

        .nav-slide .nav-slide-middle .swiper-active-switch {
            background: #fff;
            border: 2px solid #fff;
            border-radius: 100px;
        }

    .nav-slide .nav-slide-r {
        float: right;
        width: 190px;
        position: relative;
    }

        .nav-slide .nav-slide-r .nav-slide-r-title {
            padding: 10px 0;
            height: auto;
            background: #c31032;
            background: -webkit-gradient(linear, left top, left bottom, from(#e60133), to(#c01132));
            background: -webkit-linear-gradient(#e60133, #c01132);
            background: -o-linear-gradient(#e60133, #c01132);
            background: linear-gradient(#e60133, #c01132);
        }

            .nav-slide .nav-slide-r .nav-slide-r-title a {
                display: inline-block;
                width: 92px;
                text-align: center;
                color: #fff;
                border-right: 1px solid #fff;
            }

                .nav-slide .nav-slide-r .nav-slide-r-title a:first-child + a {
                    border-right: 0;
                }

.hot-product {
    margin: 15px 0 30px;
    background-color: #fff;
}

    .hot-product .title {
        padding: 10px 20px;
        height: auto;
        overflow: hidden;
    }

        .hot-product .title h3 {
            height: 60px;
            margin-top: 35px;
            background: url(../../images/popular.png) center top no-repeat;
            background-size: 165px;
        }

            .hot-product .title h3 span {
                margin-top: 5px;
                font-size: 16px;
                font-weight: normal;
                letter-spacing: normal;
            }

            .hot-product .title h3 a {
                float: right;
                margin-top: 40px;
                font-size: 14px;
                color: #333;
                font-weight: normal;
                letter-spacing: normal;
                text-decoration: underline;
            }

                .hot-product .title h3 a::after {
                    content: "";
                }

        .hot-product .title a:hover {
            color: #7931F8;
            text-decoration: underline;
        }

    .hot-product .product-list {
        padding: 20px;
        padding-top: 0;
        overflow: hidden;
    }

        .hot-product .product-list .items {
            float: left;
            margin-left: 25px;
            margin-top: 25px;
            width: 204px;
            border: 1px solid #E0E0E0;
            border-radius: 4px;
            text-align: center;
        }

            .hot-product .product-list .items:hover {
                border: 1px solid #7931F8;
            }

            .hot-product .product-list .items:nth-child(5n + 1) {
                margin-left: 0;
            }

            .hot-product .product-list .items .img {
                margin: 5px auto 10px;
                font-size: 0;
                width: 199px;
                height: 199px;
                border-radius: 3px;
                background: #eaeaea url(../../images/goodsImg.png) no-repeat center;
                text-align: center;
                line-height: 199px;
            }

                .hot-product .product-list .items .img img {
                    max-width: 100%;
                    max-height: 199px;
                }

            .hot-product .product-list .items h4 {
                font-size: 15px;
                color: #333;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                word-break: break-all;
                white-space: nowrap;
                width: 206px;
                font-weight: bold;
                margin-top: 15px;
            }

            .hot-product .product-list .items h5 {
                margin: 5px 0 10px;
                color: #FF1B1B;
            }

            .hot-product .product-list .items p {
                font-size: 12px;
                height: 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

.zone-product {
    margin: 15px 0 30px;
    /*background-color: #fff;*/
}

    .zone-product .title {
        padding: 10px 20px;
        height: auto;
        overflow: hidden;
    }

        .zone-product .title h3 {
            height: 60px;
            margin-top: 35px;
            background: url(../../images/Zone.png) center top no-repeat;
            background-size: 165px;
        }

            .zone-product .title h3 span {
                margin-top: 5px;
                font-size: 16px;
                font-weight: normal;
                letter-spacing: normal;
            }

            .zone-product .title h3 a {
                float: right;
                margin-top: 40px;
                font-size: 14px;
                color: #333;
                font-weight: normal;
                letter-spacing: normal;
                text-decoration: underline;
            }

                .zone-product .title h3 a::after {
                    content: "";
                }

        .zone-product .title a:hover {
            color: #7931F8;
            text-decoration: underline;
        }

    .zone-product .product-list {
        padding: 20px;
        padding-top: 0;
        overflow: hidden;
        background-color: #fff;
        margin-bottom: 20px;
    }

        .zone-product .product-list .items {
            float: left;
            margin-left: 25px;
            margin-top: 10px;
            margin-bottom: 15px;
            width: 204px;
            border: 1px solid #E0E0E0;
            border-radius: 4px;
            text-align: center;
        }

            .zone-product .product-list .items:hover {
                border: 1px solid #7931F8;
            }

            .zone-product .product-list .items:nth-child(5n + 1) {
                margin-left: 0;
            }

            .zone-product .product-list .items .img {
                margin: 5px auto 10px;
                font-size: 0;
                width: 199px;
                height: 199px;
                border-radius: 3px;
                background: #eaeaea url(../../images/goodsImg.png) no-repeat center;
                text-align: center;
                line-height: 199px;
            }

                .zone-product .product-list .items .img img {
                    max-width: 100%;
                    max-height: 199px;
                }

            .zone-product .product-list .items h4 {
                font-size: 15px;
                color: #333;
                overflow: hidden;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                word-break: break-all;
                white-space: nowrap;
                width: 206px;
                font-weight: bold;
                margin-top: 15px;
            }

            .zone-product .product-list .items h5 {
                margin: 5px 0 10px;
                color: #FF1B1B;
            }

            .zone-product .product-list .items p {
                font-size: 12px;
                height: 20px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

/** lyc 2018-08-13 修改首页图片轮放 begin */
.home .slide-wrap {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
}

.slide-wrap .nav-slide-middle {
    width: 100%;
    height: 100%;
}

.slide-wrap .swiper-container {
    height: 100%;
}

.slide-wrap .arrow-left, .slide-wrap .arrow-right {
    position: absolute;
    top: 43%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 5px;
    border-radius: 2px;
    cursor: pointer;
}

.slide-wrap .arrow-left {
    left: 6px;
}

.slide-wrap .arrow-right {
    right: 6px;
}

/**lyc 2018-08-14 商品分类 begin */
.home .nav-l-out {
    float: left;
    background: #f9f9f9;
    color: #333333;
    height: 478px;
    /*新增限制  隐藏超出元素 和 滚动条*/
    max-height: 478px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

    .home .nav-l-out dl .cate_part {
        top: 0;
    }
/**lyc 2018-08-14 商品分类 end */
/** 合作公司 begin */

.nav-slide .nav-slide-r .nav-slide-r-about {
    margin-top: 5px;
}

    .nav-slide .nav-slide-r .nav-slide-r-about .items {
        position: relative;
        display: block;
        padding: 10px;
        height: 130px;
        margin-bottom: 5px;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, 0.7);
        -webkit-transition: background-color 0.4s;
        -ms-transition: background-color 0.4s;
        -o-transition: background-color 0.4s;
        -moz-transition: background-color 0.4s;
        transition: background-color 0.4s;
    }

        .nav-slide .nav-slide-r .nav-slide-r-about .items:hover {
            background-color: rgba(255, 255, 255, 0.9);
        }

        .nav-slide .nav-slide-r .nav-slide-r-about .items h3 {
            color: #333;
            font-weight: bold;
            font-size: 15px;
        }

        .nav-slide .nav-slide-r .nav-slide-r-about .items p {
            color: #666;
        }

        .nav-slide .nav-slide-r .nav-slide-r-about .items .design-img {
            background: url(../../images/icon13.png) no-repeat center;
            width: 100px;
            height: 69px;
            display: block;
            position: absolute;
            right: 0;
            bottom: 10px;
        }

        .nav-slide .nav-slide-r .nav-slide-r-about .items .unit-img {
            background: url(../../images/icon14.png) no-repeat center;
            width: 100px;
            height: 69px;
            display: block;
            position: absolute;
            left: 0;
            bottom: 10px;
        }

        .nav-slide .nav-slide-r .nav-slide-r-about .items:first-child + a h3, .nav-slide .nav-slide-r .nav-slide-r-about .items:first-child + a p {
            text-align: right;
        }

        .nav-slide .nav-slide-r .nav-slide-r-about .items .suplier-img {
            background: url(../../images/icon15.png) no-repeat center;
            width: 100px;
            height: 69px;
            display: block;
            position: absolute;
            right: 0;
            bottom: 10px;
        }

/** 合作公司 end */

.list-r-tilte-r {
    padding: 10px 0;
    float: right;
    min-width: 190px;
    width: 190px;
    height: 40px;
    background: #c31032;
    background: -webkit-gradient(linear, left top, left bottom, from(#e60133), to(#c01132));
    background: -webkit-linear-gradient(#e60133, #c01132);
    background: -o-linear-gradient(#e60133, #c01132);
    background: linear-gradient(#e60133, #c01132);
}

    .list-r-tilte-r a {
        display: inline-block;
        width: 92px;
        text-align: center;
        font: 14px/16px "Microsoft Yahei", Tahoma, Simsun, sans-serif, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti;
        color: #fff;
        border-right: 1px solid #fff;
    }

        .list-r-tilte-r a:last-child {
            border-right: none;
        }

.head-title {
    min-height: 40px;
}

    .head-title > div {
        display: flex;
    }

    .head-title .all {
        display: flex;
        width: 270px;
        height: 48px;
        align-items: center;
        padding: 0 20px;
        color: #fff;
        background-color: #7931F8;
        cursor: pointer;
        position: relative;
        z-index: 9999;
    }

        .head-title .all::after {
            content: "";
            display: block;
            clear: both;
        }

        .head-title .all .all_title {
            display: inline-block;
            padding: 10px 0;
            text-indent: 10px;
            font-size: 16px;
            flex: 1;
        }

            .head-title .all .all_title.down_bg {
                background: url(../../images/icon_down.png) 90% center / 15px no-repeat;
                width: 100%;
                color: #fff;
            }

        .head-title .all .arrow {
            transition: 0.3s;
            transform: rotate(180deg);
        }

            .head-title .all .arrow.up {
                transform: rotate(0deg);
            }

    .head-title .news {
        height: 40px;
        line-height: 40px;
    }

        .head-title .news li {
            display: inline-block;
            width: 100px;
            text-align: center;
            color: #333333;
            font-weight: bold;
            cursor: pointer;
        }

            .head-title .news li a {
                display: block;
            }

                .head-title .news li a:hover {
                    color: #7931F8;
                }

            .head-title .news li.active a {
                color: #7931F8;
            }

.wrapper .home .w1190 .hot-product {
    position: relative;
}

    .wrapper .home .w1190 .hot-product .skip-list {
        position: fixed;
        top: 50%;
        margin-top: -75px;
        left: calc(50% - 725px);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        width: 120px;
        overflow: hidden;
    }

        .wrapper .home .w1190 .hot-product .skip-list:hover {
            opacity: 1;
        }

        .wrapper .home .w1190 .hot-product .skip-list li.active {
            background-color: #7931F8;
        }

            .wrapper .home .w1190 .hot-product .skip-list li.active a {
                color: #FFFFFF;
                font-size: 16px;
            }

        .wrapper .home .w1190 .hot-product .skip-list li {
            text-align: center;
            color: #ffffff;
            background-color: #F5F2F9;
        }

        .wrapper .home .w1190 .hot-product .skip-list .hotel a, .wrapper .home .w1190 .hot-product .skip-list .sypply a {
            padding-left: 15px;
            border-bottom: 1px solid #E0E0E0;
            background: url(../../images/icon_hotel.png) no-repeat center left / 20px;
        }

        .wrapper .home .w1190 .hot-product .skip-list .sypply a {
            background-image: url(../../images/icon_suplly.png);
        }

        .wrapper .home .w1190 .hot-product .skip-list li a {
            display: inline-block;
            width: 90%;
            height: 50px;
            line-height: 50px;
        }

.stopContent {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

    .stopContent .content {
        width: 896px;
        height: 400px;
        margin-left: calc(50% - 354px);
        background-color: rgba(0, 0, 0, 0.75);
        text-align: center;
        transition-duration: 1s;
        /*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5), -2px 0 5px rgba(0, 0, 0, 0.5);*/
    }

        .stopContent .content h3 {
            padding: 10px 0;
            color: red;
            font-size: 20px;
        }

        .stopContent .content .text {
            padding: 0 20px;
            text-align: left;
            font-size: 14px;
            text-indent: 30px;
            color: #fff;
            letter-spacing: 3px;
        }

            .stopContent .content .text b {
                color: orange;
            }

            .stopContent .content .text .guest {
                text-indent: 0;
            }

            .stopContent .content .text p {
                line-height: 30px;
            }

            .stopContent .content .text .end {
                font-size: 15px;
                line-height: 25px;
                text-align: right;
            }

    .stopContent .showBtn {
        width: 896px;
        margin-left: calc(50% - 354px);
        height: 40px;
        bottom: 5px;
        background: url(../../images/icon_bigdown.png) no-repeat;
        background-color: rgba(0, 0, 0, 0.75);
        background-position: center;
        background-size: 30px;
        cursor: pointer;
    }

        .stopContent .showBtn.on {
            transform: rotate(180deg);
        }

.fl {
    float: left;
}

.fr {
    float: right;
}
a {
    text-decoration: none  !important;
}