﻿* {
    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: #FF6600;
}
.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;
}
.btn {
    color: #FFFFFF;
    font-size: 16px;
    background: #19B854;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    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;
}
    .btn:hover {
        color:#FFFFFF;
        background: #16A54B;
        text-decoration: none;
    }

#links {
    border-top: 1px solid #EEEEEE;
    padding: 10px 0;
}
    #links > b {
        font-weight: normal;
        color: #666666;
    }
    #links > a {
        display: inline-block;
        margin-right: 10px;
        color: #666666;
    }
        #links > a:hover {
            color: #222222;
        }

#header {
    width:100%;
    position:relative;
    min-height:100px;
}
    #header > img {
        display: block;
    }
    #header > span {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 99;
        color: #E1E1E1;
    }
        #header > span > i {
            padding:0 10px;
            font-style:normal;
        }
        #header > span > a {
            color: #E1E1E1;
        }
            #header > span > a.cur {
                color: #FF6600;
            }

#nav {
    height: 35px;
    padding: 10px 0;
    background: #000000;
    text-align: center;
}
    #nav > i, #nav > div.i {
        display: none;
    }
    #nav > div.v > span {
        margin: 0 20px;
        display: inline-block;
        text-align:left;
        position:relative;
    }
        #nav > div.v > span > a {
            display: block;
            height: 35px;
            line-height: 35px;
            padding: 0 20px;
            font-size: 1rem;
            color: #FFFFFF;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
            #nav > div.v > span > a.cur, #nav > div.v > span:hover > a {
                color: #000000;
                background: #FFFFFF;
            }
        #nav > div.v > span > u {
            display: none;
            position: absolute;
            background: #000000;
            z-index: 99999;
            width:auto;
            min-width:100%;
            text-decoration: none;
        }
        #nav > div.v > span:hover > u {
            display: block;
        }
        #nav > div.v > span > u > i > a {
            display: block;
            font-style: normal;
            color: #FAFAFA;
            text-align: center;
            padding: 10px;
            background: #333333;
            border-bottom: 1px solid #666666;
        }
        #nav > div.v > span > u > i > u {
            display: none;
            width: 100%;
            position: absolute;
            margin-left: 100%;
            margin-top: -40px;
            background: #000000;
            z-index: 99999;
            text-decoration: none;
        }
        #nav > div.v > span > u > i:hover > u {
            display: block;
        }
        #nav > div.v > span > u > i > u > i > a {
            display: block;
            font-style: normal;
            color: #FFFFFF;
            text-align: center;
            padding: 10px;
            background: #666666;
            border-bottom: 1px solid #999999;
        }
    #nav > div.v > span.s>a {
        font-size:13px;
    }
                
.swiper-container {
    width: 100%;
    height:auto;
    overflow:hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#sbanner {
    display:none;
}
#footer {
    padding: 20px 0;
    color: #FFFFFF;
    background: #292929;
}
    #footer > div > div.wx {
        float:right;
        width: 100px;
        height: 140px;
        text-align:center;
    }
    #footer > div > div.menu {
        float: left;
        width: 80%;
    }
        #footer > div > div.menu > span {
            display: inline-block;
            margin-right:20px;
            color: #FFFFFF;
            vertical-align: top;
            padding:0 0 20px 0;
        }
            #footer > div > div.menu > span > a {
                display: block;
                color: #FFFFFF;
            }
            #footer > div > div.menu > span > i {
                display:block;
                padding:5px 0;
            }
                #footer > div > div.menu > span > i > a {
                    display:block;
                    line-height:1.5rem;
                    font-style:normal;
                    font-size:0.7rem;
                    color:#999999;
                }
                #footer > div > div.menu > span > i > a:hover {
                    color:#FFFFFF;
                }
    #footer > div > div.bottom {
        clear: both;
        padding: 20px 0 0 0;
        border-top: 1px solid #545454;
    }
        #footer > div > div.bottom > div.img {
            float: left;
            width: 50%;
        }
            #footer > div > div.bottom > div.img > img {
                margin-right: 30px;
                height:35px;
            }
        #footer > div > div.bottom > div.x {
            float: right;
            width:50%;
            text-align:right;
            line-height: 1.2rem;
            padding:5px 0 0 0;
        }

