
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}


#product_series {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    clear: both;
    background-color: #e4e4e4;
}

#product_series .product_series {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

#product_series .product_series dl {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#product_series .product_series dl::after {
    content: "";
    display: block;
    height: 0px;
    line-height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

#product_series .product_series dl dt {
    margin: 0;
    padding: 0;
    width: 5%;
    height: 100%;
    float: left;
}

#product_series .product_series dl dd {
    margin: 0;
    padding: 0;
    width: 90%;
    height: 100%;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1.0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}


#product_series .product_series dl dt.button_prev {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

#product_series .product_series dl dt.button_next {
    text-align: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}


#product_series .product_series dl dt i {
    color: #a0a0a0;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
}

#product_series .product_series dl dt.button_prev i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


#product_series .product_series .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#product_series .product_series .swiper-container .swiper-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

#product_series .product_series .swiper-container .swiper-wrapper .swiper-slide {
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

#product_series .product_series .swiper-container .swiper-wrapper .swiper-slide a {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1.0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

#product_series .product_series .swiper-container .swiper-wrapper .swiper-slide a.on {
    color: #FFF;
    background-color: #e73042;
}

#product_series .product_series .swiper-container .swiper-wrapper .swiper-slide a:hover {
    color: #FFF;
    background-color: #e73042;
}


#product_series .product_series .swiper-container .swiper-button-next {
    opacity: 0;
    width: 30px;
    height: 100%;
    margin-top: 0px;
    background-image: none;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1.0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

#product_series .product_series .swiper-container .swiper-button-next i {
    color: #a0a0a0;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
}

#product_series .product_series .swiper-container .swiper-button-prev {
    opacity: 0;
    width: 30px;
    height: 100%;
    margin-top: 0px;
    background-image: none;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1.0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

#product_series .product_series .swiper-container .swiper-button-prev i {
    color: #a0a0a0;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


@media screen and (max-width: 1700px) {

    #product_series .product_series {
        width: 96%;
    }

}

@media screen and (max-width: 1000px) {

    #product_series .product_series {
        width: 98%;
    }

    #product_series .product_series dl dt {
        width: 8%;
    }

    #product_series .product_series dl dd {
        width: 84%;
    }

}

@media screen and (max-width: 768px) {

    #product_series {
        width: 100%;
        height: 44px;
    }

    #product_series .product_series {
        width: 96%;
    }

    #product_series .product_series dl dt {
        width: 8%;
    }

    #product_series .product_series dl dd {
        width: 84%;
    }

}

@media screen and (max-width: 640px) {

    #product_series {
        width: 100%;
        height: 44px;
    }

    #product_series .product_series {
        width: 98%;
    }

    #product_series .product_series dl dt {
        width: 10%;
    }

    #product_series .product_series dl dd {
        width: 80%;
    }

}

@media screen and (max-width: 400px) {

    #product_series {
        width: 100%;
        height: 40px;
    }

    #product_series .product_series {
        width: 100%;
    }

    #product_series .product_series dl dt {
        width: 10%;
    }

    #product_series .product_series dl dd {
        width: 80%;
    }

}


#product_media {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    clear: both;
}

#product_media dl {
    margin: 0;
    padding: 0;
    width: 100%;
}

#product_media dl dt {
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
}

#product_media dl dd {
    margin: 0;
    padding: 0;
    float: none;
    text-align: center;
}

#product_media dl dd img {
    width: auto;
    height: auto;
    max-width: 96%;
    border: 0px;
}

#product_media dl dt:nth-of-type(1) {
    height: 5vh;
    overflow: hidden;
}

#product_media dl dt:nth-of-type(2) {
    height: 2vh;
    overflow: hidden;
}


#product_canvas {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    clear: both;
}

#product_canvas .product_list {
    width: 1404px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#product_canvas .product_list ul {
    margin: 0% 0% 0% -2%;
    padding: 0;
    list-style-type: none;
    width: 102%;
}

#product_canvas .product_list ul::after {
    content: "";
    display: block;
    height: 0px;
    line-height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

#product_canvas .product_list ul li {
    margin: 0% 0% 2% 2%;
    padding: 0;
    width: 48%;
    float: left;
}

#product_canvas .product_list ul li a {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#product_canvas .product_list ul li a .ppp {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#product_canvas .product_list ul li a .ppp img {
    width: 100%;
    height: auto;
    border: 0px;
    -webkit-transition: transform 0.5s ease-in-out 0ms;
    -moz-transition: transform 0.5s ease-in-out 0ms;
    -ms-transition: transform 0.5s ease-in-out 0ms;
    -o-transition: transform 0.5s ease-in-out 0ms;
    transition: transform 0.5s ease-in-out 0ms;
}

#product_canvas .product_list ul li a .mask {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out 0ms;
    -moz-transition: all 0.5s ease-in-out 0ms;
    -ms-transition: all 0.5s ease-in-out 0ms;
    -o-transition: all 0.5s ease-in-out 0ms;
    transition: all 0.5s ease-in-out 0ms;
}

#product_canvas .product_list ul li a dl {
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 40%;
    top: 0px;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1.0;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

#product_canvas .product_list ul li a dl dt {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 25px;
}

#product_canvas .product_list ul li a dl dd {
    margin: 0;
    padding: 0;
    width: 100%;
}

#product_canvas .product_list ul li a dl .nnn {
    color: #FFF;
    font-size: 20px;
    line-height: 20px;
}

#product_canvas .product_list ul li a dl .button {
    color: #FFF;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
}

#product_canvas .product_list ul li a:hover .mask {
    opacity: 0;
}

#product_canvas .product_list ul li a:hover .ppp img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}


@media screen and (max-width: 1440px) {

    #product_canvas .product_list {
        width: 96%;
    }

}

@media screen and (max-width: 1024px) {

    #product_canvas .product_list {
        width: 96%;
    }

    #product_canvas .product_list ul li a dl dt {
        height: 20px;
    }

    #product_canvas .product_list ul li a dl .nnn {
        font-size: 16px;
        line-height: 16px;
    }

    #product_canvas .product_list ul li a dl .button {
        font-size: 12px;
        line-height: 12px;
    }

}

@media screen and (max-width: 500px) {

    #product_canvas .product_list {
        width: 96%;
    }

    #product_canvas .product_list ul {
        margin: 0% 0% 0% 0%;
        width: 100%;
    }

    #product_canvas .product_list ul li {
        margin: 0% 0% 2% 0%;
        width: 100%;
        float: none;
    }

}


#pagination dl dt:nth-of-type(1) {
    height: 2vh;
    overflow: hidden;
}

#pagination dl dt:nth-last-of-type(1) {
    height: 5vh;
    overflow: hidden;
}

