﻿* {
    padding: 0;
    margin: 0;
}
html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    min-width: 1200px;
    background: #FFFFFF;
    overflow-x:hidden;
}
body {
    font-family: 'Microsoft Yahei','simsun', "arial", "sans-serif";
    _font-family: "arial",'simsun','Microsoft Yahei', "sans-serif";
    width: 100%;
    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;
    font-size: 0.875rem;
}
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 {
    text-decoration: none;
    cursor: pointer;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
    line-height: 0;
}
.null {
    clear: both;
    display:block;
    text-align: center;
    padding: 3rem 0;
    color: #999999;
    font-style:normal;
}
.null > i {
    display: block;
    width:100%;
    color: #FFCC00;
    padding: 0 0 1rem 0;
    font-size:1.5rem;
}
#pager{
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: 15px 0;
}
    #pager > a {
        display: inline-block;
        margin: 0 5px;
        height: 35px;
        min-width: 35px;
        line-height: 35px;
        font-size: 14px;
        color: #666666;
        font-family: SimSun;
        padding: 0 5px;
        border: 1px solid #E2E2E2;
        border-radius: 3px;
        background: #FAFAFA;
        box-sizing: border-box;
        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;
    }
        #pager > a:hover, #pager > a.cur {
            color: #FFFFFF;
            background: #30318B;
            border: 0
        }
#header{
    clear: both;
    width: 100%;
    height: 100px;
}
    #header > ul {
        margin:0 auto;
        position:relative;
        width:1200px;
        height:100px;
    }
        #header > ul > li.logo {
            position: absolute;
            top: 0;
            left: 0;
            width: auto;
            height: 100px;
        }
            #header > ul > li.logo > a {
                display: block;
                height: 100px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }
                #header > ul > li.logo > a > img {
                    display: block;
                    height: 40px;
                }
        #header > ul > li.nav {
            position: absolute;
            top: 0;
            right: 0;
            width: auto;
            height: 100px;
            padding:30px 0;
            box-sizing:border-box;
        }
            #header > ul > li.nav > span {
                float: left;
                position: relative;
                margin-left: 50px;
                width: auto;
                text-align: center;
                padding: 0 10px;
                text-align:center;
            }
                #header > ul > li.nav > span > a {
                    display: block;
                    width: 100%;
                    line-height: 40px;
                    font-size: 16px;
                    color: #666666;
                    border-bottom: 3px solid #FFFFFF;
                    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;
                }
                    #header > ul > li.nav > span > a.cur, #header > ul > li.nav > span > a:hover {
                        color: #30318B;
                        border-bottom: 3px solid #30318B;
                    }
                #header > ul > li.nav > span > em {
                    display: none;
                }
                #header > ul > li.nav > span:hover > em {
                    position: absolute;
                    left: -10px;
                    display: block;
                    background: rgba(0,0,0,0.5);
                    width: 100%;
                    z-index: 999;
                    padding: 10px;
                    border-radius: 3px;
                }
                #header > ul > li.nav > span > em > a {
                    display: block;
                    width: 100%;
                    height: 35px;
                    line-height: 35px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    color: #FFFFFF;
                    font-size: 13px;
                    font-style: normal;
                }
                    #header > ul > li.nav > span > em > a:hover {
                        color: #222222;
                        background: rgba(255,255,255,0.6);
                        border-radius: 3px;
                    }
#banner{
    clear: both;
    width: 100%;
    position: relative;
    background: #30318B;
}
    #banner img {
        display: block;
        margin: 0 auto;
    }
#footer {
    clear: both;
    width: 100%;
    background: #444444;
}
    #footer > ul {
        margin: 0 auto;
        width: 1200px;
    }
        #footer > ul > li.txt {
            padding: 20px 0;
            font-size: 13px;
            color: #FFFFFF;
        }

        #footer > ul > li.link {
            text-align: center;
            padding: 10px 0;
            color: #999999;
            background: url("/images/line.png") no-repeat center 0;
        }
            #footer > ul > li.link > a {
                display: inline-block;
                padding: 0 5px;
                font-style: normal;
                color: #999999;
                font-size: 12px;
            }
                #footer > ul > li.link > a:hover {
                    color:#FFFFFF;
                }
