﻿/*reset***************************************/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
th,
td,
a,
s,
b,
u,
i,
sub,
sup,
em {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "华文细黑", SimSun, "宋体", sans-serif;
    border: 0 none;
    outline: 0;
    list-style: none;
    color: #373A45;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

html {
    font-size: 12px;
}

body {
    width: 100%;
    height: 100%;
    color: #333333;
    position: relative;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.wrap {
    width: 1160px;
    margin: 0 auto;
}

a:hover {
    color: #8fc320;
}

.banner #banner-slide {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .banner #banner-slide .hd {
        position: absolute;
        bottom: 21px;
        left: 445px;
        overflow: hidden;
        z-index: 1;
    }

        .banner #banner-slide .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .banner #banner-slide .hd ul li {
                float: left;
                width: 50px;
                height: 4px;
                background-color: #ADADAC;
                margin-right: 8px;
                cursor: pointer;
            }

            .banner #banner-slide .hd ul .on {
                background-color: #8fc320;
            }

    .banner #banner-slide .bd {
        position: relative;
        z-index: 0;
    }

        .banner #banner-slide .bd li {
            zoom: 1;
            vertical-align: middle;
        }

            .banner #banner-slide .bd li img {
                width: 100%;
                height: auto;
                display: block;
            }

    .banner #banner-slide .prev,
    .banner #banner-slide .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../images/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .banner #banner-slide .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }

        .banner #banner-slide .prev:hover,
        .banner #banner-slide .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

.accordion {
    width: 1160px;
    margin: 0 auto;
}

    .accordion .fsbanner {
        position: relative;
        overflow: hidden;
        height: 100px;
        color: white;
        font-size: 20px;
        font-family: Verdana;
        font-weight: bold;
        -webkit-text-stroke: 1px black;
        margin-top: 22px;
    }

        .accordion .fsbanner div {
            position: absolute;
            background-size: cover;
            cursor: pointer;
            top: 0px;
            left: 0px;
        }

        .accordion .fsbanner span {
            display: none;
        }

.section-title {
    margin-top: 60px;
    margin-bottom: 40px;
    width: 100%;
    height: 76px;
}

    .section-title img {
        margin-left: 455px;
        margin-top: 54px;
    }

.section-focus .section-title {
    background: url(../images/section-focus.png) no-repeat center center;
    position: relative;
}

    .section-focus .section-title img {
        float: left;
        margin-top: 54px;
    }

    .section-focus .section-title .customer-logo {
        position: absolute;
        right: -7px;
        top: -7px;
    }

.section-focus .focus-detail-1 {
    overflow: hidden;
    background-color: #fff;
    padding-top: 30px;
}

    .section-focus .focus-detail-1 .artical {
        float: left;
        width: 792px;
        overflow: hidden;
    }
        /*.section-focus .focus-detail-1 .artical ul {
  margin-top: 10px;
}*/
        .section-focus .focus-detail-1 .artical ul li {
            margin-top: 20px;
            border-bottom: 1px dashed #ddd;
            padding-bottom: 20px;
        }

            .section-focus .focus-detail-1 .artical ul li h2 {
                overflow: hidden;
            }

                .section-focus .focus-detail-1 .artical ul li h2 em {
                    float: left;
                    font-size: 22px;
                    line-height: 27px;
                }

                .section-focus .focus-detail-1 .artical ul li h2 span {
                    margin-right: 27px;
                    float: left;
                    width: 20px;
                    height: 30px;
                    background: url(../images/sprite.png) no-repeat -937px -47px;
                }

            .section-focus .focus-detail-1 .artical ul li p {
                font-size: 14px;
                color: #999999;
                padding: 18px 0 0 0;
                margin-left: 50px;
                line-height: 29px;
                /*border-bottom: 1px dashed #ddd;*/
            }

            .section-focus .focus-detail-1 .artical ul li:nth-child(2) {
                /*padding-top: 20px;*/
            }

                .section-focus .focus-detail-1 .artical ul li:nth-child(2) span {
                    background: url(../images/sprite.png) no-repeat -932px -94px;
                }

            .section-focus .focus-detail-1 .artical ul li:last-child {
                /*padding-top: 20px;*/
            }

                .section-focus .focus-detail-1 .artical ul li:last-child span {
                    background: url(../images/sprite.png) no-repeat -759px -96px;
                }

                .section-focus .focus-detail-1 .artical ul li:last-child p {
                    border-bottom: none;
                }

            .section-focus .focus-detail-1 .artical ul li:hover h2 em {
                color: #8fc320;
            }

    .section-focus .focus-detail-1 #focus-slide {
        float: right;
        width: 340px;
        height: 420px;
        overflow: hidden;
        position: relative;
    }

        .section-focus .focus-detail-1 #focus-slide .hd {
            position: absolute;
            bottom: 28px;
            left: 100px;
            overflow: hidden;
            z-index: 1;
        }

            .section-focus .focus-detail-1 #focus-slide .hd ul {
                overflow: hidden;
                zoom: 1;
                float: left;
            }

                .section-focus .focus-detail-1 #focus-slide .hd ul li {
                    float: left;
                    width: 30px;
                    height: 4px;
                    background-color: #ADADAC;
                    margin-right: 10px;
                    cursor: pointer;
                }

                .section-focus .focus-detail-1 #focus-slide .hd ul .on {
                    background-color: #8fc320;
                }

        .section-focus .focus-detail-1 #focus-slide .bd {
            position: relative;
            z-index: 0;
        }

            .section-focus .focus-detail-1 #focus-slide .bd li {
                zoom: 1;
                vertical-align: middle;
            }

                .section-focus .focus-detail-1 #focus-slide .bd li img {
                    width: 100%;
                    height: auto;
                    display: block;
                }

.section-focus .focus-detail-2 .wrap {
    overflow: hidden;
}

    .section-focus .focus-detail-2 .wrap .artical {
        float: left;
        padding: 19px;
        border: 1px dashed #ddd;
    }

        .section-focus .focus-detail-2 .wrap .artical .focus-show-1 {
            float: left;
        }

        .section-focus .focus-detail-2 .wrap .artical ul {
            margin-top: 5px;
            margin-left: 20px;
            float: left;
            width: 266px;
        }

            .section-focus .focus-detail-2 .wrap .artical ul li {
                font-size: 12px;
                color: #666;
                margin-bottom: 16px;
            }

                .section-focus .focus-detail-2 .wrap .artical ul li:last-child {
                    margin-bottom: 0;
                }

    .section-focus .focus-detail-2 .wrap .focus-show-2 {
        float: right;
    }

.section-products {
    margin-bottom: 50px;
}

    .section-products .wrap .section-title {
        background: url(../images/section-product.png) no-repeat center center;
    }

    .section-products .wrap .products-detail-1 {
        margin-bottom: 20px;
        overflow: hidden;
        height: 460px;
        position: relative;
    }

        .section-products .wrap .products-detail-1 #products-slide {
            float: left;
            width: 865px;
            height: 460px;
            overflow: hidden;
            position: relative;
        }

            .section-products .wrap .products-detail-1 #products-slide .hd {
                position: absolute;
                bottom: 80px;
                left: 300px;
                overflow: hidden;
                z-index: 1;
            }

                .section-products .wrap .products-detail-1 #products-slide .hd ul {
                    overflow: hidden;
                    zoom: 1;
                    float: left;
                }

                    .section-products .wrap .products-detail-1 #products-slide .hd ul li {
                        float: left;
                        width: 50px;
                        height: 4px;
                        background-color: #ADADAC;
                        margin-right: 8px;
                        cursor: pointer;
                    }

                    .section-products .wrap .products-detail-1 #products-slide .hd ul .on {
                        background-color: #8fc320;
                    }

            .section-products .wrap .products-detail-1 #products-slide .bd {
                position: relative;
                z-index: 0;
            }

                .section-products .wrap .products-detail-1 #products-slide .bd li {
                    zoom: 1;
                    vertical-align: middle;
                }

                    .section-products .wrap .products-detail-1 #products-slide .bd li a img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }

                    .section-products .wrap .products-detail-1 #products-slide .bd li a .introduce {
                        height: 60px;
                        width: 865px;
                    }

                        .section-products .wrap .products-detail-1 #products-slide .bd li a .introduce h3 {
                            font-size: 14px;
                            margin-top: 12px;
                            float: left;
                            width: 700px;
                            color: #000;
                        }

                        .section-products .wrap .products-detail-1 #products-slide .bd li a .introduce p {
                            font-size: 16px;
                            margin-top: 6px;
                            float: left;
                            width: 700px;
                        }

                        .section-products .wrap .products-detail-1 #products-slide .bd li a .introduce label {
                            float: right;
                        }

                            .section-products .wrap .products-detail-1 #products-slide .bd li a .introduce label span {
                                display: inline-block;
                                width: 16px;
                                height: 10px;
                                background: url(../images/sprite.png) no-repeat -986px -78px;
                            }

        .section-products .wrap .products-detail-1 .products-show-1 {
            position: absolute;
            right: 0;
            top: 0;
        }

            .section-products .wrap .products-detail-1 .products-show-1 .ih-item {
                width: 275px;
                height: 220px;
                border: none;
            }

            .section-products .wrap .products-detail-1 .products-show-1 .info h3 {
                font-size: 12px;
                text-align: left;
                width: 210px;
                padding-left: 35px;
                background-color: transparent;
                color: #fff;
            }

            .section-products .wrap .products-detail-1 .products-show-1 .info p {
                font-size: 12px;
                text-align: left;
                width: 250px;
                line-height: 30px;
                padding-top: 0;
                padding-left: 35px;
                font-style: normal;
                color: #fff;
            }

            .section-products .wrap .products-detail-1 .products-show-1 .info label {
                float: right;
                color: #fff;
                margin-right: 50px;
            }

                .section-products .wrap .products-detail-1 .products-show-1 .info label span {
                    display: inline-block;
                    width: 16px;
                    height: 10px;
                    background: url(../images/sprite.png) no-repeat -986px -78px;
                }

        .section-products .wrap .products-detail-1 .products-show-2 {
            position: absolute;
            right: 0;
            bottom: 0;
        }

            .section-products .wrap .products-detail-1 .products-show-2 .ih-item {
                width: 275px;
                height: 220px;
                border: none;
            }

            .section-products .wrap .products-detail-1 .products-show-2 .info h3 {
                font-size: 12px;
                text-align: left;
                width: 210px;
                padding-left: 35px;
                background-color: transparent;
                color: #fff;
            }

            .section-products .wrap .products-detail-1 .products-show-2 .info p {
                font-size: 12px;
                text-align: left;
                width: 250px;
                line-height: 30px;
                padding-top: 0;
                padding-left: 35px;
                font-style: normal;
                color: #fff;
            }

            .section-products .wrap .products-detail-1 .products-show-2 .info label {
                float: right;
                color: #fff;
                margin-right: 50px;
            }

                .section-products .wrap .products-detail-1 .products-show-2 .info label span {
                    display: inline-block;
                    width: 16px;
                    height: 10px;
                    background: url(../images/sprite.png) no-repeat -986px -78px;
                }

    .section-products .wrap .products-detail-2 ul {
        overflow: hidden;
    }

        .section-products .wrap .products-detail-2 ul li {
            float: left;
            margin-right: 20px;
            position: relative;
            width: 275px;
            height: 220px;
            border: none;
        }

            .section-products .wrap .products-detail-2 ul li .img {
                position: relative;
            }

                .section-products .wrap .products-detail-2 ul li .img span {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-top: -25px;
                    margin-left: -25px;
                    display: block;
                    width: 50px;
                    height: 50px;
                    background: url(../images/sprite.png) no-repeat 0 -65px;
                }

.aaa {
    border-bottom: 0px !important;
}



.section-products .wrap .products-detail-2 ul li:last-child .ih-item {
    width: 275px;
    height: 220px;
    border: none;
}

.section-products .wrap .products-detail-2 ul li:last-child .info h3 {
    font-size: 12px;
    text-align: left;
    width: 210px;
    padding-left: 35px;
    background-color: transparent;
    color: #fff;
}

.section-products .wrap .products-detail-2 ul li:last-child .info p {
    font-size: 12px;
    text-align: left;
    width: 250px;
    line-height: 30px;
    padding-top: 0;
    padding-left: 35px;
    font-style: normal;
    color: #fff;
}

