﻿* {
    padding: 0;
    margin: 0;
}
html {
    background: #FFFFFF;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}
body {
    margin:0 auto;
    position:relative;
    width:100%;
    height:100%;
    color: #333333;
    font: 0.81rem/150% Microsoft Yahei,Arial, Helvetica, sans-serif;
    min-width:1200px;
}
div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.4rem;
    margin: 20px 0 .4rem;
    color: #000000;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.4rem;
}
h4 {
    font-size: 1.2rem;
}
h5 {
    font-size: 1.1rem;
}
h6 {
    font-size: 1rem;
}
img, fieldset {
    border: 0;
}
img {
    list-style: none;
    list-style-type: none;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
a, a:visited {
    text-decoration: none;
    color: #333333;
    cursor:pointer;
}
a:hover, a:active {
    color: #CE221E;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
    line-height: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.layout {
    clear: both;
    width: 100%;
}
.zlayout {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}
#header {
    height:100px;
}
    #header > ul {
        position:relative;
        height:100px;
    }
    #header > ul > li.logo {
        position:absolute;
        left:0;
        top:0;
        width:auto;
        height:100px;
    }
        #header > ul > li.logo > a > img {
            display: block;
            height: 100px;
        }
        #header > ul > li.nav {
            position: absolute;
            right: 0;
            top: 60px;
            width: auto;
            height:30px;
        }
            #header > ul > li.nav > a {
                margin: 0 15px;
                display: inline-block;
                font-size: 0.95rem;
                color: #333333;
            }
                #header > ul > li.nav > a:hover, #header > ul > li.nav > a.cur {
                    color: #CE221E;
                }
        #header > ul > li.mnav {
            display: none;
        }
#banners {
    height:auto;
}
    #banners .swiper-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
        #banners img {
            display: block;
        }
#sbanner {
    padding:0;
    position:relative;
}
    #sbanner img {
        display: block;
    }
#sbanner > h1 {
    position:absolute;
    top:15%;
    left:10%;
    color:#FFFFFF;
    font-weight:normal;
}
#linkbox {
    padding: 30px 0;
    background: #F4F4F4;
}
    #linkbox > div > b {
        font-weight: normal;
        color: #999999;
    }
    #linkbox > div > a {
        display: inline-block;
        margin-right: 10px;
        color: #666666;
    }
        #linkbox > div > a:hover {
            color: #222222;
        }
#botombox {
    padding: 20px 0;
    background: #202020;
}
    #botombox > ul > li.txt {
        float:left;
        line-height: 1.5rem;
        color: #CCCCCC;
    }
        #botombox > ul > li.txt a {
            color: #CCCCCC;
        }
        #botombox > ul > li.txt a:hover {
            color: #CE221E;
        }
    #botombox > ul > li.txt img {
        display:block;
        margin-bottom:5px;
    }
    #botombox > ul > li.menu {
        float: right;
        width: auto;
    }
        #botombox > ul > li.menu > span {
            display: inline-block;
            width: 130px;
            padding: 10px 0 0 20px;
            vertical-align: top;
        }
            #botombox > ul > li.menu > span > b {
                display: block;
                font-weight: normal;
                color:#FFFFFF;
                font-size:1rem;
                height:1.5rem;
            }
            #botombox > ul > li.menu > span > a {
                display: block;
                color:#999999;
                line-height:1.5rem;
            }
                #botombox > ul > li.menu > span > a:hover {
                    color:#CE221E;
                }
#footer {
    padding: 20px 0;
    color: #FFFFFF;
    text-align:center;
    font-size:0.75rem;
    line-height:1.5rem;
    background: #111111;
}
    #footer a {
        color: #FFFFFF;
    }
        #footer a:hover {
            color:#999999;
        }