#classlink {
    height:auto;
    padding:35px 0;
}
    #classlink > a {
        display: inline-block;
        margin-top:10px;
        margin-right: 28px;
        width: 260px;
        height: 120px;
        line-height: 120px;
        padding: 0 0 0 19px;
        font-size: 1.1rem;
        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;
    }
        #classlink > a.r {
            margin-right: 0;
        }
        #classlink > a:hover {
            -webkit-box-shadow: 0px 1px 5px #999999;
            -moz-box-shadow: 0px 1px 5px #999999;
            box-shadow: 0px 1px 5px #999999;
        }

#product-box {
    padding:10px 0;
}
    #product-box > span {
        display:block;
        height:40px;
        text-align:center;
        position:relative;
    }
        #product-box > span > em {
            display: block;
            height: 20px;
            border-bottom: 1px solid #EBEBEB;
        }
        #product-box > span > b {
            position:absolute;
            top:10px;
            left:50%;
            width:150px;
            padding:0 20px;
            margin-left:-95px;
            display:inline-block;
            background: #FFFFFF;
            font-size:1.6rem;
            font-weight:normal;
        }
    #product-box > div {
        padding: 0 0 20px 0;
    }
        #product-box > div > a {
            display: inline-block;
            margin: 30px 60px 10px 0;
            width: 255px;
            height: 285px;
            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;
        }
            #product-box > div > a:hover {
                -webkit-box-shadow: 0px 1px 5px #999999;
                -moz-box-shadow: 0px 1px 5px #999999;
                box-shadow: 0px 1px 5px #999999;
            }
            #product-box > div > a.r {
                margin-right: 0;
            }
            #product-box > div > a > i {
                display: block;
                width: 253px;
                height: 273px;
                padding:10px 0 0 0;
                border: 1px solid #D8D8D8;
            }
                #product-box > div > a > i > img {
                    display: block;
                    margin: 0 auto;
                    width: 220px;
                    height: 220px;
                }
                #product-box > div > a > i > b {
                    display: block;
                    font-weight: normal;
                    text-align: center;
                    padding: 15px 0 0 0;
                    font-size: 1rem;
                    font-style:normal;
                }

#about-box {
    height: 279px;
    background: url(/images/about_bg.png) no-repeat center 0;
}
    #about-box > div.zlayout > div.x {
        float: left;
        width: 680px;
    }
        #about-box > div.zlayout > div.x > span {
            display: block;
            font-size: 1.6rem;
            color:#FFFFFF;
            padding:30px 0 0 0;
            height:50px;
        }
        #about-box > div.zlayout > div.x > div.txt {
            line-height: 1.5rem;
            color: #FFFFFF;
            font-size: 0.9rem;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 6;
            overflow: hidden;
        }
        #about-box > div.zlayout > div.x > div.btn-box {
            padding: 10px 0 0 0;
            text-align: right;
        }
            #about-box > div.zlayout > div.x > div.btn-box > a {
                display: inline-block;
                width: 80px;
                height: 35px;
                line-height: 35px;
                color: #FFFFFF;
                text-align: center;
                letter-spacing:2px;
                border: 1px solid #FFFFFF;
                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;
            }
                #about-box > div.zlayout > div.x > div.btn-box > a:hover {
                    color:#000000;
                    border:1px solid #000000;
                }
    #about-box > div.zlayout > div.i {
        float: right;
        width: 501px;
        padding:0;
    }
        #about-box > div.zlayout > div.i > video {
            display: block;
            width: 500px;
            height: 279px;
        }