.section-products .wrap .products-detail-2 ul li:last-child .info label {
    float: right;
    color: #fff;
    margin-right: 50px;
}

    .section-products .wrap .products-detail-2 ul li:last-child .info label s {
        display: inline-block;
        width: 16px;
        height: 10px;
        background: url(../images/sprite.png) no-repeat -986px -78px;
    }

.section-shopping .wrap .section-title {
    background: url(../images/section-shopping.png) no-repeat center center;
}

    .section-shopping .wrap .section-title img {
        float: left;
        margin-left: 0;
        margin-top: 54px;
    }

    .section-shopping .wrap .section-title .title-left {
        float: left;
        overflow: hidden;
        width: 220px;
        margin-left: 232px;
        margin-top: 53px;
    }

        .section-shopping .wrap .section-title .title-left li {
            float: left;
            padding: 0 16px;
            font-size: 16px;
            border-right: 1px solid #E4E4E4;
        }

            .section-shopping .wrap .section-title .title-left li:last-child {
                border-right: none;
                padding-right: 0;
            }

    .section-shopping .wrap .section-title .title-right {
        float: left;
        overflow: hidden;
        width: 220px;
        margin-left: 232px;
        margin-top: 53px;
        margin-left: -15px;
    }

        .section-shopping .wrap .section-title .title-right li {
            float: left;
            padding: 0 16px;
            font-size: 16px;
            border-right: 1px solid #E4E4E4;
        }

            .section-shopping .wrap .section-title .title-right li:last-child {
                border-right: none;
                padding-right: 0;
            }