#classbox {
    height: 248px;
    padding: 50px 0;
    overflow:hidden;
}
    #classbox > div > a {
        float: left;
        width: 270px;
        height: 248px;
        margin-right: 40px;
    }
        #classbox > div > a.r {
            margin-right: 0;
        }
        #classbox > div > a > i {
            display: block;
            width: 270px;
            height: 180px;
            overflow: hidden;
            border-radius: 3px;
        }
            #classbox > div > a > i > img {
                display: block;
                width: 100%;
                transition: All 0.2s ease-in-out;
                -webkit-transition: All 0.2s ease-in-out;
                -moz-transition: All 0.2s ease-in-out;
                -o-transition: All 0.2s ease-in-out;
            }
        #classbox > div > a:hover > i > img {
            transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
        }
        #classbox > div > a > span {
            display: block;
            width: 100%;
            height: 52px;
            padding: 16px 0 0 65px;
            position: relative;
        }
            #classbox > div > a > span > img {
                position: absolute;
                top: 16px;
                left: 0px;
                width: 52px;
                height: 52px;
            }
            #classbox > div > a > span > b {
                display: block;
                height: 30px;
                line-height: 30px;
                font-weight: normal;
                font-size: 1rem;
                color: #333333;
            }
        #classbox > div > a:hover > span > b {
            color: #CE221E;
        }
        #classbox > div > a > span > em {
            display: block;
            font-style: normal;
            font-size: 0.7rem;
            color: #999999;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
#aboutbox {
    height: 380px;
    padding: 60px 0;
    background: #F4F4F4;
}
    #aboutbox > ul {
        height: 380px;
        position: relative;
    }
        #aboutbox > ul > li.txt {
            position: absolute;
            top: 0;
            left: 0;
            width: 600px;
            height: 400px;
        }
            #aboutbox > ul > li.txt > span {
                display: block;
                height:120px;
                position:relative;
            }
                #aboutbox > ul > li.txt > span > b {
                    display: inline-block;
                    width:360px;
                    height: 59px;
                    font-size:2.5rem;
                    color:#333333;
                    font-weight:normal;
                    border-bottom: 1px solid #E0E0E0;
                }
                #aboutbox > ul > li.txt > span > em {
                    position: absolute;
                    display: block;
                    top: 50px;
                    left: 80px;
                    height: 30px;
                    padding: 20px 0 0 10px;
                    text-transform: uppercase;
                    color:#999999;
                    font-size:1.4rem;
                    font-style:normal;
                    border-left: 1px solid #CE221E;
                }
            #aboutbox > ul > li.txt > div.x {
                color: #333333;
                line-height:1.5rem;
            }
        #aboutbox > ul > li.img {
            position: absolute;
            top: 10px;
            right: 0;
            width: 560px;
            height: 380px;
            overflow: hidden;
        }
            #aboutbox > ul > li.img > img {
                display: block;
                width: 100%;
            }