#aboutbox {
    clear: both;
    margin: 0 auto;
    width: 1200px;
    padding:30px 0 0 0;
}
    #aboutbox > b.title {
        display:block;
        border-left:8px solid #30318B;
        padding:5px 10px;
        font-size:24px;
        font-weight:normal;
        color:#222222;
    }
        #aboutbox > b.title > em {
            display: block;
            font-style: normal;
            font-size: 16px;
            color: #666666;
        }
    #aboutbox > div.txt {
        padding:10px 0;
        line-height:26px;
        color:#333333;
    }
    #aboutbox > a.more {
        display: inline-block;
        padding: 5px 20px;
        background: #30318B;
        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;
    }
        #aboutbox > a.more:hover {
            background:rgba(0,0,0,0.9);
        }
#productbox {
    clear: both;
    margin: 0 auto;
    width: 1200px;
    padding: 50px 0;
}
    #productbox > b.title {
        display: block;
        border-left: 8px solid #30318B;
        padding: 5px 10px;
        font-size: 24px;
        font-weight: normal;
        color: #222222;
    }
        #productbox > b.title > em {
            display: block;
            font-style: normal;
            font-size: 16px;
            color: #666666;
        }
    #productbox > div.swiper-container {
        padding:0 0 30px 0;
    }
        #productbox > div.swiper-container div.swiper-slide > a {
            margin:20px auto 10px auto;
            display:block;
            width: 360px;
            height: 365px;
            position: relative;
            overflow: hidden;
            box-sizing: border-box;
            border: 1px solid #FFFFFF;
            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 > div.swiper-container div.swiper-slide > a:hover {
                -webkit-box-shadow: 0px 0px 10px #999999;
                -moz-box-shadow: 0px 0px 10px #999999;
                box-shadow: 0px 0px 10px #999999;
            }
            #productbox > div.swiper-container div.swiper-slide > a.r {
                margin: 0;
            }
            #productbox > div.swiper-container div.swiper-slide > a > i {
                display: block;
                width: 360px;
                height: 270px;
                overflow: hidden;
                text-align: center;
            }
                #productbox > div.swiper-container div.swiper-slide > a > i > img {
                    display: block;
                    margin: 0 auto;
                    max-width: 360px;
                    max-height: 270px;
                }
            #productbox > div.swiper-container div.swiper-slide > a > b {
                display: block;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 18px;
                color: #333333;
                font-weight: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 0 5px;
            }
            #productbox > div.swiper-container div.swiper-slide > a > label {
                font-size: 14px;
                color: #666666;
                line-height: 22px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                padding: 0 5px;
            }
#advantage {
    clear:both;
    position:relative;
    width:100%;
    height:500px;
    overflow:hidden;
}
    #advantage > i {
        position:absolute;
        top:0;
        left:0;
        display: block;
        width: 100%;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index:-1;
        user-select:none;
    }
        #advantage > i > img {
            display: block;
            width: 100%;
        }
    #advantage > div.box {
        margin: 0 auto;
        width: 1200px;
        height: 400px;
        text-align:center;
        padding:50px 0;
    }
        #advantage > div.box > b.title {
            display: inline-block;
            color: #FFFFFF;
            font-size: 26px;
            font-weight: normal;
        }
            #advantage > div.box > b.title > em {
                display: block;
                font-size: 18px;
                font-style: normal;
                padding:5px 0 0 0;
            }
        #advantage > div.box > div.list {
            padding:60px 0 0 0;
            font-size:0;
            text-align:center;
        }
            #advantage > div.box > div.list > a {
                display: inline-block;
                width: 25%;
                height: 200px;
            }
                #advantage > div.box > div.list > a > i {
                    display: block;
                    width:100%;
                }
                    #advantage > div.box > div.list > a > i > img {
                        display: block;
                        margin: 0 auto;
                        width: auto;
                        height: 50px;
                        padding:30px;
                        border:1px solid rgba(255,255,255,0.5);
                        border-radius:100%;
                    }
                #advantage > div.box > div.list > a > b {
                    display: block;
                    font-size: 40px;
                    color: #FFFFFF;
                    padding:20px 0;
                }
                #advantage > div.box > div.list > a > em {
                    display: block;
                    font-size: 14px;
                    color: #FFFFFF;
                    font-style:normal;
                }