.section-shopping .wrap .shopping-detail-1 {
    overflow: hidden;
}

    .section-shopping .wrap .shopping-detail-1 .shopping-left {
        float: left;
        width: 300px;
    }

        .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin {
            position: relative;
            margin-bottom: 26px;
        }

            .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin h3 {
                margin-bottom: 10px;
                font-size: 18px;
            }

            .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li a {
                display: block;
                width: 300px;
                height: 300px;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li a img {
                    width: 300px;
                    height: 300px;
                    display: block;
                }

            .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li h4 {
                font-size: 14px;
                margin-top: 10px;
                color: #000000;
            }

            .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p {
                font-size: 14px;
                margin-top: 10px;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p s {
                    color: #FF4400;
                    margin-right: 8px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p b {
                    color: #999999;
                    margin-right: 45px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p img {
                    display: inline-block;
                    width: 83px;
                    height: 15px;
                    margin-right: 5px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .bd ul li p i {
                    color: #1EA815;
                }

            .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide span {
                display: block;
                width: 18px;
                height: 18px;
                float: left;
                position: absolute;
                top: 6px;
                right: 0px;
                cursor: pointer;
            }

            .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .prev {
                background: url(../images/sprite.png) no-repeat -988px -104px;
                position: absolute;
                right: 30px;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .prev:hover {
                    background: url(../images/sprite.png) no-repeat -76px -112px;
                }

            .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .next {
                background: url(../images/sprite.png) no-repeat -966px -104px;
                margin-left: 10px;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-left .danpin #shopping-slide .next:hover {
                    background: url(../images/sprite.png) no-repeat -52px -112px;
                }

    .section-shopping .wrap .shopping-detail-1 .shopping-middle {
        float: left;
        width: 504px;
        margin-left: 25px;
    }

        .section-shopping .wrap .shopping-detail-1 .shopping-middle h2 {
            font-size: 18px;
            border-bottom: 1px dashed #C9C9C9;
            padding-bottom: 12px;
            color: #000000;
        }

            .section-shopping .wrap .shopping-detail-1 .shopping-middle h2 a {
                margin-top: 5px;
                float: right;
                margin-left: 20px;
                color: #999999;
                font-size: 12px;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-middle h2 a:hover {
                    color: #8fc320;
                }

        .section-shopping .wrap .shopping-detail-1 .shopping-middle ul {
            margin-top: 20px;
        }

            .section-shopping .wrap .shopping-detail-1 .shopping-middle ul li {
                margin-bottom: 20px;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-middle ul li a {
                    font-size: 14px;
                }

                    .section-shopping .wrap .shopping-detail-1 .shopping-middle ul li a em {
                        font-weight: bold;
                    }

        .section-shopping .wrap .shopping-detail-1 .shopping-middle .dapei,
        .section-shopping .wrap .shopping-detail-1 .shopping-middle .cuxiao {
            margin-top: 30px;
        }

    .section-shopping .wrap .shopping-detail-1 .shopping-right {
        float: right;
        width: 300px;
    }

        .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search h3 {
            font-size: 14px;
            color: #333333;
            margin-bottom: 10px;
        }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search h3 span {
                display: inline-block;
                width: 0px;
                height: 0;
                border: 5px solid transparent;
                border-left-color: #363636;
                margin-right: 8px;
            }

        .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search ul {
            overflow: hidden;
        }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search ul li {
                cursor: pointer;
                width: 88px;
                line-height: 25px;
                background-color: #F3F3F3;
                font-size: 12px;
                text-align: center;
                float: left;
                margin-right: 15px;
                margin-bottom: 15px;
                border: 1px solid transparent;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search ul li:nth-child(3n) {
                    margin-right: 0;
                }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search ul .shopping-search-check {
                color: #8fc320;
                border: 1px solid #8fc320;
            }

        .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select {
            overflow: hidden;
            position: relative;
        }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select select {
                width: 300px;
                height: 40px;
                margin: 0;
                background: none;
                outline: none;
                -webkit-box-sizing: border-box;
                background-color: #fff;
                float: left;
                border: 1px solid #999999;
                appearance: none;
                padding-left: 10px;
                -webkit-appearance: listbox;
                font-size: 12px;
                margin-bottom: 14px;
                border-radius: 3px;
                color: #666666;
                -moz-appearance: none;
                -webkit-appearance: none;
                -ms-appearance: none;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select select::-ms-expand {
                    display: none;
                }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select .display-none {
                display: none;
            }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select::after {
                content: "";
                position: absolute;
                width: 10px;
                height: 7px;
                right: 17px;
                margin-top: 18px;
                background: url(../images/sprite.png) no-repeat 0 -118px;
                z-index: 2;
                pointer-events: none;
            }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search .custom-select select:focus {
                outline: none;
                box-shadow: 0 0 1px 2px rgba(153, 153, 153, 0.2);
                background-color: transparent;
                color: #222;
                border: 1px solid #999;
            }

        .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-search input {
            width: 300px;
            line-height: 40px;
            border-radius: 3px;
            border: 1px solid #4C4C4C;
            background-color: #4C4C4C;
            text-align: center;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
        }

        .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel h3 {
            font-size: 18px;
            margin-top: 18px;
        }

        .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 {
            overflow: hidden;
            margin-top: 9px;
        }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li {
                cursor: pointer;
                float: left;
                width: 66px;
                margin-right: 9px;
                border: 1px solid #F3F3F3;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li a span {
                    display: block;
                    width: 35px;
                    height: 35px;
                    margin: 10px 0 5px 17px;
                    -webkit-transition: -webkit-transform 0.4s ease-out;
                    -moz-transition: -moz-transform 0.4s ease-out;
                    transition: transform 0.4s ease-out;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li a s {
                    display: inline-block;
                    margin-left: 15px;
                    margin-bottom: 5px;
                    color: #545353;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:hover span {
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:hover s {
                    color: #8fc320;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:first-child span {
                    background: url(../images/sprite.png) no-repeat -69px -75px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:first-child:hover span {
                    background: url(../images/sprite.png) no-repeat -137px -75px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:nth-child(2) span {
                    background: url(../images/sprite.png) no-repeat -614px -58px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:nth-child(2):hover span {
                    background: url(../images/sprite.png) no-repeat -206px -75px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:nth-child(3) span {
                    background: url(../images/sprite.png) no-repeat -626px -9px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:nth-child(3):hover span {
                    background: url(../images/sprite.png) no-repeat -252px -9px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:last-child {
                    margin-right: 0;
                }

                    .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:last-child span {
                        background: url(../images/sprite.png) no-repeat -680px -57px;
                    }

                    .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-1 li:last-child:hover span {
                        background: url(../images/sprite.png) no-repeat -272px -57px;
                    }
        /*.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 {
  margin-top: 6px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 .list {
  display: none;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 .list ul {
  overflow: hidden;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 .list ul li {
  cursor: pointer;
  float: left;
  width: 96px;
  line-height: 23px;
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 3px;
  color: #666666;
  margin-right: 3px;
}
.section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 .list ul li:nth-child(3n) {
  margin-right: 0;
}*/
        .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 {
            margin-top: 6px;
        }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 li {
                display: none;
                overflow: hidden;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 li a {
                    cursor: pointer;
                    float: left;
                    width: 96px;
                    line-height: 23px;
                    background-color: #F3F3F3;
                    border: 1px solid #F3F3F3;
                    border-radius: 3px;
                    text-align: center;
                    margin-bottom: 3px;
                    color: #666666;
                    margin-right: 3px;
                }

                    .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-2 li a:nth-child(3n) {
                        margin-right: 0;
                    }

        .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 {
            overflow: hidden;
            margin-top: 9px;
            margin-top: 4px;
        }

            .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li {
                cursor: pointer;
                float: left;
                width: 66px;
                margin-right: 9px;
                border: 1px solid #F3F3F3;
            }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li a span {
                    display: block;
                    width: 35px;
                    height: 35px;
                    margin: 10px 0 5px 17px;
                    -webkit-transition: -webkit-transform 0.4s ease-out;
                    -moz-transition: -moz-transform 0.4s ease-out;
                    transition: transform 0.4s ease-out;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li a s {
                    display: inline-block;
                    margin-left: 15px;
                    margin-bottom: 5px;
                    color: #545353;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:hover span {
                    -webkit-transform: rotate(360deg);
                    -moz-transform: rotate(360deg);
                    transform: rotate(360deg);
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:hover s {
                    color: #8fc320;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:first-child span {
                    background: url(../images/sprite.png) no-repeat -69px -75px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:first-child:hover span {
                    background: url(../images/sprite.png) no-repeat -137px -75px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(2) span {
                    background: url(../images/sprite.png) no-repeat -614px -58px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(2):hover span {
                    background: url(../images/sprite.png) no-repeat -206px -75px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(3) span {
                    background: url(../images/sprite.png) no-repeat -626px -9px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(3):hover span {
                    background: url(../images/sprite.png) no-repeat -252px -9px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child {
                    margin-right: 0;
                }

                    .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child span {
                        background: url(../images/sprite.png) no-repeat -680px -57px;
                    }

                    .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child:hover span {
                        background: url(../images/sprite.png) no-repeat -272px -57px;
                    }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:first-child span {
                    background: url(../images/sprite.png) no-repeat -693px -5px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:first-child:hover span {
                    background: url(../images/sprite.png) no-repeat -319px -5px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(2) span {
                    background: url(../images/sprite.png) no-repeat -750px -52px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(2):hover span {
                    background: url(../images/sprite.png) no-repeat -342px -52px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(3) span {
                    background: url(../images/sprite.png) no-repeat -477px -53px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:nth-child(3):hover span {
                    background: url(../images/sprite.png) no-repeat -386px -5px;
                }

                .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child {
                    margin-right: 0;
                }

                    .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child span {
                        background: url(../images/sprite.png) no-repeat -546px -54px;
                    }

                    .section-shopping .wrap .shopping-detail-1 .shopping-right .shopping-channel .channel-3 li:last-child:hover span {
                        background: url(../images/sprite.png) no-repeat -410px -54px;
                    }

.section-shopping .wrap .shopping-detail-2 .hot-nav {
    overflow: hidden;
    height: 40px;
    margin-top: 38px;
    background-color: #F5F5F5;
    width: 100%;
}

    .section-shopping .wrap .shopping-detail-2 .hot-nav h2 {
        float: left;
        width: 142px;
        border: 1px solid #5F5F5F;
        background-color: #363636;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 40px;
    }

        .section-shopping .wrap .shopping-detail-2 .hot-nav h2 sub {
            display: inline-block;
            width: 0;
            height: 0;
            border-top: 5px solid transparent;
            border-left: 7px solid #363636;
            border-bottom: 5px solid transparent;
            position: relative;
            top: -1px;
            left: 43px;
        }

    .section-shopping .wrap .shopping-detail-2 .hot-nav li {
        float: left;
        width: 85px;
        font-size: 14px;
        text-align: center;
        line-height: 38px;
        cursor: pointer;
    }

        .section-shopping .wrap .shopping-detail-2 .hot-nav li:nth-child(2) {
            margin-left: 60px;
            margin-right: 80px;
        }

        .section-shopping .wrap .shopping-detail-2 .hot-nav li:nth-child(3) {
            margin-right: 80px;
        }

    .section-shopping .wrap .shopping-detail-2 .hot-nav .on {
        border-bottom: 2px solid #363636;
    }

.section-shopping .wrap .shopping-detail-2 .hot-show {
    margin-top: 20px;
    overflow: hidden;
}

    .section-shopping .wrap .shopping-detail-2 .hot-show li {
        float: left;
        margin-right: 20px;
    }

        .section-shopping .wrap .shopping-detail-2 .hot-show li:last-child {
            margin-right: 0;
        }

        .section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item {
            width: 275px;
            height: 275px;
            border: 1px solid #ddd;
        }

            .section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a img {
                width: 100%;
                height: 100%;
            }

            .section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a .info {
                height: 25px;
                background-color: rgba(15, 8, 4, 0.9);
                width: 274px;
            }

                .section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a .info span {
                    width: 83px;
                    display: inline-block;
                    float: left;
                    margin: 0 5px;
                    margin-top: 4px;
                }

                .section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a .info s {
                    color: #8fc320;
                    float: left;
                    margin-top: 4px;
                }

                .section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a .info b {
                    color: #C8C8C8;
                    margin-left: 80px;
                    float: left;
                    margin-top: 4px;
                }

            .section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a:hover .img {
                -webkit-transform: translateY(-24px);
                -moz-transform: translateY(-24px);
                -ms-transform: translateY(-24px);
                -o-transform: translateY(-24px);
                transform: translateY(-24px);
            }

        .section-shopping .wrap .shopping-detail-2 .hot-show li h3 {
            font-size: 14px;
            line-height: 24px;
        }

        .section-shopping .wrap .shopping-detail-2 .hot-show li p s {
            font-size: 16px;
            color: #FF4400;
            line-height: 24px;
            margin-right: 9px;
            margin-left: 5px;
        }

        .section-shopping .wrap .shopping-detail-2 .hot-show li p b {
            font-size: 12px;
            color: #999999;
            text-decoration: line-through;
        }

.section-wiki {
    overflow: hidden;
}

    .section-wiki .section-title {
        background: url(../images/section-wiki.png) no-repeat center center;
        position: relative;
    }

        .section-wiki .section-title .customer-logo {
            position: absolute;
            right: 0px;
            top: -6px;
        }

    .section-wiki .wiki-left {
        float: left;
    }

    .section-wiki .wiki-middle {
        width: 375px;
        float: left;
        margin-left: 18px;
        padding: 13px 19px 0;
        border: 1px solid #E5E5E5;
    }

        .section-wiki .wiki-middle h2 {
            font-size: 16px;
            padding-bottom: 12px;
            border-bottom: 1px solid #E6E6E6;
        }

            .section-wiki .wiki-middle h2 s {
                float: right;
                font-size: 16px;
                color: #999999;
                cursor: pointer;
            }

                .section-wiki .wiki-middle h2 s:hover {
                    color: #8fc320;
                }

        .section-wiki .wiki-middle .wiki-middle-detail-1 li {
            padding: 13px 0;
            border-bottom: 1px solid #E6E6E6;
            overflow: hidden;
        }

            .section-wiki .wiki-middle .wiki-middle-detail-1 li:hover p {
                color: #8fc320;
            }

            .section-wiki .wiki-middle .wiki-middle-detail-1 li s,
            .section-wiki .wiki-middle .wiki-middle-detail-1 li p,
            .section-wiki .wiki-middle .wiki-middle-detail-1 li span,
            .section-wiki .wiki-middle .wiki-middle-detail-1 li b {
                float: left;
            }

            .section-wiki .wiki-middle .wiki-middle-detail-1 li s {
                font-size: 16px;
                color: #999999;
            }

            .section-wiki .wiki-middle .wiki-middle-detail-1 li p {
                width: 276px;
                margin-left: 8px;
                font-size: 14px;
                line-height: 22px;
            }

            .section-wiki .wiki-middle .wiki-middle-detail-1 li i {
                width: 31px;
                line-height: 16px;
                border-radius: 3px;
                background-color: #FF4700;
                text-align: center;
                color: #fff;
                margin-top: 3px;
                float: right;
                margin-right: 7px;
            }

            .section-wiki .wiki-middle .wiki-middle-detail-1 li b {
                line-height: 22px;
                color: #999999;
                float: right;
            }

            .section-wiki .wiki-middle .wiki-middle-detail-1 li .hight-light {
                color: #8fc320;
            }

        .section-wiki .wiki-middle .wiki-middle-detail-2 {
            overflow: hidden;
            margin-top: 3px;
        }

            .section-wiki .wiki-middle .wiki-middle-detail-2 li {
                float: left;
                overflow: hidden;
                height: 76px;
                border-bottom: none;
                padding-top: 26px;
            }

                .section-wiki .wiki-middle .wiki-middle-detail-2 li span {
                    float: left;
                    display: inline-block;
                    width: 45px;
                    height: 45px;
                }

                .section-wiki .wiki-middle .wiki-middle-detail-2 li:first-child {
                    width: 84px;
                }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:first-child span {
                        margin-left: 18px;
                        background: url(../images/sprite.png) no-repeat -896px -47px;
                    }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:first-child:hover span {
                        background: url(../images/sprite.png) no-repeat -734px -2px;
                    }

                .section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(2) {
                    width: 103px;
                }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(2) span {
                        margin-left: 30px;
                        background: url(../images/sprite.png) no-repeat -931px 0px;
                    }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(2):hover span {
                        background: url(../images/sprite.png) no-repeat -833px 0px;
                    }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(2) u {
                        margin-left: 40px;
                    }

                .section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(3) {
                    width: 103px;
                }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(3) span {
                        margin-left: 30px;
                        background: url(../images/sprite.png) no-repeat -848px -49px;
                    }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(3):hover span {
                        background: url(../images/sprite.png) no-repeat -783px -3px;
                    }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:nth-child(3) u {
                        margin-left: 40px;
                    }

                .section-wiki .wiki-middle .wiki-middle-detail-2 li:last-child {
                    width: 84px;
                }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:last-child span {
                        margin-left: 30px;
                        background: url(../images/sprite.png) no-repeat -886px -1px;
                    }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:last-child:hover span {
                        background: url(../images/sprite.png) no-repeat -801px -49px;
                    }

                    .section-wiki .wiki-middle .wiki-middle-detail-2 li:last-child u {
                        margin-left: 40px;
                    }

                .section-wiki .wiki-middle .wiki-middle-detail-2 li u {
                    float: left;
                    color: #676767;
                    margin-left: 25px;
                    margin-top: 9px;
                }

                .section-wiki .wiki-middle .wiki-middle-detail-2 li:hover u {
                    color: #8fc320;
                }

                .section-wiki .wiki-middle .wiki-middle-detail-2 li sub {
                    width: 1px;
                    height: 60px;
                    display: block;
                    background-color: #ddd;
                }

    .section-wiki .wiki-right {
        width: 375px;
        padding: 13px 19px 0;
        border: 1px solid #E5E5E5;
        float: right;
    }

        .section-wiki .wiki-right .hd ul {
            overflow: hidden;
            border-bottom: 1px solid #E6E6E6;
            padding-bottom: 12px;
        }

            .section-wiki .wiki-right .hd ul li {
                float: left;
                font-size: 16px;
                cursor: pointer;
            }

            .section-wiki .wiki-right .hd ul .on {
                color: #8fc320;
            }

            .section-wiki .wiki-right .hd ul i {
                float: left;
                font-size: 16px;
            }

        .section-wiki .wiki-right .hd a {
            float: right;
            font-size: 14px;
            color: #999999;
        }

            .section-wiki .wiki-right .hd a:hover {
                color: #8fc320;
            }

        .section-wiki .wiki-right .bd #tagscloud {
            width: 390px;
            height: 372px;
            position: relative;
            font-size: 14px;
            color: #333;
            text-align: center;
        }

            .section-wiki .wiki-right .bd #tagscloud a {
                position: absolute;
                top: 0px;
                left: 0px;
                color: #333;
                margin: 0 10px 20px 0;
                line-height: 18px;
                text-align: center;
                font-size: 14px;
                padding: 5px 10px;
                display: inline-block;
                border-radius: 3px;
            }

                .section-wiki .wiki-right .bd #tagscloud a.tagc1 {
                    background: #8fc320;
                    color: #fff;
                }

                .section-wiki .wiki-right .bd #tagscloud a.tagc2 {
                    background: #999999;
                    color: #fff;
                }

                .section-wiki .wiki-right .bd #tagscloud a:hover {
                    color: #fff;
                    background: #0099ff;
                }

        .section-wiki .wiki-right .bd textarea {
            width: 335px;
            background-color: #fff;
            margin-left: 11px;
            height: 82px;
            padding-left: 10px;
            padding-top: 10px;
            border: 1px solid #ddd;
            resize: none;
        }

            .section-wiki .wiki-right .bd textarea:focus::-webkit-input-placeholder {
                color: transparent;
            }

        .section-wiki .wiki-right .bd ul li {
            padding-left: 10px;
            padding-top: 20px;
            padding-bottom: 18px;
            border-bottom: 1px dashed #ddd;
        }

            .section-wiki .wiki-right .bd ul li p {
                color: 3666666;
                line-height: 28px;
                width: 338px;
            }

            .section-wiki .wiki-right .bd ul li h3 {
                font-size: 14px;
                color: #000000;
                line-height: 30px;
            }

                .section-wiki .wiki-right .bd ul li h3 s {
                    display: inline-block;
                    /*width: 48px;*/
                    line-height: 17px;
                    background-color: #8fc320; /*999999*/
                    border-radius: 3px;
                    text-align: center;
                    color: #fff;
                    font-size: 12px;
                    margin-right: 16px;
                    padding-left: 5px;
                    padding-right: 5px;
                }

                    .section-wiki .wiki-right .bd ul li h3 s a {
                        color: #fff;
                    }

                .section-wiki .wiki-right .bd ul li h3 sub {
                    display: inline-block;
                    width: 0;
                    height: 0;
                    border-top: 3px solid transparent;
                    border-left: 5px solid #8fc320;
                    border-bottom: 3px solid transparent;
                    position: relative;
                    top: -2px;
                    left: -16px;
                }

        .section-wiki .wiki-right input {
            font-size: 16px;
            color: #fff;
            background-color: #999;
            text-align: center;
            line-height: 48px;
            width: 353px;
            border-radius: 3px;
            margin: 14px 0;
            margin-left: 11px;
            cursor: pointer;
        }

.section-brands {
    overflow: hidden;
}

    .section-brands .section-title {
        background: url(../images/section-brands.png) no-repeat center center;
        position: relative;
    }

        .section-brands .section-title img {
            float: left;
            margin-top: 54px;
        }

    .section-brands .brands-left {
        padding-right: 24px;
        border-right: 1px solid #E5E5E5;
        float: left;
        width: 380px;
    }

        .section-brands .brands-left .brands-nav {
            overflow: hidden;
            border-radius: 5px;
            border: 1px solid #E5E5E5;
        }

            .section-brands .brands-left .brands-nav li {
                cursor: pointer;
                float: left;
                border-right: 1px solid #E5E5E5;
                font-size: 16px;
                text-align: center;
                line-height: 36px;
                width: 74px;
            }

                .section-brands .brands-left .brands-nav li:last-child {
                    border-right: none;
                }

            .section-brands .brands-left .brands-nav .on {
                background-color: #4C4C4C;
                color: #fff;
            }

                .section-brands .brands-left .brands-nav .on a {
                    color: #fff;
                }

        .section-brands .brands-left .brands-detail {
            margin-top: 35px;
        }

            .section-brands .brands-left .brands-detail li {
                width: 100%;
                margin-bottom: 16px;
            }

                .section-brands .brands-left .brands-detail li:hover s {
                    color: #8fc320;
                }

                .section-brands .brands-left .brands-detail li em {
                    display: inline-block;
                    background-color: #B4B4B4;
                    width: 20px;
                    line-height: 20px;
                    border-radius: 20px;
                    color: #fff;
                    text-align: center;
                    margin-left: 5px;
                }

                .section-brands .brands-left .brands-detail li s {
                    color: #000000;
                    display: inline-block;
                    font-size: 14px;
                    margin-left: 15px;
                    width: 150px;
                }

                .section-brands .brands-left .brands-detail li span {
                    /*display: inline-block;*/
                    width: 10px;
                    height: 10px;
                    position: relative;
                    top: 3px;
                }

                .section-brands .brands-left .brands-detail li b {
                    color: #666;
                }

                .section-brands .brands-left .brands-detail li u {
                    float: right;
                    margin-right: 15px;
                }

                .section-brands .brands-left .brands-detail li:first-child em {
                    background-color: #666666;
                }

                .section-brands .brands-left .brands-detail li:nth-child(2) em {
                    background-color: #858585;
                }

                .section-brands .brands-left .brands-detail li:nth-child(3) em {
                    background-color: #A3A3A3;
                }

    .section-brands .brands-middle {
        padding-left: 24px;
        width: 403px;
        padding-right: 24px;
        border-right: 1px solid #E5E5E5;
        float: left;
        width: 380px;
    }

        .section-brands .brands-middle .brands-nav {
            overflow: hidden;
            border-radius: 5px;
            border: 1px solid #E5E5E5;
        }

            .section-brands .brands-middle .brands-nav li {
                cursor: pointer;
                float: left;
                border-right: 1px solid #E5E5E5;
                font-size: 16px;
                text-align: center;
                line-height: 36px;
                width: 74px;
            }

                .section-brands .brands-middle .brands-nav li:last-child {
                    border-right: none;
                }

            .section-brands .brands-middle .brands-nav .on {
                background-color: #4C4C4C;
                color: #fff;
            }

                .section-brands .brands-middle .brands-nav .on a {
                    color: #fff;
                }

        .section-brands .brands-middle .brands-detail {
            margin-top: 35px;
        }

            .section-brands .brands-middle .brands-detail li {
                width: 100%;
                margin-bottom: 16px;
            }

                .section-brands .brands-middle .brands-detail li:hover s {
                    color: #8fc320;
                }

                .section-brands .brands-middle .brands-detail li em {
                    display: inline-block;
                    background-color: #B4B4B4;
                    width: 20px;
                    line-height: 20px;
                    border-radius: 20px;
                    color: #fff;
                    text-align: center;
                    margin-left: 5px;
                }

                .section-brands .brands-middle .brands-detail li s {
                    color: #000000;
                    display: inline-block;
                    font-size: 14px;
                    margin-left: 15px;
                    width: 150px;
                }

                .section-brands .brands-middle .brands-detail li span {
                    /*display: inline-block;*/
                    width: 10px;
                    height: 10px;
                    position: relative;
                    top: 3px;
                }

                .section-brands .brands-middle .brands-detail li b {
                    color: #666;
                }

                .section-brands .brands-middle .brands-detail li u {
                    float: right;
                    margin-right: 15px;
                }

                .section-brands .brands-middle .brands-detail li:first-child em {
                    background-color: #666666;
                }

                .section-brands .brands-middle .brands-detail li:nth-child(2) em {
                    background-color: #858585;
                }

                .section-brands .brands-middle .brands-detail li:nth-child(3) em {
                    background-color: #A3A3A3;
                }

    .section-brands .brands-right {
        float: right;
        width: 294px;
    }

        .section-brands .brands-right .brands-nav {
            overflow: hidden;
            border-radius: 5px;
            border: 1px solid #E5E5E5;
            width: 295px;
        }

            .section-brands .brands-right .brands-nav li {
                cursor: pointer;
                float: left;
                border-right: 1px solid #E5E5E5;
                font-size: 16px;
                text-align: center;
                line-height: 36px;
                width: 147px;
            }

                .section-brands .brands-right .brands-nav li:last-child {
                    border-right: none;
                }

            .section-brands .brands-right .brands-nav .on {
                background-color: #4C4C4C;
                color: #fff;
            }

        .section-brands .brands-right .brands-koubei {
            margin-top: 10px;
        }

            .section-brands .brands-right .brands-koubei h2 {
                line-height: 30px;
                font-size: 14px;
                padding-left: 15px;
                cursor: pointer;
                margin-bottom: 10px;
            }

            .section-brands .brands-right .brands-koubei div img {
                max-width: 100%;
                height: auto
            }

            .section-brands .brands-right .brands-koubei .on {
                background-color: #575858;
                color: #fff;
            }

        .section-brands .brands-right .brands-zixun {
            margin-top: 14px;
        }

            .section-brands .brands-right .brands-zixun li {
                width: 100%;
                border-bottom: 1px dashed #E6E6E6;
                padding-top: 8px;
                height: 101px;
            }

                .section-brands .brands-right .brands-zixun li h2 {
                    font-size: 14px;
                    color: #333333;
                    line-height: 23px;
                    font-weight: bold;
                }

                .section-brands .brands-right .brands-zixun li p {
                    line-height: 23px;
                }

                .section-brands .brands-right .brands-zixun li s {
                    color: #8fc320;
                    line-height: 23px;
                }

                .section-brands .brands-right .brands-zixun li:last-child {
                    border-bottom: none;
                }

            .section-brands .brands-right .brands-zixun input {
                width: 300px;
                line-height: 40px;
                border-radius: 3px;
                background-color: #999999;
                text-align: center;
                color: #fff;
                font-size: 16px;
            }

.section-bathroom .section-title {
    background: url(../images/section-bathroom.png) no-repeat center center;
    position: relative;
}

    .section-bathroom .section-title img {
        float: left;
        margin-top: 54px;
    }

    .section-bathroom .section-title .customer-logo {
        position: absolute;
        right: 0px;
        top: -6px;
    }

.section-bathroom .bathroom-detail-1 {
    overflow: hidden;
}

    .section-bathroom .bathroom-detail-1 #bathroom-slide {
        float: left;
        width: 670px;
        position: relative;
        overflow: hidden;
    }

        .section-bathroom .bathroom-detail-1 #bathroom-slide .hd {
            position: absolute;
            bottom: 15px;
            right: 0;
            overflow: hidden;
            z-index: 1;
        }

            .section-bathroom .bathroom-detail-1 #bathroom-slide .hd ul {
                overflow: hidden;
                zoom: 1;
                float: left;
            }

                .section-bathroom .bathroom-detail-1 #bathroom-slide .hd ul li {
                    float: left;
                    width: 50px;
                    height: 4px;
                    background-color: #ADADAC;
                    margin-right: 8px;
                    cursor: pointer;
                }

                .section-bathroom .bathroom-detail-1 #bathroom-slide .hd ul .on {
                    background-color: #8fc320;
                }

        .section-bathroom .bathroom-detail-1 #bathroom-slide .bd {
            position: relative;
            z-index: 0;
        }

            .section-bathroom .bathroom-detail-1 #bathroom-slide .bd li {
                zoom: 1;
                vertical-align: middle;
            }

                .section-bathroom .bathroom-detail-1 #bathroom-slide .bd li img {
                    width: 100%;
                    height: auto;
                    display: block;
                }

                .section-bathroom .bathroom-detail-1 #bathroom-slide .bd li h2 {
                    width: 100%;
                    padding-left: 20px;
                    line-height: 35px;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    background-color: rgba(0, 0, 0, 0.5);
                    color: #fff;
                    font-size: 16px;
                }

    .section-bathroom .bathroom-detail-1 .bathroom-smart {
        float: right;
        width: 410px;
        padding: 50px 25px 0;
        border: 1px solid #E7E7E7;
        margin-top: 14px;
        position: relative;
    }

        .section-bathroom .bathroom-detail-1 .bathroom-smart span {
            display: block;
            position: absolute;
            top: -17px;
            left: 25%;
            width: 240px;
            height: 30px;
            background: url(../images/sprite.png) no-repeat -517px -96px;
        }

        .section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-1 {
            padding: 26px 0;
            border-bottom: 1px solid #E7E7E7;
            overflow: hidden;
        }

            .section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-1 img {
                float: left;
            }

            .section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-1 h3 {
                float: left;
                width: 210px;
                font-size: 14px;
                color: #000000;
                margin-left: 18px;
                line-height: 37px;
                margin-top: 9px;
            }

            .section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-1 p {
                float: left;
                width: 210px;
                font-size: 12px;
                color: 888888;
                margin-left: 18px;
                line-height: 27px;
            }

        .section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-2 {
            padding: 26px 0;
            border-bottom: 1px solid #E7E7E7;
            overflow: hidden;
        }

            .section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-2 img {
                float: left;
            }

            .section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-2 h3 {
                float: left;
                width: 212px;
                font-size: 14px;
                color: #000000;
                margin-left: 18px;
                line-height: 37px;
                margin-top: 9px;
            }

            .section-bathroom .bathroom-detail-1 .bathroom-smart .bathroom-smart-2 p {
                float: left;
                width: 212px;
                font-size: 12px;
                color: 888888;
                margin-left: 18px;
                line-height: 27px;
            }

.section-bathroom .bathroom-detail-2 {
    margin-top: 25px;
}

    .section-bathroom .bathroom-detail-2 ul {
        overflow: hidden;
    }

        .section-bathroom .bathroom-detail-2 ul li {
            float: left;
            width: 277px;
            height: 320px;
            margin-right: 17px;
            overflow: hidden;
        }

            .section-bathroom .bathroom-detail-2 ul li img {
                width: 100%;
                height: 100%;
            }

            .section-bathroom .bathroom-detail-2 ul li div {
                display: block;
                width: 277px;
                margin-top: -37px;
                transition: all .8s;
            }

                .section-bathroom .bathroom-detail-2 ul li div strong {
                    width: 233px;
                    margin: 0 22px;
                    display: inline-block;
                    font-size: 16px;
                    text-align: center;
                    color: #666;
                    line-height: 38px;
                    background-color: #ffffff;
                }

                .section-bathroom .bathroom-detail-2 ul li div span {
                    display: inline-block;
                    width: 233px;
                    font-size: 14px;
                    color: #666666;
                    line-height: 22px;
                    margin: 0 22px;
                    background-color: #ffffff;
                    text-align: center;
                    /*padding: 0 1.5px;*/
                }

            .section-bathroom .bathroom-detail-2 ul li:hover div {
                margin-top: -82px;
            }

            .section-bathroom .bathroom-detail-2 ul li:last-child {
                margin-right: 0;
            }

.section-news {
    overflow: hidden;
}

    .section-news .section-title {
        background: url(../images/section-news.png) no-repeat center center;
        position: relative;
    }

        .section-news .section-title img {
            float: left;
            margin-top: 54px;
        }

        .section-news .section-title .customer-logo {
            position: absolute;
            right: 0px;
            top: -6px;
        }

    .section-news .news-left {
        float: left;
        width: 300px;
        margin-right: 37px;
        border: 1px solid #E5E5E5;
        padding: 20px 30px;
    }

        .section-news .news-left h2 {
            margin-bottom: 15px;
            font-size: 20px;
        }

            .section-news .news-left h2 a {
                float: right;
                font-size: 14px;
                color: #999999;
                margin-top: 3px;
            }

                .section-news .news-left h2 a:hover {
                    color: #8fc320;
                }

        .section-news .news-left .new-show-1 {
            position: relative;
            overflow: hidden;
        }

            .section-news .news-left .new-show-1 h3 {
                padding: 8px 0;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 285px;
                background-color: rgba(0, 0, 0, 0.5);
                padding-left: 15px;
                font-size: 14px;
                color: #fff;
            }

        .section-news .news-left ul li {
            margin-left: 5px;
            margin-top: 20px;
            width: 100%;
            font-size: 12px;
        }

    .section-news .news-middle {
        float: left;
        width: 300px;
        border: 1px solid #E5E5E5;
        padding: 20px 30px;
    }

        .section-news .news-middle h2 {
            margin-bottom: 15px;
            font-size: 20px;
        }

            .section-news .news-middle h2 a {
                float: right;
                font-size: 14px;
                color: #999999;
                margin-top: 3px;
            }

        .section-news .news-middle .new-show-2 {
            position: relative;
            overflow: hidden;
        }

            .section-news .news-middle .new-show-2 h3 {
                padding: 8px 0;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 285px;
                background-color: rgba(0, 0, 0, 0.5);
                padding-left: 15px;
                font-size: 14px;
                color: #fff;
            }

        .section-news .news-middle ul li {
            margin-left: 5px;
            margin-top: 20px;
            width: 100%;
            font-size: 12px;
        }

    .section-news .news-right {
        float: right;
        width: 300px;
        border: 1px solid #E5E5E5;
        padding: 20px 30px;
    }

        .section-news .news-right h2 {
            margin-bottom: 15px;
            font-size: 20px;
        }

            .section-news .news-right h2 a {
                float: right;
                font-size: 14px;
                color: #999999;
                margin-top: 3px;
            }

        .section-news .news-right .new-show-3 {
            position: relative;
            overflow: hidden;
        }

            .section-news .news-right .new-show-3 h3 {
                padding: 8px 0;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 285px;
                background-color: rgba(0, 0, 0, 0.5);
                padding-left: 15px;
                font-size: 14px;
                color: #fff;
            }

        .section-news .news-right ul li {
            margin-left: 5px;
            margin-top: 20px;
            width: 100%;
            font-size: 12px;
        }

.section-brandnews {
    overflow: hidden;
    margin-bottom: 62px;
}

    .section-brandnews .section-title {
        background: url(../images/section-brandnews.png) no-repeat center center;
    }

        .section-brandnews .section-title img {
            float: left;
            margin-top: 54px;
        }

    .section-brandnews .brandnews-detail-1 {
        overflow: hidden;
        width: 100%;
    }

        .section-brandnews .brandnews-detail-1 .brandnews-left {
            float: left;
        }

            .section-brandnews .brandnews-detail-1 .brandnews-left .ih-item {
                margin-bottom: 24px;
                border: none;
                width: 300px;
                height: 200px;
            }

                .section-brandnews .brandnews-detail-1 .brandnews-left .ih-item .info p {
                    font-style: normal;
                    color: #fff;
                }

        .section-brandnews .brandnews-detail-1 .brandnews-middle {
            width: 490px;
            float: left;
            margin-left: 24px;
        }

            .section-brandnews .brandnews-detail-1 .brandnews-middle .guonei {
                margin-top: 10px;
                margin-bottom: 10px;
            }

                .section-brandnews .brandnews-detail-1 .brandnews-middle .guonei h2 {
                    font-size: 18px;
                    border-bottom: 1px dashed #C9C9C9;
                    padding-bottom: 12px;
                    color: #000000;
                }

                    .section-brandnews .brandnews-detail-1 .brandnews-middle .guonei h2 a {
                        margin-top: 5px;
                        float: right;
                        margin-left: 20px;
                        color: #999999;
                        font-size: 12px;
                    }

                        .section-brandnews .brandnews-detail-1 .brandnews-middle .guonei h2 a:hover {
                            color: #8fc320;
                            font-weight: bold;
                        }

                .section-brandnews .brandnews-detail-1 .brandnews-middle .guonei ul {
                    margin-top: 20px;
                    margin-bottom: 20px;
                }

                    .section-brandnews .brandnews-detail-1 .brandnews-middle .guonei ul li {
                        margin-bottom: 17px;
                    }

                        .section-brandnews .brandnews-detail-1 .brandnews-middle .guonei ul li a {
                            font-size: 14px;
                        }

                            .section-brandnews .brandnews-detail-1 .brandnews-middle .guonei ul li a em {
                                font-weight: bold;
                            }

            .section-brandnews .brandnews-detail-1 .brandnews-middle .guoji {
                margin-top: 30px;
            }

                .section-brandnews .brandnews-detail-1 .brandnews-middle .guoji h2 {
                    font-size: 18px;
                    border-bottom: 1px dashed #C9C9C9;
                    padding-bottom: 12px;
                    color: #000000;
                }

                    .section-brandnews .brandnews-detail-1 .brandnews-middle .guoji h2 a {
                        margin-top: 5px;
                        float: right;
                        margin-left: 20px;
                        color: #999999;
                        font-size: 12px;
                    }

                        .section-brandnews .brandnews-detail-1 .brandnews-middle .guoji h2 a:hover {
                            color: #8fc320;
                            font-weight: bold;
                        }

                .section-brandnews .brandnews-detail-1 .brandnews-middle .guoji ul {
                    margin-top: 20px;
                }

                    .section-brandnews .brandnews-detail-1 .brandnews-middle .guoji ul li {
                        margin-bottom: 17px;
                    }

                        .section-brandnews .brandnews-detail-1 .brandnews-middle .guoji ul li a {
                            font-size: 14px;
                        }

                            .section-brandnews .brandnews-detail-1 .brandnews-middle .guoji ul li a em {
                                font-weight: bold;
                            }

        .section-brandnews .brandnews-detail-1 .brandnews-right {
            float: right;
            width: 300px;
        }

            .section-brandnews .brandnews-detail-1 .brandnews-right .hd {
                overflow: hidden;
                margin-bottom: 15px;
            }

                .section-brandnews .brandnews-detail-1 .brandnews-right .hd ul h2 {
                    float: left;
                    background-color: #4C4C4C;
                    text-align: center;
                    color: #fff;
                    font-size: 16px;
                    padding: 0 15px;
                    line-height: 30px;
                    margin-right: 15px;
                }

                    .section-brandnews .brandnews-detail-1 .brandnews-right .hd ul h2 sub {
                        display: inline-block;
                        width: 0;
                        height: 0;
                        border-top: 5px solid transparent;
                        border-left: 7px solid #4C4C4C;
                        border-bottom: 5px solid transparent;
                        position: relative;
                        top: -1px;
                        left: 19px;
                    }

                .section-brandnews .brandnews-detail-1 .brandnews-right .hd ul li {
                    line-height: 30px;
                    float: left;
                    padding: 0 8px;
                    font-size: 16px;
                }

    .section-brandnews .brandnews-detail-2 {
        margin-top: -25px;
    }

        .section-brandnews .brandnews-detail-2 .img-nav {
            overflow: hidden;
            height: 40px;
            margin-top: 38px;
            background-color: #F5F5F5;
            width: 100%;
        }

            .section-brandnews .brandnews-detail-2 .img-nav h2 {
                float: left;
                width: 142px;
                border: 1px solid #5F5F5F;
                background-color: #363636;
                color: #fff;
                text-align: center;
                font-size: 16px;
                line-height: 40px;
            }

                .section-brandnews .brandnews-detail-2 .img-nav h2 sub {
                    display: inline-block;
                    width: 0;
                    height: 0;
                    border-top: 5px solid transparent;
                    border-left: 7px solid #363636;
                    border-bottom: 5px solid transparent;
                    position: relative;
                    top: -1px;
                    left: 43px;
                }

            .section-brandnews .brandnews-detail-2 .img-nav li {
                float: left;
                width: 85px;
                font-size: 14px;
                text-align: center;
                line-height: 38px;
                cursor: pointer;
            }

                .section-brandnews .brandnews-detail-2 .img-nav li:nth-child(2) {
                    margin-left: 60px;
                    margin-right: 80px;
                }

                .section-brandnews .brandnews-detail-2 .img-nav li:nth-child(3) {
                    margin-right: 80px;
                }

            .section-brandnews .brandnews-detail-2 .img-nav .on {
                border-bottom: 2px solid #363636;
            }

        .section-brandnews .brandnews-detail-2 .img-show {
            margin-top: 20px;
            overflow: hidden;
        }

            .section-brandnews .brandnews-detail-2 .img-show li {
                float: left;
                margin-right: 20px;
            }

                .section-brandnews .brandnews-detail-2 .img-show li:last-child {
                    margin-right: 0;
                }

                .section-brandnews .brandnews-detail-2 .img-show li .ih-item {
                    width: 275px;
                    height: 183px;
                    border: none;
                }

                    .section-brandnews .brandnews-detail-2 .img-show li .ih-item a img {
                        width: 100%;
                        height: 100%;
                    }

                    .section-brandnews .brandnews-detail-2 .img-show li .ih-item a .info {
                        height: 25px;
                        line-height: 25px;
                        background-color: rgba(15, 8, 4, 0.9);
                        width: 274px;
                        text-align: center;
                        color: #fff;
                    }

                    .section-brandnews .brandnews-detail-2 .img-show li .ih-item a:hover .img {
                        -webkit-transform: translateY(-24px);
                        -moz-transform: translateY(-24px);
                        -ms-transform: translateY(-24px);
                        -o-transform: translateY(-24px);
                        transform: translateY(-24px);
                    }

    .section-brandnews .brandnews-detail-3 {
        margin-top: 35px;
    }

        .section-brandnews .brandnews-detail-3 .video-nav {
            overflow: hidden;
            height: 40px;
            margin-top: 38px;
            background-color: #F5F5F5;
            width: 100%;
        }

            .section-brandnews .brandnews-detail-3 .video-nav h2 {
                float: left;
                width: 142px;
                border: 1px solid #5F5F5F;
                background-color: #363636;
                color: #fff;
                text-align: center;
                font-size: 16px;
                line-height: 40px;
            }

                .section-brandnews .brandnews-detail-3 .video-nav h2 sub {
                    display: inline-block;
                    width: 0;
                    height: 0;
                    border-top: 5px solid transparent;
                    border-left: 7px solid #363636;
                    border-bottom: 5px solid transparent;
                    position: relative;
                    top: -1px;
                    left: 43px;
                }

            .section-brandnews .brandnews-detail-3 .video-nav li {
                float: left;
                width: 85px;
                font-size: 14px;
                text-align: center;
                line-height: 38px;
                cursor: pointer;
            }

                .section-brandnews .brandnews-detail-3 .video-nav li:nth-child(2) {
                    margin-left: 60px;
                    margin-right: 80px;
                }

                .section-brandnews .brandnews-detail-3 .video-nav li:nth-child(3) {
                    margin-right: 80px;
                }

            .section-brandnews .brandnews-detail-3 .video-nav .on {
                border-bottom: 2px solid #363636;
            }

        .section-brandnews .brandnews-detail-3 .video-show {
            margin-top: 20px;
            overflow: hidden;
        }

            .section-brandnews .brandnews-detail-3 .video-show li {
                float: left;
                margin-right: 20px;
            }

                .section-brandnews .brandnews-detail-3 .video-show li:last-child {
                    margin-right: 0;
                }

                .section-brandnews .brandnews-detail-3 .video-show li .ih-item {
                    width: 275px;
                    height: 220px;
                    border: none;
                }

                    .section-brandnews .brandnews-detail-3 .video-show li .ih-item a img {
                        width: 100%;
                        height: 100%;
                    }

                    .section-brandnews .brandnews-detail-3 .video-show li .ih-item a .info {
                        height: 25px;
                        line-height: 25px;
                        background-color: rgba(15, 8, 4, 0.9);
                        width: 274px;
                        text-align: center;
                        color: #fff;
                    }

                    .section-brandnews .brandnews-detail-3 .video-show li .ih-item a:hover .img {
                        -webkit-transform: translateY(-24px);
                        -moz-transform: translateY(-24px);
                        -ms-transform: translateY(-24px);
                        -o-transform: translateY(-24px);
                        transform: translateY(-24px);
                    }

.ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .ih-item,
    .ih-item * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .ih-item a {
            color: #333;
        }

            .ih-item a:hover {
                text-decoration: none;
            }

        .ih-item img {
            width: 100%;
            height: 100%;
        }

        .ih-item.square {
            position: relative;
            width: 316px;
            height: 216px;
            border: 8px solid #fff;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
        }

            .ih-item.square .info {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                text-align: center;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            }

            .ih-item.square.effect6 {
                overflow: hidden;
            }

                .ih-item.square.effect6.colored .info {
                    background: #1a4a72;
                    background: rgba(26, 74, 114, 0.6);
                }

                    .ih-item.square.effect6.colored .info h3 {
                        background: rgba(12, 34, 52, 0.6);
                    }

                .ih-item.square.effect6 .img {
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                .ih-item.square.effect6 .info {
                    visibility: hidden;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                    opacity: 0;
                    background: #333;
                    background: rgba(0, 0, 0, 0.6);
                }

                    .ih-item.square.effect6 .info h3 {
                        font-size: 17px;
                        margin: 30px 0 0 0;
                        padding: 10px;
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                        text-align: center;
                        text-transform: uppercase;
                        color: #fff;
                        background: #111;
                    }

                    .ih-item.square.effect6 .info p {
                        font-size: 12px;
                        font-style: italic;
                        position: relative;
                        padding: 20px 20px 20px;
                        -webkit-transition: all .35s .1s linear;
                        -moz-transition: all .35s .1s linear;
                        transition: all .35s .1s linear;
                        text-align: center;
                        color: #bbb;
                    }

                .ih-item.square.effect6 a:hover .img {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    transform: scale(1.2);
                }

                .ih-item.square.effect6 a:hover .info {
                    visibility: visible;
                    opacity: 1;
                }

                .ih-item.square.effect6.from_top_and_bottom .info h3 {
                    -webkit-transform: translateY(-100%);
                    -moz-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                    -o-transform: translateY(-100%);
                    transform: translateY(-100%);
                }

                .ih-item.square.effect6.from_top_and_bottom .info p {
                    -webkit-transform: translateY(100%);
                    -moz-transform: translateY(100%);
                    -ms-transform: translateY(100%);
                    -o-transform: translateY(100%);
                    transform: translateY(100%);
                }

                .ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
                .ih-item.square.effect6.from_top_and_bottom a:hover .info p {
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                }

                .ih-item.square.effect6.from_left_and_right .info h3 {
                    -webkit-transform: translateX(-100%);
                    -moz-transform: translateX(-100%);
                    -ms-transform: translateX(-100%);
                    -o-transform: translateX(-100%);
                    transform: translateX(-100%);
                }

                .ih-item.square.effect6.from_left_and_right .info p {
                    -webkit-transform: translateX(100%);
                    -moz-transform: translateX(100%);
                    -ms-transform: translateX(100%);
                    -o-transform: translateX(100%);
                    transform: translateX(100%);
                }

                .ih-item.square.effect6.from_left_and_right a:hover .info h3,
                .ih-item.square.effect6.from_left_and_right a:hover .info p {
                    -webkit-transform: translateX(0);
                    -moz-transform: translateX(0);
                    -ms-transform: translateX(0);
                    -o-transform: translateX(0);
                    transform: translateX(0);
                }

                .ih-item.square.effect6.top_to_bottom .info h3 {
                    -webkit-transform: translateY(-100%);
                    -moz-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                    -o-transform: translateY(-100%);
                    transform: translateY(-100%);
                }

                .ih-item.square.effect6.top_to_bottom .info p {
                    -webkit-transform: translateY(-100%);
                    -moz-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                    -o-transform: translateY(-100%);
                    transform: translateY(-100%);
                }

                .ih-item.square.effect6.top_to_bottom a:hover .info h3,
                .ih-item.square.effect6.top_to_bottom a:hover .info p {
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                }

                .ih-item.square.effect6.bottom_to_top .info h3 {
                    -webkit-transform: translateY(100%);
                    -moz-transform: translateY(100%);
                    -ms-transform: translateY(100%);
                    -o-transform: translateY(100%);
                    transform: translateY(100%);
                }

                .ih-item.square.effect6.bottom_to_top .info p {
                    -webkit-transform: translateY(100%);
                    -moz-transform: translateY(100%);
                    -ms-transform: translateY(100%);
                    -o-transform: translateY(100%);
                    transform: translateY(100%);
                }

                .ih-item.square.effect6.bottom_to_top a:hover .info h3,
                .ih-item.square.effect6.bottom_to_top a:hover .info p {
                    -webkit-transform: translateY(0);
                    -moz-transform: translateY(0);
                    -ms-transform: translateY(0);
                    -o-transform: translateY(0);
                    transform: translateY(0);
                }

            .ih-item.square.effect8 {
                overflow: hidden;
            }

                .ih-item.square.effect8.colored .info {
                    background: #1a4a72;
                }

                    .ih-item.square.effect8.colored .info h3 {
                        background: rgba(12, 34, 52, 0.6);
                    }

                .ih-item.square.effect8 .img {
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                    opacity: 1;
                }

                .ih-item.square.effect8 .info {
                    visibility: hidden;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                    opacity: 0;
                    /*background: rgba(0, 0, 0, 0.2);*/
                }

                    .ih-item.square.effect8 .info h3 {
                        font-size: 17px;
                        margin: 30px 0 0 0;
                        padding: 10px;
                        -webkit-transition: all 0.35s 0.1s ease-in-out;
                        -moz-transition: all 0.35s 0.1s ease-in-out;
                        transition: all 0.35s 0.1s ease-in-out;
                        text-align: center;
                        text-transform: uppercase;
                        color: #fff;
                        background: #111;
                    }

                    .ih-item.square.effect8 .info p {
                        font-size: 12px;
                        font-style: italic;
                        position: relative;
                        padding: 20px 20px 20px;
                        -webkit-transition: all .35s .15s linear;
                        -moz-transition: all .35s .15s linear;
                        transition: all .35s .15s linear;
                        text-align: center;
                        color: #bbb;
                    }

                .ih-item.square.effect8 a:hover .img {
                    opacity: 1;
                }

                .ih-item.square.effect8 a:hover .info {
                    visibility: visible;
                    opacity: 1;
                }

                .ih-item.square.effect8.scale_up .img {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                .ih-item.square.effect8.scale_up .info {
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    -o-transform: scale(0);
                    transform: scale(0);
                }

                    .ih-item.square.effect8.scale_up .info h3,
                    .ih-item.square.effect8.scale_up .info p {
                        -webkit-transform: scale(0);
                        -moz-transform: scale(0);
                        -ms-transform: scale(0);
                        -o-transform: scale(0);
                        transform: scale(0);
                    }

                .ih-item.square.effect8.scale_up a:hover .img {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                .ih-item.square.effect8.scale_up a:hover .info {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                    .ih-item.square.effect8.scale_up a:hover .info h3,
                    .ih-item.square.effect8.scale_up a:hover .info p {
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -ms-transform: scale(1);
                        -o-transform: scale(1);
                        transform: scale(1);
                    }

                .ih-item.square.effect8.scale_down .img {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                .ih-item.square.effect8.scale_down .info {
                    -webkit-transform: scale(5);
                    -moz-transform: scale(5);
                    -ms-transform: scale(5);
                    -o-transform: scale(5);
                    transform: scale(5);
                }

                    .ih-item.square.effect8.scale_down .info h3,
                    .ih-item.square.effect8.scale_down .info p {
                        -webkit-transform: scale(5);
                        -moz-transform: scale(5);
                        -ms-transform: scale(5);
                        -o-transform: scale(5);
                        transform: scale(5);
                    }

                .ih-item.square.effect8.scale_down a:hover .img {
                    -webkit-transform: scale(0.2);
                    -moz-transform: scale(0.2);
                    -ms-transform: scale(0.2);
                    -o-transform: scale(0.2);
                    transform: scale(0.2);
                }

                .ih-item.square.effect8.scale_down a:hover .info {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    -o-transform: scale(1);
                    transform: scale(1);
                }

                    .ih-item.square.effect8.scale_down a:hover .info h3,
                    .ih-item.square.effect8.scale_down a:hover .info p {
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -ms-transform: scale(1);
                        -o-transform: scale(1);
                        transform: scale(1);
                    }

        .ih-item.square2 {
            position: relative;
            width: 316px;
            height: 216px;
            border: 8px solid #fff;
        }

            .ih-item.square2 .info {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                text-align: center;
                -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
            }

        .ih-item.square.effect3 {
            overflow: hidden;
        }

            .ih-item.square.effect3.colored .info {
                background: #1a4a72;
            }

            .ih-item.square.effect3 .img {
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
                width: 275px;
                height: 183px;
            }

            .ih-item.square.effect3 .info {
                height: 65px;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
                opacity: 0;
                background: #333;
            }

                .ih-item.square.effect3 .info h3 {
                    font-size: 17px;
                    margin: 4px 0 0 0;
                    padding: 10px 10px 0 4px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #fff;
                }

                .ih-item.square.effect3 .info p {
                    font-size: 12px;
                    font-style: italic;
                    position: relative;
                    padding: 5px;
                    text-align: center;
                    color: #bbb;
                }

            .ih-item.square.effect3 a:hover .info {
                visibility: visible;
                opacity: 1;
            }

            .ih-item.square.effect3.bottom_to_top .info {
                top: auto;
                -webkit-transform: translateY(100%);
                -moz-transform: translateY(100%);
                -ms-transform: translateY(100%);
                -o-transform: translateY(100%);
                transform: translateY(100%);
            }

            .ih-item.square.effect3.bottom_to_top a:hover .img {
                -webkit-transform: translateY(50px);
                -moz-transform: translateY(50px);
                -ms-transform: translateY(50px);
                -o-transform: translateY(50px);
                transform: translateY(50px);
            }

            .ih-item.square.effect3.bottom_to_top a:hover .info {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
            }

        .ih-item.square2.effect3 {
            overflow: hidden;
        }

            .ih-item.square2.effect3.colored .info {
                background: #1a4a72;
            }

            .ih-item.square2.effect3 .img {
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
                width: 275px;
                height: 275px;
            }

            .ih-item.square2.effect3 .info {
                height: 65px;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
                opacity: 0;
                background: #333;
            }

                .ih-item.square2.effect3 .info h3 {
                    font-size: 17px;
                    margin: 4px 0 0 0;
                    padding: 10px 10px 0 4px;
                    text-align: center;
                    text-transform: uppercase;
                    color: #fff;
                }

                .ih-item.square2.effect3 .info p {
                    font-size: 12px;
                    font-style: italic;
                    position: relative;
                    padding: 5px;
                    text-align: center;
                    color: #bbb;
                }

            .ih-item.square2.effect3 a:hover .info {
                visibility: visible;
                opacity: 1;
            }

            .ih-item.square2.effect3.bottom_to_top .info {
                top: auto;
                -webkit-transform: translateY(100%);
                -moz-transform: translateY(100%);
                -ms-transform: translateY(100%);
                -o-transform: translateY(100%);
                transform: translateY(100%);
            }

            .ih-item.square2.effect3.bottom_to_top a:hover .img {
                -webkit-transform: translateY(50px);
                -moz-transform: translateY(50px);
                -ms-transform: translateY(50px);
                -o-transform: translateY(50px);
                transform: translateY(50px);
            }

            .ih-item.square2.effect3.bottom_to_top a:hover .info {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
            }

.bbb {
    margin-right: 0 !important;
}

.section-title img {
    float: left;
    margin-top: 54px;
}

.section-title .customer-logo {
    position: absolute;
    right: 0px;
    top: 0px;
}

.adv {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
/*.close{position:absolute;top:0;right:0;display:block;width:20px;height:15px; background:url(/Images/indexnew/close.png) no-repeat;-moz-transition:padding .3s linear 0s;-ms-transition:padding .3s linear 0s;-o-transition:padding .3s linear 0s;-webkit-transition:padding .3s linear 0s;transition:padding .3s linear 0s;}*/
/*.close:hover{padding-right:28px;}*/
#icon1 .ih-item {
    position: relative;
}

    #icon1 .ih-item u {
        width: 50px;
        height: 55px;
        background: url(../images/spe.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon2 .ih-item {
    position: relative;
}

    #icon2 .ih-item u {
        width: 50px;
        height: 55px;
        background: url(../images/pop.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon3 .ih-item {
    position: relative;
}

    #icon3 .ih-item u {
        width: 50px;
        height: 55px;
        background: url(../images/new.png) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

.bathroom-smart {
    position: relative;
}

.moremore {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 16px;
    color: #999999;
}
/*视频遮罩层*/
#pop-window {
    display: none;
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
}

.mask-layer {
    display: none;
    background-color: #333;
    z-index: 1000;
    position: fixed;
    left: 50%;
    margin-left: -512px;
    /*bottom: 10%;*/
    bottom: 30%; /* edit by linwb 201911121001 */
}

    .mask-layer h2 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        background-color: #333;
        line-height: 50px;
    }

    .mask-layer p {
        padding: 20px;
        font-size: 12px;
        color: #fcfcfc;
        width: 1024px;
        line-height: 30px;
    }

        .mask-layer p s {
            margin-right: 10px;
            color: #fcfcfc;
        }

    .mask-layer b.close {
        display: block;
        width: 32px;
        height: 32px;
        background: url(../images/close.png) no-repeat;
        position: absolute;
        top: -9px;
        right: -9px;
        z-index: 1000;
        cursor: pointer;
    }

.video-play {
    z-index: 10;
}

#banner-slide .bd ul li {
    position: relative;
}

#focus-slide .bd ul li {
    position: relative;
}

em.ad {
    padding: 0px 5px;
    background-color: #ddd;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}

i.close {
    background-color: #fff;
    border: 1px solid #333;
    text-align: center;
    width: 12px;
    line-height: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

aside {
    position: fixed;
    width: 218px;
    height: 122px;
    bottom: 35%;
    /*right:0px;*/
    left: 0px;
}

s.close {
    background-color: #fff;
    border: 1px solid #333;
    text-align: center;
    width: 12px;
    line-height: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.adwrap {
    position: relative;
    width: 1160px;
    height: 100px;
    background: #fff;
    border: 1px solid #fff;
    cursor: pointer
}

    .adwrap .adlist {
        position: relative;
        width: 1160px;
        height: 100px;
        overflow: hidden
    }

        .adwrap .adlist ul {
            position: absolute;
            top: 0;
            left: 0
        }

            .adwrap .adlist ul li {
                width: 1160px;
                height: 100px;
                overflow: hidden
            }

    .adwrap .count {
        position: absolute;
        right: 50px;
        bottom: 5px
    }

        .adwrap .count li {
            color: #fff;
            float: left;
            width: 20px;
            line-height: 20px;
            cursor: pointer;
            margin-right: 5px;
            overflow: hidden;
            background: #f90;
            opacity: .7;
            filter: alpha(opacity=70);
            border-radius: 20px;
            text-align: center
        }

            .adwrap .count li.current {
                color: #fff;
                opacity: 1;
                filter: alpha(opacity=100);
                font-weight: 700;
                background: #f60
            }

#tmp {
    width: 100px;
    height: 100px;
    background: #f00;
    position: absolute
}

#topad {
    width: 100%;
    height: 200px;
    background: url(/Images/gg/20170527.jpg) no-repeat center center;
    background-size: corver;
}

    #topad a {
        display: block;
        height: 300px;
    }


.bathroom-ad {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

#icon1 .ih-item {
    position: relative;
}

    #icon1 .ih-item u {
        width: 35px;
        height: 35px;
        background: url(../images/ftb.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon2 .ih-item {
    position: relative;
}

    #icon2 .ih-item u {
        width: 35px;
        height: 35px;
        background: url(../images/ftb.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon3 .ih-item {
    position: relative;
}

    #icon3 .ih-item u {
        width: 35px;
        height: 35px;
        background: url(../images/ftb.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

#icon4 .ih-item {
    position: relative;
}

    #icon4 .ih-item u {
        width: 35px;
        height: 35px;
        background: url(../images/ftb.jpg) no-repeat;
        background-size: contain;
        position: absolute;
        top: 5px;
        right: 5px;
    }

.section-shopping .wrap .shopping-detail-2 .hot-show li .ih-item a .info-ftb {
    color: #f5f5f5;
    text-align: center;
    line-height: 25px;
    height: 25px;
    background-color: rgba(15, 8, 4, 0.9);
    width: 274px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-shopping .wrap .shopping-detail-2 .hot-show li h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 275px;
}

.section-news ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.flex-right {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 10000;
}

.alert-cont {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
}

.hidden {
    display: none;
}

.alert-cont-div {
    width: 740px;
    height: 830px;
    margin: 40px auto;
}

    .alert-cont-div img {
        width: 740px;
        height: 830px;
    }

#adwrap1 {
    margin-top: 50px;
}


.section-zk .box_title {
    margin-top: 60px;
    margin-bottom: 40px;
    width: 100%;
    height: 76px;
}

    .section-zk .box_title img {
        width: 1160px;
    }


.section-zk .box_recommend {
    margin-top: 35px;
    width: 1160px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

    .section-zk .box_recommend .left_recommend {
        width: 760px;
    }

        .section-zk .box_recommend .left_recommend .box_nav {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            align-content: center;
            justify-content: space-between;
            border-radius: 5px;
            overflow: hidden;
        }

            .section-zk .box_recommend .left_recommend .box_nav .box_item_nav {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                align-content: center;
                justify-content: flex-start;
            }

                .section-zk .box_recommend .left_recommend .box_nav .box_item_nav .item_nav {
                    box-sizing: border-box;
                    width: 148px;
                    height: 36px;
                    line-height: 36px;
                    text-align: center;
                    background: #FFFFFF;
                    font-size: 16px;
                    font-family: MicrosoftYaHei;
                    color: #202123;
                    border: 1px solid #E5E5E5;
                    cursor: default;
                    cursor:pointer;
                }
                .section-zk .box_recommend .left_recommend .box_nav .box_item_nav .item_1 {
                    border-radius: 5px 0px 0px 5px!important;
                }
                .section-zk .box_recommend .left_recommend .box_nav .box_item_nav .item_2 {
                    border-radius: 0px 5px 5px 0px!important;
                    margin-left:-4px;
                }

                .section-zk .box_recommend .left_recommend .box_nav .box_item_nav .item_active {
                    background: #4C4C4C;
                    color: #FFFFFF;
                    border: 1px solid #4C4C4C;
                }

            .section-zk .box_recommend .left_recommend .box_nav .right_more {
                width: 28px;
                height: 19px;
                font-size: 14px;
                font-family: MicrosoftYaHei;
                color: #999999;
                line-height: 19px;
                cursor: default;
            }

        .section-zk .box_recommend .left_recommend .box_list {
            margin-top: 16px;
            width: 760px;
            /*height: 121px;*/
        }

            .section-zk .box_recommend .left_recommend .box_list .item_list {
                width: 760px;
                height: 121px;
                border: 1px solid #E5E5E5;
                box-sizing: border-box;
                display: flex;
                flex-wrap: nowrap;
                justify-content: space-between;
                margin-bottom: 18px;
            }

                .section-zk .box_recommend .left_recommend .box_list .item_list .item_left_list {
                    margin-left: 16px;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: flex-start;
                    align-items: flex-start;
                    align-content: flex-start;
                }

                    .section-zk .box_recommend .left_recommend .box_list .item_list .item_left_list p {
                        width: 100%;
                        height: auto;
                        margin: 0;
                    }

                    .section-zk .box_recommend .left_recommend .box_list .item_list .item_left_list .atitle {
                        font-size: 16px;
                        font-family: MicrosoftYaHeiSemibold;
                        color: #202123;
                        font-weight: bold;
                        margin: 16px 0 8px 0;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        max-width: 500px;
                    }

                    .section-zk .box_recommend .left_recommend .box_list .item_list .item_left_list p.txt {
                        margin-top: 8px 0 0 0;
                        display: flex;
                        flex-wrap: nowrap;
                        align-items: center;
                        align-content: center;
                        justify-content: flex-start;
                    }

                        .section-zk .box_recommend .left_recommend .box_list .item_list .item_left_list p.txt .txt01 {
                            font-size: 12px;
                            font-family: MicrosoftYaHei;
                            color: #909399;
                            margin-right: 10px;
                            display: inline-block;
                        }

                        .section-zk .box_recommend .left_recommend .box_list .item_list .item_left_list p.txt .txt02 {
                            font-size: 13px;
                            font-family: MicrosoftYaHei;
                            color: #606266;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            max-width: 250px;
                            display: inline-block;
                        }

                .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list {
                    margin-right: 16px;
                }

                    .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_top {
                        display: flex;
                        flex-wrap: nowrap;
                        align-items: center;
                        align-content: center;
                        justify-content: flex-end;
                        margin-top: 17px;
                    }

                        .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_top img {
                            width: 12px;
                            height: 12px;
                        }

                        .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_top span.txt_time1 {
                            font-size: 12px;
                            font-family: MicrosoftYaHei;
                            color: #909399;
                            margin-left: 5px;
                        }

                        .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_top span.txt_time2 {
                            font-size: 13px;
                            font-family: MicrosoftYaHei;
                            color: #606266;
                            margin: 0 3px 0 5px;
                        }

                        .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_top span.txt_time1 {
                            display: inline-block;
                        }

                    .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_bottom {
                        display: flex;
                        flex-wrap: nowrap;
                        align-items: flex-end;
                        align-content: flex-end;
                        justify-content: flex-end;
                        height: 34px;
                        margin-top: 39px;
                    }

                        .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_bottom .amoney {
                            display: flex;
                            flex-wrap: nowrap;
                            align-items: flex-end;
                            align-content: flex-end;
                            justify-content: flex-end;
                            height: 25px;
                        }

                            .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_bottom .amoney .money1 {
                                font-size: 14px;
                                font-family: MicrosoftYaHeiSemibold;
                                color: #FF4B33;
                                margin-bottom: 3px;
                            }

                            .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_bottom .amoney .money2 {
                                font-size: 24px;
                                font-family: MicrosoftYaHeiSemibold;
                                color: #FF4B33;
                                font-weight: bold;
                            }

                        .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_bottom .btn {
                            width: 104px;
                            height: 34px;
                            background: #4C4C4C;
                            border-radius: 3px;
                            display: flex;
                            flex-wrap: nowrap;
                            align-items: center;
                            align-content: center;
                            justify-content: center;
                            margin-left: 16px;
                        }

                            .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_bottom .btn img {
                                width: 18px;
                                height: 18px;
                                margin-right: 2px;
                            }

                            .section-zk .box_recommend .left_recommend .box_list .item_list .item_right_list .item_right_bottom .btn span {
                                font-size: 14px;
                                font-family: MicrosoftYaHei;
                                color: #FFFFFF;
                            }

            .section-zk .box_recommend .left_recommend .box_list .item_active {
                box-shadow: 0px 4px 10px 0px #f7f8fa;
                border: 1px solid #90C320;
            }

                .section-zk .box_recommend .left_recommend .box_list .item_active .atitle {
                    color: #90C320 !important;
                }

            .section-zk .box_recommend .left_recommend .box_list .item_list:hover {
                cursor: pointer;
                box-shadow: 0px 4px 10px 0px #f7f8fa;
                border: 1px solid #90C320;
            }

                .section-zk .box_recommend .left_recommend .box_list .item_list:hover .atitle {
                    color: #90C320 !important;
                }

                .section-zk .box_recommend .left_recommend .box_list .item_list:hover .btn {
                    background-color: #90C320 !important;
                }

    .section-zk .box_recommend .right_recommend {
        width: 362px;
    }

        .section-zk .box_recommend .right_recommend .atitle {
            font-size: 18px;
            font-family: MicrosoftYaHei;
            color: #373A45;
            height: 36px;
        }

        .section-zk .box_recommend .right_recommend .box_recommend_list {
            margin-top: 16px;
            display: flex;
            flex-wrap: wrap;
        }

            .section-zk .box_recommend .right_recommend .box_recommend_list .item_recommend_list {
                width: 176px;
                box-sizing: border-box;
                margin-bottom: 22px;
            }

                .section-zk .box_recommend .right_recommend .box_recommend_list .item_recommend_list img {
                    width: 176px;
                    height: 97px;
                    border: 1px solid #E5E5E5 !important;
                    object-fit: contain;
                }

                .section-zk .box_recommend .right_recommend .box_recommend_list .item_recommend_list p {
                    text-align: center;
                    font-size: 12px;
                    font-family: PingFangSC-Light, PingFang SC;
                    font-weight: 300;
                    color: #222222;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    vertical-align: middle;
                    margin-top:5px
                }

                .section-zk .box_recommend .right_recommend .box_recommend_list .item_recommend_list:nth-child(2n+1) {
                    margin-right: 10px;
                }

    .section-zk .box_recommend .left_recommend .box_list2 {
        margin-top: 25px;
        width: 760px;
        /*height: 121px;*/
    }

        .section-zk .box_recommend .left_recommend .box_list2 .item_list {
            width: 760px;
            height: 121px;
            border: 1px solid #E5E5E5;
            box-sizing: border-box;
            display: flex;
            flex-wrap: nowrap;
            justify-content: space-between;
            margin-bottom: 18px;
        }

            .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_left_list {
                margin-left: 16px;
                display: flex;
                flex-wrap: wrap;
                justify-content: flex-start;
                align-items: flex-start;
                align-content: flex-start;
            }

                .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_left_list p {
                    width: 100%;
                    height: auto;
                    margin: 0;
                }

                .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_left_list .atitle {
                    font-size: 16px;
                    font-family: MicrosoftYaHeiSemibold;
                    color: #202123;
                    font-weight: bold;
                    margin: 16px 0 8px 0;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    max-width: 500px;
                }

                .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_left_list p.txt {
                    margin-top: 8px 0 0 0;
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                    align-content: center;
                    justify-content: flex-start;
                }

                    .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_left_list p.txt .txt01 {
                        font-size: 12px;
                        font-family: MicrosoftYaHei;
                        color: #909399;
                        margin-right: 10px;
                        display: inline-block;
                    }

                    .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_left_list p.txt .txt02 {
                        font-size: 13px;
                        font-family: MicrosoftYaHei;
                        color: #606266;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        max-width: 250px;
                        display: inline-block;
                    }

            .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list {
                margin-right: 16px;
            }

                .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_top {
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                    align-content: center;
                    justify-content: flex-end;
                    margin-top: 17px;
                }

                    .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_top img {
                        width: 12px;
                        height: 12px;
                    }

                    .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_top span.txt_time1 {
                        font-size: 12px;
                        font-family: MicrosoftYaHei;
                        color: #909399;
                        margin-left: 5px;
                    }

                    .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_top span.txt_time2 {
                        font-size: 13px;
                        font-family: MicrosoftYaHei;
                        color: #606266;
                        margin: 0 3px 0 5px;
                    }

                    .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_top span.txt_time1 {
                        display: inline-block;
                    }

                .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_bottom {
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: flex-end;
                    align-content: flex-end;
                    justify-content: flex-end;
                    height: 34px;
                    margin-top: 39px;
                }

                    .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_bottom .amoney {
                        display: flex;
                        flex-wrap: nowrap;
                        align-items: flex-end;
                        align-content: flex-end;
                        justify-content: flex-end;
                        height: 25px;
                    }

                        .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_bottom .amoney .money1 {
                            font-size: 14px;
                            font-family: MicrosoftYaHeiSemibold;
                            color: #FF4B33;
                            margin-bottom: 3px;
                        }

                        .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_bottom .amoney .money2 {
                            font-size: 24px;
                            font-family: MicrosoftYaHeiSemibold;
                            color: #FF4B33;
                            font-weight: bold;
                        }

                    .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_bottom .btn {
                        width: 104px;
                        height: 34px;
                        background: #4C4C4C;
                        border-radius: 3px;
                        display: flex;
                        flex-wrap: nowrap;
                        align-items: center;
                        align-content: center;
                        justify-content: center;
                        margin-left: 16px;
                    }

                        .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_bottom .btn img {
                            width: 18px;
                            height: 18px;
                            margin-right: 2px;
                        }

                        .section-zk .box_recommend .left_recommend .box_list2 .item_list .item_right_list .item_right_bottom .btn span {
                            font-size: 14px;
                            font-family: MicrosoftYaHei;
                            color: #FFFFFF;
                        }

        .section-zk .box_recommend .left_recommend .box_list2 .item_active {
            box-shadow: 0px 4px 10px 0px #f7f8fa;
            border: 1px solid #90C320;
        }

            .section-zk .box_recommend .left_recommend .box_list2 .item_active .atitle {
                color: #90C320 !important;
            }

        .section-zk .box_recommend .left_recommend .box_list2 .item_list:hover {
            cursor: pointer;
            box-shadow: 0px 4px 10px 0px #f7f8fa;
            border: 1px solid #90C320;
        }

            .section-zk .box_recommend .left_recommend .box_list2 .item_list:hover .atitle {
                color: #90C320 !important;
            }

            .section-zk .box_recommend .left_recommend .box_list2 .item_list:hover .btn {
                background-color: #90C320 !important;
            }


.box_recommend {
  margin-top: 35px;
  width: 1160px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}

.box_recommend .left_recommend {
  width: 760px;
}

.box_recommend .left_recommend .box_nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}

.box_recommend .left_recommend .box_nav .box_item_nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.box_recommend .left_recommend .box_nav .box_item_nav .item_nav {
  box-sizing: border-box;
  width: 148px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #FFFFFF;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #202123;
  border: 1px solid #E5E5E5;
}

.box_recommend .left_recommend .box_nav .box_item_nav .item_active {
  background: #4C4C4C;
  color: #FFFFFF;
}

.box_recommend .left_recommend .box_nav .right_more {
  width: 28px;
  height: 19px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 19px;
}

.box_recommend .left_recommend .box_list {
  margin-top: 16px;
  width: 759px;
  height: 427px;
  margin-bottom: 20px;
}


/* 轮播图1 */
    .box_recommend .left_recommend .box_list .swiper {
        width: 759px;
        height: 427px;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }
    .box_recommend .left_recommend .box_list .video-js {
        width: 759px;
        height: 427px;
        margin-bottom: 20px;
    }

        .box_recommend .left_recommend .box_list .swiper .swiper-wrapper .swiper-slide img {
            width: 759px;
            height: 427px;
        }

.box_recommend .left_recommend .box_list .my-bullet {
  display: inline-block;
  width: 50px;
  height: 4px;
  background: rgba(48, 49, 51, 0.46);
  margin-left: 6px;
}

.box_recommend .left_recommend .box_list .my-bullet-active {
  background: #8EC31E;
}



/* 海报 */
.box_recommend .left_recommend .poster {
  width: 760px;
  height: 237px;
}

.box_recommend .left_recommend .poster .pic {
  width: 760px;
  height: 237px;
}

.box_recommend .left_recommend .poster .pic img {
  width: 760px;
  height: 237px;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}


.box_zzzliving {
  height: 500px;
  margin: 19px auto 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  position: relative;
}

.box_zzzliving .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 750px;
  height: 100px;
  background: linear-gradient(180deg, rgba(48, 49, 51, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.box_zzzliving .desc span {
  display: block;
  font-size: 20px;
  font-family: MicrosoftYaHeiSemibold;
  color: #FFFFFF;
  margin-left: 24px;
  margin-top: 42px;
}

.box_zzzliving .topCount {
  top: 28px;
  left: 40px;
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.box_zzzliving .topCount .count {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 0 10px 0 10px;
  height: 32px;
  line-height: 32px;
  background: rgba(48, 49, 51, 0.46);
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.box_zzzliving .topCount .count img {
  width: 13px;
  height: auto;
  margin: 0 5px 0 0;
}

    .box_zzzliving .left {
        width: 750px;
        height: 500px;
        border-radius: 5px;
        overflow:hidden;
    }

.box_zzzliving .left img {
  width: 750px;
  height: 500px;
    cursor: pointer;
}

.box_zzzliving .left .swiper-container {
  position: relative;
  height: 500px;
}

.box_zzzliving .left .swiper-container .swiper-pagination2 {
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 16px;
  left: 0;
  z-index: 10;
  /* justify-content: center; */
  margin-left: 24px;
}

.box_zzzliving .left .swiper-container .swiper-pagination2 .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: rgba(255,255,255, 0.39);
}

.box_zzzliving .left .swiper-container .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #8EC31F;
}

    .box_zzzliving .left .swiper-button-prev1 {
        position: absolute;
        width: 37px;
        height: 67px;
        top: 50%;
        margin-top: -33.5px;
        left: 0px;
        z-index: 10;
        background-image: url('../images/btn_left.png');
    }

    .box_zzzliving .left .swiper-button-next1 {
        position: absolute;
        width: 37px;
        height: 67px;
        top: 50%;
        margin-top:-33.5px;
        right: 0px;
        z-index: 10;
        background-image: url('../images/btn_right.png');
    }

.box_zzzliving .right {
  width: 410px;
  height: 500px;
}
    .box_zzzliving .right .aa{
        display:flex;
        justify-content:space-between;
    }
        .box_zzzliving .right .aa .more{
            margin-bottom:0px;
            height:40px;
            line-height:40px;
        }
            .box_zzzliving .right .box_title {
                margin: 0 0 0 24px;
                height: 28px;
                display: flex;
                flex-wrap: nowrap;
                justify-content: flex-start;
                align-items: center;
                margin-bottom: 11px;
            }

.box_zzzliving .right .box_title p {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #3A3A45;
  line-height: 28px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.box_zzzliving .right .box_title img {
  width: 22px;
  height: 34px;
  vertical-align: middle;
}

.box_zzzliving .right .box_ul {
  width: 386px;
  list-style: none;
  margin: 1px 0 0 24px;
}

.box_zzzliving .right .box_ul li a {
  width: 386px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0 17.5px 0px;
}

.box_zzzliving .right .box_ul li .pic {
  width: 120px;
  height: 78px;
}

.box_zzzliving .right .box_ul li .pic img {
  width: 120px;
  height: 78px;
  border-radius:2px;
}

.box_zzzliving .right .box_ul li .two {
  height: 72px;
  width: 256px;
  display: flex;
  align-items: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}

.box_zzzliving .right .box_ul li .two .two_0 {
  font-size: 14px;
  font-family: MicrosoftYaHeiSemibold;
  color: #202123;
  line-height: 22px;
  text-overflow: ellipsis;
  width: 256px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

    .box_zzzliving .right .box_ul li:hover .two .two_0 {
        color: #8EC31F;
    }

.box_zzzliving .right .box_ul li .two .two_1 {
  margin: 0 15px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}

.box_zzzliving .right .box_ul li .two .two_1 .time {
  font-size: 13px;
  font-family: MicrosoftYaHei;
  color: #A9A9A9;
  line-height: 20px;
}

.box_zzzliving .right .box_ul li .two .two_1 .box_view {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.box_zzzliving .right .box_ul li .two .two_1 .box_view img {
  width: 16px;
  height: auto;
}

.box_zzzliving .right .box_ul li .two .two_1 .box_view .view {
  height: 16px;
  font-size: 15px;
  font-family: DINAlternate-Bold, DINAlternate;
  font-weight: bold;
  color: #F59949;
  line-height: 16px;
}

.box_all_zzzlive {
  display: flex;
  justify-content: start;
  width: 1160px;
  height: 250px;
  background: rgba(245, 245, 245, 0.6);
  border-radius: 2px;
  margin-top: 45px;
  backdrop-filter: blur(2px);
}

.box_all_zzzlive .atitle {
  width: 136px;
  height: 250px;
}

.box_all_zzzlive .atitle img {
  width: 136px;
  height: 250px;
}

.box_all_zzzlive .box_content {
  margin: -3px auto 0;
  width: 1024px;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.box_all_zzzlive .box_content .box_swiper {
  width: 1024px;
}

.box_all_zzzlive .box_content .box_swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.box_all_zzzlive .box_content .box_swiper .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.box_all_zzzlive .box_content .box_swiper .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.box_all_zzzlive .box_content .box_prev {
  width: 20px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0px 8px 8px 0px;
  position: absolute;
  top: 77px;
  left: 0;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.box_all_zzzlive .box_content .box_prev .swiper-button-prev2 {
  width: 16px;
  height: 16px;
  background-image:url('../images/btn_left_b.png');
}

.box_all_zzzlive .box_content .box_next {
  width: 20px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px 0px 0px 8px;
  position: absolute;
  top: 77px;
  right: 36px;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.box_all_zzzlive .box_content .box_next .swiper-button-next2 {
  width: 16px;
  height: 16px;
  background-image: url('../images/btn_right_b.png');
}

.box_all_zzzlive .box_content .box_ul {
  width: 1160px;
  height: 272px;
  display: flex;
  flex-wrap: nowrap;
}

.box_all_zzzlive .box_content li {
  margin: 0 28px 0 0;    
  cursor: pointer;
}

.box_all_zzzlive .box_content li .topImg {
  position: relative;
  width: 226px;
  height: 141px;
}

.box_all_zzzlive .box_content li .topImg .proImg {
  width: 226px;
  height: 141px;
  border-radius:2px;
}

.box_all_zzzlive .box_content li .topImg .box_view {
  width: 109px;
  height: 20px;
  border-radius: 2px 0px 2px 0px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
}

.box_all_zzzlive .box_content li .topImg .box_view .count {
  width: 65px;
  height: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: rgba(26, 31, 40, 0.4);
  border-radius: 0px 4px 4px 0px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}

.box_all_zzzlive .box_content li .topImg .box_view .count img {
  width: 13px;
  height: auto;
  margin: 0 5px 0 0;
}

.box_all_zzzlive .box_content li .bottom {
  width: 226px;
}

    .box_all_zzzlive .box_content li .bottom .time {
        height: 12px;
        margin-top: 6px;
    }

.box_all_zzzlive .box_content li .bottom .time .time01 {
  height: 12px;
  font-size: 12px;
  font-family: HiraMaruProN-W4, HiraMaruProN;
  font-weight: normal;
  color: #909399;
  line-height: 12px;
}

.box_all_zzzlive .box_content li .bottom .time .time02 {
  height: 12px;
  font-size: 12px;
  font-family: HiraMaruProN-W4, HiraMaruProN;
  font-weight: normal;
  color: #909399;
  line-height: 12px;
}

.box_all_zzzlive .box_content li .bottom .txt {
      margin: 13px 0 0 0;
    line-height: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #303133;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box_all_zzzlive .box_content li:hover .txt {
    color: #90C426;
}

.box_all_zzzlive .box_content li.active .txt {
  color: #90C426;
}

.box_all_zzzlive .box_content li:nth-child(4n) {
  margin: 0;
}

.box_all_zzzlive .status {
    display: inline-block;
    width: 44px;
    height: 20px;
    border-radius: 2px 0px 2px 0px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}