#productbox {
    height: 760px;
    background: #FFFFFF;
}
    #productbox > ul {
        position: relative;
        padding: 170px 0 0 0;
    }
        #productbox > ul > li.title {
            position: absolute;
            left: 50%;
            top:60px;
            margin-left:-70px;
            height: 110px;
        }
            #productbox > ul > li.title > span {
                display: block;
                height: 100px;
                position: relative;
            }
                #productbox > ul > li.title > span > b {
                    display: inline-block;
                    width: 360px;
                    height: 59px;
                    font-size: 2.5rem;
                    color: #333333;
                    font-weight: normal;
                    border-bottom: 1px solid #E0E0E0;
                }
                #productbox > ul > li.title > span > em {
                    position: absolute;
                    display: block;
                    top: 50px;
                    left: 80px;
                    height: 30px;
                    padding: 20px 0 0 10px;
                    text-transform: uppercase;
                    color: #999999;
                    font-size: 1.4rem;
                    font-style: normal;
                    border-left: 1px solid #CE221E;
                }
        #productbox > ul > li.classify {
            display: block;
            text-align: center;
            padding: 20px 0 40px 0;
        }
            #productbox > ul > li.classify > a {
                margin: 0 5px;
                color: #333333;
                display: inline-block;
                background: #F4F4F4;
                padding: 10px 20px;
                font-size:0.95rem;
                border-radius:3px;
                transition: All 0.3s ease-in-out;
                -webkit-transition: All 0.3s ease-in-out;
                -moz-transition: All 0.3s ease-in-out;
                -o-transition: All 0.3s ease-in-out;
            }
                #productbox > ul > li.classify > a:hover, #productbox > ul > li.classify > a.cur {
                    color: #FFFFFF;
                    background: #CC211E;
                }
        #productbox > ul > li.lists {
            display:none;
        }
        #productbox > ul > li.list {
            height: 370px;
        }
            #productbox > ul > li.list > div.swiper-container {
                width: 100%;
                height: 370px;
                position: relative;
                overflow: hidden;
                color: #666666;
            }
                #productbox > ul > li.list > div.swiper-container a {
                    display: block;
                    margin: 0 auto;
                    width: 248px;
                    height: 305px;
                    padding: 10px;
                    border: 1px solid #E7E7E7;
                    transition: All 0.3s ease-in-out;
                    -webkit-transition: All 0.3s ease-in-out;
                    -moz-transition: All 0.3s ease-in-out;
                    -o-transition: All 0.3s ease-in-out;
                }
                    #productbox > ul > li.list > div.swiper-container a:hover {
                        -webkit-box-shadow: 0px 5px 15px #E5E5E5;
                        -moz-box-shadow: 0px 5px 15px #E5E5E5;
                        box-shadow: 0px 5px 15px #E5E5E5;
                        color:#CE221E;
                    }
                    #productbox > ul > li.list > div.swiper-container a > img {
                        display: block;
                        width: 248px;
                        height: 248px;
                    }
                    #productbox > ul > li.list > div.swiper-container a > b {
                        display: block;
                        font-weight: normal;
                        font-size: 0.8rem;
                        padding: 10px 0 0 0;
                        line-height:1.5rem;
                    }
        #productbox > ul > li.more {
            padding:10px 0 0 0;
            height: 40px;
            text-align: center;
        }
            #productbox > ul > li.more > a {
                display: inline-block;
                width: auto;
                height: 40px;
                padding: 0 20px;
                line-height: 40px;
                background: #CE221E;
                color: #FFFFFF;
                border-radius: 3px;
                transition: All 0.3s ease-in-out;
                -webkit-transition: All 0.3s ease-in-out;
                -moz-transition: All 0.3s ease-in-out;
                -o-transition: All 0.3s ease-in-out;
            }
                #productbox > ul > li.more > a:hover {
                    background:#333333;
                }

