﻿* {
    box-sizing: border-box;
    outline: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #777;

    overflow-x: hidden;

}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

    a:hover {
        color: #2b71b8;
    }

img {
    border: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: none;
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: none;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.bgFull {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vcenter {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.block-full {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.block {
    display: block;
    position: relative;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    clear: both;
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_1464145552_9135885.eot');
    src: url('//at.alicdn.com/t/font_1464145552_9135885.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/font_1464145552_9135885.woff') format('woff'),url('//at.alicdn.com/t/font_1464145552_9135885.ttf') format('truetype'),url('//at.alicdn.com/t/font_1464145552_9135885.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont";
}

.container {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

.header {
    position: relative;
    /*top: -90px;*/
    left: 0;
    z-index: 9;
}

    .header .swith {
        display: inline-block;
        margin-top: 42px;
    }

        .header .swith img {
            margin-top: -4px;
            vertical-align: top;
        }

        .header .swith a {
            line-height: 20px\9;
            color: #a3a3a3;
            text-decoration: underline;
            display: inline-block;
            padding-left: 10px;
        }

.nav {
    float: left;
}

    .nav ul > li:first-child {
        margin-left: 0;
    }

    .nav ul > li {
        margin-right: 16px;
        font-size: 14px;
        float: left;
        position: relative;
        line-height: 100px;
    }

        .nav ul > li.active > a {
            color: #fff;
            background: url(../images/nav_hover.png) no-repeat;
        }

        .nav ul > li > a {
            display: block;
            color: #333;
            position: relative;
            padding: 0 6px;
        }

        .nav ul > li:hover > a {
            color: #fff;
            background: url(../images/nav_hover.png) no-repeat;
        }

        .nav ul > li > ul {
            padding: 10px 0;
            top: 85px;
            left: 0;
            display: none;
            width: 200px;
            background-color: #2b71b8;
            position: absolute;
        }

            .nav ul > li > ul > li {
                margin-left: 0;
                float: none;
                padding-left: 15px;
                text-align: left;
                line-height: 30px;
            }

                .nav ul > li > ul > li > a {
                    color: #fff;
                    display: block;




                    height:37px;
                    overflow:hidden;
                }

                    .nav ul > li > ul > li > a:hover {
                        font-weight: bold;
                    }

.search {
    margin-top: 38px;
    float: left;
    position: relative;
}

    .search .nice-select {
        width: 53px;
        padding: 0 10px;
        height: 26px;
        border: 1px solid #d8d8d8;
        position: relative;
        border-radius: 5px;
        float: left;
        margin-right: 2px;
        background: url(../images/a2.jpg) no-repeat right center;
    }

        .search .nice-select input {
            display: block;
            width: 100%;
            height: 26px;
            border: 0;
            outline: 0;
            line-height: 26px;
            background: none;
            cursor: pointer;
        }

        .search .nice-select ul {
            width: 100%;
            display: none;
            position: absolute;
            left: -1px;
            top: 28px;
            overflow: hidden;
            background-color: #fff;
            max-height: 150px;
            overflow-y: auto;
            border: 1px solid #d8d8d8;
            border-top: 0;
            z-index: 9999;
        }

            .search .nice-select ul li {
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                padding: 0 10px;
                cursor: pointer;
            }

                .search .nice-select ul li.on {
                    background-color: #e0e0e0;
                }

    .search .input {
        height: 26px;
        border: solid 1px #d8d8d8;
        line-height: 24px;
        border-radius: 5px;
        width: 143px;
        padding-right: 30px;
        padding-left: 10px;
    }

    .search .button {
        background: url(../images/search.png) no-repeat;
        width: 13px;
        height: 13px;
        border: 0;
        position: absolute;
        top: 5px;
        z-index: 9;
        right: 10px;
    }

.footer {
    background: url(../images/foot-bg.jpg) no-repeat top center #3b75be;
    min-height: 165px;
    overflow: hidden;
    color: #fff;
    padding-top: 60px;
    text-align: center;
}

    .footer p {
        margin-bottom: 10px;
    }

    .footer a {
        display: inline-block;
        padding: 0 5px;
        color: #fff;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.hbanner {
    overflow: hidden;
    height: 677px;
    width: 100%;
    position: relative;
    z-index: 1;
   /* margin-top: 90px;*/
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes fadeInLeft1 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@keyframes fadeInLeft1 {
    from {
        opacity: 0;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes scale {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes scale {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slider-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .slider-box .pics {
        position: absolute;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }



.slider-box-1 .pics-1 {
    left: 370px;
    top: 154px;
}
.slider-box-1.show .pics-1 {
    -webkit-animation: fadeInLeft1 1s ease;
    -moz-animation: fadeInLeft1 1s ease;
    animation: fadeInLeft1 1s ease;
}

.slider-box-1 .pics-2 {
    left: 576px;
    top: 60px;
}
.slider-box-1.show .pics-2 {
    -webkit-animation: scale 1.5s ease;
    -moz-animation: scale 1.5s ease;
    animation: scale 1.5s ease;
}

.slider-box-1 .pics-3 {
    left:516px;
    top:350px;
}

.slider-box-1.show .pics-3 {
    -webkit-animation: fadeInRight 2s ease;
    -moz-animation: fadeInRight 2s ease;
    animation: fadeInRight 2s ease;
}












.slider-box-1 .pics-4 {
    right: 305px;
    top: 70px;
}

.slider-box-1.show .pics-4 {
    -webkit-animation: fadeInRight 2.5s ease;
    animation: fadeInRight 2.5s ease;
}

.slider-box-1 .pics-5 {
    right: 365px;
    top: 275px;
}

.slider-box-1.show .pics-5 {
    -webkit-animation: fadeInRight 3s ease;
    animation: fadeInRight 3s ease;
}

.slider-box-2 .pics-1 {
    left: 400px;
    top: 150px;
}

.slider-box-2.show .pics-1 {
    -webkit-animation: fadeInLeft 1s ease;
    animation: fadeInLeft 1s ease;
}

.slider-box-2 .pics-2 {
    left: 0;
    top: 258px;
}

.slider-box-2.show .pics-2 {
    -webkit-animation: fadeInLeft 1.5s ease;
    animation: fadeInLeft 1.5s ease;
}

.slider-box-2 .pics-3 {
    right: 400px;
    top: 40px;
}

.slider-box-2.show .pics-3 {
    -webkit-animation: scale 1.5s ease;
    animation: scale 1.5s ease;
}

.slider-box-3 .pics-1 {
    left: 330px;
    top: 258px;
}

.slider-box-3.show .pics-1 {
    -webkit-animation: fadeInLeft1 1s ease;
    animation: fadeInLeft1 1s ease;
}

.slider-box-3 .pics-2 {
    left: 330px;
    top: 349px;
}

.slider-box-3.show .pics-2 {
    -webkit-animation: fadeInLeft1 1.5s ease;
    animation: fadeInLeft1 1.5s ease;
}

#hbannerimg {
    position: absolute;
    top: 0;
    width: 1900px;
    left: 50%;
    margin-left: -950px;
    height: 657px;
}

    #hbannerimg li {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        display: none;
cursor:pointer;
    }

        #hbannerimg li:first-child {
            display: block;
        }

#hbannerbtn {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 40px;
    text-align: center;
}

    #hbannerbtn .show {
        background-color: #f6c708;
    }

        #hbannerbtn .show span {
            color: #000;
        }

    #hbannerbtn li {
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        position: relative;
        margin: 0 5px;
        background-color: #095f90;
        cursor: pointer;
    }

        #hbannerbtn li span {
            display: block;
            line-height: 4px;
            width: 31px;
            font-size: 0;
            color: #fff;
        }

        #hbannerbtn li div {
            display: none;
            position: absolute;
            top: -20px;
            left: -20px;
            width: 71px;
            height: 37px;
            background: url(../images/bannerbtnpop.png);
            filter: alpha(opacity=0);
            opacity: 0;
            -webkit-opacity: 0;
            -moz-opacity: 0;
            -webkit-transition: top .3s,opacity .3s;
            transition: top .3s,opacity .3s;
            border: 2px solid #fff;
        }

        #hbannerbtn li:hover div {
            top: -50px;
            filter: alpha(opacity=100);
            opacity: 1;
            -webkit-opacity: 1;
        }

.more {
    line-height: 34px;
    padding: 0 38px;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    border: solid 1px #fff;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
}

.home-title {
    margin-bottom: 50px;
    text-align: center;
}

    .home-title h2 {
        font-size: 30px;
        color: #333;
    }

    .home-title p {
        margin-top: 10px;
        color: #777;
        font-size: 14px;
        position: relative;
    }

        .home-title p span {
            z-index: 9;
            padding: 0 10px;
            position: relative;
            display: inline-block;
            background-color: #fff;
        }

        .home-title p:after {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 100%;
            border-top: solid 1px #dadada;
        }

.home-case {
    padding: 50px 0;
}

    .home-case .Left {
        width: 579px;
        float: left;
        height: 598px;
    }

        .home-case .Left li .pic {
            position: relative;
            overflow: hidden;
            width: 579px;
            height: 384px;
        }

            .home-case .Left li .pic:after {
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                background-color: #2f72b5;
                opacity: .5;
                width: 100%;
                height: 100%;
                display: none\9;
                -webkit-transition-duration: .3s;
                transition-duration: .3s;
                -webkit-transform: translateY(500px);
                -ms-transform: translateY(500px);
                transform: translateY(500px);
            }

            .home-case .Left li .pic img {
                -webkit-transition-duration: .6s;
                transition-duration: .6s;
            }

        .home-case .Left li dl {
            background: url(../images/home-case-bg.jpg) no-repeat top center;
            height: 214px;
            color: #fff;
            padding: 34px 0;
            text-align: center;
            font-size: 14px;
        }

            .home-case .Left li dl dt > a {
                font-size: 30px;
                height: 30px;
                line-height: 30px;
                color: #fff;
                font-weight: 600;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

            .home-case .Left li dl dd p {
                margin: 15px 0 25px 0;
                line-height: 24px;
                height: 48px;
                overflow: hidden;
                padding: 0 30px;
            }

        .home-case .Left li:hover p img {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

        .home-case .Left li:hover p:after {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .home-case .Left li:hover .more {
            border: solid 2px #fff;
        }

    .home-case .Right {
        width: 579px;
        float: right;
    }

        .home-case .Right dl {
            overflow: hidden;
            margin-top: 24px;
        }

            .home-case .Right dl:first-child {
                margin-top: 0;
            }

        .home-case .Right dt {
            float: left;
            width: 432px;
            height: 287px;
            position: relative;
            overflow: hidden;
        }

            .home-case .Right dt img {
                -webkit-transition-duration: .8s;
                transition-duration: .8s;
            }

            .home-case .Right dt .more {
                -webkit-transform: translateX(-200px);
                -ms-transform: translateX(-200px);
                transform: translateX(-200px);
                -webkit-transition-duration: .8s;
                transition-duration: .8s;
            }

            .home-case .Right dt div {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 287px;
                color: #fff;
                font-size: 14px;
                padding: 70px 70px 70px 30px;
                background-color: rgba(247,170,17,0.6);
                background-color: #f7b228\9;
                -webkit-transform: translateX(-500px);
                -ms-transform: translateX(-500px);
                transform: translateX(-500px);
                -webkit-transition-duration: .6s;
                transition-duration: .6s;
                display: none;\9
            }

                .home-case .Right dt div p {
                    margin-bottom: 20px;
                    line-height: 24px;
                    height: 96px;
                    overflow: hidden;
                    -webkit-transition-duration: .5s;
                    transition-duration: .5s;
                    -webkit-transform: translateX(100px);
                    -ms-transform: translateX(100px);
                    transform: translateX(100px);
                }

        .home-case .Right dd {
            width: 147px;
            float: right;
            height: 287px;
            color: #fff;
            background-color: #f7b228;
        }

            .home-case .Right dd a {
                margin-top: 33px;
                padding: 20px;
                width: 70px;
                line-height: 30px;
                border: solid 1px #fff;
                display: block;
                color: #fff;
                margin-left: 37px;
                font-size: 30px;
                font-weight: 600;
                height: 217px;
            }

        .home-case .Right dl:hover dt div {
            display: block;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

            .home-case .Right dl:hover dt div p {
                -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                transform: translateX(0);
            }

        .home-case .Right dl:hover dt img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .home-case .Right dl:hover dt .more {
            border: solid 2px #fff;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            color: #fff;
        }

.home-about {
    background: url(../images/home-about-bg.jpg) no-repeat top center;
    height: 325px;
    color: #fff;
    font-size: 14px;
}

    .home-about .Left {
        width: 590px;
        float: left;
        padding: 50px 60px 0 40px;
    }

        .home-about .Left h2 {
            font-size: 30px;
            font-weight: bold;
            line-height: 30px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .home-about .Left p {
            margin: 20px 0 30px 0;
            height: 120px;
            line-height: 24px;
        }

        .home-about .Left:hover .more {
            color: #fff;
            border: solid 2px #fff;
        }

    .home-about .Right {
        float: right;
        text-align: center;
        margin-top: 76px;
    }

        .home-about .Right li {
            padding-top: 30px;
            float: left;
            margin-left: 26px;
            width: 170px;
            height: 170px;
            border: solid 1px #fff;
            border-radius: 15px;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
        }

            .home-about .Right li > a {
                color: #fff;
                display: block;
            }

            .home-about .Right li span {
                font-size: 60px;
            }

            .home-about .Right li p {
                font-size: 20px;
                margin-top: 10px;
            }

            .home-about .Right li:hover {
                background-color: #fff;
            }

                .home-about .Right li:hover > a {
                    color: #2b71b8;
                    font-weight: 600;
                }

.home-product {
    padding: 50px 0;
}

    .home-product .list {
        margin-top: 35px;
    }

        .home-product .list .box {
            height: 390px;
            margin: 0 10px;
            background-color: #dadada;
        }

            .home-product .list .box .pic {
                position: relative;
                width: 382px;
                height: 290px;
                text-align: center;
                overflow: hidden;
                border: solid 5px #dadada;
                -webkit-transition-duration: .3s;
                transition-duration: .3s;
            }

                .home-product .list .box .pic:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    -webkit-transition-duration: .4s;
                    transition-duration: .4s;
                    background-color: rgba(238,172,39,0.75);
                    -webkit-transform: translateY(400px);
                    -ms-transform: translateY(400px);
                    transform: translateY(400px);
                }

            .home-product .list .box .iconfont {
                color: #fff;
                font-size: 60px;
                position: absolute;
                top: 100px;
                -webkit-transition-duration: .5s;
                transition-duration: .5s;
                margin-left: 150px;
                -webkit-transform: translateY(-300px);
                -ms-transform: translateY(-300px);
                transform: translateY(-300px);
                display: none;\9
            }

            .home-product .list .box .text {
                height: 100px;
                width: 382px;
                color: #fff;
                padding-top: 15px;
                text-align: center;
                -webkit-transition-duration: .3s;
                transition-duration: .3s;
                background-color: #3a75b0;
            }

                .home-product .list .box .text h3 {
                    font-size: 30px;
                    height: 30px;
                    line-height: 30px;
                    font-weight: normal;
                    /*text-overflow: ellipsis;*/
                    overflow: hidden;
                    /*white-space: nowrap;*/
                }

                    .home-product .list .box .text h3 > a {
                        color: #fff;
                    }

                .home-product .list .box .text p {
                    margin-top: 10px;
                    font-size: 14px;
                    height: 24px;
                    line-height: 24px;
                    /*text-overflow: ellipsis;*/
                    overflow: hidden;
                    /*white-space: nowrap;*/
                }

            .home-product .list .box:hover .pic {
                border-color: #f19a08;
            }

                .home-product .list .box:hover .pic:after {
                    -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                    transform: translateY(0);
                }

            .home-product .list .box:hover .text {
                background-color: #f19a08;
            }

            .home-product .list .box:hover .iconfont {
                display: block;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

.pageBanner {
    position: relative;
 
    height: 326px;
}

.location {
    background-color: #f5f5f5;
    height: 34px;
    line-height: 34px;
    border-bottom: solid 1px #e7e7e7;
}

    .location h2 {
        font-weight: normal;
        font-size: 12px;
        color: #b6b6b6;
    }

        .location h2 img {
            vertical-align: middle;
        }

        .location h2 span {
            color: #969696;
        }

        .location h2 a {
            color: #b6b6b6;
        }

            .location h2 a:hover {
                color: #2b71b8;
            }

.column-menu {
    padding: 0;
    height: 45px;
    margin-top: 30px;
    border-bottom: solid 1px #dadada;
    border-top: solid 1px #dadada;
}

    .column-menu .menu-scroll {
        padding-right: 120px;
        margin-right: 20px;
    }

        .column-menu .menu-scroll .slick-list {
            padding-bottom: 5px;
        }

        .column-menu .menu-scroll .slick-prev, .column-menu .menu-scroll .slick-next {
            top: 0;
            width: 10px;
            height: 10px;
            margin-top: 17px;
            font-size: 18px;
            overflow: hidden;
            font-family: arial;
        }

        .column-menu .menu-scroll .slick-prev {
            left: auto;
            right: 20px;
            color: #333;
            background: url(../images/arrow-1.jpg) no-repeat;
        }

        .column-menu .menu-scroll .slick-next {
            right: 0;
            color: #2b71b8;
            background: url(../images/arrow-2.jpg) no-repeat;
        }

    .column-menu .items {
        color: #666;
        font-weight: bold;
        height: 43px;
        display: block;
        line-height: 43px;
        text-align: center;
        position: relative;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }

        .column-menu .items:before {
            content: "";
            top: 50%;
            right: 0;
            width: 1px;
            height: 12px;
            margin-top: -6px;
            position: absolute;
            background-color: #ccc;
        }

        .column-menu .items:after {
            content: "";
            left: 50%;
            bottom: -10px;
            display: none;
            margin-left: -5px;
            position: absolute;
        }

        .column-menu .items.active {
            color: #fff;
            background-color: #2b71b8;
            border-left-color: #fff;
            border-right-color: #fff;
        }

            .column-menu .items.active:after {
                display: block;
            }

            .column-menu .items.active:before {
                display: none;
            }

.page-content {
    padding: 40px 0 60px 0;
    min-height: 400px;
    line-height: 26px;
}

    .page-content h1 {
        color: #777;
        font-size: 30px;
        font-weight: 600;
        line-height: 30px;
        padding-bottom: 16px;
        position: relative;
    }

        .page-content h1:after {
            content: "";
            width: 70px;
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 0;
            background-color: #2b71b8;
        }

.elegant {
    margin-top: 45px;
}

    .elegant dt {
        width: 960px;
        float: left;
    }

    .elegant dd {
        float: right;
        width: 214px;
        height: 400px;
        font-size: 24px;
        color: #fff;
        padding-left: 77px;
        padding-top: 50px;
        background: url(../images/f-bg.jpg) no-repeat;
    }

        .elegant dd p {
            width: 30px;
            float: left;
        }

.elegant-list {
    margin-top: 65px;
}

    .elegant-list ul {
        width: 1230px;
        overflow: hidden;
    }

    .elegant-list li {
        float: left;
        width: 370px;
        height: 370px;
        margin-right: 35px;
    }

        .elegant-list li div {
            width: 370px;
            height: 278px;
            position: relative;
            padding: 11px;
            border: solid 1px #e6e6e6;
        }

            .elegant-list li div a {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1;
                opacity: 0;
                display: none\9;
                -webkit-transition-duration: .3s;
                transition-duration: .3s;
            }

        .elegant-list li p {
            margin-top: 20px;
            color: #333;
            text-align: center;
            font-size: 16px;
            height: 24px;
            line-height: 24px;
            overflow: .tHide;
        }

        .elegant-list li:hover a {
            opacity: 1;
            display: block;\9
        }

        .elegant-list li:hover p {
            color: #2b71b8;
        }

.honor-list {
    margin-top: 45px;
}

    .honor-list h3 {
        background-color: #f7f7f7;
        border-bottom: solid 1px #efefef;
        border-right: solid 2px #60ae41;
        height: 34px;
        line-height: 34px;
        font-weight: normal;
        font-size: 16px;
    }

        .honor-list h3 span {
            background: url(../images/icon-4.jpg) no-repeat;
            width: 209px;
            height: 33px;
            line-height: 33px;
            color: #fff;
            display: inline-block;
            padding-left: 43px;
        }

    .honor-list ul {
        width: 1210px;
        overflow: hidden;
    }

    .honor-list li {
        float: left;
        width: 176px;
        height: 288px;
        border: solid 1px #d4d4d4;
        margin: 16px 24px 16px 0;
        box-shadow: 0 5px 5px #f3f3f3;
    }

        .honor-list li .h-image {
            position: relative;
            width: 176px;
            height: 242px;
        }

            .honor-list li .h-image a {
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
                -webkit-transition-duration: .3s;
                transition-duration: .3s;
            }

            .honor-list li .h-image .pic {
                position: relative;
                width: 176px;
                height: 242px;
            }

        .honor-list li .text {
            font-size: 12px;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
            border-top: solid 1px #d4d4d4;
            background-color: #f3f3f3;
            text-align: center;
            height: 44px;
            display: table;
        }

            .honor-list li .text p {
                border: solid 1px #fff;
                padding: 0 5px;
                width: 176px;
                /*display: table-cell;*/
                vertical-align: middle;


                height:40px;
                line-height:40px;
                overflow:hidden;
            }

        .honor-list li:hover {
            border: solid 1px #2b71b8;
        }

            .honor-list li:hover a {
                opacity: 1;
                z-index: 1;
            }

            .honor-list li:hover .text {
                color: #fff;
                border-top: solid 1px #2b71b8;
                background-color: #2b71b8;
            }

.contact {
    margin-top: 100px;
}

    .contact .map {
        width: 714px;
        float: left;
    }

    .contact .tel {
        width: 445px;
        float: left;
        margin-left: 10px;
    }

        .contact .tel li {
            margin-top: 35px;
            padding: 20px 0 20px 45px;
            border: solid 1px #63b9f4;
            color: #333;
        }

    .contact .table {
        text-align: center;
        font-family: arial;
    }

.jobBox .Left {
    width: 438px;
    float: left;
}

    .jobBox .Left img {
        vertical-align: top;
    }

    .jobBox .Left .text {
        width: 438px;
        position: relative;
        color: #fff;
    }

        .jobBox .Left .text:before {
            content: "";
            position: absolute;
            top: -40px;
            right: 0;
            width: 100%;
            height: 100%;
            padding-top: 40px;
            background-color: rgba(17,167,168,0.8);
        }

        .jobBox .Left .text div {
            background-color: #11a7a8;
            width: 404px;
            position: relative;
            z-index: 1;
            padding-bottom: 40px;
        }

            .jobBox .Left .text div p {
                padding: 10px 0 0 17px;
            }

.jobBox .joblist {
    width: 728px;
    float: right;
    margin-top: 30px;
    border-bottom: solid 1px #e8e8e8;
}

    .jobBox .joblist li {
        font-size: 14px;
        cursor: pointer;
        line-height: 43px;
        border-top: solid 1px #e8e8e8;
        background: url(../images/arrow_1.png) no-repeat top right;
    }

        .jobBox .joblist li .w1 {
            display: inline-block;
            line-height: 24px;
            width: 520px;
            padding-left: 20px;
        }

        .jobBox .joblist li .w2 {
            display: inline-block;
            line-height: 24px;
            width: 50px;
            padding-left: 10px;
        }

        .jobBox .joblist li.active {
            background: url(../images/arrow_2.png) no-repeat top right #f6f6f6;
        }

            .jobBox .joblist li.active span {
                color: #11a7a8;
                font-weight: bold;
            }

            .jobBox .joblist li.active #name {
                color: #666;
                font-weight: normal;
            }

            .jobBox .joblist li.active .text {
                padding: 20px 0;
            }

        .jobBox .joblist li > div {
            display: none;
            font-size: 13px;
            line-height: 24px;
            padding: 20px 0 30px 20px;
            background-color: #fff;
            line-height: 30px;
        }

.news {
    margin-top: 50px;
    width: 100%;
}

    .news .more {
        font-size: 14px;
        display: inline-block;
        background: #fff;
        color: #bcbcbc;
        height: 30px;
        line-height: 28px;
        padding: 0 24px 0 24px;
        margin: 18px 0 0 0;
        border: solid 1px #bcbcbc;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    .news .recommend {
        clear: both;
        overflow: hidden;
        color: #999;
        background: #f8f8f8;
        position: relative;
        margin: 0 0 38px 0;
    }

        .news .recommend:before {
            content: " ";
            width: 30px;
            height: 29px;
            background: url(../images/news-bg-01.png) no-repeat;
            position: absolute;
            top: 0;
            right: 0;
        }

        .news .recommend:after {
            content: " ";
            width: 30px;
            height: 29px;
            background: url(../images/news-bg-02.png) no-repeat;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .news .recommend .pic {
            width: 590px;
            height: 320px;
            position: relative;
            overflow: hidden;
            display: block;
            float: left;
            font-size: 0;
        }

            .news .recommend .pic img {
                -webkit-transition: all 500ms linear;
                transition: all 500ms linear;
            }

        .news .recommend .text {
            width: 590px;
            padding: 0 40px 0 30px;
            float: right;
        }

            .news .recommend .text .title {
                display: block;
                color: #3c78be;
                font-weight: bold;
                font-size: 24px;
                line-height: 30px;
                padding: 25px 0;
                position: relative;
            }

                .news .recommend .text .title:before {
                    content: "";
                    background: #3c78be;
                    height: 1px;
                    width: 100px;
                    position: absolute;
                    bottom: 0;
                }

                .news .recommend .text .title time {
                    font-size: 12px;
                    font-weight: normal;
                    color: #b4b4b4;
                    margin-left: 15px;
                }

            .news .recommend .text p {
                line-height: 24px;
                height: 96px;
                overflow: hidden;
                margin: 15px 0;
            }

        .news .recommend:hover img {
            -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

        .news .recommend:hover .text .title {
            color: #0e44b1;
        }

        .news .recommend:hover .text .more {
            background: #2b71b8;
            border: solid 1px #2b71b8;
            color: #fff;
        }

        .news .recommend:hover .text .pic {
            width: 267px;
            height: 145px;
            display: block;
            position: relative;
        }

    .news .list dl {
        list-style: none;
        border-top: #fff solid 1px;
        padding-top: 50px;
        clear: both;
        overflow: hidden;
    }

        .news .list dl:first-child {
            border-top: #dcdcdc solid 1px;
        }

        .news .list dl dd {
            border-bottom: #dcdcdc solid 1px;
            overflow: hidden;
            width: 885px;
            height: 145px;
            float: left;
        }

            .news .list dl dd time {
                font-family: arial;
                text-align: center;
                border-right: #dcdcdc solid 1px;
                width: 120px;
                height: 130px;
                margin: 0 0 14px 0;
                padding: 14px 0 0 0;
                display: block;
                font-size: 65px;
                line-height: 65px;
                font-weight: bold;
                color: #ccc;
                float: left;
            }

                .news .list dl dd time span {
                    line-height: 30px;
                    display: block;
                    font-size: 18px;
                    color: #e2e2e2;
                    font-weight: normal;
                    border-top: #dcdcdc solid 1px;
                    width: 80px;
                    margin: 0 auto;
                }

            .news .list dl dd .text {
                width: 740px;
                margin: 0 0 0 25px;
                float: left;
            }

                .news .list dl dd .text .title {
                    color: #333;
                    font-size: 14px;
                    font-weight: bold;
                    height: 36px;
                    line-height: 36px;
                }

                .news .list dl dd .text p {
                    color: #777;
                    line-height: 21px;
                    height: 42px;
                    overflow: hidden;
                }

        .news .list dl dt {
            width: 267px;
            height: 145px;
            overflow: hidden;
            position: relative;
            float: right;
        }

            .news .list dl dt .pic {
                display: block;
                width: 100%;
                height: 100%;
                position: relative;
            }

                .news .list dl dt .pic img {
                    -webkit-transition: all 500ms linear;
                    transition: all 500ms linear;
                }

                .news .list dl dt .pic:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 267px;
                    height: 145px;
                    z-index: 9;
                    display: none;
                    -webkit-transition-duration: .4s;
                    transition-duration: .4s;
                    background: url(../images/news-hover.png) no-repeat;
                }

        .news .list dl:hover dd time {
            color: #2b71b8;
        }

            .news .list dl:hover dd time span {
                color: #2b71b8;
            }

        .news .list dl:hover dd .title {
            color: #2b71b8;
        }

        .news .list dl:hover dd .more {
            background: #2b71b8;
            border: solid 1px #2b71b8;
            color: #fff;
        }

        .news .list dl:hover .pic:before {
            display: block;
        }

        .news .list dl:hover img {
            -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

.news-show {
    padding-top: 30px;
    width: 1000px;
    margin: 0 auto;
}

    .news-show .info {
        text-align: center;
        padding-bottom: 10px;
        color: #9c9c9c;
        position: relative;
        border-bottom: solid 1px #e9e9e9;
    }

        .news-show .info:after {
            content: "";
            width: 70px;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -35px;
            background-color: #2b71b8;
        }

.new-show-title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 20px;
}

.news-page {
    margin-top: 50px;
    height: 39px;
    padding: 0 10px;
    line-height: 39px;
    border: solid 1px #d6d6d6;
}

    .news-page li {
        float: left;
        width: 435px;
        height: 39px;
        line-height: 39px;
        overflow: hidden;
        color: #999;
    }

        .news-page li a {
            color: #999;
        }

            .news-page li a:hover {
                color: #2b71b8;
            }

       

.news-retn {
    margin-top: 50px;
    text-align: center;
}

    .news-retn a {
        display: inline-block;
        background-color: #2b71b8;
        line-height: 32px;
        padding: 0 30px;
        color: #fff;
        font-weight: bold;
    }

.fundlsit {
    margin-top: 60px;
}

    .fundlsit dt {
        width: 449px;
        float: left;
    }

    .fundlsit dd {
        float: right;
        width: 700px;
    }

    .fundlsit li {
        border-bottom: solid 1px #e7e7e7;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

        .fundlsit li a {
            color: #333;
        }

        .fundlsit li b {
            font-style: normal;
            font-size: 16px;
            color: #b1b1b1;
            display: inline-block;
            margin: 0 10px;
        }

        .fundlsit li span {
            margin-top: 7px;
            margin-right: 7px;
            float: right;
            display: inline-block;
            margin-left: 30px;
            padding: 0 12px;
            height: 25px;
            line-height: 18px;
            border-radius: 5px;
            color: #b2b2b2;
            font-size: 12px;
            border: solid 1px #cecece;
        }

            .fundlsit li span em {
                font-style: normal;
                font-size: 20px;
            }

        .fundlsit li:hover {
            font-weight: bold;
            background-color: #f2f6fb;
        }

            .fundlsit li:hover > a, .fundlsit li:hover b {
                color: #2b71b8;
            }

            .fundlsit li:hover span {
                border: solid 1px #2b71b8;
                background-color: #2b71b8;
                color: #fff;
            }

.planlist {
    margin-top: 40px;
}

    .planlist dl {
        margin-top: 10px;
        height: 215px;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        position: relative;
    }

        .planlist dl:after {
            content: "";
            position: absolute;
            top: -29px;
            right: -29px;
            display: none;
            border-style: dashed dashed dashed solid;
            border-color: transparent transparent transparent #fff;
            border-width: 30px;
            width: 0;
            height: 0;
            -webkit-transform: rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: rotate(315deg);
        }

        .planlist dl dt {
            float: left;
            position: relative;
            width: 275px;
            height: 182px;
            border: solid 1px #ddd;
            margin: 15px;
        }

        .planlist dl dd {
            padding: 25px 0 25px 0;
            float: right;
            width: 860px;
            border-bottom: solid 1px #dadada;
        }

            .planlist dl dd h2 {
                font-size: 16px;
                height: 40px;
                line-height: 40px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                position: relative;
            }

                .planlist dl dd h2 a {
                    color: #2b71b8;
                }

                .planlist dl dd h2:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 90px;
                    height: 1px;
                    background-color: #2b71b8;
                }

            .planlist dl dd p {
                margin-top: 10px;
                color: #888;
                height: 48px;
                line-height: 24px;
                overflow: hidden;
            }

            .planlist dl dd .more {
                color: #fff;
                line-height: 27px;
                padding: 0 25px;
                background-color: #2b71b8;
                margin-top: 20px;
            }

        .planlist dl:hover {
            background-color: #2b71b8;
        }

            .planlist dl:hover:after {
                display: block;
            }

            .planlist dl:hover dt {
                border: solid 1px #2b71b8;
            }

            .planlist dl:hover dd {
                border-bottom: 0;
            }

            .planlist dl:hover p, .planlist dl:hover h2 a {
                color: #fff;
            }

            .planlist dl:hover h2:after {
                background-color: #fff;
            }

            .planlist dl:hover .more {
                background-color: #fff;
                color: #2b71b8;
            }

.plan-title {
    padding-top: 20px;
}

    .plan-title span {
        line-height: 30px;
        display: inline-block;
        background-color: #2b71b8;
        padding: 0 40px 0 16px;
        color: #fff;
        font-size: 16px;
        position: relative;
    }

        .plan-title span:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            border-style: dashed solid dashed dashed;
            border-color: transparent #fff transparent transparent;
            border-width: 15px;
            width: 0;
            height: 0;
        }

.caselist {
    overflow: hidden;
    margin-top: 40px;
}

    .caselist ul {
        width: 1260px;
        overflow: hidden;
        margin-left: -18px;
        margin-top: -20px;
    }

    .caselist li {
        padding-top: 26px;
        float: left;
        padding-bottom: 26px;
        padding-right: 22px;
        border-right: dashed 1px #eaeaea;
        border-bottom: dashed 1px #eaeaea;
        padding-left: 22px;
    }

        .caselist li dl {
            background-color: #fbfbfb;
            width: 360px;
            height: 400px;
            border: solid 1px #e0e0e0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
        }

            .caselist li dl dd {
                margin-top: 15px;
                width: 360px;
                height: 217px;
                position: relative;
            }

            .caselist li dl dt {
                text-align: center;
                margin-top: 24px;
                border-top: solid 1px #e9e9e9;
            }

                .caselist li dl dt h2 {
                    margin-top: 20px;
                    height: 30px;
                    line-height: 30px;
                    overflow: hidden;
                    font-size: 16px;
                }

                    .caselist li dl dt h2 a {
                        color: #3d3d3d;
                    }

                .caselist li dl dt p {
                    font-size: 13px;
                    line-height: 30px;
                    height: 30px;
                    overflow: hidden;
                    margin-bottom: 10px;
                }

                .caselist li dl dt .iconfont {
                    font-size: 30px;
                }

            .caselist li dl:hover {
                background-color: #3c78be;
            }

                .caselist li dl:hover h2 a, .caselist li dl:hover p, .caselist li dl:hover .iconfont {
                    color: #fff;
                }

                .caselist li dl:hover dt {
                    border-top: solid 1px #71a4e0;
                }

.qalist {
    width: 711px;
    float: left;
    margin-top: 10px;
}

    .qalist dl {
        margin-top: 30px;
    }

        .qalist dl:hover dd {
            color: #fff;
            background: url(../images/qa-img2.jpg) no-repeat;
        }

            .qalist dl:hover dd a {
                color: #fff;
            }

    .qalist dd {
        padding-left: 50px;
        width: 711px;
        overflow: hidden;
        background: url(../images/qa-img1.jpg) no-repeat;
        height: 42px;
        line-height: 38px;
    }

        .qalist dd span {
            float: right;
            line-height: 36px;
            padding-right: 20px;
            margin-left: 30px;
            font-size: 12px;
        }

            .qalist dd span a {
                color: #2b71b8;
            }

    .qalist dt {
        background: url(../images/qa-img3.jpg) no-repeat;
        width: 634px;
        height: 62px;
        margin-left: 40px;
        margin-top: 10px;
        line-height: 70px;
        overflow: hidden;
        padding-top:;
        padding: 0 40px 0 70px;
    }

.serat {
    width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    line-height: 32px;
    color: #4a4a4a;
}

    .serat .title {
        font-size: 30px;
        text-align: center;
        font-weight: 600;
        border-bottom: solid 1px #e9e9e9;
        position: relative;
        padding-bottom: 40px;
    }

        .serat .title:after {
            content: "";
            width: 70px;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -35px;
            background-color: #2b71b8;
        }

    .serat .title-2 {
        color: #004ac2;
        font-size: 18px;
        margin-top: 40px;
    }

        .serat .title-2 img {
            vertical-align: top;
        }

.pro-nav {
    background-color: #f8f8f8;
    padding: 20px 10px;
    border-bottom: solid 2px #dadada;
    line-height: 28px;
}

    .pro-nav a {
        display: inline-block;
        padding: 0 10px;


        width:200px;
        height:34px;
        overflow:hidden;
    }

        .pro-nav a:hover {
            background-color: #e9e9e9;
        }

.prolist .list {
    width: 1230px;
    overflow: hidden;
}

    .prolist .list .box {
        height: 345px;
        margin-right: 30px;
        margin-top: 40px;
        width: 271px;
        float: left;
        border: solid 1px #dadada;
        position: relative;
        overflow: hidden;
        background-color: #f6f6f6;
    }

        .prolist .list .box .pic {
            position: relative;
            width: 270px;
            height: 204px;
            text-align: center;
            overflow: hidden;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
        }

            .prolist .list .box .pic:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -webkit-transition-duration: .4s;
                transition-duration: .4s;
                background-color: rgba(238,172,39,0.75);
                -webkit-transform: translateY(400px);
                -ms-transform: translateY(400px);
                transform: translateY(400px);
            }

        .prolist .list .box .iconfont {
            color: #fff;
            font-size: 40px;
            position: absolute;
            top: 100px;
            -webkit-transition-duration: .5s;
            transition-duration: .5s;
            margin-left: 110px;
            -webkit-transform: translateY(-300px);
            -ms-transform: translateY(-300px);
            transform: translateY(-300px);
            display: none;\9
        }

        .prolist .list .box .text {
            border-top: solid 1px #dadada;
            height: 140px;
            padding-top: 15px;
            text-align: center;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
        }

            .prolist .list .box .text h3 {
                text-transform: uppercase;
                font-size: 24px;
                height: 24px;
                line-height: 24px;
                font-weight: normal;
                /*text-overflow: ellipsis;*/
                overflow: hidden;
                /*white-space: nowrap;*/
            }

            .prolist .list .box .text p {
                margin-top: 10px;
                font-size: 14px;
                height: 24px;
                line-height: 24px;
                /*text-overflow: ellipsis;*/
                overflow: hidden;
                /*white-space: nowrap;*/
            }

            .prolist .list .box .text .more {
                margin-top: 10px;
                background-color: #407fbf;
                line-height: 28px;
                padding: 0 35px;
            }

        .prolist .list .box:hover .pic {
            border-color: #f19a08;
        }

            .prolist .list .box:hover .pic:after {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

        .prolist .list .box:hover h3 a {
            color: #fff;
        }

        .prolist .list .box:hover .text {
            background-color: #f19a08;
            color: #fff;
        }

        .prolist .list .box:hover .iconfont {
            display: block;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }

        .prolist .list .box:hover .more {
            color: #ed9707;
            border: 0;
            background-color: #fff;
        }

.products-pic-max {
    margin-bottom: 8px;
    border: solid 1px #dadada;
}

    .products-pic-max .items {
        height: 422px;
    }

.products-pic-list {
    margin-top: 10px;
    margin-left: -2px;
    margin-right: -2px;
}

    .products-pic-list .slick-list {
        padding: 2px 0;
    }

    .products-pic-list span {
        border: solid 1px #dadada;
        background-color: #f0f0f0;
    }

    .products-pic-list .items {
        cursor: pointer;
        width: 131px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .products-pic-list .slick-current .items {
        z-index: 9;
        border: 2px solid #2b71b8;
        position: relative;
    }

.proinfo {
    width: 564px;
    float: right;
}

    .proinfo h1 {
        background: url(../images/bg4.jpg) no-repeat;
        width: 563px;
        height: 70px;
        line-height: 70px;
        color: #fff;
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .proinfo .protable {
        line-height: 36px;
    }

        .proinfo .protable tr, .proinfo .protable td {
            padding: 0 20px;
        }

.proshow-nav {
    margin-top: 47px;
    background: url(../images/bg5.jpg) repeat-x;
    height: 50px;
    z-index: 1;
    position: relative;
}

    .proshow-nav li {
        float: left;
        background: url(../images/pline.jpg) repeat-x;
        height: 37px;
        line-height: 37px;
        color: #fff;
        margin-left: 2px;
        padding: 0 23px;
        font-size: 16px;
        cursor: pointer;
    }

        .proshow-nav li.active {
            height: 49px;
            background: url(../images/pline-hover.png) no-repeat top center;
        }

.proshow-content {
    padding: 40px 0;
    overflow: hidden;
    border: solid 1px #dadada;
}

    .proshow-content li {
        display: none;
    }

    .proshow-content .fundlsit {
        margin: 0 30px;
    }

        .proshow-content .fundlsit dd {
            width: 100%;
        }

        .proshow-content .fundlsit li {
            display: block;
        }

.page {
    margin-top: 60px;
    text-align: center;
}

    .page a {
        display: inline-block;
        padding: 0 10px;
        line-height: 28px;
        margin-left: 6px;
        color: #898989;
        font-family: arial;
        border: solid 1px #cbcbcb;
    }

        .page a:hover {
            color: #fff;
            background-color: #407fbf;
            border-color: #407fbf;
        }

    .page #active,.page .cpb {
        color: #fff;
        background-color: #407fbf;
        border-color: #407fbf;
    }

.layerBox {
    position: relative;
    width: 764px;
    display: none;
}

    .layerBox .close {
        text-align: right;
        display: block;
        height: 42px;
    }

    .layerBox .layer {
        background-color: rgba(255,255,255,0.85);
        background-color: #fff\9;
        width: 764px;
        padding: 30px 45px 45px 45px;
    }

        .layerBox .layer h3 {
            font-size: 22px;
            color: #4a4a4a;
            line-height: 30px;
            margin-bottom: 20px;
            text-align: center;
        }

        .layerBox .layer p {
            position: relative;
            width: 676px;
            height: 497px;
        }

.HlayerBox {
    position: relative;
    width: 546px;
    display: none;
}

    .HlayerBox .close {
        text-align: right;
        display: block;
        height: 42px;
    }

    .HlayerBox .layer {
        background-color: rgba(255,255,255,0.85);
        background-color: #fff\9;
        width: 546px;
        padding: 30px 45px 45px 45px;
    }

        .HlayerBox .layer h3 {
            font-size: 22px;
            color: #4a4a4a;
            line-height: 30px;
            margin-bottom: 20px;
            text-align: center;
        }

        .HlayerBox .layer p {
            position: relative;
            width: 452px;
            height: 625px;
        }

.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: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 1;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .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;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.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;
}

.slick-prev, .slick-next {
    z-index: 20;
    position: absolute;
    display: block;
    height: 60px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -30px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 3;
}

.slick-prev {
    left: 30px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 30px;
}

.slick-next {
    right: 30px;
}

[dir="rtl"] .slick-next {
    left: 30px;
    right: auto;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    height: auto;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    line-height: 0;
    z-index: 2;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            display: block;
            height: 10px;
            width: 10px;
            padding: 0;
            margin: 0;
            outline: none;
            line-height: 0;
            font-size: 0;
            cursor: pointer;
            background: #ccc;
            border-radius: 0;
        }

        .slick-dots li.slick-active button {
            background: #333;
        }

       /*产品分类高亮*/ 
      .pro-nav a.cur {
           background-color: #e9e9e9;
       }

       .news-page li:first-child {
            margin-right: 20px;
            /*border-right: solid 1px #d6d6d6;*/
        }


      .kongzhi{
          float:left;
          width:452px;
          margin-right: 20px;
      }
      .news-page div:first-child{
          border-right: solid 1px #d6d6d6;
      }