#news-box {
    height: 443px;
    background: url(/images/news_bg.png) no-repeat center 0;
}
    #news-box > span {
        display: block;
        text-align: center;
        font-size: 1.6rem;
        font-weight: normal;
        height:30px;
        padding:35px 0;
    }
    #news-box > div {
        clear:both;
        margin:0 auto;
        width:1200px;
    }
        #news-box > div > a {
            float: left;
            margin: 40px 40px 20px 20px;
            width: 293px;
            height: 90px;
            background: #FFFFFF;
            padding: 0 0 0 60px;
            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;
        }
            #news-box > div > a:hover {
                -webkit-box-shadow: 0px 1px 5px #999999;
                -moz-box-shadow: 0px 1px 5px #999999;
                box-shadow: 0px 1px 5px #999999;
            }
            #news-box > div > a > b {
                display: block;
                padding: 15px 5px;
                font-weight: normal;
                font-size: 0.95rem;
                line-height: 1.5rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
            #news-box > div > a.r {
                margin-right: 0;
            }
            #news-box > div > a > em {
                position: absolute;
                margin:-20px 0 0 -80px;
                width: 60px;
                height: 70px;
                padding:5px;
                color:#FFFFFF;
                font-style:normal;
                background: #292929;
                text-align:center;
            }
                #news-box > div > a > em > b {
                    display: block;
                    margin-bottom: 5px;
                    height: 40px;
                    line-height: 40px;
                    font-size: 1.3rem;
                    font-weight: normal;
                    border-bottom: 1px solid #FFFFFF;
                }

#center {
    padding:0;
}
    #center table {
        border-collapse: collapse;
    }
    #center td {
        border: 1px solid #E1E1E1;
    }
    #center > div.cur {
        height: 70px;
        text-align: center;
        font-size: 1.6rem;
        padding:30px 0 0 0;
        position:relative;
    }
        #center > div.cur > span {
            display: block;
            height: 20px;
            border-bottom: 1px solid #EBEBEB;
        }
            #center > div.cur > span > b {
                margin-top:10px;
                padding: 0 20px;
                display: inline-block;
                background: #FFFFFF;
                font-size: 1.6rem;
                font-weight: normal;
            }
    #center > div.menu {
        text-align:center;
    }
        #center > div.menu > a {
            display: inline-block;
            margin: 10px 10px;
            padding: 10px 25px;
            font-size:1rem;
            border: 1px solid #060606;
            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;
        }
            #center > div.menu > a:hover, #center > div.menu > a.cur {
                color: #FFFFFF;
                background: #060606;
            }

    #center > div.txt {
        padding:0 0 30px 0;
        text-align:left;
        line-height:1.6rem;
        color:#333333;
    }
    #center > div.txt img {
        display:block;
    }
    #center > div.list {
        padding: 0;
    }
        #center > div.list > a.box {
            display: block;
            height:80px;
            padding:30px 10px 20px 90px;
            border-bottom: 1px dotted #D1D1D1;
        }
            #center > div.list > a.box > em.date {
                position: absolute;
                margin: 0 0 0 -80px;
                width: 60px;
                height: 70px;
                padding: 5px;
                color: #FFFFFF;
                font-style: normal;
                background: #292929;
                text-align: center;
            }
                #center > div.list > a.box > em.date > b {
                    display: block;
                    margin-bottom: 5px;
                    height: 40px;
                    line-height: 40px;
                    font-size: 1.3rem;
                    font-weight: normal;
                    border-bottom: 1px solid #FFFFFF;
                }
            #center > div.list > a.box > b.title {
                display: block;
                font-weight: normal;
                font-size: 1rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
            }
            #center > div.list > a.box > label.txt {
                display: block;
                line-height: 1.3rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                color:#666666;
                padding:10px 0 0 0;
                cursor:pointer;
            }
        #center > div.list > div.per {
            clear:both;
            height:80px;
            padding:20px 0 0 0;
        }

    #center > div.ulist {
        padding: 0;
    }
        #center > div.ulist > a {
            display: inline-block;
            margin: 30px 60px 10px 0;
            width: 255px;
            height: 285px;
            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;
        }
            #center > div.ulist > a:hover {
                -webkit-box-shadow: 0px 1px 5px #999999;
                -moz-box-shadow: 0px 1px 5px #999999;
                box-shadow: 0px 1px 5px #999999;
            }
            #center > div.ulist > a.r {
                margin-right: 0;
            }
            #center > div.ulist > a > i {
                display: block;
                width: 253px;
                height: 273px;
                padding: 10px 0 0 0;
                border: 1px solid #D8D8D8;
            }
                #center > div.ulist > a > i > img {
                    display: block;
                    margin: 0 auto;
                    width: 220px;
                    height: 220px;
                }
                #center > div.ulist > a > i > b {
                    display: block;
                    font-weight: normal;
                    text-align: center;
                    padding: 15px 0 0 0;
                    font-size: 1rem;
                    font-style: normal;
                }
        #center > div.ulist > div.per {
            clear: both;
            height: 80px;
            padding: 20px 0 0 0;
        }

    #center > h1.title {
        padding: 0 10px;
        text-align:center;
        font-size:1.4rem;
        line-height:2rem;
        font-weight:normal;
    }
    #center > span.item {
        display:block;
        margin-bottom:20px;
        padding: 10px 0 20px;
        text-align: center;
        border-bottom:1px solid #EEEEEE;
    }
        #center > span.item > label {
            margin:0 5px;
            color:#666666;
        }

    #center > div.dlist {
        padding: 0;
    }
        #center > div.dlist > a.box {
            display: block;
            height: 80px;
            padding: 30px 150px 20px 90px;
            border-bottom: 1px dotted #D1D1D1;
            position:relative;
        }
            #center > div.dlist > a.box > i.down {
                position: absolute;
                right: 15px;
                font-size: 1.5rem;
                color: #19B854;
                text-align:center;
                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;
            }
                #center > div.dlist > a.box > i.down:hover {
                    color: #333333;
                }
                #center > div.dlist > a.box > i.down > em {
                    display:block;
                    font-size:0.81rem;
                    font-style:normal;
                    padding:15px 0 0 0;
                    color:#666666;
                }
            #center > div.dlist > a.box > em.date {
                position: absolute;
                margin: 0 0 0 -80px;
                width: 60px;
                height: 70px;
                padding: 5px;
                color: #FFFFFF;
                font-style: normal;
                background: #292929;
                text-align: center;
            }
                #center > div.dlist > a.box > em.date > b {
                    display: block;
                    margin-bottom: 5px;
                    height: 40px;
                    line-height: 40px;
                    font-size: 1.3rem;
                    font-weight: normal;
                    border-bottom: 1px solid #FFFFFF;
                }
            #center > div.dlist > a.box > b.title {
                display: block;
                font-weight: normal;
                font-size: 1rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
            }
            #center > div.dlist > a.box > label.txt {
                display: block;
                line-height: 1.3rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                color: #666666;
                padding: 10px 0 0 0;
                cursor: pointer;
            }
        #center > div.dlist > div.per {
            clear: both;
            height: 80px;
            padding: 20px 0 0 0;
        }
    #center > div > div.imgs {
        float:left;
        width:500px;
        height:650px;
    }
        #center > div > div.imgs > div.img {
            width:480px;
            height:480px;
            padding:9px;
            border:1px solid #EEEEEE;
        }
            #center > div > div.imgs > div.img > img {
                display: block;
            }