#casebox {
    height: 780px;
    background: #F4F4F4;
}
    #casebox > ul {
        position: relative;
        padding: 180px 0 0 0;
    }
        #casebox > ul > li.title {
            position: absolute;
            left: 50%;
            top: 60px;
            margin-left: -70px;
            height: 120px;
        }
            #casebox > ul > li.title > span {
                display: block;
                height: 120px;
                position: relative;
            }
                #casebox > ul > li.title > span > b {
                    display: inline-block;
                    width: 360px;
                    height: 59px;
                    font-size: 2.5rem;
                    color: #333333;
                    font-weight: normal;
                    border-bottom: 1px solid #E0E0E0;
                }
                #casebox > ul > li.title > span > em {
                    position: absolute;
                    display: block;
                    top: 50px;
                    left: 80px;
                    height: 30px;
                    padding: 20px 0 0 10px;
                    text-transform: uppercase;
                    color: #999999;
                    font-size: 1.4rem;
                    font-style: normal;
                    border-left: 1px solid #CE221E;
                }
        #casebox > ul > li.list {
            padding:10px 0 0 0;
        }
            #casebox > ul > li.list > a {
                float: left;
                margin-right:30px;
                margin-bottom:35px;
                width: 358px;
                height: 224px;
                padding:10px;
                border: 1px solid #E7E7E7;
                -webkit-box-shadow: 0px 5px 15px #E5E5E5;
                -moz-box-shadow: 0px 5px 15px #E5E5E5;
                box-shadow: 0px 5px 15px #E5E5E5;
            }
                #casebox > ul > li.list > a.r {
                    margin-right:0;
                }
                #casebox > ul > li.list > a > i {
                    position: relative;
                    display: block;
                    width: 358px;
                    height: 224px;
                    overflow:hidden;
                }
                    #casebox > ul > li.list > a > i > img {
                        display: block;
                        width: 358px;
                        height: 224px;
                        transition: All 0.2s ease-in-out;
                        -webkit-transition: All 0.2s ease-in-out;
                        -moz-transition: All 0.2s ease-in-out;
                        -o-transition: All 0.2s ease-in-out;
                    }
                    #casebox > ul > li.list > a:hover > i > img {
                        transform: scale(1.2);
                        -webkit-transform: scale(1.2);
                        -moz-transform: scale(1.2);
                        -o-transform: scale(1.2);
                        -ms-transform: scale(1.2);
                    }
                    #casebox > ul > li.list > a > i > em {
                        position: absolute;
                        display:block;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 40px;
                        filter: alpha(opacity=60);
                        -moz-opacity: 0.6;
                        -khtml-opacity: 0.6;
                        opacity: 0.6;
                        background:#333333;
                    }
                    #casebox > ul > li.list > a > i > b {
                        position:absolute;
                        display:block;
                        left:5%;
                        bottom:0;
                        width:90%;
                        text-align:center;
                        line-height:40px;
                        color:#FFFFFF;
                        z-index:1;
                        font-style:normal;
                        font-size:0.9rem;
                        font-weight:normal;
                        overflow:hidden;
                    }
#newsbox {
    height: 590px;
    background: #FFFFFF;
}
    #newsbox > ul {
        position: relative;
        padding: 180px 0 0 0;
    }
        #newsbox > ul > li.title {
            position: absolute;
            left: 50%;
            top: 60px;
            margin-left: -70px;
            height: 120px;
        }
            #newsbox > ul > li.title > span {
                display: block;
                height: 120px;
                position: relative;
            }
                #newsbox > ul > li.title > span > b {
                    display: inline-block;
                    width: 360px;
                    height: 59px;
                    font-size: 2.5rem;
                    color: #333333;
                    font-weight: normal;
                    border-bottom: 1px solid #E0E0E0;
                }
                #newsbox > ul > li.title > span > em {
                    position: absolute;
                    display: block;
                    top: 50px;
                    left: 80px;
                    height: 30px;
                    padding: 20px 0 0 10px;
                    text-transform: uppercase;
                    color: #999999;
                    font-size: 1.4rem;
                    font-style: normal;
                    border-left: 1px solid #CE221E;
                }
        #newsbox > ul > li.list {
            padding: 0 0 0 620px;
            position:relative;
        }
            #newsbox > ul > li.list > div {
                position:absolute;
                top:10px;
                left:0;
                width: 560px;
                height: 350px;
                overflow: hidden;
            }
                #newsbox > ul > li.list > div > div.swiper-container {
                    position: relative;
                    width: 560px;
                    height: 350px;
                    overflow: hidden;
                }
                #newsbox > ul > li.list > div.swiper-slide > a {
                    display: block;
                    position: relative;
                    width: 560px;
                    height: 350px;
                }
                    #newsbox > ul > li.list div.swiper-slide > a > img {
                        display: block;
                        width: 560px;
                        height: 350px;
                    }
                    #newsbox > ul > li.list div.swiper-slide > a > em {
                        position: absolute;
                        display: block;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                        height: 100px;
                        filter: alpha(opacity=60);
                        -moz-opacity: 0.6;
                        -khtml-opacity: 0.6;
                        opacity: 0.6;
                        background: #333333;
                    }
                    #newsbox > ul > li.list div.swiper-slide > a > div {
                        position: absolute;
                        left: 2%;
                        bottom: 0;
                        width: 96%;
                        height: 100px;
                        z-index: 1;
                    }
                        #newsbox > ul > li.list div.swiper-slide > a > div > b {
                            display: block;
                            color: #FFFFFF;
                            height: 2rem;
                            line-height: 2rem;
                            font-size:0.8rem;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            padding:10px 0 0 0;
                        }
                        #newsbox > ul > li.list div.swiper-slide > a > div > div {
                            font-size: 0.75rem;
                            color: #FFFFFF;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                            overflow: hidden;
                        }
            #newsbox > ul > li.list > a {
                display: block;
                height:89px;
                border-bottom: 1px dashed #E2E2E2;
            }
                #newsbox > ul > li.list > a:hover {
                    border-bottom: 1px dashed #999999;
                }
                #newsbox > ul > li.list > a > b {
                    display: block;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    padding:10px 0 0 0;
                }
                #newsbox > ul > li.list > a:hover > b {
                    color: #CE221E;
                }
                #newsbox > ul > li.list > a > em {
                    display: block;
                    font-size: 0.7rem;
                    color: #999999;
                    font-style:normal;
                }
                #newsbox > ul > li.list > a > div {
                    font-size: 0.75rem;
                    color: #666666;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    line-height:1rem;
                }