#newsbox {
    clear: both;
    margin: 0 auto;
    width: 1200px;
    padding: 50px 0;
}
    #newsbox > b.title {
        display: block;
        border-left: 8px solid #30318B;
        padding: 5px 10px;
        font-size: 24px;
        font-weight: normal;
        color: #222222;
    }
        #newsbox > b.title > em {
            display: block;
            font-style: normal;
            font-size: 16px;
            color: #666666;
        }
    #newsbox > div.swiper-container {
        padding: 0 0 30px 0;
    }
        #newsbox > div.swiper-container div.swiper-slide > a {
            position: relative;
            display: block;
            width: 100%;
            height: 155px;
            overflow: hidden;
            padding: 15px 0 0 230px;
            box-sizing: border-box;
            color: #333333;
            text-align: left;
            border-bottom: 1px dotted #E2E2E2;
        }
            #newsbox > div.swiper-container div.swiper-slide > a > i {
                position: absolute;
                top: 15px;
                left: 0;
                width: 210px;
                height: 125px;
                overflow: hidden;
            }
                #newsbox > div.swiper-container div.swiper-slide > a > i > img {
                    display: block;
                    width: 210px;
                    height: 125px;
                    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;
                }
            #newsbox > div.swiper-container div.swiper-slide > 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);
            }
            #newsbox > div.swiper-container div.swiper-slide > a > b {
                display: block;
                width: 100%;
                font-size: 16px;
                height: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            #newsbox > div.swiper-container div.swiper-slide > a:hover > b {
                color: #30318B;
            }
            #newsbox > div.swiper-container div.swiper-slide > a > em {
                display: block;
                font-size: 13px;
                color: #999999;
                font-style: normal;
                padding: 8px 0;
            }
            #newsbox > div.swiper-container div.swiper-slide > a > label {
                display: block;
                font-size: 13px;
                color: #666666;
                line-height: 20px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }


