@charset "utf-8";
@import '../../../assets/css/bootstrap.min.css';
@import '../../../assets/css/font-awesome.css';
@import '../../../assets/css/richtext.css';

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, select, th, td {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 12px
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

small {
    font-size: 12px
}

ul, ol {
    list-style-type: none;
    list-style-image: none
}

a {
    color: #333;
    text-decoration: none;
    outline: none
}

    a:hover {
        color: #00aead
    }

sup {
    vertical-align: text-top
}

s {
    text-decoration: none
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

div {
    zoom: 1
}

.clear {
    clear: both
}

.fix:after {
    display: table;
    clear: both;
    content: ""
}

.width1150 {
    width: 1150px;
    margin: 0 auto
}

.rt {
    float: right
}

.lf {
    float: left
}

.fix:after {
    display: table;
    clear: both;
    content: ""
}

.fix:before {
    content: " ";
    display: block;
    clear: both
}

@font-face {
    font-family: 'Open Sans';
    src: url('../font/opensans-webfont.woff2') format('woff2'),url('../font/opensans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal
}

body {
    width: 100%;
    overflow-x: hidden
}

#banner {
    margin-top: 5px;
    padding-bottom: 40px
}

.footer {
    height: 40px;
    line-height: 40px;
    background: #222;
    width: 100%;
    color: #bbb;
    clear: both
}

.language {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    color: #fff
}

    .language .icon {
        width: 17px;
        height: 17px;
        margin: 6px 6px 0 0;
        float: left;
        color: #333;
        line-height: 17px;
        font-size: 18px
    }

    .language a {
        color: #fff;
        position: relative;
        display: block;
        min-width: 60px;
        padding: 0 15px 0 0;
        float: left
    }

        .language a:after {
            position: absolute;
            right: 0;
            top: 12px;
            content: "";
            width: 0;
            height: 0;
            border: 5px solid #143592;
            border-color: #fff transparent transparent
        }

.language_con {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999999;
    display: none
}

.language_main {
    background: rgba(51,51,51,0.73);
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9999999;
    display: none;
    padding: 30px;
    width: 740px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-radius: 20px
}

    .language_main ul {
        position: relative;
        z-index: 9999
    }

    .language_main li {
        float: left;
        width: 32.3%;
        line-height: 26px;
        height: 26px;
        background: rgba(255,255,255,0.3);
        margin: 0 1px 1px 0
    }

    .language_main a {
        font-size: 14px;
        display: block;
        color: #fff;
        padding: 0 0 0 20px;
        position: relative
    }

        .language_main a:after {
            position: absolute;
            left: 7px;
            top: 7px;
            content: "";
            width: 0;
            height: 0;
            border: 5px solid #fff;
            border-color: transparent transparent transparent #fff
        }

    .language_main li:hover, .language_main .on {
        background: rgba(0,238,238,0.3)
    }

        .language_main li:hover a, .language_main .on a, .language_main .b {
            color: #0ee
        }

            .language_main li:hover a:after, .language_main .on a:after, .language_main .b:after {
                border-color: transparent transparent transparent #0ee
            }

    .language_main .close {
        position: absolute;
        top: -45px;
        right: -45px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: rgba(51,51,51,0.7);
        cursor: pointer;
        color: #db6e07;
        font-size: 25px;
        border-radius: 50%;
        transition: all .8s;
        -webkit-transition: all .8s
    }

        .language_main .close:hover {
            background: #333;
            color: #0ee
        }

.sep-container {
    width: 1140px;
    margin: auto
}

.header_contact {
    font-size: 14px
}

.change b {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 4px;
    cursor: pointer
}

.change div i {
    display: inline-block;
    border: 6px solid transparent;
    border-top: 6px solid #00aead;
    margin-left: 50px;
    position: relative;
    top: 5px;
    right: 5px;
    cursor: pointer
}

.change {
    margin-bottom: 5px;
    padding-left: 10px
}

#change1, #change {
    display: inline-block;
    line-height: 27px;
    font-size: 14px;
    height: 27px;
    margin-left: 10px;
    cursor: pointer;
    color: #00aead
}

    #change1:hover, #change:hover {
        color: #0c9
    }

.search_moblie {
    display: none;
    width: 100%;
    background: #2e2e2e;
    padding: 10px 0;
    position: absolute;
    top: 60px;
    z-index: 1000
}

.nav {
    width: 90%;
    background: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    z-index: 1000;
    right: 0;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform .7s ease-out;
    -webkit-transition: transform .7s ease-out
}

    .nav ul li {
        padding: 0 0 0 0;
        color: #3AA3D6;
        font-size: 14px;
        border-bottom: 1px solid #404040;
        position: relative
    }

    .nav > ul > li {
        background: #2e2e2e;
        color: #fff
    }

        .nav > ul > li a {
            color: #fff;
            border-bottom: 1px solid #404040
        }

            .nav > ul > li a:hover {
                color: #bfbfbf
            }

        .nav > ul > li ul li {
            background: #3b3b3b
        }

            .nav > ul > li ul li:hover {
                background: #3AA3D6
            }

                .nav > ul > li ul li:hover a {
                    color: #fff
                }

            .nav > ul > li ul li a {
                color: #bfbfbf
            }

    .nav ul li > a {
        display: inline-block;
        padding: 20px 0 20px 0;
        padding-left: 60px
    }

    .nav > ul > li > a {
        border-bottom: none
    }

    .nav ul li span {
        display: inline-block;
        width: 30px;
        position: absolute;
        top: 7px;
        right: 100px;
        height: 36px;
        cursor: pointer;
        transition: All .4s ease-in-out;
        -webkit-transition: All .4s ease-in-out;
        -moz-transition: All .4s ease-in-out;
        -o-transition: All .4s ease-in-out
    }

    .nav ul li .nav_b {
        display: inline-block;
        border: 6px solid transparent;
        border-left: 6px solid #3AA3D6;
        display: none
    }

    .nav ul li:hover .nav_b {
        display: inline-block
    }

    .nav ul li .active {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

    .nav dl {
        display: none
    }

.search_moblie h5 {
    font-size: 24px;
    text-align: center;
    color: #00aead;
    margin-top: 40px
}

.search_moblie .header_s {
    width: 100%;
    border-radius: 0;
    background: #eaf4fd;
    padding: 13px 10px;
    font-size: 14px;
    border: none;
    color: #000;
    border-radius: 6px
}

.search_moblie .submit {
    width: 10%;
    background: transparent;
    border: none;
    margin-left: 0;
    padding: 0;
    padding-top: 3px;
    position: absolute;
    right: 20px;
    top: 7px
}

    .search_moblie .submit i {
        font-size: 24px;
        color: #3a3a3a
    }

        .search_moblie .submit i:hover {
            color: #3AA3D6
        }

.search_moblie form {
    width: 96%;
    margin: 0 auto;
    position: relative
}

.form {
    display: inline-block;
    position: relative;
    float: right;
    margin-top: 7px
}

.change a {
    color: #00aead;
    font-size: 14px
}

    .change a:hover {
        color: #0c9
    }

.fdj {
    width: 21px;
    height: 21px;
    outline: none;
    border: none;
    position: absolute;
    top: 5px;
    z-index: 100;
    right: 10px;
    cursor: pointer
}

.header_s {
    padding: 7px 10px;
    border-radius: 6px;
    outline: none;
    width: 236px;
    color: #666;
    border: 1px solid #00aead;
    background: transparent
}

nav {
    text-align: center;
    height: 42px
}

    nav > .sep-container {
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        box-shadow: 3px 3px 8px #777
    }

        nav > .sep-container > ul {
            display: table;
            margin: 0 auto;
            padding-top: 10px;
            border-top-left-radius: 9px;
            border-top-right-radius: 9px;
            margin-top: 10px
        }

    nav ul li {
        float: left
    }

        nav ul li:hover > a {
            background: #fff;
            color: #00aead;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px
        }

        nav ul li a {
            display: inline-block;
            padding: 10px 20px;
            color: #fff;
            font-size: 16px
        }

        nav ul li div {
            display: none;
            position: absolute;
            background: #f3f3f3;
            background: rgba(207,207,207,0.95);
            left: 0;
            z-index: 100;
            width: 100%
        }

        nav ul li dl {
            float: left
        }

            nav ul li dl dd {
                width: 100%;
                overflow: hidden;
                text-align: left
            }

            nav ul li dl dt {
                text-align: left
            }

                nav ul li dl dt a {
                    color: #00aead;
                    font-weight: bold
                }

                    nav ul li dl dt a:hover {
                        color: #0c9
                    }

            nav ul li dl dd a {
                color: #000;
                font-size: 12px
            }

                nav ul li dl dd a:hover {
                    color: #00aead
                }

                nav ul li dl dd a span {
                    display: inline-block;
                    width: 15px;
                    height: 15px;
                    position: relative;
                    top: 5px
                }

            nav ul li dl dd:hover a {
                color: #00aead
            }

            nav ul li dl dd:last-child a {
                border-bottom: none
            }

            nav ul li dl dd:nth-child(1) a {
                border-top: none
            }

        nav ul li dl {
            min-width: 25%
        }

            nav ul li dl dd a:hover {
                color: #00aead
            }

.submit {
    border: none;
    outline: none;
    padding: 8px 15px;
    border-radius: 6px;
    background: #323232;
    color: #ddd;
    margin-left: 20px;
    font-size: 18px;
    cursor: pointer;
    font-family: Segoe UI
}

    .submit:hover {
        color: #fff
    }

.inside-inner img {
    width: 100%
}

.kb_footer {
    background: #3c3c3c
}

.bottom a {
    font-size: 14px;
    color: #a6a6a6
}

.bottom .ul_1 a img {
    position: relative;
    top: -2px
}

.bottom a:hover {
    text-decoration: underline;
    color: #fff
}

.bottom {
    padding-top: 30px
}

    .bottom ul li {
        float: left;
        font-size: 14px;
        color: #a6a6a6;
        line-height: 30px;
        margin: 0 10px
    }

    .bottom .ul_2 {
        display: table;
        margin: 0 auto
    }

    .bottom .ul_3 {
        margin: 15px auto
    }

    .bottom .ul_2 ul:before {
        content: " ";
        display: table;
        clear: both
    }

    .bottom .ul_2 ul:after {
        content: " ";
        display: table;
        clear: both
    }

.share .sep-container {
    width: 250px
}

.sep-bottom-nav {
    width: 100%;
    margin: 0 auto
}

.sep-copyright {
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    background: #313131
}

    .sep-copyright a {
        color: #fff
    }

.slideBox {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    border-radius: 6px
}

    .slideBox .hd {
        position: absolute;
        height: 31px;
        line-height: 28px;
        bottom: 20px;
        left: 80px;
        z-index: 1;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(7deg)
    }

    .slideBox .bd {
        position: relative;
        z-index: 0
    }

        .slideBox .bd li {
            position: relative;
            text-align: center
        }

            .slideBox .bd li img {
                float: left;
                vertical-align: top;
                width: 100%
            }

            .slideBox .bd li a {
                -webkit-tap-highlight-color: rgba(0,0,0,0)
            }

            .slideBox .bd li .tit {
                display: block;
                width: 100%;
                position: absolute;
                bottom: 0;
                text-indent: 10px;
                height: 28px;
                line-height: 28px;
                color: #fff;
                text-align: left
            }

.banner_top {
    height: 502px
}

.banner_bottom {
    height: 76px;
    background: #d6d7d8
}

.slideBox .bd ul li .banner-select-hd {
    height: 68px;
    text-align: left;
    position: absolute;
    background: rgba(0,0,0,0.6);
    z-index: 1000000000;
    bottom: -68px;
    width: 800px;
    right: 0;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.slideBox .hd ul li {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #ddd;
    margin: 10px 0;
    cursor: pointer
}

.slideBox .hd ul .on {
    background: #fff
}

.slideBox .bd ul li:hover .banner-select-hd {
    bottom: 0
}

.slideBox .bd ul li {
    overflow: hidden
}

    .slideBox .bd ul li .banner-select-bd {
        width: 300px;
        position: absolute;
        top: 100px;
        text-align: left
    }

        .slideBox .bd ul li .banner-select-bd span {
            color: #fff;
            font-size: 16px;
            line-height: 25px
        }

    .slideBox .bd ul li .banner-select-hd span {
        position: relative;
        color: #fff;
        font-size: 30px;
        height: 68px;
        display: inline-block;
        line-height: 68px;
        padding-left: 38px
    }

.slideBox .prev, .slideBox .next {
    display: none;
    width: 31px;
    height: 31px;
    overflow: hidden;
    margin: 0 5px;
    vertical-align: top
}

.slideBox .prev {
    bottom: 236px;
    position: relative;
    right: 701px
}

.slideBox .next {
    bottom: 236px;
    position: relative;
    right: 15px;
    display: none
}

.header {
    height: 60px;
    display: none;
    background: #3AA3D6
}

.nav_fixed {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.header_left {
    height: 100%;
    width: 86%;
    background: #3AA3D6
}

    .header_left a img {
        margin-left: 20px;
        margin-top: 20px;
        height: 20px
    }

#bottom {
    display: none
}

.share ul li span {
    position: relative;
    top: -13px;
    display: inline-block
}

    .share ul li span img {
        position: relative
    }

    .share ul li span .code_img {
        position: absolute;
        left: -136px;
        top: -54px;
        display: none
    }

    .share ul li span:hover .code_img {
        display: block
    }

.about .about_bd .des, .cp_ri p, .txtbox_cen p, .about_main p, .cp_wz p, .content_ri {
    text-align: Justify;
    text-justify: auto
}

.slideBox2 {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    width: 47%;
    float: left
}

.slideBox .hd {
    position: absolute;
    height: 31px;
    display: none;
    line-height: 28px;
    bottom: 0;
    left: 145px;
    z-index: 1
}

#case .slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e7e7e7;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px
}

    #case .slideBox .hd li.on {
        background: #0062d1
    }

#case .case_hd, #video .video_hd, #news .news_hd {
    font-family: Britannic;
    font-size: 50px;
    font-weight: bold;
    color: #0062d1;
    border-bottom: 2px solid #939393;
    margin-bottom: 20px
}

    #case .case_hd span, #video .video_hd span, #news .news_hd span {
        height: 100%;
        border-bottom: 4px solid #0062d1;
        position: relative;
        top: -1px
    }

.slideBox2 .bd {
    position: relative;
    z-index: 0
}

    .slideBox2 .bd li {
        position: relative;
        text-align: center
    }

        .slideBox2 .bd li img {
            float: left;
            vertical-align: top;
            width: 100%
        }

        .slideBox2 .bd li a {
            -webkit-tap-highlight-color: rgba(0,0,0,0)
        }

        .slideBox2 .bd li .tit {
            display: block;
            width: 100%;
            position: absolute;
            bottom: 0;
            text-indent: 10px;
            height: 28px;
            line-height: 28px;
            color: #fff;
            text-align: left
        }

.banner_top {
    height: 502px
}

.banner_bottom {
    height: 76px;
    background: #d6d7d8
}

.slideBox2 .bd ul li .banner-select-hd {
    height: 68px;
    text-align: left;
    position: absolute;
    background: rgba(0,0,0,0.6);
    z-index: 1000000000;
    bottom: -68px;
    width: 800px;
    right: 0;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.slideBox2 .hd ul {
    width: 100px;
    margin: 0 auto
}

.slideBox2 .hd {
    bottom: 20px;
    width: 100%
}

.slideBox2 .top_left {
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    background: #00aead
}

.slideBox2 .hd ul li {
    height: 15px;
    width: 15px;
    display: none;
    border-radius: 50%;
    background: #ddd;
    margin: 10px 5px;
    cursor: pointer;
    float: left;
    color: #ddd;
    font-size: 0
}

.slideBox2 .hd ul .on {
    background: #fff;
    color: #fff
}

.slideBox2 .bd ul li:hover .banner-select-hd {
    bottom: 0
}

.slideBox2 .bd ul li {
    overflow: hidden
}

    .slideBox2 .bd ul li .banner-select-bd {
        width: 300px;
        position: absolute;
        top: 100px;
        text-align: left
    }

        .slideBox2 .bd ul li .banner-select-bd span {
            color: #fff;
            font-size: 16px;
            line-height: 25px
        }

    .slideBox2 .bd ul li .banner-select-hd span {
        position: relative;
        color: #fff;
        font-size: 30px;
        height: 68px;
        display: inline-block;
        line-height: 68px;
        padding-left: 38px
    }

.slideBox2 .prev, .slideBox .next {
    display: none;
    width: 31px;
    height: 31px;
    overflow: hidden;
    margin: 0 5px;
    vertical-align: top
}

.slideBox2 .prev {
    bottom: 236px;
    position: relative;
    right: 701px
}

.slideBox2 .next {
    bottom: 236px;
    position: relative;
    right: 15px;
    display: none
}

.sep-shortcut {
    background: #00aead;
    min-height: 45px
}

.sep_news {
    float: right;
    width: 48%;
    min-height: 295px;
    position: relative
}

    .sep_news ul li {
        padding: 0 20px
    }

        .sep_news ul li span b {
            display: inline-block;
            width: 5px;
            height: 7px;
            padding-right: 20px
        }

        .sep_news ul li .title {
            font-size: 14px
        }

        .sep_news ul li p {
            width: 340px;
            float: right
        }

            .sep_news ul li p:hover {
                color: #00aead
            }

        .sep_news ul li img {
            float: left;
            margin-left: 26px;
            max-height: 70px
        }

        .sep_news ul li .more {
            background: #fff;
            color: #00aead;
            padding: 0 5px;
            display: inline-block;
            margin-top: 15px
        }

            .sep_news ul li .more:hover {
                text-decoration: underline
            }

    .sep_news ul {
        padding-top: 36px
    }

    .sep_news .top_left {
        font-size: 16px;
        color: #fff;
        padding: 10px 20px;
        border-bottom-right-radius: 10px;
        position: absolute;
        top: 0;
        background: #00aead
    }

    .sep_news a {
        display: block;
        padding-top: 14px;
        padding-bottom: 8px
    }

    .sep_news li:nth-child(1) a {
        border-bottom: 1px solid #a2a2a2
    }

.sep_products {
    width: 750px
}

.sep_product_title {
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
    position: relative;
    top: 2px
}

.sep_product_hd .more {
    font-size: 18px;
    font-weight: bold
}

.product {
    margin-top: 30px
}

.sep_product_hd {
    border-bottom: 1px solid #00aead;
    padding-bottom: 5px
}

.sep_index_aside {
    width: 360px
}

    .sep_index_aside video {
        margin: 0 auto;
        display: block;
        margin-top: 28px;
        margin-bottom: 28px
    }

.sep_success_img img {
    width: 100%;
    display: block;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

    .sep_success_img img:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2)
    }