#curbox {
    padding: 15px 0;
    background: #F4F4F4;
}
    #curbox > ul > li > a {
        display: inline-block;
        color:#666666;
    }
        #curbox > ul > li > a:hover {
            color: #CE221E;
        }
        #curbox > ul > li > a > i {
            display: inline-block;
            padding: 0 2px 0 0;
        }
        #curbox > ul > li > i {
            display: inline-block;
            padding: 0 10px;
        }
    #curbox > ul > li > b {
        font-weight: normal;
        color: #CE221E;
    }
#textbox {
    padding:0;
}
    #textbox > ul > li.mmenu {
        display:none;
    }
    #textbox > ul > li.menu {
        padding:30px 0 0 0;
        text-align:center;
    }
        #textbox > ul > li.menu > a {
            margin: 0 10px;
            color: #333333;
            display: inline-block;
            background: #F4F4F4;
            padding: 10px 20px;
            font-size: 1rem;
            border-radius: 3px;
            transition: All 0.3s ease-in-out;
            -webkit-transition: All 0.3s ease-in-out;
            -moz-transition: All 0.3s ease-in-out;
            -o-transition: All 0.3s ease-in-out;
        }
            #textbox > ul > li.menu > a:hover, #textbox > ul > li.menu > a.cur {
                color: #FFFFFF;
                background: #CC211E;
            }
    #textbox > ul > li.title {
        padding: 40px 0 30px 0;
        color: #333333;
        line-height: 2rem;
        text-align: center;
        font-size: 1.5rem;
    }
    #textbox > ul > li.item {
        padding:  0 0 10px 0;
        color: #999999;
        text-align: center;
        font-size: 0.8rem;
        border-bottom:1px dashed #E2E2E2;
    }
        #textbox > ul > li.item > label {
            padding: 0 10px;
        }
    #textbox > ul > li.text {
        padding: 40px 0;
        color:#333333;
        line-height:1.5rem;
        min-height:350px;
    }