.box-slider {
    overflow: hidden;
    height: 100px;
    padding: 10px 0 0 0;
}
.box-slider-seta-left {
    float: left;
    width: 20px;
    height: 100px;
    background: url(/images/seta-left.png) no-repeat center center;
}
.box-slider-seta-right {
    float: right;
    width: 20px;
    height: 100px;
    background: url(/images/seta-right.png) no-repeat center center;
}
.box-slider .box-slider-content {
    float: left;
    margin: 0 12px;
    width: 436px;
    overflow: hidden;
}
.box-slider .box-slider-move {
    position: relative;
    top: 0;
    left: 0;
    width: 10000px;
}
.box-slider .item {
    float: left;
    margin-left: 12px;
    width: 90px;
    height: 90px;
    padding: 4px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}
    .box-slider .item:hover {
        border: 1px solid #0099FF;
    }
    .box-slider .item img {
        display: block;
        width: 90px;
        height: 90px;
    }
    .box-slider .item.first {
        margin-left: 0;
    }
.box-slider-move {
    overflow: hidden;
    *zoom: 1;
}
#center > div > div.txt {
    float: right;
    width: 650px;
    padding:0;
}
    #center > div > div.txt > h1.title {
        margin:0;
        font-size:1.5rem;
        font-weight:normal;
    }
    #center > div > div.txt > div.x {
        padding:10px 0;
        line-height:1.5rem;
    }
    #center > div > div.txt > label.i {
        display: block;
        padding: 0 0 10px 0;
        color: #666666;
    }