.sep_success_img a {
    border: 2px solid #00aead;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 28px;
    width: 98%;
    display: block;
    overflow: hidden
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

    .slick-slide:hover img {
        border: 2px solid #000
    }

    .slick-slide:hover p {
        color: #000;
        text-decoration: underline
    }

    .slick-slide p {
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .slick-slide img {
        display: block;
        border: 2px solid transparent;
        width: 235px;
        margin: 0 auto
    }

        .slick-slide img.slick-loading {
            padding-bottom: 100%
        }

    .slick-slide.dragging img {
        pointer-events: none
    }

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@font-face {
    font-family: "slick";
    src: url("fonts/slick.eot");
    src: url("fonts/slick.eot?#iefix") format("embedded-opentype"),url("fonts/slick.woff") format("woff"),url("fonts/slick.ttf") format("truetype"),url("fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 10px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 32%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none
}

    .slick-prev:focus, .slick-next:focus {
        outline: none
    }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before, .slick-next:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: .85;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

.slick-next {
    right: -21px
}

.slick-slider {
    margin-top: 37px;
    background: -webkit-linear-gradient(#fff, #dfdfdf);
    background: -o-linear-gradient(#fff, #dfdfdf);
    background: -moz-linear-gradient(#fff, #dfdfdf);
    background: linear-gradient(#fff, #dfdfdf)
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: none;
            height: 20px;
            width: 20px;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            outline: none
        }

            .slick-dots li button:focus {
                outline: none
            }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: '\8226';
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            opacity: .75
        }

.txtbox {
    clear: both;
    margin: 30px 0
}

.txtbox_ul {
    border-bottom: 1px solid #bbb;
    height: 44px
}

    .txtbox_ul li {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        background: #3AA3D6;
        float: left;
        height: 42px;
        line-height: 42px;
        padding: 0 13px;
        border: 1px solid #71c0ba;
        cursor: pointer;
        margin: 0 13px 0 0
    }

    .txtbox_ul .on {
        border: 1px solid #bbb;
        border-bottom: 2px solid #fff;
        color: #333;
        background: #fff
    }

.sep-mainbody .sep-primary .sep-content .txtbox_cen {
    border: 1px solid #bbb;
    border-width: 0 1px 1px;
    clear: both;
    display: none;
    padding: 30px 24px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0
}

.txtbox_cen img {
    max-width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto
}

.block {
    display: block
}

.cp_le {
    width: 400px;
    position: relative;
    float: left
}

.cp_small li {
    display: none
}

    .cp_small li img {
        border: 1px solid #ddd;
        width: 100%
    }

    .cp_small li:first-child {
        display: block
    }

.cp_bigimg {
    position: absolute;
    left: 0;
    bottom: 10px
}

    .cp_bigimg li {
        width: 42px;
        height: 42px;
        float: left;
        margin: 0 0 0 10px;
        border-radius: 50%;
        border: 3px solid #a5bcbb;
        overflow: hidden;
        cursor: pointer
    }

    .cp_bigimg img {
        border-radius: 50%
    }

    .cp_bigimg .on {
        border-color: #ad393f
    }

.cp_bigimg_11 {
    width: 200%;
    margin: 15px 0 0
}

    .cp_bigimg_11 .on {
        border-color: #1c3f77
    }

    .cp_bigimg_11 li {
        width: 11.5%;
        float: left;
        margin: 0 0 0 1%;
        border: 1px solid #999;
        overflow: hidden;
        cursor: pointer
    }

        .cp_bigimg_11 li img {
            width: 100%
        }

#tq_float_container {
    z-index: 999999
}

.tq_online {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 9999
}

    .tq_online a img {
        width: 80px
    }

.gallery img {
    height: 200px;
    transition: -webkit-filter .4s,filter .4s;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    max-width: 100%
}

    .gallery img:hover {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%)
    }

.gallery a {
    width: 250px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    margin: 4px;
    box-shadow: 0 0 4px -1px #000;
    text-align: center
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lucida Grande','Microsoft Yahei';
    font-size: 12px;
    font-weight: normal
}

* {
    font-size: 13px
}

body {
    font-family: 'Lucida Grande','Microsoft Yahei';
    color: #333;
    -webkit-font-smoothing: antialiased
}

form {
    margin: 0
}

label {
    font-weight: normal
}

input[type="checkbox"], input[type="radio"] {
    visibility: hidden;
    cursor: pointer
}

    input[type="checkbox"]:before, input[type="radio"]:before {
        visibility: visible;
        content: "\f096";
        float: left;
        font-family: FontAwesome;
        width: 13px;
        height: 13px;
        line-height: 13px;
        font-size: 16px;
        border-radius: 5px;
        margin-right: 8px;
        text-align: left;
        font-weight: normal;
        color: #888
    }

    input[type="checkbox"]:checked:before, input[type="radio"]:checked:before {
        content: "\f046";
        color: #666
    }

    input[type="radio"]:before {
        content: "\f10c"
    }

    input[type="radio"]:checked:before {
        content: "\f192";
        color: #3AA3D6
    }

a {
    cursor: pointer
}

    a:hover, a:focus {
        text-decoration: none
    }

.required {
    color: #f30
}

.notfound {
    padding: 30px;
    text-align: center;
    color: #999;
    font-size: 18px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px
}

.table {
    margin: 0
}

    .table tr td, .table tr th {
        padding: 8px 10px
    }

        .table tr td .input-xs, .table tr th .input-xs {
            height: 26px;
            padding: 2px 10px;
            margin: -4px 0;
            font-size: 12px;
            line-height: 1.2;
            border-radius: 3px;
            vertical-align: middle
        }

        .table tr td .btn-xs, .table tr th .btn-xs {
            margin: -4px 0
        }

    .table tbody tr td, .table tbody tr th {
        padding: 8px 10px
    }

    .table.table-datalist {
        border: dotted 1px #ddd;
        border-radius: 6px
    }

        .table.table-datalist thead th, .table.table-datalist thead td {
            background: #fafafa;
            border-right: dotted 1px #ddd;
            padding: 8px
        }

        .table.table-datalist tbody tr:nth-child(even) {
            background: #f9f9f9
        }

        .table.table-datalist tbody th, .table.table-datalist tbody td {
            border-right: dotted 1px #ddd;
            border-top: dotted 1px #ddd;
            padding: 8px
        }

.dropdown .open {
    background: none
}

.dropdown-menu {
    border-radius: 0;
    border-color: #ddd;
    box-shadow: 0 0 3px #ccc
}

    .dropdown-menu:after, .dropdown-menu:before {
        border-color: transparent;
        border-style: solid;
        border-width: 8px;
        content: " ";
        height: 0;
        left: 15px;
        pointer-events: none;
        position: absolute;
        width: 0
    }

    .dropdown-menu:before {
        bottom: 100%
    }

    .dropdown-menu:after {
        border-bottom-color: #fff;
        bottom: 100%;
        margin-bottom: -1px
    }

    .dropdown-menu.dropdown-menu-right:after, .dropdown-menu.dropdown-menu-right:before {
        left: auto;
        right: 15px
    }

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        background: #3AA3D6;
        color: #fff
    }

.panel {
    border-style: solid;
    border-radius: 3px;
    background: #fff;
    overflow: hidden
}

    .panel .panel-heading {
        position: relative;
        border-bottom: solid 1px #ddd;
        padding: 8px 10px
    }

        .panel .panel-heading .panel-title {
            font-size: 14px;
            font-weight: bold
        }

        .panel .panel-heading .panel-options {
            position: absolute;
            right: 10px;
            top: 10px;
            font-size: 12px;
            color: #333
        }

        .panel .panel-heading .nav-tabs, .panel .panel-heading .nav-pills {
            vertical-align: middle
        }

            .panel .panel-heading .nav-tabs li .active a, .panel .panel-heading .nav-pills li .active a {
                color: #fff
            }

            .panel .panel-heading .nav-tabs.nav-tabs, .panel .panel-heading .nav-pills.nav-tabs {
                margin: 0 -15px -8px -15px;
                border: none
            }

                .panel .panel-heading .nav-tabs.nav-tabs li a, .panel .panel-heading .nav-pills.nav-tabs li a, .panel .panel-heading .nav-tabs.nav-tabs li a:hover, .panel .panel-heading .nav-pills.nav-tabs li a:hover {
                    border-radius: 0;
                    border: none;
                    border-top: solid 2px transparent;
                    background: none;
                    padding: 8px 20px
                }

                .panel .panel-heading .nav-tabs.nav-tabs li.active a, .panel .panel-heading .nav-pills.nav-tabs li.active a {
                    background: #fff;
                    border-top: solid 2px #3AA3D6
                }

    .panel .panel-body {
        background: #fff;
        padding: 10px
    }

    .panel.panel-primary .panel-heading .panel-options, .panel.panel-info .panel-heading .panel-options, .panel.panel-success .panel-heading .panel-options, .panel.panel-danger .panel-heading .panel-options, .panel.panel-warning .panel-heading .panel-options {
        color: #fff
    }

        .panel.panel-primary .panel-heading .panel-options a, .panel.panel-info .panel-heading .panel-options a, .panel.panel-success .panel-heading .panel-options a, .panel.panel-danger .panel-heading .panel-options a, .panel.panel-warning .panel-heading .panel-options a {
            color: #fff
        }

    .panel.panel-primary .panel-heading .nav-pills li a, .panel.panel-info .panel-heading .nav-pills li a, .panel.panel-success .panel-heading .nav-pills li a, .panel.panel-danger .panel-heading .nav-pills li a, .panel.panel-warning .panel-heading .nav-pills li a, .panel.panel-primary .panel-heading .nav-pills.nav-justified li a, .panel.panel-info .panel-heading .nav-pills.nav-justified li a, .panel.panel-success .panel-heading .nav-pills.nav-justified li a, .panel.panel-danger .panel-heading .nav-pills.nav-justified li a, .panel.panel-warning .panel-heading .nav-pills.nav-justified li a {
        color: #fff
    }

        .panel.panel-primary .panel-heading .nav-pills li a:hover, .panel.panel-info .panel-heading .nav-pills li a:hover, .panel.panel-success .panel-heading .nav-pills li a:hover, .panel.panel-danger .panel-heading .nav-pills li a:hover, .panel.panel-warning .panel-heading .nav-pills li a:hover, .panel.panel-primary .panel-heading .nav-pills.nav-justified li a:hover, .panel.panel-info .panel-heading .nav-pills.nav-justified li a:hover, .panel.panel-success .panel-heading .nav-pills.nav-justified li a:hover, .panel.panel-danger .panel-heading .nav-pills.nav-justified li a:hover, .panel.panel-warning .panel-heading .nav-pills.nav-justified li a:hover {
            background: rgba(0,0,0,0.2);
            color: #fff
        }

    .panel.panel-primary .panel-heading .nav-pills li.active a, .panel.panel-info .panel-heading .nav-pills li.active a, .panel.panel-success .panel-heading .nav-pills li.active a, .panel.panel-danger .panel-heading .nav-pills li.active a, .panel.panel-warning .panel-heading .nav-pills li.active a, .panel.panel-primary .panel-heading .nav-pills.nav-justified li.active a, .panel.panel-info .panel-heading .nav-pills.nav-justified li.active a, .panel.panel-success .panel-heading .nav-pills.nav-justified li.active a, .panel.panel-danger .panel-heading .nav-pills.nav-justified li.active a, .panel.panel-warning .panel-heading .nav-pills.nav-justified li.active a, .panel.panel-primary .panel-heading .nav-pills li.active a:hover, .panel.panel-info .panel-heading .nav-pills li.active a:hover, .panel.panel-success .panel-heading .nav-pills li.active a:hover, .panel.panel-danger .panel-heading .nav-pills li.active a:hover, .panel.panel-warning .panel-heading .nav-pills li.active a:hover, .panel.panel-primary .panel-heading .nav-pills.nav-justified li.active a:hover, .panel.panel-info .panel-heading .nav-pills.nav-justified li.active a:hover, .panel.panel-success .panel-heading .nav-pills.nav-justified li.active a:hover, .panel.panel-danger .panel-heading .nav-pills.nav-justified li.active a:hover, .panel.panel-warning .panel-heading .nav-pills.nav-justified li.active a:hover {
        background: #fff;
        color: #333
    }

    .panel.panel-primary .panel-heading .nav-tabs, .panel.panel-info .panel-heading .nav-tabs, .panel.panel-success .panel-heading .nav-tabs, .panel.panel-danger .panel-heading .nav-tabs, .panel.panel-warning .panel-heading .nav-tabs {
        margin: -8px -15px;
        padding: 10px 10px 0 10px
    }

        .panel.panel-primary .panel-heading .nav-tabs.nav-justified, .panel.panel-info .panel-heading .nav-tabs.nav-justified, .panel.panel-success .panel-heading .nav-tabs.nav-justified, .panel.panel-danger .panel-heading .nav-tabs.nav-justified, .panel.panel-warning .panel-heading .nav-tabs.nav-justified {
            margin: -8px 0;
            padding: 10px 0 0 0
        }

        .panel.panel-primary .panel-heading .nav-tabs, .panel.panel-info .panel-heading .nav-tabs, .panel.panel-success .panel-heading .nav-tabs, .panel.panel-danger .panel-heading .nav-tabs, .panel.panel-warning .panel-heading .nav-tabs, .panel.panel-primary .panel-heading .nav-tabs.nav-justified, .panel.panel-info .panel-heading .nav-tabs.nav-justified, .panel.panel-success .panel-heading .nav-tabs.nav-justified, .panel.panel-danger .panel-heading .nav-tabs.nav-justified, .panel.panel-warning .panel-heading .nav-tabs.nav-justified {
            border: none
        }

            .panel.panel-primary .panel-heading .nav-tabs li a, .panel.panel-info .panel-heading .nav-tabs li a, .panel.panel-success .panel-heading .nav-tabs li a, .panel.panel-danger .panel-heading .nav-tabs li a, .panel.panel-warning .panel-heading .nav-tabs li a, .panel.panel-primary .panel-heading .nav-tabs.nav-justified li a, .panel.panel-info .panel-heading .nav-tabs.nav-justified li a, .panel.panel-success .panel-heading .nav-tabs.nav-justified li a, .panel.panel-danger .panel-heading .nav-tabs.nav-justified li a, .panel.panel-warning .panel-heading .nav-tabs.nav-justified li a {
                border: none;
                border-top: solid 2px transparent;
                color: #fff
            }

                .panel.panel-primary .panel-heading .nav-tabs li a:hover, .panel.panel-info .panel-heading .nav-tabs li a:hover, .panel.panel-success .panel-heading .nav-tabs li a:hover, .panel.panel-danger .panel-heading .nav-tabs li a:hover, .panel.panel-warning .panel-heading .nav-tabs li a:hover, .panel.panel-primary .panel-heading .nav-tabs.nav-justified li a:hover, .panel.panel-info .panel-heading .nav-tabs.nav-justified li a:hover, .panel.panel-success .panel-heading .nav-tabs.nav-justified li a:hover, .panel.panel-danger .panel-heading .nav-tabs.nav-justified li a:hover, .panel.panel-warning .panel-heading .nav-tabs.nav-justified li a:hover {
                    background: rgba(0,0,0,0.1)
                }

            .panel.panel-primary .panel-heading .nav-tabs li.active a, .panel.panel-info .panel-heading .nav-tabs li.active a, .panel.panel-success .panel-heading .nav-tabs li.active a, .panel.panel-danger .panel-heading .nav-tabs li.active a, .panel.panel-warning .panel-heading .nav-tabs li.active a, .panel.panel-primary .panel-heading .nav-tabs.nav-justified li.active a, .panel.panel-info .panel-heading .nav-tabs.nav-justified li.active a, .panel.panel-success .panel-heading .nav-tabs.nav-justified li.active a, .panel.panel-danger .panel-heading .nav-tabs.nav-justified li.active a, .panel.panel-warning .panel-heading .nav-tabs.nav-justified li.active a {
                color: #333
            }

                .panel.panel-primary .panel-heading .nav-tabs li.active a:hover, .panel.panel-info .panel-heading .nav-tabs li.active a:hover, .panel.panel-success .panel-heading .nav-tabs li.active a:hover, .panel.panel-danger .panel-heading .nav-tabs li.active a:hover, .panel.panel-warning .panel-heading .nav-tabs li.active a:hover, .panel.panel-primary .panel-heading .nav-tabs.nav-justified li.active a:hover, .panel.panel-info .panel-heading .nav-tabs.nav-justified li.active a:hover, .panel.panel-success .panel-heading .nav-tabs.nav-justified li.active a:hover, .panel.panel-danger .panel-heading .nav-tabs.nav-justified li.active a:hover, .panel.panel-warning .panel-heading .nav-tabs.nav-justified li.active a:hover {
                    background: #fff
                }

    .panel.panel-default {
        border-color: #ddd
    }

        .panel.panel-default .panel-heading {
            background: #fff;
            border: none;
            color: #333
        }

        .panel.panel-default.panel-full .panel-body {
            background: #fff;
            color: #fff
        }

    .panel.panel-primary {
        border-color: #3AA3D6
    }

        .panel.panel-primary .panel-heading {
            background: #3AA3D6;
            color: #fff
        }

        .panel.panel-primary.panel-full .panel-body {
            background: #3AA3D6;
            color: #fff
        }

    .panel.panel-info {
        border-color: #5bc0de
    }

        .panel.panel-info .panel-heading {
            background: #5bc0de;
            color: #fff
        }

        .panel.panel-info.panel-full .panel-body {
            background: #5bc0de;
            color: #fff
        }

    .panel.panel-success {
        border-color: #5cb85c
    }

        .panel.panel-success .panel-heading {
            background: #5cb85c;
            color: #fff
        }

        .panel.panel-success.panel-full .panel-body {
            background: #5cb85c;
            color: #fff
        }

    .panel.panel-warning {
        border-color: #f0ad4e
    }

        .panel.panel-warning .panel-heading {
            background: #f0ad4e;
            color: #fff
        }

        .panel.panel-warning.panel-full .panel-body {
            background: #f0ad4e;
            color: #fff
        }

    .panel.panel-danger {
        border-color: #d9534f
    }

        .panel.panel-danger .panel-heading {
            background: #d9534f;
            color: #fff
        }

        .panel.panel-danger.panel-full .panel-body {
            background: #d9534f;
            color: #fff
        }

.pagination {
    vertical-align: middle
}

    .pagination li a {
        color: #333
    }

    .pagination li.active a, .pagination li.active a:hover {
        background: #f0f0f0;
        border-color: #ddd;
        color: #333
    }

    .pagination.pagination-sm {
        margin: 0
    }

        .pagination.pagination-sm li a {
            height: 28px;
            padding: 4px 10px;
            vertical-align: middle
        }

.navbar {
    border: none
}

.nav-tabs li a {
    padding: 4px 15px;
    color: #333
}

.nav-line, .nav-line.nav-justified {
    border-radius: 3px 3px 0 0;
    border-bottom: solid 1px #ddd
}

    .nav-line li, .nav-line.nav-justified li {
        margin-bottom: -1px
    }

        .nav-line li a, .nav-line.nav-justified li a {
            padding: 4px 20px;
            border: none;
            color: #333
        }

            .nav-line li a:hover, .nav-line.nav-justified li a:hover {
                background: none;
                color: #000
            }

        .nav-line li.active a, .nav-line.nav-justified li.active a, .nav-line li.active a:hover, .nav-line.nav-justified li.active a:hover {
            border: none;
            border-bottom: solid 2px #404650;
            background: none;
            color: #404650
        }

.nav-pills {
    margin-bottom: 15px
}

    .nav-pills li a {
        padding: 4px 15px;
        color: #333;
        font-size: 13px
    }

    .nav-pills li.active a, .nav-pills li.active a:hover {
        background: #404650
    }

.nav-wizard {
    overflow: hidden
}

    .nav-wizard li {
        position: relative
    }

        .nav-wizard li a {
            display: block;
            padding: 10px;
            padding-left: 40px;
            text-align: left;
            font-weight: 800;
            color: #fff;
            background: #9fa8bc;
            font-size: 14px
        }

            .nav-wizard li a i {
                display: block;
                float: left;
                background: #fff;
                border-radius: 36px;
                width: 36px;
                height: 36px;
                line-height: 36px;
                font-size: 18px;
                font-style: normal;
                font-weight: bold;
                text-align: center;
                margin-right: 10px;
                color: #666
            }

            .nav-wizard li a small {
                display: block;
                font-weight: normal
            }

            .nav-wizard li a::after {
                border-left: 28px solid #9fa8bc;
                border-top: 28px solid transparent;
                border-bottom: 28px solid transparent;
                content: "";
                display: inline-block;
                position: absolute;
                right: -28px;
                top: 50%;
                margin-top: -28px;
                z-index: 50
            }

            .nav-wizard li a:hover {
                background: #464f63
            }

                .nav-wizard li a:hover::after {
                    border-left-color: #464f63
                }

        .nav-wizard li:first-child > a {
            padding-left: 10px
        }

        .nav-wizard li:last-child > a::after {
            display: none
        }

        .nav-wizard li.done > a {
            background: #505b72;
            color: #fff
        }

            .nav-wizard li.done > a::after {
                border-left-color: #505b72
            }

        .nav-wizard li.active > a {
            background: #fff;
            color: #404650
        }

            .nav-wizard li.active > a small {
                color: #666
            }

            .nav-wizard li.active > a i {
                background: #404650;
                color: #fff
            }

            .nav-wizard li.active > a::after {
                border-left-color: #fff
            }

            .nav-wizard li.active > a:hover {
                background: #fff;
                color: #404650
            }

                .nav-wizard li.active > a:hover small {
                    color: #666
                }

                .nav-wizard li.active > a:hover::after {
                    border-left-color: #fff
                }

.label, .badge {
    padding: 3px 6px;
    font-size: 11px;
    line-height: 12px;
    vertical-align: middle
}

.btn {
    padding: 5px 15px;
    height: 32;
    vertical-align: middle
}

    .btn.btn-lg {
        padding: 6px 20px;
        height: 40px
    }

    .btn.btn-sm {
        padding: 3px 10px;
        height: 28px
    }

    .btn.btn-xs {
        padding: 3px 6px;
        height: 24px;
        font-size: 11px
    }

    .btn.btn-default {
        border-width: 1px
    }

    .btn.btn-primary {
        background: #3AA3D6;
        border-color: #ae000a
    }

        .btn.btn-primary:active {
            background: #e1000c;
            border-color: #e1000c
        }

    .btn.btn-success {
        background: #5cb85c;
        border-color: #4cae4c
    }

    .btn.btn-warning {
        background: #f0ad4e;
        border-color: #eea236
    }

    .btn.btn-info {
        background: #5bc0de;
        border-color: #46b8da
    }

    .btn.btn-danger {
        background: #d9534f;
        border-color: #d43f3a
    }

.btn-group {
    vertical-align: middle
}

    .btn-group.btn-group-lg > .btn {
        padding: 6px 20px;
        height: 40px
    }

    .btn-group.btn-group-sm > .btn {
        padding: 3px 10px;
        height: 28px
    }

    .btn-group.btn-group-xs > .btn {
        padding: 3px 6px;
        height: 24px;
        font-size: 11px
    }

.control-label {
    font-weight: bold
}

.form-group {
    position: relative
}

    .form-group.has-error .form-control, .form-group.has-error .control-label, .form-group.has-error .help-block {
        border-color: #c00;
        color: #c00
    }

        .form-group.has-error .form-control:focus, .form-group.has-error .control-label:focus, .form-group.has-error .help-block:focus {
            box-shadow: none
        }

    .form-group.has-success .form-control, .form-group.has-success .control-label, .form-group.has-success .help-block {
        border-color: green;
        color: green
    }

        .form-group.has-success .form-control:focus, .form-group.has-success .control-label:focus, .form-group.has-success .help-block:focus {
            box-shadow: none
        }

    .form-group.has-success:after {
        content: "\f058";
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        bottom: 8px;
        height: 18px;
        line-height: 18px;
        margin-right: 5px;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: -o-transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s,-o-transform .3s;
        width: 18px;
        color: green
    }

    .form-group .regex-tip {
        position: absolute;
        right: 20px;
        top: 26px
    }

        .form-group .regex-tip:before {
            content: "\f071";
            font-family: FontAwesome;
            height: 18px;
            line-height: 18px;
            margin-right: 5px;
            text-align: center;
            -webkit-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
            -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            -o-transition: -o-transform .3s;
            transition: transform .3s;
            transition: transform .3s,-webkit-transform .3s,-o-transform .3s;
            width: 18px
        }

.form-control {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb
}

    .form-control.form-control-short {
        width: 300px
    }

    .form-control.form-control-long {
        width: 300px
    }

    .form-control:focus {
        box-shadow: none
    }

    .form-control.input-sm {
        padding: 3px 8px;
        height: 28px
    }

    .form-control.input-xs {
        padding: 1px 6px;
        height: 24px;
        font-size: 11px
    }

    .form-control.input-long {
        width: 400px
    }

    .form-control.input-short {
        width: 200px
    }

.form-control-select {
    vertical-align: middle;
    padding: 6px 8px;
    height: 32;
    font-size: 13px;
    font-weight: normal;
    border-radius: 3px;
    background: #fbfbfb;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f8f8f8;
    background-position: right 8px center;
    background-repeat: no-repeat;
    -webkit-background-size: 8px 16px;
    background-size: 8px 16px;
    padding-right: 25px
}

    .form-control-select.form-control-short {
        width: 300px
    }

    .form-control-select.form-control-long {
        width: 300px
    }

    .form-control-select:focus {
        box-shadow: none
    }

    .form-control-select.input-sm {
        padding: 3px 8px;
        height: 28px
    }

    .form-control-select.input-xs {
        padding: 1px 6px;
        height: 24px;
        font-size: 11px
    }

    .form-control-select.input-long {
        width: 400px
    }

    .form-control-select.input-short {
        width: 200px
    }

    .form-control-select.input-sm, .form-control-select.input-xs {
        line-height: 1em
    }

.input-group.input-long {
    width: 400px
}

.input-group.input-short {
    width: 200px
}

.input-group .input-group-btn .btn {
    padding: 6px 15px
}

.input-group.input-group-xs .form-control, .input-group.input-group-xs .input-group-addon, .input-group.input-group-xs .input-group-btn .btn {
    height: 26px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1
}

.list-group-item {
    background: none;
    padding: 8px;
    color: #000;
    border-radius: 0;
    font-size: 12px
}

    .list-group-item label {
        float: left;
        font-weight: bold;
        color: #666
    }

.uploadify {
    display: inline
}

    .uploadify object {
        max-height: 30px
    }

.uploadify-queue {
    margin-bottom: 1em;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9999999
}

.uploadify-queue-item {
    background-color: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 11px Verdana,Geneva,sans-serif;
    margin-top: 5px;
    max-width: 350px;
    padding: 10px
}

.uploadify-error {
    background-color: #fde5dd !important
}

.uploadify-queue-item .cancel a {
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px
}

.uploadify-queue-item.completed {
    background-color: #e5e5e5
}

.uploadify-progress {
    background-color: #e5e5e5;
    margin-top: 10px;
    width: 100%
}

.uploadify-progress-bar {
    background-color: #09f;
    height: 3px;
    width: 1px
}

.tooltip {
    word-spacing: normal;
    white-space: nowrap;
    z-index: 9999999
}

.alert ul {
    margin: 0;
    padding-left: 20px
}

.multi-language .website-link {
    margin-right: 20px;
    position: relative;
    padding: 5px 0;
    top: 1px;
    font-size: 14px
}

.multi-language .box {
    display: inline-block;
    position: relative;
    padding: 5px 0
}

    .multi-language .box i {
        font-size: 14px
    }

    .multi-language .box a {
        font-size: 14px;
        display: inline-block;
        margin: 0 5px
    }

    .multi-language .box ul {
        position: absolute;
        display: none;
        top: 30px;
        right: 0;
        width: 236px;
        background: #f3f3f3;
        z-index: 10200;
        box-shadow: 0 0 3px #666
    }

        .multi-language .box ul li {
            padding: 13px 17px;
            background: url(../img/multi-language.png) no-repeat bottom left 10px
        }

            .multi-language .box ul li a {
                display: block
            }

                .multi-language .box ul li a img {
                    margin-right: 16px
                }

            .multi-language .box ul li:hover {
                background: #e8e8e8
            }

                .multi-language .box ul li:hover a {
                    color: #3AA3D6
                }

    .multi-language .box .fa-angle-down {
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out
    }

    .multi-language .box:hover > i, .multi-language .box:hover > a {
        color: #3AA3D6
    }

    .multi-language .box:hover .fa-angle-down {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

    .multi-language .box:hover ul {
        display: block
    }

.sep-mainbody .sep-general-form {
    margin-top: 30px;
    background: #ebebeb;
    padding: 25px
}

    .sep-mainbody .sep-general-form .sep-general-form-title span {
        font-family: Arial;
        font-size: 20px;
        color: #000
    }

    .sep-mainbody .sep-general-form .sep-general-form-title a {
        font-size: 16px;
        color: #ff6800
    }

        .sep-mainbody .sep-general-form .sep-general-form-title a i {
            font-size: 16px;
            color: #ff6800;
            padding-right: 10px
        }

    .sep-mainbody .sep-general-form .sep-general-form-prompt {
        font-family: Arial;
        font-size: 20px;
        color: #ff6800;
        margin: 15px 0;
        margin-bottom: 20px
    }

    .sep-mainbody .sep-general-form .sep-form {
        padding: 0
    }

        .sep-mainbody .sep-general-form .sep-form.has-error input::-webkit-input-placeholder {
            display: none
        }

        .sep-mainbody .sep-general-form .sep-form > div {
            display: inline-block
        }

            .sep-mainbody .sep-general-form .sep-form > div.form-group {
                width: 49%;
                padding: 0 11%;
                padding-right: 0
            }

                .sep-mainbody .sep-general-form .sep-form > div.form-group.has-success:after {
                    right: 0
                }

                .sep-mainbody .sep-general-form .sep-form > div.form-group .regex-tip {
                    top: -2px;
                    right: 3%;
                    display: none
                }

                .sep-mainbody .sep-general-form .sep-form > div.form-group .control-label {
                    width: 21%;
                    font-weight: normal;
                    color: #414141;
                    font-family: Arial
                }

            .sep-mainbody .sep-general-form .sep-form > div:nth-child(8) {
                width: 100%
            }

                .sep-mainbody .sep-general-form .sep-form > div:nth-child(8) .control-label {
                    width: 10.5%
                }

                .sep-mainbody .sep-general-form .sep-form > div:nth-child(8) textarea.form-control {
                    width: 98%
                }

            .sep-mainbody .sep-general-form .sep-form > div:nth-child(9) {
                width: 60%
            }

                .sep-mainbody .sep-general-form .sep-form > div:nth-child(9) .control-label {
                    width: 18%
                }

                .sep-mainbody .sep-general-form .sep-form > div:nth-child(9) .regex-tip {
                    display: none
                }

            .sep-mainbody .sep-general-form .sep-form > div:last-child {
                width: 100%
            }

                .sep-mainbody .sep-general-form .sep-form > div:last-child .btn.btn-primary {
                    width: 200px;
                    text-align: center;
                    display: table;
                    margin: 0 auto;
                    background: #ff6800;
                    border-color: #ff6800;
                    border-radius: 12px;
                    outline: none
                }

@media screen and (max-width:640px) {
    .sep-mainbody .sep-general-form .sep-form > div.form-group {
        width: 98%;
        padding: 0 20%;
        padding-right: 0
    }

        .sep-mainbody .sep-general-form .sep-form > div.form-group .control-label {
            width: 20%
        }
}

.richtext {
    padding: 0 10px
}

    .richtext table * {
        font-size: 13px
    }

    .richtext table p {
        margin-bottom: 0
    }

    .richtext table tr:nth-child(odd) {
        background: #eee
    }

    .richtext table tr:first-child {
        background: #3AA3D6;
        color: #fff
    }

        .richtext table tr:first-child td {
            color: #fff
        }

            .richtext table tr:first-child td * {
                color: #fff
            }

.sep-container {
    width: 1140px;
    margin: auto
}

.sep-shortcut {
    color: #fff;
    line-height: 45px
}

    .sep-shortcut a {
        color: #fff
    }

        .sep-shortcut a:hover {
            color: #0c9
        }

    .sep-shortcut .sep-choose-langs {
        float: right
    }

        .sep-shortcut .sep-choose-langs ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

            .sep-shortcut .sep-choose-langs ul li {
                float: left;
                margin-left: 8px
            }

                .sep-shortcut .sep-choose-langs ul li a {
                    color: #3AA3D6
                }

                    .sep-shortcut .sep-choose-langs ul li a:hover {
                        color: #333
                    }

                .sep-shortcut .sep-choose-langs ul li:after {
                    content: '|';
                    margin-left: 8px;
                    color: #999
                }

                .sep-shortcut .sep-choose-langs ul li:last-child:after {
                    content: '';
                    margin: 0
                }

.sep-header {
    padding-top: 10px;
    position: relative;
    min-height: 136px
}

    .sep-header .sep-logo {
        display: block;
        margin: 10px
    }

    .sep-header .sep-searchbar {
        position: absolute;
        right: 0;
        top: 20px
    }

.sep-mainnav {
    position: absolute;
    top: 83px;
    z-index: 1000
}

    .sep-mainnav ul:before {
        content: " ";
        clear: both;
        display: table
    }

    .sep-mainnav ul:after {
        content: " ";
        clear: both;
        display: table
    }

    .sep-mainnav .sep-container > ul ul {
        position: absolute;
        width: 100%;
        top: 120%;
        left: 0;
        padding-top: 10px
    }

    .sep-mainnav .sep-container > ul .has-childs > ul > .has-childs {
        min-height: 100%
    }

    .sep-mainnav .sep-container > ul > li:nth-child(3) > ul > .has-childs {
        min-height: 310px
    }

    .sep-mainnav .sep-container > ul > li:nth-child(4):hover > ul > li {
        width: 33%
    }

    .sep-mainnav ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .sep-mainnav ul li:nth-child(3) > .has-childs > ul > .has-childs {
            min-height: 330px
        }

        .sep-mainnav ul li:nth-child(3) > ul > .has-childs:nth-child(6), .sep-mainnav ul li:nth-child(3) > ul > .has-childs:nth-child(7), .sep-mainnav ul li:nth-child(3) > ul > .has-childs:nth-child(8), .sep-mainnav ul li:nth-child(3) > ul > .has-childs:nth-child(9) {
            min-height: 200px
        }

        .sep-mainnav ul li {
            float: left
        }

            .sep-mainnav ul li a {
                display: block;
                padding: 6px 20px;
                font-size: 14px;
                color: #fff;
                text-decoration: none
            }

            .sep-mainnav ul li ul {
                display: none
            }

            .sep-mainnav ul li > ul {
                padding-bottom: 20px
            }

            .sep-mainnav ul li:hover a {
                background: #fff;
                color: #3AA3D6
            }

            .sep-mainnav ul li:hover > ul {
                display: block;
                position: absolute;
                z-index: 8;
                background: #dfdfdf;
                text-align: left;
                min-height: 80px
            }

                .sep-mainnav ul li:hover > ul ul {
                    display: block;
                    position: relative;
                    background: transparent
                }

                    .sep-mainnav ul li:hover > ul ul li > a {
                        color: #333;
                        font-size: 12px
                    }

                        .sep-mainnav ul li:hover > ul ul li > a:hover {
                            color: #3AA3D6
                        }

                .sep-mainnav ul li:hover > ul li {
                    width: 20%
                }

                    .sep-mainnav ul li:hover > ul li a {
                        background: none;
                        padding: 5px 15px;
                        color: #333;
                        font-size: 12px
                    }

                    .sep-mainnav ul li:hover > ul li ul > li {
                        float: none;
                        width: 100%
                    }

            .sep-mainnav ul li:hover ul > li > a {
                color: #000;
                font-size: 14px
            }

                .sep-mainnav ul li:hover ul > li > a:hover {
                    text-decoration: underline
                }

.sep-banner {
    margin: 0 auto;
    margin-top: 2px;
    background: #ccc;
    overflow: hidden;
    width: 1140px;
    box-shadow: 0 0 9px #aaa;
    margin-bottom: 30px
}

    .sep-banner img {
        max-width: 100%
    }

.sep-mainbody {
    position: relative;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 20px
}

    .sep-mainbody .sep-container {
        background: #fff;
        position: relative;
        width: 1140px
    }

        .sep-mainbody .sep-container:before {
            display: table;
            content: " ";
            clear: both
        }

        .sep-mainbody .sep-container:after {
            display: table;
            content: " ";
            clear: both
        }

        .sep-mainbody .sep-container .pro-list {
            padding-top: 0
        }

    .sep-mainbody .sep-breadcrumb {
        padding: 5px 15px;
        margin: 0;
        list-style: none
    }

        .sep-mainbody .sep-breadcrumb:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f015";
            margin-right: 5px;
            color: #888
        }

        .sep-mainbody .sep-breadcrumb li {
            display: inline-block;
            margin-right: 5px
        }

            .sep-mainbody .sep-breadcrumb li a {
                text-decoration: none;
                color: #666
            }

            .sep-mainbody .sep-breadcrumb li:after {
                margin-left: 5px;
                content: '>'
            }

        .sep-mainbody .sep-breadcrumb .li-last:after {
            margin-left: 5px;
            content: ' '
        }

    .sep-mainbody .sep-primary {
        width: 829px;
        float: right;
        margin-right: 0;
        padding-bottom: 60px
    }

        .sep-mainbody .sep-primary .breadcrumb {
            margin-top: 25px;
            padding-left: 22px;
            margin-bottom: 0;
            background: -webkit-linear-gradient(#fff, #cfcfcf);
            background: -o-linear-gradient(#fff, #cfcfcf);
            background: -moz-linear-gradient(#fff, #cfcfcf);
            background: linear-gradient(#fff, #cfcfcf)
        }

        .sep-mainbody .sep-primary .sep-content {
            padding: 10px 20px;
            padding-top: 0
        }

            .sep-mainbody .sep-primary .sep-content .fanye {
                border-top: 1px solid #000;
                border-bottom: 1px solid #000;
                padding: 10px 0;
                margin-top: 30px
            }

                .sep-mainbody .sep-primary .sep-content .fanye h3 {
                    font-size: 14px;
                    color: #3AA3D6
                }

                    .sep-mainbody .sep-primary .sep-content .fanye h3 a {
                        color: #3AA3D6;
                        font-size: 14px;
                        max-width: 300px;
                        display: inline-block;
                        height: 1em;
                        line-height: 14px;
                        position: relative;
                        top: 3px;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap
                    }

                        .sep-mainbody .sep-primary .sep-content .fanye h3 a:hover {
                            text-decoration: underline
                        }

            .sep-mainbody .sep-primary .sep-content .relate {
                text-align: center;
                font-size: 18px;
                font-family: Open Sans;
                color: #fff;
                background: #3AA3D6;
                margin: 20px 0;
                padding: 5px 0
            }

            .sep-mainbody .sep-primary .sep-content .relate-list .sep-pagination {
                display: none
            }

            .sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li {
                width: 31%;
                float: left;
                margin: 0 1.16%
            }

                .sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .title {
                    display: inline-block;
                    font-size: 14px;
                    background: #fff;
                    color: #333;
                    text-align: center
                }

                    .sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .title:hover {
                        color: #3AA3D6;
                        text-decoration: underline
                    }

                .sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .thumb {
                    width: 100%;
                    display: block;
                    border: 1px solid #bbb
                }

                    .sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .thumb img {
                        width: 100%
                    }

                .sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .summary {
                    display: none
                }

                .sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .published {
                    display: none
                }

                .sep-mainbody .sep-primary .sep-content .relate-list .sep-datalist li .btn-read {
                    display: none
                }

            .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li {
                width: 46%;
                float: left;
                margin: 10px 1.16%
            }

                .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li h2 {
                    overflow: hidden
                }

                .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .title {
                    display: inline-block;
                    font-size: 14px;
                    background: #fff;
                    color: #000;
                    text-align: left;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    display: block;
                    height: 1.2em
                }

                    .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .title:before {
                        content: '●';
                        color: #000;
                        padding-right: 5px
                    }

                    .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .title:hover {
                        color: #3AA3D6;
                        text-decoration: underline
                    }

                .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .thumb {
                    width: 100%;
                    display: block;
                    border: 1px solid #bbb;
                    display: none
                }

                    .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .thumb img {
                        width: 100%
                    }

                .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .summary {
                    display: none
                }

                .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .published {
                    display: none
                }

                .sep-mainbody .sep-primary .sep-content .relate-list.relate-article-list .sep-datalist li .btn-read {
                    display: none
                }

            .sep-mainbody .sep-primary .sep-content .mult-image {
                margin: 20px 0
            }

                .sep-mainbody .sep-primary .sep-content .mult-image .preview {
                    width: 100%
                }

                .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt {
                    float: right;
                    width: 365px;
                    position: relative
                }

                    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt .hd {
                        font-size: 18px;
                        font-weight: bold;
                        color: #333
                    }

                    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt span {
                        max-height: 23em;
                        display: block;
                        overflow: hidden;
                        height: 19em
                    }

                    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt .btns {
                        bottom: 120px
                    }

                        .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt .btns a {
                            background: #3AA3D6;
                            color: #fff;
                            padding: 4px 5px;
                            border-radius: 4px;
                            max-width: 127px
                        }

                .sep-mainbody .sep-primary .sep-content .mult-image .cp_le {
                    width: 100%
                }

                    .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-box {
                        border: 1px solid #aaa;
                        width: 400px;
                        float: left
                    }

                    .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list {
                        margin-top: 10px;
                        float: right;
                        width: 365px
                    }

                        .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul {
                            width: 100%
                        }

                            .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li {
                                width: 20%;
                                float: left;
                                border: 1px solid transparent
                            }

                                .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li:hover {
                                    border: 1px solid #3AA3D6
                                }

                                .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li a img {
                                    width: 100%
                                }

                                .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li:nth-child(5) {
                                    display: none
                                }

                                .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list ul li:nth-child(6) {
                                    display: none
                                }

            .sep-mainbody .sep-primary .sep-content .published {
                display: block;
                color: #999;
                font-size: 12px;
                margin-bottom: 10px
            }

                .sep-mainbody .sep-primary .sep-content .published:before {
                    font: normal normal normal 14px/1 FontAwesome;
                    content: "\f073";
                    margin-right: 5px
                }

            .sep-mainbody .sep-primary .sep-content .richtext, .sep-mainbody .sep-primary .sep-content .richtext * {
                padding: 0;
                margin-top: 15px;
                font-size: 14px
            }

            .sep-mainbody .sep-primary .sep-content .list-des {
                height: 7em;
                overflow: scroll;
                padding: 5px;
                border: 1px solid #3AA3D6;
                transition: All .4s ease-in-out;
                -webkit-transition: All .4s ease-in-out;
                -moz-transition: All .4s ease-in-out;
                -o-transition: All .4s ease-in-out
            }

            .sep-mainbody .sep-primary .sep-content .txtbox_cen {
                margin-top: 0;
                padding-top: 15px
            }

                .sep-mainbody .sep-primary .sep-content .txtbox_cen p {
                    padding: 5px
                }

                .sep-mainbody .sep-primary .sep-content .txtbox_cen:nth-child(2) {
                    display: block
                }

            .sep-mainbody .sep-primary .sep-content .article-control {
                margin-top: 30px;
                border-top: 1px solid #bbb;
                padding: 10px
            }

        .sep-mainbody .sep-primary .sep-box {
            padding: 15px;
            padding-top: 10px
        }

            .sep-mainbody .sep-primary .sep-box .sep-box-heading {
                background: #f0f0f0;
                padding: 3px 15px
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .summary {
                display: none
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .thumb {
                border: 1px solid #ddd;
                height: 100%
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .title {
                font-weight: normal;
                text-align: center;
                margin-top: 20px
            }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .title:hover {
                    color: #3AA3D6
                }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li:hover .title {
                color: #3AA3D6
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li {
                width: 48%;
                border: none;
                float: left;
                min-height: 178px
            }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li:hover {
                    box-shadow: 0 0 3px rgba(102,102,102,0.75)
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .thumb {
                    cursor: default
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .thumb img {
                        width: 100%;
                        height: 100%
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .title {
                    height: 3em;
                    line-height: 20px;
                    white-space: normal;
                    cursor: default
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .title:hover {
                        color: #333
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .pdf {
                    text-decoration: underline;
                    display: block;
                    margin-top: 10px
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .pdf:hover {
                        color: #3AA3D6
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .photo {
                    text-decoration: underline;
                    display: block;
                    margin-top: 10px
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li .photo:hover {
                        color: #3AA3D6
                    }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li:nth-child(2n+1) {
                margin-right: 17px
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li {
                width: 48%;
                border: 1px solid #bbb;
                margin-bottom: 17px
            }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .summary {
                    border-left: 4px solid #a4e2e2;
                    padding-left: 10px;
                    font-size: 12px;
                    font-family: Open Sans;
                    color: #333
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .published {
                    display: block;
                    border-left: 4px solid #a4e2e2;
                    color: #aaa;
                    font-size: 15px;
                    font-family: Open Sans;
                    padding: 10px 0;
                    padding-left: 10px
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .thumb {
                    height: 160px;
                    line-height: 0
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .thumb img {
                        width: 100%;
                        position: relative;
                        top: -34px
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .title {
                    font-family: Open Sans;
                    font-weight: normal;
                    font-size: 19px;
                    border-left: 4px solid #a4e2e2;
                    padding-left: 10px;
                    margin-bottom: 0
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .title:hover {
                        color: #3AA3D6
                    }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li {
                width: 48%;
                margin-bottom: 17px;
                padding: 10px;
                border: 1px solid #ddd;
                min-height: 150px
            }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li:brfore {
                    content: " ";
                    display: table;
                    clear: both
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li:after {
                    content: " ";
                    display: table;
                    clear: both
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .thumb {
                    width: 130px;
                    float: right;
                    background: #fff;
                    height: 100%;
                    line-height: normal
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .thumb img {
                        height: 103px
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .title {
                    margin-top: 20px;
                    font-family: Open Sans;
                    color: #323232;
                    font-size: 14px;
                    font-weight: normal
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .title:hover {
                        color: #3AA3D6
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .summary {
                    display: none
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .btn-read {
                    display: inline;
                    background: #3AA3D6;
                    color: #fff;
                    padding: 3px 10px
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .btn-read:hover {
                        background: #fff;
                        color: #3AA3D6;
                        text-decoration: underline
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li:nth-child(2n-1) {
                    margin-right: 17px
                }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .thumb {
                width: 160px
            }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .thumb img {
                    height: 120px
                }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .title {
                padding-left: 40px
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .published {
                padding-left: 40px
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-audio-list-fix .sep-datalist li .summary {
                padding-left: 40px
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1), .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(3) {
                margin-right: 17px
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5), .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6), .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) {
                width: 98%;
                border: none
            }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .thumb, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .thumb, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .thumb {
                    display: none
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .summary, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .summary, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .summary {
                    border-left: none
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .published, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .published, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .published {
                    border-left: none
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .title, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .title, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .title {
                    border-left: none
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .title:hover, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .title:hover, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .title:hover {
                        color: #3AA3D6
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .btn-read, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .btn-read, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .btn-read {
                    display: inline-block;
                    margin-left: 10px;
                    padding: 3px 30px;
                    border: 1px solid #333;
                    color: #000
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5) .btn-read:hover, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) .btn-read:hover, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(7) .btn-read:hover {
                        background: #000;
                        color: #fff
                    }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(5), .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(6) {
                border-bottom: 1px solid #bbb;
                margin-bottom: 0;
                padding-bottom: 25px
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(2n) {
                margin-right: 0
            }

            .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li {
                width: 48%;
                border: 1px solid #bbb;
                margin-bottom: 17px
            }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .summary {
                    border-left: 4px solid #a4e2e2;
                    padding-left: 10px;
                    font-size: 12px;
                    font-family: Open Sans;
                    color: #000
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .published {
                    display: none;
                    border-left: 4px solid #a4e2e2;
                    color: #aaa;
                    font-size: 15px;
                    font-family: Open Sans;
                    padding: 10px 0;
                    padding-left: 10px
                }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .thumb {
                    height: 160px;
                    line-height: 0
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .thumb img {
                        width: 100%;
                        position: relative;
                        top: -34px
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .title {
                    font-family: Open Sans;
                    font-weight: normal;
                    font-size: 19px;
                    border-left: 4px solid #a4e2e2;
                    padding-left: 10px;
                    margin-bottom: 0
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .title:hover {
                        color: #3AA3D6
                    }

                .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) {
                    width: 48%;
                    background: #fff
                }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .summary {
                        color: #333
                    }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .published {
                        color: #333
                    }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .thumb {
                        line-height: 0;
                        height: 160px
                    }

                    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .title {
                        border-left: none;
                        color: #333
                    }

                        .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1) .title:hover {
                            color: #3AA3D6
                        }

    .sep-mainbody .sep-form {
        padding: 30px 15px
    }

        .sep-mainbody .sep-form .close {
            display: none
        }

        .sep-mainbody .sep-form .form-group {
            position: relative;
            padding: 0 15%
        }

            .sep-mainbody .sep-form .form-group .control-label {
                position: absolute;
                left: 0;
                top: 0;
                width: 15%;
                text-align: right;
                padding-right: 10px
            }

                .sep-mainbody .sep-form .form-group .control-label .required {
                    color: #c00
                }

            .sep-mainbody .sep-form .form-group .radio, .sep-mainbody .sep-form .form-group .checkbox {
                margin: 0;
                padding: 7px 0
            }

            .sep-mainbody .sep-form .form-group .regex-tip {
                top: 3px;
                right: 15%;
                padding-right: 15px
            }

            .sep-mainbody .sep-form .form-group.has-success:after {
                right: 15%
            }

.sep-footer {
    background: rgba(0,0,0,0.8);
    color: rgba(255,255,255,0.7)
}

    .sep-footer .sep-bottom-nav {
        overflow: hidden
    }

        .sep-footer .sep-bottom-nav a {
            color: rgba(255,255,255,0.7)
        }

        .sep-footer .sep-bottom-nav dl {
            float: left;
            padding: 15px
        }

            .sep-footer .sep-bottom-nav dl dt {
                font-size: 18px;
                font-weight: bold;
                margin-bottom: 10px
            }

            .sep-footer .sep-bottom-nav dl dd {
                padding: 4px 0
            }

                .sep-footer .sep-bottom-nav dl dd a {
                    display: block
                }

            .sep-footer .sep-bottom-nav dl:nth-child(1) {
                width: 320px
            }

                .sep-footer .sep-bottom-nav dl:nth-child(1) dd {
                    width: 40%;
                    float: left
                }

            .sep-footer .sep-bottom-nav dl:nth-child(2) {
                width: 380px
            }

                .sep-footer .sep-bottom-nav dl:nth-child(2) dd {
                    padding: 6px 0
                }

                    .sep-footer .sep-bottom-nav dl:nth-child(2) dd .fa {
                        font-size: 18px;
                        vertical-align: middle
                    }

            .sep-footer .sep-bottom-nav dl:nth-child(3) {
                float: right;
                width: 280px
            }

                .sep-footer .sep-bottom-nav dl:nth-child(3) dd {
                    padding: 6px 0;
                    width: 50%;
                    float: left
                }

                    .sep-footer .sep-bottom-nav dl:nth-child(3) dd .fa {
                        font-size: 18px;
                        vertical-align: middle
                    }

    .sep-footer .sep-copyright {
        padding: 15px;
        border-top: solid 1px rgba(255,255,255,0.1);
        text-align: center
    }

        .sep-footer .sep-copyright a:hover {
            color: #0c9
        }

.sep_mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    position: fixed;
    z-index: 999999;
    display: none
}

    .sep_mask .sep_mask_head {
        background: #3AA3D6;
        color: #fff;
        padding: 10px 0;
        display: none;
        text-align: center
    }

        .sep_mask .sep_mask_head i {
            border-radius: 6px;
            color: #fff;
            opacity: 1;
            border: 1px solid #fff;
            width: 22px;
            text-align: center;
            line-height: 19px;
            font-weight: normal;
            height: 22px;
            margin-right: 20px
        }

    .sep_mask .sep-form {
        width: 50%;
        margin: 0 auto;
        background: #fff;
        padding: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        border-radius: 6px
    }

        .sep_mask .sep-form .close {
            display: inline-block;
            position: absolute;
            top: -18px;
            right: -18px;
            font-size: 36px;
            width: 36px;
            height: 36px;
            text-align: center;
            cursor: pointer;
            color: #000;
            background: #fff;
            border-radius: 50%;
            opacity: .7
        }

.nav > ul > li > ul {
    display: none
}

.nav > ul > .has-childs:after {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10%;
    top: 18px
}

.nav > ul > .has-childs > ul > .has-childs ul {
    display: block
}

.nav > ul > .has-childs > ul > li a {
    display: block;
    padding: 20px 0 20px 0;
    padding-left: 60px
}

.nav > ul > .has-childs > ul > li > ul > li a {
    display: block;
    padding: 20px 0 20px 0;
    padding-left: 120px
}

.lanbox {
    overflow-x: hidden;
    position: absolute;
    top: 60px;
    z-index: 1000;
    width: 100%;
    transition: all 1s
}

    .lanbox .language_main2 {
        width: 90%;
        background: rgba(255,255,255,0.9);
        position: absolute;
        top: 0;
        z-index: 1000;
        right: 0;
        transition: All .4s ease-in-out;
        -webkit-transition: All .4s ease-in-out;
        -moz-transition: All .4s ease-in-out;
        -o-transition: All .4s ease-in-out;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: transform .7s ease-out;
        -webkit-transition: transform .7s ease-out
    }

        .lanbox .language_main2 ul li {
            background: #2e2e2e;
            color: #fff;
            font-size: 14px;
            border-bottom: 1px solid #404040;
            position: relative
        }

            .lanbox .language_main2 ul li:hover {
                background: #3AA3D6
            }

            .lanbox .language_main2 ul li a {
                display: block;
                padding: 20px 0 20px 0;
                padding-left: 60px;
                color: #fff
            }

                .lanbox .language_main2 ul li a:hover {
                    background: #3AA3D6
                }

                .lanbox .language_main2 ul li a img {
                    position: absolute;
                    right: 60px
                }

    .lanbox .lan_fixed {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

.addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
    padding: 0
}

.sep-resource-list .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

    .sep-resource-list .sep-datalist li {
        border-bottom: dotted 1px #ddd;
        position: relative;
        min-height: 140px;
        padding: 15px 10px 50px 150px;
        line-height: 1em
    }

        .sep-resource-list .sep-datalist li .thumb {
            position: absolute;
            left: 10px;
            top: 15px;
            display: block;
            width: 120px;
            height: 120px;
            overflow: hidden;
            text-align: center
        }

            .sep-resource-list .sep-datalist li .thumb img {
                max-width: 100%;
                height: 90px;
                border: 1px solid #ddd
            }

        .sep-resource-list .sep-datalist li .title {
            display: block;
            color: #333;
            font-weight: bold;
            margin-bottom: 10px;
            height: 1em;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 15px
        }

            .sep-resource-list .sep-datalist li .title:hover {
                color: #3AA3D6
            }

        .sep-resource-list .sep-datalist li .summary {
            display: block;
            color: #666;
            line-height: 1.5em;
            word-break: break-all
        }

        .sep-resource-list .sep-datalist li .published {
            display: block;
            color: #999;
            font-size: 12px;
            margin-bottom: 10px
        }

            .sep-resource-list .sep-datalist li .published:before {
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f073";
                margin-right: 5px
            }

        .sep-resource-list .sep-datalist li .btn-read {
            position: absolute;
            bottom: 10px;
            right: 0;
            border: solid 1px #ccc;
            border-radius: 3px;
            background: #f0f0f0;
            padding: 2px 8px;
            color: #333;
            font-size: 12px
        }

.sep-resource-list-nothumb .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0
}

    .sep-resource-list-nothumb .sep-datalist li {
        border-bottom: dotted 1px #ddd;
        position: relative;
        min-height: 140px;
        padding: 15px 10px 50px 10px;
        line-height: 1em
    }

        .sep-resource-list-nothumb .sep-datalist li .thumb {
            position: absolute;
            left: 10px;
            top: 15px;
            display: block;
            width: 120px;
            height: 120px;
            overflow: hidden;
            text-align: center;
            display: none
        }

            .sep-resource-list-nothumb .sep-datalist li .thumb img {
                max-width: 100%;
                height: 90px;
                display: none;
                border: 1px solid #ddd
            }

        .sep-resource-list-nothumb .sep-datalist li .title {
            display: block;
            color: #333;
            font-weight: bold;
            margin-bottom: 10px;
            height: 1em;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 15px
        }

            .sep-resource-list-nothumb .sep-datalist li .title:hover {
                color: #3AA3D6
            }

        .sep-resource-list-nothumb .sep-datalist li .summary {
            display: block;
            color: #666;
            line-height: 1.5em;
            word-break: break-all
        }

        .sep-resource-list-nothumb .sep-datalist li .published {
            display: block;
            color: #999;
            font-size: 12px;
            margin-bottom: 10px
        }

            .sep-resource-list-nothumb .sep-datalist li .published:before {
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f073";
                margin-right: 5px
            }

        .sep-resource-list-nothumb .sep-datalist li .btn-read {
            position: absolute;
            bottom: 10px;
            left: 10px;
            border: solid 1px #ccc;
            border-radius: 3px;
            background: #f0f0f0;
            padding: 2px 8px;
            color: #333;
            font-size: 12px
        }

.sep-resource-grid .sep-datalist {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden
}

    .sep-resource-grid .sep-datalist li {
        position: relative;
        float: left;
        width: 33.3%;
        overflow: hidden;
        padding: 15px;
        margin-bottom: 10px
    }

        .sep-resource-grid .sep-datalist li .thumb {
            display: block;
            background: #fafafa;
            width: 100%;
            height: 220px;
            line-height: 216px;
            overflow: hidden;
            text-align: center;
            margin-bottom: 8px
        }

            .sep-resource-grid .sep-datalist li .thumb img {
                max-width: 100%;
                border: none
            }

                .sep-resource-grid .sep-datalist li .thumb img:hover {
                    border: 2px solid #3AA3D6
                }

        .sep-resource-grid .sep-datalist li .title {
            line-height: 1.5em;
            height: 3em;
            display: block;
            overflow: hidden;
            margin-bottom: 8px;
            color: #333;
            font-weight: bold
        }

        .sep-resource-grid .sep-datalist li .summary {
            display: block;
            line-height: 1.5em;
            height: 6em;
            overflow: hidden;
            color: #777
        }

        .sep-resource-grid .sep-datalist li .published {
            display: none
        }

        .sep-resource-grid .sep-datalist li .btn-read {
            display: none
        }

.sep-resource-idx dl {
    overflow: hidden;
    margin-bottom: 30px
}

    .sep-resource-idx dl dt {
        font-weight: bold;
        font-size: 16px;
        background: #f5f5f5;
        border-radius: 4px;
        padding: 5px 10px
    }

        .sep-resource-idx dl dt .btn-more {
            float: right;
            font-weight: normal;
            font-size: 12px;
            padding: 2px;
            color: #666
        }

            .sep-resource-idx dl dt .btn-more:after {
                content: ' >'
            }

    .sep-resource-idx dl dd {
        margin: 10px -10px
    }

        .sep-resource-idx dl dd ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

            .sep-resource-idx dl dd ul li {
                float: left;
                width: 25%
            }

                .sep-resource-idx dl dd ul li a {
                    display: block;
                    margin: 10px
                }

                    .sep-resource-idx dl dd ul li a .thumb {
                        display: block;
                        width: 100%;
                        height: 190px;
                        line-height: 186px;
                        background: #fafafa;
                        overflow: hidden;
                        text-align: center
                    }

                        .sep-resource-idx dl dd ul li a .thumb img {
                            max-width: 100%;
                            max-height: 100%
                        }

                    .sep-resource-idx dl dd ul li a .title {
                        margin: 5px 0;
                        display: block;
                        line-height: 1em;
                        height: 1em;
                        width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        text-align: center;
                        color: #333
                    }

.sep-pagination {
    text-align: center
}

    .sep-pagination .pagination li a, .sep-pagination .pagination li span {
        padding: 3px 10px;
        color: #333
    }

    .sep-pagination .pagination li.active a, .sep-pagination .pagination li.active span {
        border-color: #ae000a;
        background: #3AA3D6;
        color: #fff
    }

.bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1
}

    .bx-wrapper img {
        max-width: 100%;
        display: block
    }

    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: 10px;
        width: 100%
    }

    .bx-wrapper .bx-pager {
        left: 0;
        right: 0;
        bottom: 10px;
        border-radius: 10px;
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        z-index: 100
    }

        .bx-wrapper .bx-pager .bx-pager-item {
            overflow: hidden;
            text-indent: -100px;
            display: inline-block;
            *zoom: 1;
            *display: inline
        }

        .bx-wrapper .bx-pager a {
            display: block;
            width: 10px;
            height: 10px;
            line-height: 10px;
            margin: 0 3px;
            outline: 0;
            background: #ddd;
            background: rgba(0,0,0,0.4);
            border-radius: 22px;
            font-size: 13px;
            font-weight: normal
        }

            .bx-wrapper .bx-pager a:hover, .bx-wrapper .bx-pager a.active {
                background: #3AA3D6;
                border-color: #3AA3D6;
                color: #fff
            }

    .bx-wrapper .bx-controls-direction {
        opacity: 0
    }

        .bx-wrapper .bx-controls-direction a {
            position: absolute;
            top: 40%;
            margin-top: -16px;
            outline: 0;
            width: 34px;
            height: 70px;
            text-indent: -9999px;
            z-index: 9999
        }

            .bx-wrapper .bx-controls-direction a.bx-prev {
                left: 10px;
                background: #666 url(../img/b1.png) no-repeat -10px -12px;
                opacity: .2
            }

                .bx-wrapper .bx-controls-direction a.bx-prev:hover {
                    opacity: .5
                }

            .bx-wrapper .bx-controls-direction a.bx-next {
                right: 10px;
                background: #666 url(../img/b1.png) no-repeat -17px -102px;
                opacity: .2
            }

                .bx-wrapper .bx-controls-direction a.bx-next:hover {
                    opacity: .5
                }

            .bx-wrapper .bx-controls-direction a.disabled {
                display: none
            }

    .bx-wrapper:hover .bx-controls-direction {
        opacity: 1
    }

.dn {
    display: none
}

.di {
    display: inline
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.h14 {
    height: 14px
}

.h16 {
    height: 16px
}

.h18 {
    height: 18px
}

.h20 {
    height: 20px
}

.h22 {
    height: 22px
}

.h24 {
    height: 24px
}

.w20 {
    width: 20px
}

.w50 {
    width: 50px
}

.w70 {
    width: 70px
}

.w100 {
    width: 100px
}

.w120 {
    width: 120px
}

.w140 {
    width: 140px
}

.w160 {
    width: 160px
}

.w180 {
    width: 180px
}

.w200 {
    width: 200px
}

.w220 {
    width: 220px
}

.w250 {
    width: 250px
}

.w280 {
    width: 280px
}

.w300 {
    width: 280px
}

.w320 {
    width: 320px
}

.w360 {
    width: 360px
}

.w400 {
    width: 400px
}

.w460 {
    width: 460px
}

.w500 {
    width: 500px
}

.w600 {
    width: 600px
}

.w640 {
    width: 640px
}

.w700 {
    width: 700px
}

.pct10 {
    width: 10%
}

.pct15 {
    width: 15%
}

.pct20 {
    width: 20%
}

.pct25 {
    width: 25%
}

.pct30 {
    width: 30%
}

.pct33 {
    width: 33.3%
}

.pct40 {
    width: 40%
}

.pct50 {
    width: 50%
}

.pct60 {
    width: 60%
}

.pct66 {
    width: 66.6%
}

.pct70 {
    width: 70%
}

.pct75 {
    width: 75%
}

.pct80 {
    width: 80%
}

.pct90 {
    width: 90%
}

.pct100 {
    width: 100%
}

.lh14 {
    line-height: 14px
}

.lh16 {
    line-height: 16px
}

.lh18 {
    line-height: 18px
}

.lh20 {
    line-height: 20px
}

.lh22 {
    line-height: 22px
}

.lh24 {
    line-height: 24px
}

.m0 {
    margin: 0
}

.ml1 {
    margin-left: 1px
}

.ml2 {
    margin-left: 2px
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.mr1 {
    margin-right: 1px
}

.mr2 {
    margin-right: 2px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mt1 {
    margin-top: 1px
}

.mt2 {
    margin-top: 2px
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mb1 {
    margin-bottom: 1px
}

.mb2 {
    margin-bottom: 2px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.ml-1 {
    margin-left: -1px
}

.mr-1 {
    margin-right: -1px
}

.mt-1 {
    margin-top: -1px
}

.mb-1 {
    margin-bottom: -1px
}

.ml-3 {
    margin-left: -3px
}

.mr-3 {
    margin-right: -3px
}

.mt-3 {
    margin-top: -3px
}

.mb-3 {
    margin-bottom: -3px
}

.ml-20 {
    margin-left: -20px
}

.mr-20 {
    margin-right: -20px
}

.mt-20 {
    margin-top: -20px
}

.mb-20 {
    margin-bottom: -20px
}

.p0 {
    padding: 0
}

.p1 {
    padding: 1px
}

.pl1 {
    padding-left: 1px
}

.pt1 {
    padding-top: 1px
}

.pr1 {
    padding-right: 1px
}

.pb1 {
    padding-bottom: 1px
}

.p2 {
    padding: 2px
}

.pl2 {
    padding-left: 2px
}

.pt2 {
    padding-top: 2px
}

.pr2 {
    padding-right: 2px
}

.pb2 {
    padding-bottom: 2px
}

.pl5 {
    padding-left: 5px
}

.p5 {
    padding: 5px
}

.pt5 {
    padding-top: 5px
}

.pr5 {
    padding-right: 5px
}

.pb5 {
    padding-bottom: 5px
}

.p10 {
    padding: 10px
}

.pl10 {
    padding-left: 10px
}

.pt10 {
    padding-top: 10px
}

.pr10 {
    padding-right: 10px
}

.pb10 {
    padding-bottom: 10px
}

.p15 {
    padding: 15px
}

.pl15 {
    padding-left: 15px
}

.pt15 {
    padding-top: 15px
}

.pr15 {
    padding-right: 15px
}

.pb15 {
    padding-bottom: 15px
}

.p20 {
    padding: 20px
}

.pl20 {
    padding-left: 20px
}

.pt20 {
    padding-top: 20px
}

.pr20 {
    padding-right: 20px
}

.pb20 {
    padding-bottom: 20px
}

.p30 {
    padding: 30px
}

.pl30 {
    padding-left: 30px
}

.pt30 {
    padding-top: 30px
}

.pr30 {
    padding-right: 30px
}

.pb30 {
    padding-bottom: 30px
}

.bdc {
    border: 1px solid #ccc
}

.blc {
    border-left: 1px solid #ccc
}

.brc {
    border-right: 1px solid #ccc
}

.btc {
    border-top: 1px solid #ccc
}

.bbc {
    border-bottom: 1px solid #ccc
}

.bdd {
    border: 1px solid #ddd
}

.bld {
    border-left: 1px solid #ddd
}

.brd {
    border-right: 1px solid #ddd
}

.btd {
    border-top: 1px solid #ddd
}

.bbd {
    border-bottom: 1px solid #ddd
}

.bde {
    border: 1px solid #eee
}

.ble {
    border-left: 1px solid #eee
}

.bre {
    border-right: 1px solid #eee
}

.bte {
    border-top: 1px solid #eee
}

.bbe {
    border-bottom: 1px solid #eee
}

.bgwh {
    background-color: #fff
}

.bgfb {
    background-color: #fbfbfb
}

.bgf5 {
    background-color: #f5f5f5
}

.bgf0 {
    background-color: #f0f0f0
}

.bgeb {
    background-color: #ebebeb
}

.bge0 {
    background-color: #e0e0e0
}

.g0 {
    color: #000
}

.g3 {
    color: #333
}

.g6 {
    color: #666
}

.g9 {
    color: #999
}

.gc {
    color: #ccc
}

.wh {
    color: white
}

.f0 {
    font-size: 0
}

.f10 {
    font-size: 10px
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f24 {
    font-size: 24px
}

.ft {
    font-family: Tahoma
}

.fv {
    font-family: Verdana
}

.fs {
    font-family: Simsun
}

.fl {
    font-family: 'Lucida Console'
}

.fw {
    font-family: 'Microsoft Yahei'
}

.n {
    font-weight: normal;
    font-style: normal
}

.b {
    font-weight: bold
}

.i {
    font-style: italic
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.tj {
    text-align: justify
}

.tdl {
    text-decoration: underline
}

.tdn, .tdn:hover, .tdn a:hover, a.tdl:hover {
    text-decoration: none
}

.lt-1 {
    letter-spacing: -1px
}

.lt0 {
    letter-spacing: 0
}

.lt1 {
    letter-spacing: 1px
}

.nowrap {
    white-space: nowrap
}

.bk {
    word-wrap: break-word
}

.vm {
    vertical-align: middle
}

.vtb {
    vertical-align: text-bottom
}

.vb {
    vertical-align: bottom
}

.vt {
    vertical-align: top
}

.vn {
    vertical-align: -2px
}

.l {
    float: left
}

.r {
    float: right
}

.cl, .clear {
    clear: both
}

.rel {
    position: relative
}

.abs {
    position: absolute
}

.pfix {
    position: fixed
}

.zx1 {
    z-index: 1
}

.zx2 {
    z-index: 2
}

.poi {
    cursor: pointer
}

.def {
    cursor: default
}

.ovh {
    overflow: hidden
}

.ova {
    overflow: auto
}

.vh {
    visibility: hidden
}

.vv {
    visibility: visible
}

.z {
    *zoom: 1
}

.auto {
    margin-left: auto;
    margin-right: auto
}

.fix {
    *zoom: 1
}

    .fix:after {
        display: table;
        content: '';
        clear: both
    }

.cell {
    display: table-cell;
    *display: inline-block;
    width: 2000px;
    *width: auto
}

.cell_bk {
    display: table;
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word
}

.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.trans {
    -webkit-transition: all .3s;
    transition: all .3s
}

.dib_vm {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle
}

.bd_none {
    border: 0;
    outline: none
}

.abs_out {
    position: absolute;
    left: -999em;
    top: -999em
}

.abs_clip {
    position: absolute;
    clip: rect(0 0 0 0)
}

.disabled {
    color: #acacac !important;
    border-color: #acacac !important;
    text-shadow: 1px 1px #fff !important;
    outline: 0 !important;
    cursor: default !important;
    pointer-events: none
}

    .disabled:hover {
        text-decoration: none !important
    }

.inline_box {
    font-size: 1em;
    letter-spacing: -0.25em;
    font-family: Arial
}

.inline_two, .inline_three, .inline_four, .inline_five, .inline_six, .inline_any {
    display: inline-block;
    *display: inline;
    letter-spacing: 0;
    vertical-align: top;
    *zoom: 1
}

.float_two, .float_three, .float_four, .float_five, .float_six {
    float: left
}

.inline_two, .float_two {
    width: 49.9%
}

.inline_three, .float_three {
    width: 33.3%
}

.inline_four, .float_four {
    width: 24.9%
}

.inline_five, .float_five {
    width: 19.9%
}

.inline_six, .float_six {
    width: 16.6%
}

.inline_fix {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden
}

html, body {
    background: #fff;
    font-family: "Microsoft Yahei";
    color: #666;
    font-size: 14px;
    margin: 0 auto
}

a {
    color: #666;
    text-decoration: none
}

* {
    outline: none
}

@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.eot?t=1468205749');
    src: url('../font/iconfont.eot?t=1468205749#iefix') format('embedded-opentype'),url('../font/iconfont.woff?t=1468205749') format('woff'),url('../font/iconfont.ttf?t=1468205749') format('truetype'),url('../font/iconfont.svg?t=1468205749#iconfont') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.hide {
    display: none
}

.kj {
    width: 1140px;
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.fullSlide {
    position: relative;
    background: #494949;
    margin: 0 auto;
    height: 1000px;
    width: 100%
}

    .fullSlide .bd {
        position: relative;
        z-index: 0
    }

        .fullSlide .bd ul {
            height: 100% !important;
            width: 100% !important
        }

        .fullSlide .bd li {
            height: 100% !important;
            width: 100% !important
        }

        .fullSlide .bd li {
            background-size: auto 100%
        }

            .fullSlide .bd li.banner1 {
                background: url("../img/labner.png") center top no-repeat
            }

            .fullSlide .bd li.banner2 {
                background: url("../img/labner2.png") center top no-repeat
            }

            .fullSlide .bd li.banner3 {
                background: url("../img/labner3.png") center top no-repeat
            }

            .fullSlide .bd li a {
                display: block;
                height: 100%;
                width: 100%
            }

    .fullSlide .hd {
        position: absolute;
        width: 100%;
        height: 20px;
        text-align: center;
        bottom: 5%
    }

        .fullSlide .hd li {
            display: inline-block;
            height: 10px;
            width: 10px;
            margin: 5px;
            border-radius: 5px;
            background: #fff;
            text-indent: -9999px;
            cursor: pointer
        }

            .fullSlide .hd li.on {
                background: #3AA3D6
            }

.h1-title {
    height: 62px;
    background: #3AA3D6;
    font-size: 18px;
    line-height: 62px;
    color: #fff
}

    .h1-title .kj a {
        color: #fff;
        font-size: 18px
    }

.at-resp-share-element .at-share-btn .at-label {
    display: none
}

.pro-list {
    padding-top: 30px
}

    .pro-list ul li {
        width: 209px;
        text-align: center;
        float: left;
        margin-bottom: 40px;
        margin-right: 18px;
        position: relative
    }

        .pro-list ul li .img {
            border: 1px solid #bbb;
            width: 209px;
            height: 150px;
            border-bottom: none;
            overflow: hidden
        }

        .pro-list ul li img {
            width: 208px;
            height: 150px;
            display: block
        }

        .pro-list ul li a {
            display: block
        }

        .pro-list ul li .title {
            display: block;
            line-height: 30px;
            height: 30px;
            font-weight: bold;
            font-size: 14px;
            padding: 0 15px;
            background: #3AA3D6;
            color: #fff;
            border: 1px solid #bbb;
            border-top: none;
            position: absolute;
            left: 0;
            right: 0;
            top: 150px;
            overflow: hidden;
            transition: all .7s;
            -webkit-transition: all .7s
        }

        .pro-list ul li:hover .title {
            transform: translateY(-30px);
            -webkit-transform: translateY(-30px);
            height: 60px
        }

        .pro-list ul li:hover p {
            color: #3AA3D6
        }

        .pro-list ul li p {
            text-align: left;
            line-height: 24px;
            font-size: 12px;
            margin: 30px 0 0;
            height: 5.6em;
            overflow: hidden
        }

#slides {
    max-height: 951px;
    overflow: hidden
}

.pro-list ul li.last {
    margin-right: 0
}

.app-list {
    padding: 50px 0
}

    .app-list ul li {
        width: 315px;
        text-align: center;
        height: 270px;
        float: left;
        margin-bottom: 10px;
        margin-right: 97px
    }

        .app-list ul li img {
            width: 315px;
            height: 210px
        }

        .app-list ul li .title {
            display: block;
            line-height: 60px;
            height: 60px;
            font-size: 14px
        }

        .app-list ul li p {
            text-align: left;
            line-height: 24px;
            font-size: 12px
        }

        .app-list ul li.last {
            margin-right: 0
        }

.about {
    padding: 50px 0;
    background: #eee
}

    .about .left-img {
        display: block;
        float: left;
        width: 414px;
        height: 276px
    }

    .about .right-text {
        width: 640px;
        float: left;
        padding-left: 40px
    }

        .about .right-text .title {
            display: block;
            font-weight: bold;
            font-size: 24px;
            color: #333;
            line-height: 36px
        }

            .about .right-text .title a {
                display: block;
                font-weight: bold;
                font-size: 24px;
                color: #333;
                line-height: 36px
            }

        .about .right-text .text {
            font-size: 14px;
            line-height: 2;
            color: #333;
            margin-bottom: 26px
        }

            .about .right-text .text a {
                font-size: 14px;
                line-height: 2;
                color: #333;
                margin-bottom: 26px
            }

    .about .tel {
        float: left;
        font-size: 14px;
        line-height: 24px;
        width: 280px
    }

    .about .follow {
        float: right;
        height: 70px
    }

        .about .follow a {
            display: block;
            width: 85px;
            float: left;
            text-align: center
        }

            .about .follow a img {
                display: block;
                margin: 0 auto;
                height: 35px;
                margin-bottom: 8px
            }

.about-news ul li {
    width: 50%;
    float: left;
    padding-right: 20px
}

    .about-news ul li.last {
        padding-right: 0
    }

    .about-news ul li img {
        float: left
    }

    .about-news ul li .right {
        float: right;
        width: 380px
    }

        .about-news ul li .right .title {
            font-weight: bold
        }

            .about-news ul li .right .title:hover {
                color: #3AA3D6
            }

        .about-news ul li .right p {
            font-size: 14px;
            margin-bottom: 10px
        }

        .about-news ul li .right a {
            color: #333
        }

        .about-news ul li .right span {
            color: #3AA3D6;
            font-size: 14px
        }

.banerr-pro {
    width: 100%
}

    .banerr-pro img {
        width: 100%;
        height: auto
    }

.banner p {
    color: #fff;
    font-size: 36px
}

.catpost {
    line-height: 30px;
    padding: 10px 0;
    font-size: 14px
}

.main-left {
    width: 274px;
    border-radius: 5px;
    margin-bottom: 60px;
    float: left;
    background: #ececec;
    position: relative
}

    .main-left:after {
        content: "";
        background: url(../img/main_le_bg.png) no-repeat;
        height: 15px;
        width: 100%;
        position: absolute
    }

    .main-left .title {
        line-height: 47px;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
        background: url(../img/title_le.png) no-repeat;
        padding: 0 0 0 20px
    }

.sideMenu, .sideMenus {
    margin: 0 5px 40px
}

    .sideMenus li a {
        height: 38px;
        line-height: 38px;
        background: #bbb;
        padding-left: 10px;
        cursor: pointer;
        margin-bottom: 10px;
        font: normal 14px/38px "Microsoft YaHei";
        display: block
    }

        .sideMenus li a.on, .sideMenus li a:hover {
            background: #3AA3D6;
            color: #fff
        }

    .sideMenu .h3 {
        background: #ddd;
        cursor: pointer;
        margin-bottom: 1px;
        font: normal 14px/38px "Microsoft YaHei";
        overflow: hidden;
        position: relative;
        height: 38px;
        transition: all .7s;
        -webkit-transition: all .7s
    }

        .sideMenu .h3 > a {
            display: block;
            color: #333;
            height: 38px;
            line-height: 38px;
            padding: 0 38px 0 10px;
            border-bottom: 1px solid #a7a7a7;
            border-top: 1px solid #ececec;
            overflow: hidden
        }

        .sideMenu .h3 a:hover {
            color: firebrick
        }

        .sideMenu .h3 em {
            float: right;
            display: block;
            width: 38px;
            height: 38px;
            background: url(../img/jia.png) center center no-repeat;
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
            transition: all .7s;
            -webkit-transition: all .7s
        }

        .sideMenu .h3.on em {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg)
        }

    .sideMenu ul {
        overflow: hidden
    }

        .sideMenu ul li {
            background: #fff;
            margin-bottom: 1px;
            overflow: hidden;
            line-height: 25px
        }

            .sideMenu ul li a {
                display: block;
                padding: 3px 0 3px 10px;
                font-size: 14px;
                color: #333
            }

                .sideMenu ul li a:hover {
                    background: #ececec
                }

.left-news {
    margin-bottom: 30px
}

    .left-news li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin: 10px 10px 0;
        position: relative;
        font-size: 12px;
        background: url("../img/dian.png") left 7px no-repeat;
        padding-left: 10px
    }

        .left-news li span {
            font-size: 12px;
            display: block;
            text-align: right
        }

.list-c {
    margin-bottom: 20px;
    padding: 10px 20px 0
}

    .list-c .zuoji {
        background: url("../img/zuoji.png") left center no-repeat;
        padding-left: 40px;
        height: 40px;
        line-height: 40px
    }

    .list-c .phone {
        background: url("../img/ipone.png") 3px center no-repeat;
        padding-left: 40px;
        height: 40px;
        line-height: 40px
    }

    .list-c .email {
        background: url("../img/mail.png") 4px 4px no-repeat;
        padding-left: 40px;
        height: 40px;
        line-height: 20px;
        margin-bottom: 40px
    }

        .list-c .email a {
            color: #333
        }

    .list-c .sk-list {
        text-align: center
    }

        .list-c .sk-list a img {
            display: block;
            margin: 0 auto;
            margin-bottom: 10px
        }

.main-right {
    width: 820px;
    float: right;
    padding: 0 0 40px
}

.pro-right li {
    padding: 25px 0;
    border-bottom: 1px solid #ddd
}

    .pro-right li .img {
        float: left;
        width: 202px;
        height: 142px
    }

        .pro-right li .img img {
            width: 100%;
            height: 100%
        }

.pro-right .text {
    padding-left: 225px;
    position: relative
}

    .pro-right .text .title {
        font-size: 14px;
        color: #333;
        font-weight: bold
    }

        .pro-right .text .title:hover {
            color: #3AA3D6
        }

    .pro-right .text p {
        line-height: 20px;
        font-size: 12px;
        min-height: 78px
    }

.pro-right .readmor {
    color: #bbb;
    background: url("../img/yjia.png") left center no-repeat;
    font-size: 12px;
    display: block;
    padding-left: 20px;
    float: left
}

    .pro-right .readmor:hover {
        color: #333
    }

.pro-right .now {
    background: #b0b0b0;
    min-width: 126px;
    height: 26px;
    display: block;
    float: right;
    color: #fff;
    padding: 0 20px 0 40px;
    border-radius: 5px;
    position: relative;
    line-height: 26px
}

    .pro-right .now:after {
        position: absolute;
        left: 8px;
        top: 0;
        content: "\e66f";
        font-size: 20px;
        color: #fff
    }

    .pro-right .now:hover {
        background: #ececec;
        color: #919191
    }

        .pro-right .now:hover:after {
            color: #919191
        }

.c-right-pro-desc .now {
    float: left
}

.c-right-pro-desc .h2 {
    font-size: 24px;
    font-weight: 700
}

.pages {
    display: block;
    margin: 30px 0
}

    .pages p {
        display: inline-block;
        margin: 0 7px
    }

    .pages span {
        margin-left: 10px
    }

    .pages a.curr, .pages a:hover {
        color: #3AA3D6;
        text-decoration: underline
    }

.footer {
    background: #333;
    min-height: 254px;
    position: relative;
    font: 17px/1.2 Arial,sans-serif
}

    .footer .logo {
        background: rgba(0,0,0,0) url("../img/flogo.png") no-repeat scroll 0 0;
        width: 83px;
        height: 26px;
        position: relative;
        top: 123px;
        display: block;
        float: left;
        margin-right: 64px
    }

    .footer .right {
        float: left;
        width: 990px;
        padding: 20px 0 15px
    }

        .footer .right .title {
            height: 40px;
            line-height: 38px;
            background: url("../img/line.png") bottom left no-repeat;
            font-size: 16px;
            color: #ddd;
            font-weight: bold
        }

        .footer .right li {
            float: left
        }

            .footer .right li.foot-list1 {
                width: 280px;
                margin-right: 90px
            }

                .footer .right li.foot-list1 .box .title {
                    background: none;
                    float: left
                }

                .footer .right li.foot-list1 .box .a-list {
                    padding: 0;
                    padding-left: 30px;
                    float: left
                }

                .footer .right li.foot-list1 .a-list {
                    padding-top: 15px
                }

                .footer .right li.foot-list1 a {
                    display: block;
                    height: 24px;
                    line-height: 24px;
                    color: #bbb;
                    width: 100%;
                    float: left;
                    font: 17px/1.2 Arial,sans-serif;
                    font-size: 14px
                }

                    .footer .right li.foot-list1 a:nth-child(4), .footer .right li.foot-list1 a:nth-child(5), .footer .right li.foot-list1 a:nth-child(6), .footer .right li.foot-list1 a:nth-child(7), .footer .right li.foot-list1 a:nth-child(8), .footer .right li.foot-list1 a:nth-child(9) {
                        width: 50%
                    }

                    .footer .right li.foot-list1 a:hover {
                        color: #fff
                    }

            .footer .right li.foot-list2 {
                width: 280px;
                margin-right: 67px
            }

                .footer .right li.foot-list2 .a-list {
                    padding-top: 15px
                }

                .footer .right li.foot-list2 a {
                    display: block;
                    height: 24px;
                    line-height: 24px;
                    color: #bbb;
                    width: 100%;
                    float: left;
                    font: 17px/1.2 Arial,sans-serif;
                    font-size: 14px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden
                }

                    .footer .right li.foot-list2 a:hover {
                        color: #fff
                    }

            .footer .right li.foot-list3 {
                width: 270px
            }

                .footer .right li.foot-list3 a {
                    font: 17px/1.2 Arial,sans-serif
                }

                .footer .right li.foot-list3 .a-list {
                    padding-top: 15px;
                    color: #bbb
                }

                .footer .right li.foot-list3 .tel {
                    background: url("../img/tel.png") left center no-repeat;
                    height: 24px;
                    padding-left: 40px;
                    background-size: 24px 24px
                }

                    .footer .right li.foot-list3 .tel span {
                        font-weight: bold;
                        font: 17px/1.2 Arial,sans-serif
                    }

                .footer .right li.foot-list3 .fax {
                    background: url("../img/print.png") left center no-repeat;
                    height: 24px;
                    line-height: 25px;
                    padding-left: 40px;
                    margin-top: 5px;
                    font: 17px/1.2 Arial,sans-serif
                }

                .footer .right li.foot-list3 .add {
                    background: url("../img/add.png") left center no-repeat;
                    height: 30px;
                    line-height: 20px;
                    padding-left: 40px;
                    font: 17px/1.2 Arial,sans-serif
                }

.a-list .email p {
    float: left;
    width: 40px;
    color: #ccc
}

.a-list .email a {
    color: #bbb;
    font-size: 14px
}

.footer .right li.foot-list3 {
    width: 270px
}

.footer .right li.foot-list1 .a-list {
    padding-top: 15px;
    color: #bbb
}

.footer .right li.foot-list1 .fin {
    width: auto;
    float: left
}

    .footer .right li.foot-list1 .fin a {
        display: inline-block;
        margin-bottom: 10px;
        color: #bbb;
        font-size: 16px;
        width: auto
    }

        .footer .right li.foot-list1 .fin a.pl {
            padding-left: 9px
        }

            .footer .right li.foot-list1 .fin a.pl:hover {
                color: #fff
            }

    .footer .right li.foot-list1 .fin i {
        display: inline-block;
        width: 27px;
        color: #bbb;
        font-size: 18px;
        line-height: 36px;
        text-align: center;
        height: 36px
    }

        .footer .right li.foot-list1 .fin i:hover {
            color: #fff
        }

.a-list .fin img {
    transition: all .5s;
    -webkit-transition: all .5s;
    margin-bottom: 3px
}

.footer .right li.foot-list1 .erwei {
    float: right
}

.footer .copy {
    height: 36px;
    background: #222;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    color: #bbb;
    position: absolute;
    bottom: 0;
    width: 100%
}

    .footer .copy a {
        color: #bbb
    }

        .footer .copy a:hover {
            color: #fff
        }

    .footer .copy span {
        font-size: 14px;
        color: #fff;
        padding: 0 10px
    }

.c-right-page h1 {
    text-align: center;
    font-weight: bold
}

.c-right-page p.time {
    text-align: center;
    color: #333;
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 48px;
    margin-bottom: 30px
}

.article {
    margin: 40px 0
}

    .article .title {
        display: block;
        font-size: 18px;
        line-height: 80px;
        height: 80px;
        padding-left: 60px;
        font-weight: bold
    }

    .article .input-text {
        height: 40px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding-left: 10px;
        width: 640px
    }

    .article textarea {
        border: 1px solid #ddd;
        height: 200px;
        line-height: 30px;
        padding-left: 10px
    }

    .article span {
        display: block;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: normal;
        text-align: right;
        padding: 0 10px 0 0
    }

    .article #dosubmit {
        display: block;
        text-indent: -9999px;
        background: url("../img/submit.png") no-repeat;
        width: 159px;
        height: 53px;
        border: none;
        margin-top: 10px
    }

.c-right-pro-desc {
    width: 330px;
    float: right
}

    .c-right-pro-desc div {
        height: 220px
    }

.game163 li {
    padding: 0;
    border-bottom: none
}

.game163 {
    position: relative;
    overflow: hidden;
    width: 454px;
    float: left;
    height: 300px
}

    .game163 .bigImg {
        height: 300px;
        position: relative
    }

        .game163 .bigImg li img {
            vertical-align: middle;
            width: 454px;
            height: 300px
        }

    .game163 .smallScroll {
        height: 48px;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 10px
    }

    .game163 .smallImg ul {
        height: 48px;
        overflow: hidden;
        padding-left: 10px
    }

    .game163 .smallImg li {
        float: left;
        padding: 0;
        height: 48px;
        width: 48px;
        cursor: pointer;
        display: inline;
        margin-right: 10px;
        border-bottom: none
    }

    .game163 .smallImg img {
        border: 3px solid #ddd;
        height: 48px;
        width: 48px;
        border-radius: 24px
    }

    .game163 .smallImg .on img {
        border: 3px solid #3AA3D6
    }

.slideTxtBox {
    width: 100%;
    text-align: left;
    margin: 30px 0
}

    .slideTxtBox .hd {
        height: 40px;
        line-height: 40px;
        position: relative
    }

        .slideTxtBox .hd ul {
            float: left;
            position: absolute;
            top: -1px;
            height: 40px
        }

            .slideTxtBox .hd ul li {
                float: left;
                width: 150px;
                text-align: center;
                cursor: pointer;
                border: 1px solid #ddd;
                margin-right: 10px;
                padding: 0;
                border-bottom: none
            }

                .slideTxtBox .hd ul li.on {
                    height: 42px;
                    background: #3AA3D6;
                    color: #fff;
                    border-bottom: 1px solid #fff;
                    top: 0;
                    position: relative
                }

    .slideTxtBox .bd {
        border: 1px solid #ddd
    }

.slideTxtBox-list {
    padding: 10px;
    line-height: 1.6
}

.related li {
    width: 360px;
    height: 172px;
    float: left;
    overflow: hidden;
    border: none;
    margin-right: 100px;
    margin-bottom: 20px;
    padding: 0
}

    .related li:hover .title, .related li:hover p {
        color: #3AA3D6
    }

.related ul {
    width: 920px
}

.related .text {
    float: right;
    width: 140px;
    position: relative
}

.main-right h2 {
    clear: both
}

@-webkit-keyframes animate-grid {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0 !important;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4)
    }

    30% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: .6 !important;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1 !important;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes animate-grid {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0 !important;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4)
    }

    30% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: .6 !important;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1 !important;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-ms-keyframes animate-grid {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0 !important;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4)
    }

    30% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: .6 !important;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1 !important;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes animate-grid {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
        opacity: 0 !important;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4)
    }

    30% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: .6 !important;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        opacity: 1 !important;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-up {
    text-transform: uppercase
}

.text-bold {
    font-weight: bold
}

.u-semibold {
    font-weight: 600
}

.font400 {
    font-weight: 400
}

.list-unstyled {
    list-style: none outside none;
    padding-left: 0
}

.borderNone {
    border-width: 0 !important
}

.margin-auto {
    margin: 0 auto
}

.bg-black {
    background-color: black
}

.bg-white {
    background-color: #fff
}

.bg-transparent {
    background-color: transparent !important
}

.text-master {
    color: #626262 !important
}

.text-master-light {
    color: #e6e6e6 !important
}

.text-black {
    color: #2c2c2c !important
}

.text-white {
    color: #fff !important
}

.text-complete {
    color: #48b0f7 !important
}

.text-success {
    color: #10cfbd !important
}

.text-info {
    color: #3b4752 !important
}

.text-warning {
    color: #f8d053 !important
}

.text-warning-dark {
    color: #c9a843 !important
}

.text-danger {
    color: #f55753 !important
}

.text-primary {
    color: #7087b2 !important
}

.u-textCap {
    text-transform: capitalize !important
}

.u-textUpper {
    text-transform: uppercase !important
}

.u-textLower {
    text-transform: lowercase !important
}

.u-textUnderline {
    text-decoration: underline !important
}

.u-textDanger {
    color: #a94442 !important
}

.u-fw300 {
    font-weight: 300 !important
}

.u-fw400 {
    font-weight: 400 !important
}

.u-fw600 {
    font-weight: 600 !important
}

.u-fw700 {
    font-weight: 700 !important
}

.u-isActionable {
    cursor: pointer !important
}

.u-isDisabled {
    cursor: default !important
}

.u-isDraggable {
    cursor: move !important
}

.u-textBreak {
    word-wrap: break-word !important
}

.u-textCenter {
    text-align: center !important
}

.u-textLeft {
    text-align: left !important
}

.u-textRight {
    text-align: right !important
}

.u-textNoWrap {
    white-space: nowrap !important
}

.u-textInheritColor {
    color: inherit !important
}

.u-textPreLine {
    white-space: pre-line !important
}

.u-textPreWrap {
    white-space: pre-wrap !important
}

.u-textTruncate {
    max-width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    word-wrap: normal !important
}

.u-hidden {
    overflow: hidden
}

.u-scroll {
    overflow: scroll
}

.u-auto {
    overflow: auto
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.nowrap {
    white-space: nowrap
}

.u-listUnstyled {
    margin: 0;
    padding: 0;
    list-style: none outside none
}

.u-alignBaseline {
    vertical-align: baseline !important
}

.u-alignBottom {
    vertical-align: bottom !important
}

.u-alignMiddle {
    vertical-align: middle !important
}

.u-alignTop {
    vertical-align: top !important
}

.u-textCenter {
    text-align: center !important
}

.u-tableCell {
    display: table-cell !important
}

.u-alignMiddle {
    vertical-align: middle !important
}

.u-fill, .u-fillHeight {
    height: 100% !important
}

.u-fill, .u-fillWidth {
    width: 100% !important
}

.u-table {
    display: table !important
}

.u-tableCell {
    display: table-cell !important
}

.u-tableRow {
    display: table-row !important
}

.u-inline {
    display: inline !important
}

.u-block {
    display: block !important
}

.u-invisible {
    visibility: hidden !important
}

.u-noneBlock {
    display: none !important
}

.u-inlineBlock {
    display: none;
    max-width: 100%
}

.u-floatLeft {
    float: left !important
}

.u-floatRight {
    float: right !important
}

.u-blockCenter {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.u-posAbsolute {
    position: absolute !important
}

.u-posFixed {
    position: fixed !important
}

.u-posRelative {
    position: relative !important
}

.u-posStatic {
    position: static !important
}

.u-posAbsoluteCenter {
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important
}

.u-transCenter {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.u-transCenterV {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.u-transCenterH {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.u-transFlipH {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
    filter: FlipH
}

.u-imgResponsive, .img-responsive {
    display: block;
    max-width: 100% !important;
    height: auto !important
}

.u-colorWhite {
    color: white
}

.u-fontSize16 {
    font-size: 1.14286em
}

.u-colorNavi {
    color: #7087b2
}

.u-colorGray {
    color: #484848
}

.u-font-size-0 {
    font-size: 0
}

.u-justify {
    text-align: justify;
    line-height: 0
}

    .u-justify div[class^="u-justify"] {
        white-space: nowrap;
        text-align: left;
        display: inline-block;
        line-height: 1.42857
    }

    .u-justify:after {
        display: inline-block;
        width: 100%;
        content: "";
        vertical-align: top
    }

@media (max-width:320px) {
    .u-justify {
        text-align: center
    }
}

.u-borderBlack {
    border-bottom: 2px solid #000
}

.u-borderRightGray {
    border-right: 1px solid #b9b9b9
}

.u-borderGrey {
    border: 2px solid #b9b9b9
}

.scrollable {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.no-padding {
    padding: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-overflow {
    overflow: hidden !important
}

.auto-overflow {
    overflow: auto
}

.center-margin {
    margin-left: auto;
    margin-right: auto
}

.inherit-size {
    width: inherit;
    height: inherit
}

.inherit-height {
    height: inherit
}

.image-responsive-height {
    width: 100%
}

.image-responsive-width {
    height: 100%
}

.u-overlayer {
    position: absolute;
    display: block;
    z-index: 21
}

    .u-overlayer.fullwidth {
        width: 100%
    }

.u-overlayer-wrapper {
    position: relative;
    display: block;
    z-index: 10
}

.overlay-fixed {
    position: fixed !important;
    top: auto !important
}

.u-top-left {
    position: absolute !important;
    top: 0;
    left: 0
}

.u-top-right {
    position: absolute !important;
    top: 1px;
    right: 0
}

.u-bottom-left {
    position: absolute !important;
    bottom: 0;
    left: 0
}

.u-bottom-right {
    position: absolute !important;
    bottom: 0;
    right: 0
}

.pull-bottom {
    position: absolute !important;
    bottom: 0
}

.pull-up {
    position: absolute !important;
    top: 0
}

.cursor {
    cursor: pointer
}

.scroll-x-hidden {
    overflow-x: hidden !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.padding-5 {
    padding: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.padding-10 {
    padding: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.padding-15 {
    padding: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.padding-20 {
    padding: 20px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.padding-25 {
    padding: 25px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.padding-30 {
    padding: 30px !important
}

.p-t-35 {
    padding-top: 35px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.padding-35 {
    padding: 35px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.padding-40 {
    padding: 40px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.p-r-45 {
    padding-right: 45px !important
}

.p-l-45 {
    padding-left: 45px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.padding-45 {
    padding: 45px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.padding-50 {
    padding: 50px !important
}

.p-t-55 {
    padding-top: 55px !important
}

.p-r-55 {
    padding-right: 55px !important
}

.p-l-55 {
    padding-left: 55px !important
}

.p-b-55 {
    padding-bottom: 55px !important
}

.padding-55 {
    padding: 55px !important
}

.p-t-60 {
    padding-top: 60px !important
}

.p-r-60 {
    padding-right: 60px !important
}

.p-l-60 {
    padding-left: 60px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.padding-60 {
    padding: 60px !important
}

.p-t-65 {
    padding-top: 65px !important
}

.p-r-65 {
    padding-right: 65px !important
}

.p-l-65 {
    padding-left: 65px !important
}

.p-b-65 {
    padding-bottom: 65px !important
}

.padding-65 {
    padding: 65px !important
}

.p-t-70 {
    padding-top: 70px !important
}

.p-r-70 {
    padding-right: 70px !important
}

.p-l-70 {
    padding-left: 70px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.padding-70 {
    padding: 70px !important
}

.p-t-75 {
    padding-top: 75px !important
}

.p-r-75 {
    padding-right: 75px !important
}

.p-l-75 {
    padding-left: 75px !important
}

.p-b-75 {
    padding-bottom: 75px !important
}

.padding-75 {
    padding: 75px !important
}

.p-t-80 {
    padding-top: 80px !important
}

.p-r-80 {
    padding-right: 80px !important
}

.p-l-80 {
    padding-left: 80px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

.padding-80 {
    padding: 80px !important
}

.p-t-85 {
    padding-top: 85px !important
}

.p-r-85 {
    padding-right: 85px !important
}

.p-l-85 {
    padding-left: 85px !important
}

.p-b-85 {
    padding-bottom: 85px !important
}

.padding-85 {
    padding: 85px !important
}

.p-t-90 {
    padding-top: 90px !important
}

.p-r-90 {
    padding-right: 90px !important
}

.p-l-90 {
    padding-left: 90px !important
}

.p-b-90 {
    padding-bottom: 90px !important
}

.padding-90 {
    padding: 90px !important
}

.p-t-95 {
    padding-top: 95px !important
}

.p-r-95 {
    padding-right: 95px !important
}

.p-l-95 {
    padding-left: 95px !important
}

.p-b-95 {
    padding-bottom: 95px !important
}

.padding-95 {
    padding: 95px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.padding-100 {
    padding: 100px !important
}

.m-t-0 {
    margin-top: 0
}

.m-r-0 {
    margin-right: 0
}

.m-l-0 {
    margin-left: 0
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-t-5 {
    margin-top: 5px
}

.m-r-5 {
    margin-right: 5px
}

.m-l-5 {
    margin-left: 5px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-r-10 {
    margin-right: 10px
}

.m-l-10 {
    margin-left: 10px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-r-15 {
    margin-right: 15px
}

.m-l-15 {
    margin-left: 15px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-r-20 {
    margin-right: 20px
}

.m-l-20 {
    margin-left: 20px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-r-25 {
    margin-right: 25px
}

.m-l-25 {
    margin-left: 25px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-t-30 {
    margin-top: 30px
}

.m-r-30 {
    margin-right: 30px
}

.m-l-30 {
    margin-left: 30px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-t-35 {
    margin-top: 35px
}

.m-r-35 {
    margin-right: 35px
}

.m-l-35 {
    margin-left: 35px
}

.m-b-35 {
    margin-bottom: 35px
}

.m-t-40 {
    margin-top: 40px
}

.m-r-40 {
    margin-right: 40px
}

.m-l-40 {
    margin-left: 40px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-t-45 {
    margin-top: 45px
}

.m-r-45 {
    margin-right: 45px
}

.m-l-45 {
    margin-left: 45px
}

.m-b-45 {
    margin-bottom: 45px
}

.m-t-50 {
    margin-top: 50px
}

.m-r-50 {
    margin-right: 50px
}

.m-l-50 {
    margin-left: 50px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-t-55 {
    margin-top: 55px
}

.m-r-55 {
    margin-right: 55px
}

.m-l-55 {
    margin-left: 55px
}

.m-b-55 {
    margin-bottom: 55px
}

.m-t-60 {
    margin-top: 60px
}

.m-r-60 {
    margin-right: 60px
}

.m-l-60 {
    margin-left: 60px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-t-65 {
    margin-top: 65px
}

.m-r-65 {
    margin-right: 65px
}

.m-l-65 {
    margin-left: 65px
}

.m-b-65 {
    margin-bottom: 65px
}

.m-t-70 {
    margin-top: 70px
}

.m-r-70 {
    margin-right: 70px
}

.m-l-70 {
    margin-left: 70px
}

.m-b-70 {
    margin-bottom: 70px
}

.m-t-75 {
    margin-top: 75px
}

.m-r-75 {
    margin-right: 75px
}

.m-l-75 {
    margin-left: 75px
}

.m-b-75 {
    margin-bottom: 75px
}

.m-t-80 {
    margin-top: 80px
}

.m-r-80 {
    margin-right: 80px
}

.m-l-80 {
    margin-left: 80px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-t-85 {
    margin-top: 85px
}

.m-r-85 {
    margin-right: 85px
}

.m-l-85 {
    margin-left: 85px
}

.m-b-85 {
    margin-bottom: 85px
}

.m-t-90 {
    margin-top: 90px
}

.m-r-90 {
    margin-right: 90px
}

.m-l-90 {
    margin-left: 90px
}

.m-b-90 {
    margin-bottom: 90px
}

.m-t-95 {
    margin-top: 95px
}

.m-r-95 {
    margin-right: 95px
}

.m-l-95 {
    margin-left: 95px
}

.m-b-95 {
    margin-bottom: 95px
}

.m-t-100 {
    margin-top: 100px
}

.m-r-100 {
    margin-right: 100px
}

.m-l-100 {
    margin-left: 100px
}

.m-b-100 {
    margin-bottom: 100px
}

.full-height {
    height: 100% !important
}

.u-full-height {
    height: 100% !important
}

.full-width {
    width: 100%
}

.u-full-width {
    width: 100%
}

.hide {
    display: none
}

.inline {
    display: inline-block !important
}

.block {
    display: block
}

.b-blank {
    border-color: #000
}

.b-a, .b-r, .b-l, .b-t, .b-b {
    border-style: solid;
    border-width: 0
}

.b-r {
    border-right-width: 1px
}

.b-l {
    border-left-width: 1px
}

.b-t {
    border-top-width: 1px
}

.b-b {
    border-bottom-width: 1px
}

.b-a {
    border-width: 1px
}

.b-dashed {
    border-style: dashed
}

.b-thick {
    border-width: 2px
}

.b-transparent {
    border-color: rgba(0,0,0,0.4)
}

.b-transparent-white {
    border-color: rgba(255,255,255,0.3)
}

.b-grey {
    border-color: #f2f2f2
}

.b-white {
    border-color: #fff
}

.b-primary {
    border-color: #6d5cae
}

.b-complete {
    border-color: #6d5cae
}

.b-success {
    border-color: #10cfbd
}

.b-info {
    border-color: #3b4752
}

.b-danger {
    border-color: #f55753
}

.b-warning {
    border-color: #f8d053
}

.b-rad-sm {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.b-rad-md {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.b-rad-lg {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px
}

.no-border {
    border: none !important
}

.profile-img-wrapper {
    float: left;
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    width: 35px;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

    .profile-img-wrapper.big {
        height: 68px;
        width: 68px
    }

    .profile-img-wrapper.with-left-space-custom {
        margin-left: 7px
    }

.relative {
    position: relative
}

.error-number {
    font-family: 'Montserrat';
    font-size: 90px;
    line-height: 90px
}

.error-container-innner {
    margin-left: auto;
    margin-right: auto;
    width: 360px
}

.error-container {
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    width: 38%
}

.visible-xlg {
    display: none
}

.hidden-xlg {
    display: block
}

.sm-gutter .row > [class^="col-"], .sm-gutter .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px
}

.sm-gutter .row {
    margin-left: -5px;
    margin-right: -5px
}

.v-align-bottom {
    vertical-align: bottom
}

.v-align-top {
    vertical-align: top
}

.v-align-middle {
    vertical-align: middle
}

.col-top {
    vertical-align: top
}

.col-middle {
    vertical-align: middle
}

.col-bottom {
    vertical-align: bottom
}

.u-container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed
}

.u-gradient-black {
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0,0,0,0.8) 85%);
    background-image: linear-gradient(to bottom, transparent 0, rgba(0,0,0,0.8) 85%)
}

.u-z-1 {
    z-index: 1
}

.u-z-2 {
    z-index: 2
}

.u-z-3 {
    z-index: 3
}

.u-z-4 {
    z-index: 5
}

.u-z-5 {
    z-index: 5
}

.u-z-6 {
    z-index: 6
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: "Lato",sans-serif
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

button {
    padding: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none !important
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

* {
    outline: none !important;
    -webkit-overflow-scrolling: touch
}

html, body {
    height: 100%;
    width: 100%
}

body {
    font: 17px/1.2 Arial,sans-serif;
    color: #333;
    padding: 0;
    min-width: 320px;
    min-height: 100%;
    position: relative;
    background: white;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 1.42857
}

    body.brown {
        background: #494949
    }

@media all and (max-width:991px) {
    body {
        font: 16px/1.2 Arial,sans-serif
    }
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    cursor: pointer;
    outline: medium none;
    color: #337ab7;
    text-decoration: none;
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

    a:active, a:hover, a:focus {
        opacity: 1;
        color: #23527c;
        text-decoration: underline
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

    h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection {
        background-color: #000;
        color: white
    }

    h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {
        background-color: #000;
        color: white
    }

p::-moz-selection {
    background-color: #000;
    color: white
}

p::selection {
    background-color: #000;
    color: white
}

h1, .h1 {
    font-size: 2em;
    font-weight: 700
}

h2, .h2 {
    font-size: 1.5em
}

h3, .h3 {
    font-size: 1.25em;
    font-weight: 700
}

h4, .h4 {
    font-size: 1em
}

h5, .h5 {
    font-size: .875em
}

h6, .h6 {
    font-size: .75em
}

@font-face {
    font-family: 'zoom';
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "zoom";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-facebook:before {
    content: '\e800'
}

.icon-twitter:before {
    content: '\e801'
}

.icon-linkedin:before {
    content: '\e802'
}

.icon-left-open:before {
    content: '\e803'
}

.icon-right-open:before {
    content: '\e804'
}

.icon-folder-close:before {
    content: '\e805'
}

.icon-folder-open:before {
    content: '\e806'
}

.icon-down-open-1:before {
    content: '\e807'
}

.icon-location:before {
    content: '\e808'
}

.icon-phone:before {
    content: '\e809'
}

.icon-mail-1:before {
    content: '\e80a'
}

.icon-tier:before {
    content: '\e80b'
}

.icon-service:before {
    content: '\e80c'
}

.icon-price:before {
    content: '\e80d'
}

.icon-home:before {
    content: '\e80e'
}

.icon-contact:before {
    content: '\e80f'
}

.icon-about:before {
    content: '\e810'
}

.icon-right:before {
    content: '\e811'
}

.icon-dot:before {
    content: '\e812'
}

.icon-download:before {
    content: '\e813'
}

.icon-zoom-in:before {
    content: '\e814'
}

body::-moz-selection {
    background-color: #ffbb52
}

body::selection {
    background-color: #ffbb52
}

.curl {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    background: linear-gradient(225deg, transparent, transparent 48%, #ddd 47%, #aaa 50%, #bbb 56%, #ccc 62%, #f3f3f3 111%, #fff 20%);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: all .5s ease
}

.curl-img {
    width: 118px;
    height: 118px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

    .curl-img.active {
        width: 200px;
        height: 200px
    }

.curl:hover {
    width: 220px;
    height: 220px
}

.l-default-pages {
    width: -webkit-calc(-220%);
    width: calc(-220%);
    margin-left: 320px;
    padding: 20px
}

    .l-default-pages .h1 {
        font-size: 1.4em;
        line-height: 2.2em;
        color: #494949;
        border-bottom: 1px solid #f2f2f2;
        border-top: 1px solid #f2f2f2;
        margin-bottom: 20px
    }

@media all and (max-width:767px) {
    .l-default-pages {
        margin: 0;
        width: 100%;
        padding: 20px 2%
    }
}

.l-about img {
    border: 2px solid #9c9c9c
}

@media all and (max-width:991px) {
    .l-about img {
        width: 48%;
        max-width: 236px
    }
}

.l-products .l-products__category {
    background: white;
    padding: 15px 10px
}

    .l-products .l-products__category .l-products__category-item {
        display: inline-block;
        width: 240px;
        margin-right: 5px
    }

        .l-products .l-products__category .l-products__category-item > div div {
            width: 100%;
            height: 60px;
            line-height: 60px;
            background: rgba(0,0,0,0.6);
            color: white;
            font-size: 11px;
            text-transform: uppercase;
            font-weight: 700;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            transition: .3s
        }

            .l-products .l-products__category .l-products__category-item > div div span:first-child {
                font-size: 30px;
                width: 60px;
                border-right: 1px solid rgba(255,255,255,0.5)
            }

            .l-products .l-products__category .l-products__category-item > div div span:last-child {
                width: 175px
            }

            .l-products .l-products__category .l-products__category-item > div div:hover, .l-products .l-products__category .l-products__category-item > div div.active {
                background: rgba(112,135,178,0.6)
            }

.l-products .l-products__filter select {
    background-color: transparent;
    font-weight: 400;
    border: 2px solid #f2f2f2
}

    .l-products .l-products__filter select option:hover {
        background-color: black
    }

    .l-products .l-products__filter select::-moz-selection {
        background-color: #ffbb52
    }

    .l-products .l-products__filter select::selection {
        background-color: #ffbb52
    }

.l-products .l-product__items .m-products {
    display: inline-block;
    width: -webkit-calc(17.5%);
    width: calc(17.5%);
    background: white;
    margin-bottom: 10px
}

@media all and (max-width:1280px) {
    .l-products .l-product__items .m-products {
        width: -webkit-calc(26.66666667%);
        width: calc(26.66666667%)
    }
}

@media all and (max-width:1080px) {
    .l-products .l-product__items .m-products {
        width: -webkit-calc(45%);
        width: calc(45%)
    }
}

@media all and (max-width:1080px) {
    .l-products .l-product__items .m-products {
        width: 100%
    }
}

@media all and (max-width:767px) {
    .l-products .l-product__items .m-products {
        width: -webkit-calc(45%);
        width: calc(45%)
    }
}

@media all and (max-width:520px) {
    .l-products .l-product__items .m-products {
        width: 100%
    }
}

@media all and (max-width:991px) {
    .l-products .l-products__filter select {
        width: 100%;
        margin: 10px 0 5px
    }
}

.l-product-item .gallery-wrap .h1 {
    max-width: 500px
}

.l-product-item .l-item__info-lg, .l-product-item .l-item__info-md {
    width: -webkit-calc(-205%);
    width: calc(-205%)
}

.l-product-item .l-item__info-lg {
    display: inline-block !important
}

    .l-product-item .l-item__small-photo a.photo, .l-product-item .l-item__info-lg a.photo {
        position: relative;
        background: #000;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }

        .l-product-item .l-item__small-photo a.photo:hover, .l-product-item .l-item__info-lg a.photo:hover {
            opacity: .6
        }

        .l-product-item .l-item__small-photo a.photo img, .l-product-item .l-item__info-lg a.photo img {
            opacity: .5
        }

        .l-product-item .l-item__small-photo a.photo i, .l-product-item .l-item__info-lg a.photo i {
            font-size: 28px;
            color: white
        }

@media all and (max-width:1199px) {
    .l-product-item .l-item__info-lg {
        display: none !important
    }

    .l-product-item .l-item__small-photo img {
        width: 87px;
        height: 87px
    }

    .l-product-item .l-item__info-md {
        display: inline-block
    }
}

@media all and (max-width:910px) and (min-width:768px) {
    .l-product-item .gallery-wrap {
        text-align: center;
        margin-bottom: 15px
    }

    .l-product-item .l-item__info-md {
        display: block;
        width: 100%;
        margin-top: 15px
    }
}

@media all and (max-width:520px) {
    .l-product-item .l-item__big-photo-block {
        width: 100%
    }

        .l-product-item .l-item__big-photo-block > a {
            width: 100%
        }

            .l-product-item .l-item__big-photo-block > a img {
                width: 100%
            }

    .l-product-item .l-item__small-photo a.photo {
        margin-right: 10px;
        width: -webkit-calc(26.66666667%);
        width: calc(26.66666667%)
    }

        .l-product-item .l-item__small-photo a.photo:nth-child(3) {
            margin-right: 0
        }

        .l-product-item .l-item__small-photo a.photo img {
            width: 100%;
            height: auto
        }

    .l-product-item .l-item__info-md {
        width: 100%;
        margin-left: 0;
        margin-top: 30px
    }
}

.l-services .h1, .l-services .l-services__info {
    max-width: 1090px
}

.l-services .l-services__info-block {
    width: 262px
}

    .l-services .l-services__info-block .h2 {
        color: #7087b2;
        margin-bottom: 15px
    }

    .l-services .l-services__info-block:not(:last-child) > div {
        border-right: 1px solid #f2f2f2
    }

@media all and (max-width:767px) {
    .l-services .h1 a {
        margin-top: 10px
    }

    .l-services .l-services__info-block {
        width: 100%;
        margin-right: 0;
        padding-right: 0
    }

        .l-services .l-services__info-block p {
            display: none
        }

        .l-services .l-services__info-block img {
            float: left;
            margin-right: 20px
        }

        .l-services .l-services__info-block:nth-child(2) > div, .l-services .l-services__info-block:nth-child(3) > div {
            border: transparent
        }
}

.l-prices {
    max-width: 900px
}

@media all and (max-width:991px) {
    .l-prices .h1 a {
        margin-top: 8px
    }
}

.l-prices table tr[data-href] {
    cursor: pointer
}

.l-contact .l-contact__block {
    width: -webkit-calc(37.5%);
    width: calc(37.5%);
    margin-bottom: 20px
}

@media all and (max-width:991px) {
    .l-contact .l-contact__block {
        width: 100%;
        margin-right: 0
    }

        .l-contact .l-contact__block .m-forms__half {
            margin-right: 0
        }
}

.main-container.pages {
    min-height: -webkit-calc(-138%);
    min-height: calc(-138%)
}

.l-header {
    z-index: 5
}

    .l-header a {
        margin-left: 330px;
        margin-top: 20px
    }

@media all and (max-width:991px) {
    .l-header a {
        width: -webkit-calc(0);
        width: calc(0);
        max-width: 400px
    }
}

@media all and (max-width:767px) {
    .l-header a {
        margin-left: 90px;
        margin-top: 10px
    }
}

.l-home .l-home__top-content {
    max-width: 700px;
    margin-left: 100px
}

@media all and (max-width:1320px) {
    .l-home .l-home__top-content {
        max-width: -webkit-calc(-220%);
        max-width: calc(-220%)
    }
}

@media all and (max-width:1250px) {
    .l-home .l-home__top-content {
        max-width: -webkit-calc(-220%);
        max-width: calc(-220%);
        padding: 10px 30px;
        margin-left: 320px;
        left: 0 !important;
        -webkit-transform: translate3d(0, -50%, 0);
        -moz-transform: translate3d(0, -50%, 0);
        -ms-transform: translate3d(0, -50%, 0);
        -o-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
    }
}

@media all and (max-width:767px) {
    .l-home .l-home__top-content {
        max-width: 100%;
        padding: 10px 30px;
        margin-left: 0
    }
}

.l-home .l-home__bottom-content {
    background: #000
}

    .l-home .l-home__bottom-content .l-home__bottom-marks {
        position: absolute;
        height: 70px;
        line-height: 70px;
        color: white;
        font-weight: bold;
        width: 416px;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

        .l-home .l-home__bottom-content .l-home__bottom-marks.marks-left {
            bottom: 0;
            left: 70px;
            transform-origin: left bottom 0
        }

        .l-home .l-home__bottom-content .l-home__bottom-marks.marks-right {
            top: -70px;
            right: 0;
            transform-origin: right bottom 0
        }

@media all and (max-width:991px) {
    .l-home .l-home__bottom-content .l-home__bottom-marks {
        width: 381px
    }
}

@media all and (max-width:767px) {
    .l-home .l-home__bottom-content .l-home__bottom-marks {
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        width: 100%
    }

        .l-home .l-home__bottom-content .l-home__bottom-marks.marks-left {
            bottom: 0;
            left: 0;
            transform-origin: left bottom 0
        }

        .l-home .l-home__bottom-content .l-home__bottom-marks.marks-right {
            top: 0;
            right: 0;
            transform-origin: right bottom 0
        }
}

.l-footer {
    background: #494949;
    padding: 15px 20% 20px 20%;
    font-size: 12px
}

    .l-footer a {
        color: white
    }

.l-footer__block {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 33%;
    position: relative
}

    .l-footer__block.line:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 75px;
        min-height: 75px;
        background: white;
        left: -20px;
        top: 10px;
        opacity: .3
    }

.l-footer--pages {
    padding: 20px;
    margin-left: 320px;
    width: -webkit-calc(-220%);
    width: calc(-220%)
}

    .l-footer--pages .l-footer__block {
        padding: 10px 0
    }

@media all and (max-width:991px) {
    .l-footer {
        padding: 10px 2% 20px 2%
    }

    .l-footer__block {
        width: 96%
    }

        .l-footer__block.line:before {
            width: 0
        }

    .l-footer--pages .l-footer__block {
        width: 96%
    }
}

@media all and (max-width:767px) {
    .l-footer--pages {
        margin: 0;
        width: 100%
    }
}

.m-button, .m-button--main, .m-button--slider, .m-button--products, .m-button--default {
    display: inline-block;
    text-decoration: none
}

.m-button--main {
    padding: 5px 17px;
    text-transform: uppercase;
    font-size: 1.25em;
    color: white;
    border: 1px solid white;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

    .m-button--main:hover {
        color: white;
        background: rgba(112,135,178,0.45)
    }

.m-button--slider {
    position: absolute;
    right: 0;
    bottom: 30px;
    background-color: #7087b2;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center
}

    .m-button--slider i {
        border: 2px solid white;
        padding: 5px;
        border-radius: 24px;
        color: white
    }

@media all and (max-width:767px) {
    .m-button--slider {
        bottom: 0;
        right: 0
    }
}

.m-button--products {
    padding: 0 10px 0 90px;
    height: 62px;
    line-height: 62px;
    font-size: 1.3em;
    color: #494949;
    font-weight: bold;
    position: relative;
    border: 2px solid #f2f2f2;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

    .m-button--products::before {
        content: "";
        position: absolute;
        height: 40px;
        top: 11px;
        left: 75px;
        width: 2px;
        background: #f2f2f2
    }

    .m-button--products i {
        color: #7087b2;
        font-size: 1.5em;
        position: absolute;
        left: 0;
        top: -2px;
        vertical-align: middle;
        padding: 0 10px
    }

    .m-button--products span {
        position: absolute;
        left: 32px;
        top: 3px;
        color: white;
        font-size: 15px
    }

    .m-button--products:hover, .m-button--products.active {
        background: #7087b2;
        color: white
    }

        .m-button--products:hover i, .m-button--products.active i {
            color: white
        }

        .m-button--products:hover span, .m-button--products.active span {
            color: #7087b2
        }

@media all and (max-width:991px) {
    .m-button--products span {
        top: 2px;
        left: 28px
    }
}

@media all and (max-width:767px) {
    .m-button--products {
        width: 100%;
        text-align: center
    }
}

.m-button--default {
    height: 32px;
    line-height: 32px;
    padding-left: 42px;
    padding-right: 10px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    background: #7087b2;
    position: relative;
    border: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

    .m-button--default.no-icon {
        padding-left: 10px
    }

    .m-button--default i {
        position: absolute;
        left: 0;
        top: 0;
        width: 32px;
        height: 32px;
        background: #494949
    }

    .m-button--default:hover, .m-button--default:focus {
        background: #494949;
        color: white
    }

.m-sidebar {
    width: 320px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 6;
    -webkit-backface-visibility: none;
    backface-visibility: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

    .m-sidebar .m-sidebar__inner {
        width: 320px;
        font-size: 0;
        top: 0 !important;
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }

        .m-sidebar .m-sidebar__inner a {
            width: 160px;
            height: 160px;
            position: relative;
            line-height: 1;
            display: inline-block;
            color: white;
            font-size: 20px;
            text-align: center;
            -webkit-transition: .3s;
            -moz-transition: .3s;
            transition: .3s
        }

            .m-sidebar .m-sidebar__inner a i {
                font-size: 50px;
                color: #7087b2;
                line-height: 100px;
                position: absolute;
                left: 50% !important;
                top: 45% !important;
                -webkit-transform: translate3d(-50%, -50%, 0);
                -moz-transform: translate3d(-50%, -50%, 0);
                -ms-transform: translate3d(-50%, -50%, 0);
                -o-transform: translate3d(-50%, -50%, 0);
                transform: translate3d(-50%, -50%, 0)
            }

            .m-sidebar .m-sidebar__inner a p {
                line-height: 20px;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                text-transform: uppercase
            }

            .m-sidebar .m-sidebar__inner a:hover, .m-sidebar .m-sidebar__inner a.active {
                background: #7087b2
            }

                .m-sidebar .m-sidebar__inner a:hover i, .m-sidebar .m-sidebar__inner a.active i {
                    color: white
                }

            .m-sidebar .m-sidebar__inner a:first-child, .m-sidebar .m-sidebar__inner a:nth-child(2), .m-sidebar .m-sidebar__inner a:nth-child(3), .m-sidebar .m-sidebar__inner a:nth-child(4) {
                border-bottom: 1px solid white
            }

            .m-sidebar .m-sidebar__inner a:first-child, .m-sidebar .m-sidebar__inner a:nth-child(3), .m-sidebar .m-sidebar__inner a:nth-child(5) {
                border-right: 1px solid white
            }

        .m-sidebar .m-sidebar__inner.horizontal a {
            border: transparent;
            width: 33.33%;
            height: 50%
        }

            .m-sidebar .m-sidebar__inner.horizontal a:first-child, .m-sidebar .m-sidebar__inner.horizontal a:nth-child(2), .m-sidebar .m-sidebar__inner.horizontal a:nth-child(3) {
                border-bottom: 1px solid white
            }

            .m-sidebar .m-sidebar__inner.horizontal a:first-child, .m-sidebar .m-sidebar__inner.horizontal a:nth-child(2), .m-sidebar .m-sidebar__inner.horizontal a:nth-child(4), .m-sidebar .m-sidebar__inner.horizontal a:nth-child(5) {
                border-right: 1px solid white
            }

@media all and (max-width:767px) {
    .m-sidebar {
        background: rgba(0,0,0,0.85);
        width: 100%;
        height: 100%;
        left: -100%;
        opacity: 0
    }

        .m-sidebar.active {
            left: 0;
            opacity: 1
        }

        .m-sidebar .m-sidebar__inner {
            width: 100%;
            height: 100%
        }

            .m-sidebar .m-sidebar__inner a {
                width: 50%;
                height: 33.33%
            }
}

.m-sidebar--fixed {
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.45);
    background-blend-mode: multiply
}

@media all and (max-width:767px) {
    .m-sidebar--fixed {
        background-color: rgba(0,0,0,0.8);
        position: absolute
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.grid .m-products {
    opacity: 0
}

    .grid .m-products.shown, .no-js .grid .grid .m-products, .no-cssanimations .grid .grid .m-products {
        opacity: 1
    }

.grid.effect-6 {
    -webkit-perspective: 1300px;
    perspective: 1300px
}

    .grid.effect-6 div.animate {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        -webkit-animation: flip .8s ease-in-out forwards;
        animation: flip .8s ease-in-out forwards
    }

@-webkit-keyframes flip {
    100% {
        -webkit-transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes flip {
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@-webkit-keyframes pace-theme-corner-indicator-spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes pace-theme-corner-indicator-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.m-slider .slides-container > div {
    background: #000
}

    .m-slider .slides-container > div img {
        opacity: 1
    }

.m-slider .slides-container div {
    overflow: 0
}

    .m-slider .slides-container div:first-child {
        opacity: 1
    }

.m-slider .slides-pagination {
    position: absolute;
    top: 30%;
    right: 200px;
    z-index: 5
}

    .m-slider .slides-pagination a {
        display: block;
        color: white;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
        border-bottom: 1px solid transparent;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        transition: .4s
    }

        .m-slider .slides-pagination a.current {
            color: #7087b2;
            border-bottom: 1px solid white
        }

@media all and (max-width:1199px) {
    .m-slider .slides-pagination {
        display: none
    }
}

.m-slider--bottom {
    width: -webkit-calc(-40%);
    width: calc(-40%);
    margin-left: 70px
}

    .m-slider--bottom .slick-dots li button:before {
        color: white
    }

@media all and (max-width:767px) {
    .m-slider--bottom {
        margin: 0;
        width: 100%
    }
}

.m-slider--bottom button {
    z-index: 5
}

input.ng-pristine.ng-invalid, select.ng-pristine.ng-invalid, textarea.ng-pristine.ng-invalid {
    box-shadow: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background: transparent;
    text-decoration: none
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

p, h2, h3, h1, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, dd, dt, dl {
    margin: 0;
    list-style: none
}

ul, li {
    list-style: none
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

em, i {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

ul, menu, dir {
    margin: 0;
    padding: 0
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

.top_index {
    height: 76px;
    background: none
}

    .top_index .kj {
        position: relative;
        height: 76px;
        overflow: visible
    }

    .top_index .logo {
        display: block;
        width: 158px;
        height: 50px;
        position: relative;
        top: 14px;
        left: 0
    }

    .top_index .text {
        display: block;
        position: absolute;
        left: 300px;
        top: 33px;
        font-size: 16px
    }

    .top_index .search {
        display: block;
        width: 229px;
        height: 62px;
        position: absolute;
        right: 101px;
        top: 60px;
        display: none;
        background: url(../img/cimg30.png) no-repeat
    }

    .top_index .s-btn {
        display: block;
        width: 50px;
        height: 46px;
        position: absolute;
        right: 101px;
        top: 16px
    }

        .top_index .s-btn i {
            color: #fff;
            font-size: 24px;
            position: absolute;
            border-radius: 4px;
            padding: 5px;
            top: 3px;
            right: 0;
            cursor: pointer;
            border: 1px solid #fff
        }

    .top_index .search input[type="text"] {
        display: block;
        width: 187px;
        height: 45px;
        border: none;
        color: #000;
        font-size: 16px;
        border-radius: 5px;
        padding-left: 10px;
        float: left;
        background: transparent;
        position: relative;
        top: 13px;
        left: 4px
    }

    .top_index .search input[type="submit"] {
        background: url("../img/search.png") no-repeat center center;
        height: 45px;
        width: 42px;
        border: none;
        float: right;
        text-indent: -9999px;
        position: absolute;
        right: 0;
        top: 13px
    }

    .top_index .lang-list {
        width: 225px;
        position: absolute;
        right: -130px;
        height: 63px;
        top: 8px
    }

        .top_index .lang-list a {
            display: block;
            float: left;
            height: 63px;
            padding: 12px 0 0 0;
            width: 33px;
            font-size: 18px;
            text-align: center;
            margin-right: 7px;
            padding-top: 6px
        }

            .top_index .lang-list a span {
                background: rgba(238,238,238,0.5);
                display: block;
                width: 30px;
                height: 23px;
                color: #fff;
                font-size: 12px;
                line-height: 23px
            }

.lang-list a:hover, .lang-list a.on {
    color: #3AA3D6;
    display: block
}

.nav_index {
    display: block;
    height: 60px;
    position: absolute;
    left: 180px;
    top: 8px;
    z-index: 100000
}

    .nav_index * {
        z-index: 90000
    }

    .nav_index li {
        height: 60px;
        min-width: 85px;
        max-width: 190px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        float: left;
        line-height: 60px;
        background: url("../img/dd.png") right center no-repeat;
        position: relative
    }

        .nav_index li > a {
            color: #fff;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            padding: 0 14px;
            margin: 0 auto;
            font-size: 14px
        }

        .nav_index li a.on, .nav_index li a:hover {
            background: #3AA3D6
        }

    .nav_index dl {
        display: block;
        position: absolute;
        z-index: 100;
        width: 300px;
        background: #c2c3c3;
        left: 5px;
        display: none
    }

        .nav_index dl dd {
            border-top: 1px solid #fff
        }

            .nav_index dl dd:first-child {
                border-top: none
            }

            .nav_index dl dd a {
                text-align: left;
                color: #333;
                padding-left: 10px;
                font-size: 14px;
                overflow: hidden;
                display: block;
                position: relative;
                z-index: 9999999999;
                background: #c2c3c3
            }

                .nav_index dl dd a:hover {
                    color: #fff;
                    background: #3AA3D6
                }

.lang {
    float: right;
    margin: 19px 0 0
}

    .lang a {
        display: block;
        float: left;
        margin: 0 0 0 8px;
        min-width: 20px;
        height: 15px;
        text-align: center;
        line-height: 15px;
        padding: 0 5px;
        color: #fff;
        background: #919191;
        font-size: 12px
    }

        .lang a:hover, .lang .on {
            background: #3AA3D6
        }

.related_news {
    margin: 30px 0 20px
}

    .related_news .title {
        background: #d71112;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 44px;
        margin: 0 0 15px;
        padding: 0 0 0 15px;
        text-align: left;
        border: 0
    }

    .related_news ul {
        padding: 0 50px 0 0;
        line-height: 22px
    }

    .related_news li {
        width: 50%;
        float: left;
        margin: 0 0 5px;
        padding: 0;
        border: 0
    }

    .related_news ul li a {
        font-size: 14px;
        margin: 0 0 0 5px
    }

    .related_news li h2 {
        font-weight: normal;
        display: inline-block
    }

    .related_news li:hover a {
        color: #d71112
    }

.feed .title {
    border: 0 none;
    margin: 0;
    padding: 18px 0
}

.feed li {
    line-height: 35px;
    margin: 0 0 15px;
    padding: 0;
    border: 0
}

.feed label {
    color: #666;
    display: inline-block;
    font-size: 14px;
    margin: 0 15px 0 0;
    text-align: right;
    min-width: 180px;
    height: 30px;
    float: left
}

.feed .label {
    float: left
}

.feed span {
    color: #f00;
    font-size: 14px;
    margin: 0 5px;
    display: inline
}

.feed img {
    margin: 0 0 0 10px
}

.feed .text {
    border: 1px solid #bbb;
    border-radius: 4px;
    height: 35px;
    padding: 0 5px;
    width: 600px;
    float: none
}

.feed .textarea {
    height: 220px;
    padding: 5px;
    width: 603px
}

.feed .btn {
    background: #3AA3D6;
    border: 0 none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    height: 53px;
    margin: 10px 0 0;
    width: 159px
}

    .feed .btn:hover {
        background: #dc141f
    }

.fanye {
    height: 35px;
    clear: both;
    border: 1px solid #ddd
}

    .fanye .left {
        float: left;
        line-height: 35px;
        font-size: 14px;
        padding: 0 0 0 15px
    }

    .fanye .right {
        float: right;
        line-height: 35px;
        font-size: 14px;
        padding: 0 15px 0 0
    }

    .fanye a {
        font-size: 14px;
        font-weight: 700;
        color: #3AA3D6;
        text-decoration: underline
    }

        .fanye a:hover {
            text-decoration: underline
        }

.to_us {
    margin: 0 0 30px
}

    .to_us a {
        display: inline-block;
        padding: 0 15px;
        min-width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #3AA3D6;
        font-size: 14px;
        border-radius: 5px;
        color: #fff;
        margin: 0 15px 0 0
    }

        .to_us a:hover {
            background: #dc141f
        }

.cp_title {
    background: #3AA3D6;
    height: 45px !important;
    line-height: 45px !important;
    margin: 15px 0;
    color: #fff;
    padding: 0 0 0 20px !important;
    font-size: 16px
}

#onlineService {
    position: fixed;
    right: 50px;
    top: 20%;
    z-index: 998
}

.online {
    float: left;
    transition: all .3s;
    display: none;
    -webkit-transition: all .3s;
    cursor: pointer;
    position: absolute
}

.online_on {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.offside {
    width: 50px;
    float: right;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    position: absolute
}

.offside_on {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.offside li {
    width: 50px;
    height: 50px;
    position: relative;
    background: #fff;
    overflow: hidden;
    text-align: center;
    transition: all .7s;
    -webkit-transition: all .7s
}

.offside .code {
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    margin: 0
}

.offside li:last-child {
    border-bottom: none
}

.offside a, .offside div {
    color: #333;
    position: absolute;
    z-index: 11;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.offside p {
    float: left;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 10px;
    color: #fff;
    opacity: 0
}

.offside .icon {
    font-size: 28px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff
}

.offside li:not(.li_3) a, .offside li:not(.li_3) div {
    left: 0
}

.offside .li_3 a, .offside .li_3 div {
    width: 50px
}

.offside li:nth-child(1) {
    background: #cb2026
}

.offside li:nth-child(2) {
    background: #3a5899
}

.offside li:nth-child(3) {
    background: #0a7089
}

.offside li:nth-child(4) {
    background: #1ca1f3;
    overflow: visible
}

    .offside li:nth-child(4):hover img {
        display: block
    }

.offside li:nth-child(5) {
    background: #64b7ad
}

.offside li:nth-child(6) {
    background: #dd4e40
}

.offside li:nth-child(7) {
    background: #0a7089
}

.offside li:nth-child(8) {
    background: #3a5899;
    height: 20px
}

    .offside li:nth-child(8) .icon {
        line-height: 20px
    }

.offside li:hover a, .offside li:hover div, .offside li:hover .icon {
    color: #fff
}

.offside li:hover p {
    opacity: 1
}

.offside li:not(.li_3):hover {
    width: 60px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px)
}

.offside .tel {
    width: 200px;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px)
}

.offside .back_none {
    height: 0;
    border: 0 !important
}

.offside .li {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.offside .unfold {
    width: 30px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px)
}

.main_title {
    min-height: 30px;
    line-height: 30px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #3AA3D6;
    border-radius: 5px;
    margin: 0 0 10px
}

#douMsg {
    padding: 10px 0 100px 0
}

    #douMsg dl {
        padding: 160px 0 200px 0;
        text-align: center;
        border: 1px solid #e4e4e4
    }

    #douMsg dt {
        color: #0072c6;
        font-size: 16px;
        margin-bottom: 30px;
        font-weight: bold
    }

    #douMsg dd {
        color: #666
    }

        #douMsg dd a {
            margin-left: 5px;
            color: #000
        }

.sideMenus li {
    overflow: hidden
}

#val_text {
    width: 288px;
    margin-right: 10px
}

.table_form a {
    display: inline-block;
    background: #fff;
    color: #333;
    width: 140px;
    height: 28px;
    cursor: pointer;
    vertical-align: top
}

    .table_form a img {
        width: 100%;
        height: 29px
    }

.input_val a {
    display: inline-block;
    background: #fff;
    color: #333;
    width: 140px;
    height: 31px;
    line-height: 31px;
    cursor: pointer;
    vertical-align: top
}

    .input_val a img {
        width: 100%;
        height: 32px
    }

.inner-header {
    position: static
}

    .inner-header .top_inside .header-top {
        background: #333;
        padding: 7px 0
    }

        .inner-header .top_inside .header-top .lf * {
            color: #dedede;
            font-size: 14px;
            line-height: 34px
        }

        .inner-header .top_inside .header-top .lf i {
            padding-right: 5px
        }

        .inner-header .top_inside .header-top .lf span {
            padding-right: 20px
        }

        .inner-header .top_inside .header-top .rt .mult-language {
            display: inline-block
        }

            .inner-header .top_inside .header-top .rt .mult-language a {
                background: #999;
                border-radius: 3px;
                color: #333;
                padding: 0 2px;
                display: inline-block;
                min-width: 30px;
                text-align: center;
                line-height: 17px;
                margin-left: 5px
            }

                .inner-header .top_inside .header-top .rt .mult-language a:hover {
                    background: #3AA3D6;
                    color: #fff
                }

                .inner-header .top_inside .header-top .rt .mult-language a .on {
                    background: #3AA3D6;
                    color: #fff
                }

        .inner-header .top_inside .header-top .rt form {
            display: inline-block;
            position: relative;
            margin-left: 20px
        }

            .inner-header .top_inside .header-top .rt form input {
                background: #999;
                border: none;
                width: 222px
            }

            .inner-header .top_inside .header-top .rt form button {
                position: absolute;
                background: transparent;
                right: 17px;
                top: 6px;
                font-size: 16px;
                border: none;
                outline: none
            }

    .inner-header .header-down {
        background: #dedede
    }

        .inner-header .header-down .logo {
            margin-top: 12px
        }

            .inner-header .header-down .logo img {
                display: block
            }

            .inner-header .header-down .logo span {
                color: #333;
                font-size: 16px;
                font-style: italic;
                margin-top: 3px;
                display: inline-block
            }

        .inner-header .header-down .sep-nav {
            height: 76px
        }

            .inner-header .header-down .sep-nav ul {
                height: 100%
            }

                .inner-header .header-down .sep-nav ul li {
                    height: 100%;
                    float: left;
                    padding-left: 40px
                }

                    .inner-header .header-down .sep-nav ul li a {
                        height: 100%;
                        display: inline-block;
                        line-height: 76px;
                        color: #333;
                        font-size: 16px;
                        position: relative
                    }

                        .inner-header .header-down .sep-nav ul li a:before {
                            top: auto;
                            position: absolute;
                            right: 0;
                            bottom: 0;
                            left: 0;
                            display: block;
                            height: 5px;
                            content: "";
                            -webkit-transform: scaleX(0) rotate(0deg);
                            transform: scaleX(0) rotate(0deg);
                            background-color: #3AA3D6;
                            -webkit-transition: -webkit-transform .25s;
                            transition: transform .25s
                        }

                        .inner-header .header-down .sep-nav ul li a:hover {
                            color: #3AA3D6
                        }

                            .inner-header .header-down .sep-nav ul li a:hover:before {
                                -webkit-transform: scaleX(1) rotate(0deg);
                                transform: scaleX(1) rotate(0deg)
                            }

.sep-container {
    width: 1140px
}

    .sep-container:before {
        display: table;
        content: " ";
        clear: both
    }

    .sep-container:after {
        display: table;
        content: " ";
        clear: both
    }

.pdfs-boxs {
    width: 100%;
    overflow: hidden;
    padding: 15px 0
}

    .pdfs-boxs .pdfs-lists:nth-child(odd) {
        float: left
    }

    .pdfs-boxs .pdfs-lists {
        width: 49%;
        line-height: 59px;
        border: 1px solid #e0e0e0;
        padding: 0 14px;
        margin-bottom: 20px
    }

        .pdfs-boxs .pdfs-lists:nth-child(even) {
            float: right
        }

        .pdfs-boxs .pdfs-lists a {
            font-size: 14px;
            color: #323232;
            line-height: 59px
        }

        .pdfs-boxs .pdfs-lists a {
            font-size: 14px;
            color: #323232;
            line-height: 59px
        }

        .pdfs-boxs .pdfs-lists a {
            font-size: 14px;
            color: #323232;
            line-height: 59px;
            padding-left: 10px
        }

        .pdfs-boxs .pdfs-lists i {
            font-size: 14px;
            color: #3AA3D6;
            font: normal normal normal 14px/1 FontAwesome
        }

    .pdfs-boxs .pdfs-lists {
        width: 49%;
        line-height: 59px;
        border: 1px solid #e0e0e0;
        padding: 0 14px;
        margin-bottom: 20px
    }

        .pdfs-boxs .pdfs-lists img {
            margin-right: 10px
        }

        .pdfs-boxs .pdfs-lists a {
            font-size: 14px;
            color: #323232;
            line-height: 59px
        }

.sep-mainbody .pro-list ul li .img {
    border: 1px solid #bbb
}

.sep-mainbody .pro-list ul li {
    margin-bottom: 5px
}

    .sep-mainbody .pro-list ul li .subtitle {
        color: #565655;
        font-size: 14px;
        height: 4em;
        margin-top: 5px
    }

        .sep-mainbody .pro-list ul li .subtitle:hover {
            color: #3AA3D6
        }

.pro-list {
    padding-top: 30px
}

    .pro-list ul li {
        width: 209px;
        text-align: center;
        float: left;
        margin-bottom: 40px;
        margin-right: 18px;
        position: relative
    }

        .pro-list ul li .img {
            border: 1px solid #bbb;
            width: 209px;
            height: 150px;
            border-bottom: none;
            overflow: hidden
        }

        .pro-list ul li img {
            width: 208px;
            height: 150px;
            display: block
        }

        .pro-list ul li a {
            display: block
        }

        .pro-list ul li .title {
            display: block;
            line-height: 30px;
            height: 30px;
            font-weight: bold;
            font-size: 14px;
            padding: 0 15px;
            background: #3AA3D6;
            color: #fff;
            border: 1px solid #bbb;
            border-top: none;
            position: absolute;
            left: 0;
            right: 0;
            top: 150px;
            overflow: hidden;
            transition: all .7s;
            -webkit-transition: all .7s
        }

        .pro-list ul li:hover .title {
            transform: translateY(-30px);
            -webkit-transform: translateY(-30px);
            height: 60px
        }

        .pro-list ul li:hover p {
            color: #3AA3D6
        }

        .pro-list ul li p {
            text-align: left;
            line-height: 24px;
            font-size: 12px;
            margin: 30px 0 0
        }

        .pro-list ul li.last {
            margin-right: 0
        }

.sep-title {
    height: 113px;
    color: #fff;
    text-align: center;
    position: relative;
    background: transparent;
    overflow: hidden
}

    .sep-title img {
        position: absolute;
        -webkit-filter: brightness(.5);
        filter: brightness(.5);
        left: 0;
        top: 0;
        width: 100%
    }

    .sep-title span {
        line-height: 113px;
        position: absolute;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 1;
        font-weight: normal;
        font-size: 24px
    }

.share {
    display: table;
    margin: 30px auto
}

    .share ul li {
        float: left;
        margin: 0 2px
    }

        .share ul li a {
            border: 1px solid #aaa;
            border-radius: 6px;
            width: 30px;
            height: 30px;
            font-size: 16px;
            line-height: 30px;
            text-align: center;
            display: inline-block;
            color: #5b5b5b
        }

            .share ul li a:hover {
                color: #3AA3D6
            }

.breadcrumb {
    background: transparent;
    padding-left: 0;
    margin-bottom: 20px
}

    .breadcrumb li a {
        color: #666
    }

    .breadcrumb li:last-child a {
        color: #3AA3D6
    }

    .breadcrumb > li + li:before {
        content: '\f105';
        font-family: FontAwesome;
        color: #999
    }

.list-des {
    height: 14.2em;
    font-size: 1.2em;
    overflow: hidden;
    padding: 5px
}

    .list-des ul li:before {
        content: '●';
        padding-right: 5px
    }

.sep-des-more {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 10px;
    background: url(../img/des_bg.png) no-repeat center bottom;
    padding-bottom: 20px
}

    .sep-des-more a {
        font-size: 14px;
        display: inline-block;
        padding-right: 5px
    }

        .sep-des-more a i {
            font-size: 24px;
            color: #d5d5d5;
            transition: All .4s ease-in-out;
            -webkit-transition: All .4s ease-in-out;
            -moz-transition: All .4s ease-in-out;
            -o-transition: All .4s ease-in-out
        }

            .sep-des-more a i.rot {
                transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -o-transform: rotate(180deg);
                -ms-transform: rotate(180deg)
            }

.sep-sidebar {
    float: left;
    width: 282px;
    padding-top: 0;
    font-size: 13px;
    padding-right: 0
}

    .sep-sidebar .sep-box {
        margin-bottom: 15px
    }

        .sep-sidebar .sep-box:last-child {
            margin-bottom: 40px
        }

        .sep-sidebar .sep-box .sep-box-heading {
            padding: 8px;
            padding-bottom: 15px;
            padding-left: 12px;
            background: #3AA3D6;
            font-size: 24px;
            color: #fff;
            font-family: Open Sans
        }

        .sep-sidebar .sep-box .sep-box-body {
            background: #fff
        }

            .sep-sidebar .sep-box .sep-box-body > ul > .has-childs > ul {
                display: none
            }

            .sep-sidebar .sep-box .sep-box-body > ul > li {
                border-bottom: 1px solid #fff
            }

                .sep-sidebar .sep-box .sep-box-body > ul > li a {
                    color: #666;
                    display: block;
                    background: #ddd;
                    padding: 10px
                }

                    .sep-sidebar .sep-box .sep-box-body > ul > li a:hover {
                        color: #3AA3D6
                    }

                .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > a {
                    position: relative;
                    padding: 10px;
                    transition: all .4s ease-in-out;
                    -webkit-transition: all .4s ease-in-out;
                    -ms-transition: all .4s ease-in-out;
                    -moz-transition: all .4s ease-in-out;
                    -o-transition: all .4s ease-in-out;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    padding-right: 24px
                }

                    .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > a:hover {
                        color: #3AA3D6
                    }

                    .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > a.active {
                        background: #565655;
                        color: #fff
                    }

                        .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > a.active i {
                            color: #fff
                        }

                    .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > a i {
                        color: #373737;
                        position: absolute;
                        right: 5px;
                        top: 10px;
                        width: 25px;
                        height: 25px;
                        text-align: center;
                        line-height: 25px
                    }

                .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > ul > li > a {
                    background: #fff;
                    color: #666;
                    padding: 10px;
                    border-bottom: 1px solid #ddd;
                    transition: all .4s ease-in-out;
                    -webkit-transition: all .4s ease-in-out;
                    -ms-transition: all .4s ease-in-out;
                    -moz-transition: all .4s ease-in-out;
                    -o-transition: all .4s ease-in-out
                }

                    .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > ul > li > a:hover {
                        background: #eee;
                        color: #000;
                        padding-left: 20px
                    }

                    .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > ul > li > a:before {
                        content: '\f105';
                        font-family: FontAwesome;
                        padding-right: 5px
                    }

                .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > ul > li > last-child > a {
                    border-bottom: none
                }

                .sep-sidebar .sep-box .sep-box-body > ul > li.has-childs > ul > li > ul {
                    display: none
                }

        .sep-sidebar .sep-box .sep-box-body-not-product ul li a {
            background: #fff;
            color: #666;
            border-bottom: 1px solid #ddd
        }

            .sep-sidebar .sep-box .sep-box-body-not-product ul li a:after {
                content: '\f04e';
                font-family: FontAwesome;
                float: right;
                font-size: 12px
            }

        .sep-sidebar .sep-box .sep-box-body-not-product ul li:hover a {
            background: #eee;
            color: #3AA3D6
        }

.sep-resource-mesh .subtitle {
    font-size: 16px;
    color: #3AA3D6;
    font-weight: bold
}

.sep-resource-mesh .sep-datalist:before {
    content: '';
    display: table;
    clear: both
}

.sep-resource-mesh .sep-datalist:after {
    content: '';
    display: table;
    clear: both
}

.sep-resource-mesh .sep-datalist > li {
    width: 46%;
    margin: 0 2%;
    float: left;
    background: #ebebeb;
    margin-bottom: 4%
}

    .sep-resource-mesh .sep-datalist > li .title {
        background: #ddd;
        color: #565655;
        padding: 10px;
        height: 3em;
        overflow: hidden;
        font-size: 13px;
        display: block;
        box-shadow: 0 0 3px #ddd;
        line-height: 20px;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis
    }

        .sep-resource-mesh .sep-datalist > li .title:hover {
            color: #3AA3D6
        }

    .sep-resource-mesh .sep-datalist > li .box {
        border: 1px solid #bbb;
        padding: 10px;
        min-height: 141px
    }

        .sep-resource-mesh .sep-datalist > li .box .summary {
            width: 54%;
            display: inline-block;
            float: left;
            height: 6em;
            overflow: hidden;
            font-size: 12px;
            color: #666
        }

            .sep-resource-mesh .sep-datalist > li .box .summary ul li {
                width: 100%
            }

                .sep-resource-mesh .sep-datalist > li .box .summary ul li:before {
                    content: '●';
                    padding-right: 5px
                }

                .sep-resource-mesh .sep-datalist > li .box .summary ul li a {
                    font-size: 12px;
                    color: #333
                }

                    .sep-resource-mesh .sep-datalist > li .box .summary ul li a:hover {
                        color: #3AA3D6
                    }

        .sep-resource-mesh .sep-datalist > li .box .thumb {
            width: 44%;
            display: inline-block;
            float: right
        }

            .sep-resource-mesh .sep-datalist > li .box .thumb img {
                width: 100%
            }

.sep-resource-mesh2 .subtitle {
    font-size: 16px;
    color: #3AA3D6;
    font-weight: bold
}

.sep-resource-mesh2 .sep-datalist:before {
    content: '';
    display: table;
    clear: both
}

.sep-resource-mesh2 .sep-datalist:after {
    content: '';
    display: table;
    clear: both
}

.sep-resource-mesh2 .sep-datalist > li {
    width: 46%;
    margin: 0 2%;
    float: left;
    background: #ebebeb;
    margin-bottom: 4%
}

    .sep-resource-mesh2 .sep-datalist > li .title {
        background: #ddd;
        color: #565655;
        padding: 10px;
        height: 3em;
        overflow: hidden;
        font-size: 13px;
        display: block;
        box-shadow: 0 0 3px #ddd;
        line-height: 20px;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis
    }

        .sep-resource-mesh2 .sep-datalist > li .title:hover {
            color: #3AA3D6
        }

    .sep-resource-mesh2 .sep-datalist > li .box {
        border: 1px solid #bbb;
        padding: 10px;
        min-height: 141px
    }

        .sep-resource-mesh2 .sep-datalist > li .box .summary1 {
            width: 54%;
            display: inline-block;
            float: left;
            height: auto;
            min-height: 6em;
            overflow: hidden;
            font-size: 12px;
            color: #666
        }

            .sep-resource-mesh2 .sep-datalist > li .box .summary1 ul li {
                width: 100%
            }

                .sep-resource-mesh2 .sep-datalist > li .box .summary1 ul li:before {
                    content: '●';
                    padding-right: 5px
                }

                .sep-resource-mesh2 .sep-datalist > li .box .summary1 ul li a {
                    font-size: 12px;
                    color: #333
                }

                    .sep-resource-mesh2 .sep-datalist > li .box .summary1 ul li a:hover {
                        color: #3AA3D6
                    }

        .sep-resource-mesh2 .sep-datalist > li .box .thumb {
            width: 44%;
            display: inline-block;
            float: right
        }

            .sep-resource-mesh2 .sep-datalist > li .box .thumb img {
                width: 100%
            }

.sep-content-title {
    height: 85px
}

    .sep-content-title span {
        line-height: 85px
    }

.richtext * {
    font-size: 14px
}

.richtext .subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #3AA3D6
}

.sep-pic-show .richtext .pic-show-box {
    display: table;
    margin: 15px auto;
    position: relative
}

    .sep-pic-show .richtext .pic-show-box span {
        position: absolute;
        background: rgba(255,255,255,0.8);
        color: #000;
        width: 100%;
        text-align: center;
        bottom: 0;
        left: 0;
        padding: 15px 0
    }

.mutiple-drawings {
    width: 670px;
    float: left
}

    .mutiple-drawings ul {
        width: 114px;
        border-right: 2px solid #dfdfdf;
        height: 357px;
        float: left
    }

        .mutiple-drawings ul li {
            margin-bottom: 15px
        }

            .mutiple-drawings ul li a img {
                width: 100px;
                border: 1px solid #ddd
            }

    .mutiple-drawings .box {
        width: 510px;
        float: right;
        float: none;
        margin: 0 auto
    }

        .mutiple-drawings .box a .preview {
            width: 100%
        }

.sketch {
    width: 420px;
    float: right
}

    .sketch .sep-detail-title {
        font-size: 18px;
        background: #666;
        color: #fff;
        display: table;
        padding: 5px 10px;
        margin-bottom: 20px
    }

    .sketch .text {
        font-size: 14px;
        color: #666;
        padding: 10px;
        height: 14em;
        overflow: hidden
    }

    .sketch .contact-now {
        display: block;
        padding: 5px 0;
        background: #3AA3D6;
        color: #fff;
        font-size: 14px;
        text-align: center
    }

    .sketch .share {
        margin: 22px auto
    }

        .sketch .share ul li a i {
            line-height: 30px
        }

.sep-detail-video {
    background: url(../img/detail_bg.jpg) no-repeat;
    position: relative;
    margin-top: 55px;
    margin-bottom: 40px;
    height: 140px;
    overflow: hidden
}

    .sep-detail-video .sep-container {
        background: transparent
    }

        .sep-detail-video .sep-container .title {
            font-size: 24px;
            color: #fff;
            margin-top: 60px;
            margin-bottom: 90px
        }

        .sep-detail-video .sep-container button {
            position: absolute;
            top: 0;
            right: 90px;
            color: #fff;
            background: #3AA3D6;
            border-radius: 0;
            padding: 15px 61px;
            font-family: bold;
            font-size: 30px
        }

        .sep-detail-video .sep-container .video {
            padding: 0 90px;
            margin-bottom: 130px;
            margin-top: 174px
        }

            .sep-detail-video .sep-container .video .video-content {
                width: 50%
            }

                .sep-detail-video .sep-container .video .video-content img {
                    width: 100%
                }

            .sep-detail-video .sep-container .video .text {
                width: 50%;
                color: #fff;
                padding-left: 30px;
                font-size: 24px;
                padding-top: 60px
            }

.sep-detail-hd {
    background: #ddd;
    margin-top: 10px;
    padding: 0 30px
}

    .sep-detail-hd span {
        color: #565655;
        font-size: 22px;
        padding: 10px 0;
        margin-right: 60px;
        display: inline-block;
        cursor: pointer;
        border-bottom: 2px solid transparent
    }

        .sep-detail-hd span.on {
            border-bottom: 2px solid #3AA3D6
        }

.sep-detail-bd .subtitle {
    font-size: 16px;
    color: #3AA3D6;
    font-weight: bold
}

.sep-detail-bd > ul > li {
    height: 297px;
    margin-top: 20px
}

    .sep-detail-bd > ul > li:nth-child(odd) .img {
        float: left;
        position: relative;
        height: 297px;
        overflow: hidden;
        width: 555px;
        max-width: 555px
    }

        .sep-detail-bd > ul > li:nth-child(odd) .img img {
            width: 100%
        }

        .sep-detail-bd > ul > li:nth-child(odd) .img .bg {
            background: url(../img/rt.png) no-repeat;
            position: absolute;
            top: 0;
            z-index: 1;
            right: 0;
            width: 120px;
            height: 100%
        }

    .sep-detail-bd > ul > li:nth-child(odd) .text {
        float: right;
        width: 274px;
        max-width: 555px;
        border: 1px solid #d8d8d8;
        border-left: none;
        height: 296px;
        padding-left: 10px;
        padding-right: 10px
    }

    .sep-detail-bd > ul > li:nth-child(even) .img {
        float: right;
        position: relative;
        height: 297px;
        overflow: hidden;
        width: 555px;
        max-width: 555px
    }

        .sep-detail-bd > ul > li:nth-child(even) .img img {
            width: 100%
        }

        .sep-detail-bd > ul > li:nth-child(even) .img .bg {
            background: url(../img/lf.png) no-repeat;
            position: absolute;
            top: 0;
            z-index: 1;
            left: 0;
            width: 120px;
            height: 100%
        }

    .sep-detail-bd > ul > li:nth-child(even) .text {
        float: left;
        max-width: 555px;
        width: 274px;
        border: 1px solid #d8d8d8;
        border-right: none;
        height: 296px;
        padding-left: 10px;
        padding-right: 10px
    }

@media screen and (max-width:1160px) {
    .kj {
        width: 90%
    }

    .pro-list ul li {
        width: 20%;
        margin: 10px 2.5%
    }

        .pro-list ul li .img {
            width: 100%;
            height: 100%;
            border-bottom: 1px solid #bbb
        }

        .pro-list ul li img {
            width: 100%;
            height: 100%
        }

        .pro-list ul li .title {
            position: static
        }

        .pro-list ul li p {
            margin: 0
        }

        .pro-list ul li:hover .title {
            height: 30px;
            transform: translateY(0);
            -webkit-transform: translateY(0)
        }

    .sep-detail-bd {
        width: 100%;
        max-width: 829px;
        margin: 0 auto
    }
}

@media screen and (max-width:1110px) {
    .mutiple-drawings {
        float: none;
        margin: 0 auto
    }

    .sketch {
        float: none;
        margin: 0 auto;
        margin-top: 30px
    }
}

@media screen and (max-width:875px) {
    .sep-detail-bd ul li:nth-child(odd) .img .bg {
        display: none
    }

    .sep-detail-bd ul li:nth-child(even) .img .bg {
        display: none
    }

    .sep-detail-bd ul li:nth-child(odd) .img {
        width: 100%;
        height: 100%;
        float: none;
        margin: 10px auto
    }

    .sep-detail-bd ul li:nth-child(even) .img {
        width: 100%;
        height: 100%;
        float: none;
        margin: 10px auto
    }

    .sep-detail-bd ul li:nth-child(odd) .text {
        width: 100%;
        border: none;
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 20px;
        height: 100%;
        float: none;
        margin: 10px auto
    }

    .sep-detail-bd ul li:nth-child(even) .text {
        width: 100%;
        border: none;
        padding-top: 20px;
        padding-left: 0;
        padding-bottom: 20px;
        height: 100%;
        float: none;
        margin: 10px auto
    }

    .sep-detail-bd ul li {
        height: 100%
    }
}

@media screen and (max-width:768px) {
    .sep-detail-video .sep-container .video .video-content {
        width: 100%;
        float: none
    }

    .sep-detail-video .sep-container .video .text {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }
}

@media screen and (max-width:640px) {
    .pro-list ul li {
        width: 45%
    }

    .mutiple-drawings {
        width: 100%
    }

    .sep-detail-hd span {
        font-size: 16px
    }

    .mutiple-drawings {
        width: 100%
    }

        .mutiple-drawings ul {
            width: 20%;
            height: 100%
        }

        .mutiple-drawings .box {
            width: 75%
        }

        .mutiple-drawings ul {
            border: none
        }

    .sep-resource-mesh .sep-datalist li {
        width: 100%
    }

    .sep-title img {
        display: none
    }

    .sep-title span {
        color: #000
    }

    .sep-title {
        height: 50px
    }

        .sep-title span {
            line-height: 50px
        }
}

@media screen and (max-width:1330px) {
    .logo span {
        left: 300px
    }
}

@media screen and (max-width:1280px) {
    .top_index .kj {
        width: 80%
    }

    .nav_index li > a {
        padding: 0;
        font-size: 12px
    }

    .nav_index li {
        background: transparent;
        min-width: 73px
    }
}

@media screen and (max-width:1200px) {
    .logo span {
        left: 280px
    }

    .footer .logo {
        display: none
    }
}

@media screen and (max-width:1180px) {
    .top_index .lang-list {
        top: 67px
    }

    .top_index .s-btn {
        top: 67px
    }

    .top_index .search {
        top: 114px
    }
}

@media screen and (max-width:1160px) {
    .logo span {
        display: none
    }

    .kj {
        width: 90%
    }

    .sep-container {
        width: 90%
    }

    .sep-mainbody .sep-sidebar {
        display: none
    }

    .sep-mainbody .sep-primary {
        width: 98%;
        float: none;
        margin: 0 auto
    }

    .sep-mainbody .sep-container {
        width: 100%
    }

    .sep-banner img {
        width: 100%
    }

    .sep-banner {
        width: 100%
    }

    .sep-mainnav {
        width: 100%;
        left: 0
    }

        .sep-mainnav .sep-container > ul {
            padding-left: 12%
        }

    .slideBox {
        top: 0
    }

        .slideBox .bd ul li .banner-select-hd {
            width: 100%
        }

    .share .touch {
        float: none;
        width: 500px;
        margin: 0 auto
    }

    .share ul:before {
        display: block;
        content: " ";
        clear: both
    }

    .about .left-img {
        float: none
    }

    .about .right-text {
        float: none;
        padding-left: 0
    }

    .about-news ul li .right {
        width: 60%
    }

    .about-news ul li img {
        float: left;
        width: 35%;
        height: 35%
    }

    .footer .right li.foot-list1, .footer .right li.foot-list2 {
        width: 30%;
        margin-right: 3%
    }

    .footer .right li.foot-list3 {
        width: 30%
    }

    .footer {
        height: 350px
    }

        .footer .right {
            width: 100%
        }

            .footer .right li.foot-list3 .erwei {
                margin-right: 35px
            }
}

@media screen and (max-width:1100px) {
    .footer .right li.foot-list3 .erwei {
        margin-right: 0
    }
}

@media screen and (max-width:1024px) {
    .sep_index_aside, .sep_products {
        float: none;
        margin: 0 auto
    }

    .sep-mainnav .sep-container > ul > li:nth-child(3) > ul > .has-childs {
        min-height: 450px
    }

    .footer .right li.foot-list3 .erwei {
        display: none
    }

    .sep-mainnav .sep-container {
        border-top-left-radius: 9px;
        border-top-right-radius: 9px
    }

    .slideBox {
        top: 0;
        width: 100%;
        float: none;
        margin: 0 auto
    }

    .slideBox2 {
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        width: 62%
    }

    .sep_news {
        float: none;
        margin: 0 auto;
        width: 62%
    }

    .sep-mainnav .sep-container > ul {
        padding-left: 0;
        display: table;
        margin: 0 auto;
        margin-top: 12px;
        box-shadow: none
    }

    .sep-mainnav ul li a {
        padding: 6px 10px
    }
}

@media screen and (max-width:1010px) {
    .logo span {
        display: none
    }

    .slideBox {
        width: 100%
    }

    .sep-mainnav .sep-container > ul {
        padding-left: 0
    }

    .inner-header .header-down .sep-nav ul li {
        padding-left: 20px
    }
}

@media screen and (max-width:856px) {
    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt {
        float: none;
        margin: 0 auto
    }

    .cp_le {
        float: none
    }

    .txtbox_ul li {
        font-size: 11px;
        margin: 0 6px 0 0
    }
}

@media screen and (max-width:768px) {
    .sep_news ul li p {
        width: 100%
    }

    .sep_news ul li img {
        display: none
    }

    .slideBox {
        margin: 0
    }

    .sep-container {
        width: 100%
    }

    .language_main {
        width: 80%
    }
}

@media screen and (max-width:768px) {
    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li {
        background: none
    }

    .cp_le {
        width: 80%;
        margin: 0 auto
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-box {
        float: none;
        margin: 0 auto
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-list {
        float: none;
        margin: 0 auto
    }
}

@media screen and (min-width:675px) {
    .nav {
        display: none
    }
}

@media screen and (max-width:675px) {
    .nav {
        display: block
    }

    .sep-mainnav .sep-container > ul {
        padding-left: 5%
    }

    .slick-prev, .slick-next {
        display: none
    }

    .sep_products {
        overflow: hidden
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_le .goods-img .img-box {
        width: 100%
    }
}

@media screen and (min-width:640px) {
    .nav {
        display: none
    }
}

@media screen and (max-width:640px) {
    .nav {
        display: block
    }
}

@media screen and (max-width:640px) {
    .about-news ul li img {
        width: 100%;
        height: 150px
    }

    .about-news ul li .right {
        width: 100%;
        margin-top: 15px
    }

    .h1-title {
        height: 32px;
        line-height: 32px
    }

    .tq_online {
        display: none
    }

    .footer {
        display: none
    }

    .sep_index_aside .index-video {
        display: none
    }

    .sep_index_aside {
        padding-top: 20px
    }

    .slideBox2 {
        width: 90%
    }

    .sep_mask .sep_mask_head {
        display: block
    }

    .sep_mask .sep-form {
        width: 90%
    }

    .sep_mask {
        background: #fff
    }

    .sep_news {
        width: 90%
    }

    .sep_mask .sep-form .close {
        display: none
    }

    .btn.btn-primary {
        background: #3AA3D6;
        border-color: #3AA3D6;
        width: 100%
    }

        .btn.btn-primary:active {
            background: #e1000c;
            border-color: #e1000c
        }

    .sep-footer {
        background: #383d41
    }

    .sep-copyright {
        background: #383d41;
        border-top: 1px solid #fff
    }

    .bottom {
        background: #383d41;
        border-top: 13px solid #3AA3D6
    }

        .bottom .ul_3 div {
            display: block
        }

    .sep-copyright a {
        display: none
    }

    .sep-footer .sep-copyright .sep-container {
        text-align: center
    }

        .sep-footer .sep-copyright .sep-container span {
            float: none;
            color: #888
        }

    .sep-mainbody .sep-form {
        padding: 0
    }

    .navbox {
        overflow-x: hidden;
        min-height: 1000px;
        position: absolute;
        top: 60px;
        z-index: -1;
        width: 100%;
        transition: all 1s
    }

    header {
        display: none
    }

    nav {
        display: none
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li .thumb {
        display: none
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li .thumb {
        display: none
    }

    .sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .thumb img {
        top: 0
    }

    .sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li .title {
        height: 100%
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt .btns {
        bottom: 0;
        position: relative
    }

    .sep-mainbody .sep-primary .sep-content .mult-image .cp_rt {
        min-height: 100%
    }

    .bx-wrapper .bx-pager {
        display: none
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li {
        width: 50%
    }

    #onlineService {
        display: none
    }

    .cp_le {
        width: 100%
    }

    .sep_products {
        width: 100%
    }

    .slick-slide a img {
        width: 95%
    }

    .sep-shortcut {
        display: none
    }

    .banner {
        padding: 0
    }

    .slideBox {
        position: relative;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        border: none;
        border-radius: 6px;
        box-shadow: none
    }

        .slideBox .hd {
            display: none
        }

    .header {
        display: block
    }

    .header_left .change, .header_left .search {
        height: 32px;
        width: 32px;
        padding: 0
    }

        .header_left .change i, .header_left .search i {
            height: 32px;
            width: 32px;
            border: 1px solid #fff;
            color: #fff;
            text-align: center;
            line-height: 32px;
            font-size: 18px;
            border-radius: 6px;
            cursor: pointer
        }

            .header_left .change i.on, .header_left .search i.on {
                background: #fff;
                color: #3AA3D6
            }

    .change3 {
        position: relative;
        right: 20px
    }

    .header_left .change {
        text-align: center
    }

        .header_left .change img {
            position: relative;
            top: 17px;
            cursor: pointer
        }

        .header_left .change span {
            position: relative;
            top: 4px
        }

    .header_left .search {
        background: #3AA3D6;
        margin-top: 14px
    }

    .header_left .change b {
        left: 40px;
        top: 10px
    }

    #change1 {
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
        width: 100%;
        color: #fff
    }

    .header_left .search b {
        display: inline-block;
        width: 38px;
        height: 38px;
        position: relative;
        top: 5px;
        left: 40px;
        top: 15px;
        cursor: pointer
    }

    .header_left #click b {
        width: 25px;
        height: 25px;
        left: 35px
    }

    .header_left .search span {
        display: inline-block;
        line-height: 27px;
        font-size: 14px;
        height: 27px;
        color: #fff;
        margin-left: 10px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
        width: 100%
    }

    .header_left #click span {
        color: #fff
    }

    .header_left #click {
        background: #3AA3D6
    }

    .header_menu {
        width: 14%
    }

        .header_menu i {
            content: '\f0c9';
            font-family: FontAwesome;
            color: #fff;
            display: inline-block;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 18px;
            position: relative;
            top: 5px;
            left: 18px;
            top: 14px;
            cursor: pointer;
            border: 1px solid #fff;
            border-radius: 6px
        }

    #menuClick i {
        color: #3AA3D6;
        background: #fff
    }

    .header_menu span {
        display: inline-block;
        line-height: 27px;
        font-size: 14px;
        height: 27px;
        margin-left: 10px;
        cursor: pointer;
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
        width: 100%;
        color: #fff
    }

    .share .touch {
        display: none
    }

    .share {
        background: #fff
    }

    .bottom {
        display: none
    }

    .kb_footer {
        background: #fff
    }

    .copy {
        color: #666;
        border-top: 1px solid #ddd;
        padding: 10px 0
    }

    #bottom {
        display: block
    }

        #bottom .ul_1 {
            float: none;
            margin-left: 0;
            width: 80%;
            margin: 0 auto;
            margin-bottom: 10px
        }

            #bottom .ul_1 h4 {
                padding: 10px 30px;
                background: #00aead;
                color: #fff;
                cursor: pointer;
                position: relative
            }

            #bottom .ul_1 li {
                margin-bottom: 10px
            }

                #bottom .ul_1 li a {
                    color: #1c3f77
                }

                    #bottom .ul_1 li a:hover {
                        text-decoration: none
                    }

        #bottom .ul_3 {
            float: none;
            margin-left: 0;
            width: 80%;
            margin: 0 auto;
            margin-bottom: 15px
        }

            #bottom .ul_3 a:hover {
                color: #666
            }

    .bottom .ul_1 div {
        width: 100%;
        margin: 0
    }

    .bottom .ul_3 div {
        width: 100%;
        margin: 0
    }

    #bottom .ul_3 h4 {
        padding: 10px 30px;
        background: #00aead;
        color: #fff;
        cursor: pointer;
        position: relative
    }

    #bottom .ul_3 div li {
        color: #fff
    }

        #bottom .ul_3 div li a {
            color: #fff
        }

    #bottom .ul_1 h4 span, #bottom .ul_3 h4 span {
        display: inline-block;
        position: absolute;
        width: 7px;
        height: 12px;
        left: 10px;
        top: 10px;
        z-index: 10;
        transition: All .4s ease-in-out;
        -webkit-transition: All .4s ease-in-out;
        -moz-transition: All .4s ease-in-out;
        -o-transition: All .4s ease-in-out
    }

    #bottom .ul_1 h4 .active, #bottom .ul_3 h4 .active {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

    .bottom ul li {
        float: none
    }

    #bottom .ul_1 li a .r {
        opacity: 0;
        position: relative;
        left: 50px;
        text-decoration: none;
        transition: All .2s ease-in-out;
        -webkit-transition: All .2s ease-in-out;
        -moz-transition: All .2s ease-in-out;
        -o-transition: All .2s ease-in-out
    }

    #bottom .ul_1 li a:hover .r {
        opacity: 1;
        left: 0
    }
}

@media screen and (max-width:610px) {
    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li .thumb {
        display: none
    }
}

@media screen and (max-width:480px) {
    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-download-list .sep-datalist li {
        width: 100%
    }

    .language_main li {
        width: 46%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-content .relate-article-list .sep-datalist li {
        width: 100%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-product-list .sep-datalist li .thumb {
        height: 100%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li, .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-case-list .sep-datalist li:nth-child(1), .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-article-list .sep-datalist li {
        width: 99%
    }

    .sep-mainbody .sep-primary .sep-box .sep-box-body .sep-inner-solution-list .sep-datalist li {
        width: 100%
    }

    .sep-mainbody .sep-form .form-group {
        padding-right: 0
    }
}

@media screen and (max-width:420px) {
    .about .left-img {
        width: 100%
    }

        .about .left-img video {
            width: 100%
        }

    .about-news ul li {
        width: 100%;
        float: none;
        padding-right: 0
    }

        .about-news ul li img {
            width: 100%;
            margin-bottom: 10px
        }

        .about-news ul li .right {
            width: 100%
        }

    .txtbox_ul li {
        padding: 0;
        margin: 0
    }

    .sep-audio-list-mobile .sep-datalist li .summary {
        display: none
    }

    .header_menu i {
        left: 0
    }

    .header_left .search {
        position: relative;
        right: 20px
    }

    .change3 {
        position: relative;
        right: 40px
    }

    .header_left .search b {
        left: 20px
    }

    .header_left #click b {
        left: 20px
    }

    .header_left a img {
        width: 70px
    }

    .header_left .change b {
        left: 35px
    }

    .share ul li a {
        margin-right: 18px
    }
}

@media screen and (max-width:350px) {
    .slideBox2 {
        width: 100%
    }

    .sep_news {
        width: 100%
    }
}