#center{
    clear: both;
    margin: 0 auto;
    width: 1200px;
    padding: 50px 0;
}
    #center > div.title {
        position: relative;
        height: 70px;
        text-align: center;
        font-size:0;
    }
        #center > div.title > h1 {
            display:inline-block;
            width: 240px;
            font-size: 24px;
            color: #30318B;
            font-weight: normal;
        }
            #center > div.title > h1 > b {
                display: block;
                font-weight: normal;
                font-size: 16px;
                padding: 5px 0 0 0;
                color: #666666;
            }
        #center > div.title > i.l {
            display: inline-block;
            width: 480px;
            height: 50px;
            background: url(/images/titlel.png) no-repeat center center;
        }
        #center > div.title > i.r {
            display: inline-block;
            width: 480px;
            height: 50px;
            background: url(/images/titler.png) no-repeat center center;
        }
    #center > div.txt {
        clear: both;
        padding: 10px 5px;
        line-height: 26px;
        color: #666666;
        font-size: 14px;
    }
    #center > div.text {
        clear: both;
        padding: 10px 5px;
        min-height:500px;
        line-height: 26px;
        color: #222222;
        font-size:14px;
    }
        #center > div.text table {
            border-collapse: collapse;
        }
        #center > div.text table td {
            border:1px solid #E2E2E2;
            padding:5px;
        }

    #center > div.artlist {
        clear: both;
        padding: 5px 0;
    }
        #center > div.artlist > a {
            position: relative;
            display: block;
            width: 100%;
            height: 155px;
            overflow: hidden;
            padding: 15px 0 0 230px;
            box-sizing: border-box;
            color: #333333;
            text-align: left;
            border-bottom: 1px dotted #E2E2E2;
        }
            #center > div.artlist > a > i {
                position: absolute;
                top: 15px;
                left: 0;
                width: 210px;
                height: 125px;
                overflow: hidden;
            }
                #center > div.artlist > a > i > img {
                    display: block;
                    width: 210px;
                    height: 125px;
                    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;
                }
            #center > div.artlist > 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);
            }
            #center > div.artlist > a > b {
                display: block;
                width: 100%;
                font-size: 16px;
                height: 20px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            #center > div.artlist > a:hover > b {
                color: #30318B;
            }
            #center > div.artlist > a > em {
                display: block;
                font-size: 13px;
                color: #999999;
                font-style: normal;
                padding: 8px 0;
            }
            #center > div.artlist > a > label {
                display: block;
                font-size: 13px;
                color: #666666;
                line-height: 20px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }
    #center > div.cur {
        height: 25px;
        font-size: 12px;
        color: #666666;
        border-bottom:1px dotted #E2E2E2;
    }
        #center > div.cur > i {
            padding:0 10px;
        }
            #center > div.cur > i.fa-home {
                padding:0 5px 0 0;
            }
        #center > div.cur > a {
            color: #666666;
        }
            #center > div.cur > a:hover {
                color: #30318B;
            }
    #center > h1.title {
        width:100%;
        text-align:center;
        font-size:26px;
        color:#222222;
        padding:20px 0 10px 0;
        font-weight:normal;
    }
    #center > div.item {
        width:100%;
        height:30px;
        text-align:center;
        font-size:12px;
        color:#666666;
    }
        #center > div.item > label {
            padding:0 10px;
        }
            #center > div.item > label > a {
                color:#666666;
            }
                #center > div.item > label > a:hover {
                    color:#30318B;
                }
    #center > div.unbox {
        clear: both;
        position:relative;
        height:20px;
        border-top: 1px dotted #E2E2E2;
        padding:10px 0 0 0;
        color:#999999;
    }
        #center > div.unbox > label.u {
            position: absolute;
            top: 10px;
            left: 0;
            width: 45%;
            height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        #center > div.unbox > label.n {
            position: absolute;
            top: 10px;
            right: 0;
            width: 45%;
            height: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align:right;
        }
        #center > div.unbox > label > a {
            color: #666666;
        }
        #center > div.unbox > label > a:hover {
            color: #333333;
        }

    #center > div.prolist {
        clear: both;
        font-size: 0;
        padding:0 0 20px 0;
    }
        #center > div.prolist > a {
            margin-top: 20px;
            margin-right: 60px;
            display: inline-block;
            width: 360px;
            height: 365px;
            position: relative;
            overflow: hidden;
            box-sizing: border-box;
            border: 1px solid #FFFFFF;
            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;
        }
            #center > div.prolist > a:hover {
                -webkit-box-shadow: 0px 0px 10px #999999;
                -moz-box-shadow: 0px 0px 10px #999999;
                box-shadow: 0px 0px 10px #999999;
            }
            #center > div.prolist > a.r {
                margin: 0;
            }
            #center > div.prolist > a > i {
                display: block;
                width: 360px;
                height: 270px;
                overflow: hidden;
                text-align:center;
            }
                #center > div.prolist > a > i > img {
                    display: block;
                    margin:0 auto;
                    max-width: 360px;
                    max-height: 270px;
                }
            #center > div.prolist > a > b {
                display: block;
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 18px;
                color: #333333;
                font-weight: normal;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding:0 5px;
            }
            #center > div.prolist > a > label {
                font-size: 14px;
                color: #666666;
                line-height: 22px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                padding: 0 5px;
            }
    #center > #proimg {
        clear: both;
        width: 100%;
        height:400px;
        position: relative;
        padding:30px 0 0 0;
    }
        #center > #proimg div.swiper-slide {
            height: 400px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            #center > #proimg div.swiper-slide > img {
                display: block;
                margin: 0 auto;
            }

    #center > div.jobbox {
        clear: both;
        padding: 30px 0;
        font-size: 0;
    }
        #center > div.jobbox > div.item {
            display: inline-block;
            vertical-align:top;
            width: 33.33%;
            box-sizing:border-box;
            padding:20px 0;
        }
        #center > div.jobbox > div.bg{
            background:#FAFAFA;
        }
            #center > div.jobbox > div.item > i {
                display:block;
                width:100%;
                text-align:center;
            }
                #center > div.jobbox > div.item > i > img {
                    display:block;
                    margin:0 auto;
                    width:80%;
                }
            #center > div.jobbox > div.item > b {
                display:block;
                margin:0 auto;
                width:90%;
                font-size:24px;
                color:#222222;
                text-align:center;
                font-weight:normal;
                padding:15px 0;
                border-bottom:1px dashed #E2E2E2;
            }
            #center > div.jobbox > div.item > div.x {
                padding:10px 20px;
                min-height:450px;
                font-size:14px;
                line-height:26px;
                color:#333333;
            }