#formbox {
    padding:40px 0;
}
    #formbox > ul {
        border: 1px solid #F5F5F5;
        border-bottom:none;
    }
        #formbox > ul > li {
            height: 40px;
            position: relative;
            padding: 15px 0 15px 130px;
            border-bottom: 1px solid #F5F5F5;
        }
            #formbox > ul > li > b {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100px;
                height: 70px;
                text-align: right;
                line-height: 70px;
                background: #FAFAFA;
                padding: 0 10px 0 0;
                font-weight: normal;
                color: #999999;
                border-right: 1px solid #F5F5F5;
            }
            #formbox > ul > li > input {
                float: left;
                width: 300px;
                height: 38px;
                padding: 0 10px;
                border: 1px solid #E2E2E2;
                border-radius:3px;
            }
            #formbox > ul > li > em {
                float: left;
                height: 40px;
                line-height: 40px;
                padding: 0 10px;
                font-style:normal;
                color:#CE221E;
            }
            #formbox > ul > li.txt {
                height:120px;
            }
                #formbox > ul > li.txt > b {
                    height: 150px;
                }
                #formbox > ul > li.txt > textarea {
                    float: left;
                    width: 800px;
                    height: 110px;
                    padding: 5px 10px;
                    line-height:1.5rem;
                    border: 1px solid #E2E2E2;
                    border-radius: 3px;
                }
            #formbox > ul > li.vc > input {
                width: 100px;
            }
            #formbox > ul > li.vc > img {
                float: left;
                margin-left: 10px;
                height: 38px;
                border: 1px solid #E2E2E2;
                border-radius: 3px;
            }
            #formbox > ul > li.btn > input {
                display: inline-block;
                width: auto;
                height: 40px;
                background: #CE221E;
                border-radius: 3px;
                color: #FFFFFF;
                padding: 0 30px;
                cursor: pointer;
                line-height: 40px;
                border:none;
                transition: All 0.3s ease-in-out;
                -webkit-transition: All 0.3s ease-in-out;
                -moz-transition: All 0.3s ease-in-out;
                -o-transition: All 0.3s ease-in-out;
            }
                #formbox > ul > li.btn > a:hover {
                    background:#333333;
                }
            #formbox > ul > li.btn > label {
                display: inline-block;
                padding-left: 50px;
                color: #666666;
                line-height: 40px;
            }
                #formbox > ul > li.btn > label > em {
                    font-style: normal;
                    color: #CE221E;
                    padding: 0 5px;
                }
#listbox {
    padding: 0;
}
    #listbox > ul > li.mmenu {
        display:none;
    }
    #listbox > ul > li.menu {
        padding: 30px 0;
        text-align: center;
    }
        #listbox > ul > li.menu > a {
            margin: 0 10px;
            color: #333333;
            display: inline-block;
            background: #F4F4F4;
            padding: 10px 20px;
            font-size: 1rem;
            border-radius: 3px;
            transition: All 0.3s ease-in-out;
            -webkit-transition: All 0.3s ease-in-out;
            -moz-transition: All 0.3s ease-in-out;
            -o-transition: All 0.3s ease-in-out;
        }
            #listbox > ul > li.menu > a:hover, #listbox > ul > li.menu > a.cur {
                color: #FFFFFF;
                background: #CC211E;
            }
    #listbox > ul > li.nlist {
        border-top: 1px dashed #E2E2E2;
    }
        #listbox > ul > li.nlist > a {
            display: block;
            position: relative;
            height: 100px;
            padding: 20px 0 20px 150px;
            border-bottom: 1px dashed #E2E2E2;
            transition: All 0.2s ease-in-out;
            -webkit-transition: All 0.2s ease-in-out;
            -moz-transition: All 0.2s ease-in-out;
            -o-transition: All 0.2s ease-in-out;
        }
            #listbox > ul > li.nlist > a:hover {
                background:#FAFAFA;
            }
            #listbox > ul > li.nlist > a > i {
                position: absolute;
                top: 20px;
                left: 0px;
                width: 133px;
                height: 100px;
                overflow: hidden;
            }
                #listbox > ul > li.nlist > a > i > img {
                    display: block;
                    width: 133px;
                    height: 100px;
                    transition: All 0.2s ease-in-out;
                    -webkit-transition: All 0.2s ease-in-out;
                    -moz-transition: All 0.2s ease-in-out;
                    -o-transition: All 0.2s ease-in-out;
                }
                #listbox > ul > li.nlist > a:hover > i > img {
                    transform: scale(1.2);
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -o-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                }
            #listbox > ul > li.nlist > a > b {
                display: block;
                font-size: 1rem;
                color: #333333;
                font-weight:normal;
            }
            #listbox > ul > li.nlist > a:hover > b {
                color: #CE221E;
            }
            #listbox > ul > li.nlist > a > em {
                display: block;
                font-size: 0.75rem;
                color: #999999;
                font-style:normal;
                padding:2px 0;
            }
            #listbox > ul > li.nlist > a > div {
                color: #666666;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }

    #listbox > ul > li.clist {
        padding: 10px 0 0 0;
    }
        #listbox > ul > li.clist > a {
            float: left;
            margin-right: 30px;
            margin-bottom: 35px;
            width: 358px;
            height: 224px;
            padding: 10px;
            border: 1px solid #E7E7E7;
            -webkit-box-shadow: 0px 5px 15px #E5E5E5;
            -moz-box-shadow: 0px 5px 15px #E5E5E5;
            box-shadow: 0px 5px 15px #E5E5E5;
        }
            #listbox > ul > li.clist > a.r {
                margin-right: 0;
            }
            #listbox > ul > li.clist > a > i {
                position: relative;
                display: block;
                width: 358px;
                height: 224px;
                overflow: hidden;
            }
                #listbox > ul > li.clist > a > i > img {
                    display: block;
                    width: 358px;
                    height: 224px;
                    transition: All 0.2s ease-in-out;
                    -webkit-transition: All 0.2s ease-in-out;
                    -moz-transition: All 0.2s ease-in-out;
                    -o-transition: All 0.2s ease-in-out;
                }
            #listbox > ul > li.clist > a:hover > i > img {
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -o-transform: scale(1.2);
                -ms-transform: scale(1.2);
            }
            #listbox > ul > li.clist > a > i > em {
                position: absolute;
                display: block;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 40px;
                filter: alpha(opacity=60);
                -moz-opacity: 0.6;
                -khtml-opacity: 0.6;
                opacity: 0.6;
                background: #333333;
            }
            #listbox > ul > li.clist > a > i > b {
                position: absolute;
                display: block;
                left: 5%;
                bottom: 0;
                width: 90%;
                text-align: center;
                line-height: 40px;
                color: #FFFFFF;
                z-index: 1;
                font-style: normal;
                font-size: 0.9rem;
                font-weight: normal;
                overflow: hidden;
            }
    #listbox > ul > li.list {
        padding: 10px 0 0 0;
    }
        #listbox > ul > li.list > a {
            float:left;
            margin-right:40px;
            margin-bottom:30px;
            width: 248px;
            height: 305px;
            padding: 10px;
            border: 1px solid #E7E7E7;
            transition: All 0.3s ease-in-out;
            -webkit-transition: All 0.3s ease-in-out;
            -moz-transition: All 0.3s ease-in-out;
            -o-transition: All 0.3s ease-in-out;
        }
            #listbox > ul > li.list > a.r {
                margin-right:0;
            }
            #listbox > ul > li.list > a:hover {
                -webkit-box-shadow: 0px 5px 15px #E5E5E5;
                -moz-box-shadow: 0px 5px 15px #E5E5E5;
                box-shadow: 0px 5px 15px #E5E5E5;
                color: #CE221E;
            }
            #listbox > ul > li.list > a > img {
                display: block;
                width: 248px;
                height: 248px;
            }
            #listbox > ul > li.list > a > b {
                display: block;
                font-weight: normal;
                font-size: 0.8rem;
                padding: 10px 0 0 0;
                line-height: 1.5rem;
            }

    #listbox > ul > li.null {
        padding: 50px 0;
        text-align: center;
        min-height:200px;
        color:#999999;
    }
        #listbox > ul > li.null > i {
            display: block;
            font-size: 2rem;
        }
        #listbox > ul > li.null > label {
            display:block;
            padding:10px 0 0 0;
        }
    #listbox > ul > li.per {
        height: 80px;
        padding:20px 0 0 0;
    }