* {
    box-sizing: border-box;
    outline: 0;
}

body {
    color: #666;
    min-width: 1260px;
    line-height: 24px;
    font-size: 14px;
    background-color: #fff;
    font-family: "Microsoft YaHei","arial";
}

img {
    max-width: 100%;
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

    a:hover {
        color: #ff8400;
    }

textarea {
    -webkit-appearance: none;
}

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;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

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'], input[type='button'] {
    padding: 0;
    color: #666;
    margin: 0;
    outline: none;
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.container {
    width: 1260px;
    margin: 0 auto;
    position: relative;
}

.top {
    color: #a3a3a3;
    height: 50px;
    line-height: 50px;
    background: #363636;
}

    .top .tig {
        display: inline-block;
    }

    .top .iconbox {
        float: right;
        line-height: 40px;
        text-align: right;
    }

        .top .iconbox a {
            margin: 0 5px;
            color: #a3a3a3;
            display: inline-block;
        }

            .top .iconbox a:hover {
                color: #fff;
            }

    .top .wx {
        display: inline-block;
        position: relative;
    }

        .top .wx:hover .wxhover {
            display: block;
        }

        .top .wx .wxhover {
            right: -50px;
            top: 40px;
            width: 100px;
            z-index: 99;
            display: none;
            position: absolute;
        }

.header {
    height: 108px;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
}

    .header:after {
        content: "";
        width: 39%;
        right: 0;
        top: -10px;
        height: 92px;
        background: #ededed;
        position: absolute;
    }

    .header .logo {
        float: left;
        display: inline-block;
    }

    .header .text {
        color: #363636;
        font-size: 18px;
        padding: 30px 0 0 20px;
        display: inline-block;
    }

    .header .orgin {
        font-size: 22px;
        color: #ff6801;
    }

    .header .tel {
        height: 92px;
        width: 457px;
        float: right;
        color: #ff6801;
        font-size: 32px;
        padding-top: 30px;
        margin-top: -10px;
        position: relative;
    }

        .header .tel:after {
            left: 0;
            top: 0;
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            background: #ededed;
            -webkit-transform: skewX(-30deg);
            -ms-transform: skewX(-30deg);
            transform: skewX(-30deg);
        }

        .header .tel span {
            z-index: 10;
            vertical-align: top;
            display: inline-block;
            position: relative;
        }

        .header .tel .bg {
            color: #fff;
            font-size: 16px;
            padding: 0 30px;
            line-height: 27px;
            margin-left: 40px;
            position: relative;
        }

            .header .tel .bg:before {
                left: 0;
                top: 0;
                content: "";
                width: 100%;
                height: 100%;
                z-index: -1;
                position: absolute;
                background: #ff6801;
                -webkit-transform: skewX(-30deg);
                -ms-transform: skewX(-30deg);
                transform: skewX(-30deg);
            }

        .header .tel .number {
            font-style: italic;
            letter-spacing: 3px;
            padding: 3px 0 0 10px;
            font-family: "Book Antiqua";
        }

.nav {
    height: 54px;
}

    .nav li {
        height: 54px;
        float: left;
        margin: 0 38px;
        line-height: 54px;
        position: relative;
    }

        .nav li:before {
            content: "";
            width: 0;
            height: 2px;
            left: -50%;
            bottom: 0;
            opacity: 0;
            display: none\9;
            position: absolute;
            background: #ff8400;
            -webkit-transition: all 334ms ease-in-out;
            transition: all 334ms ease-in-out;
        }

        .nav li > a {
            display: block;
            color: #4a4a4a;
            font-size: 16px;
        }

        .nav li .subnav {
            top: 54px;
            left: 0;
            padding: 15px 0;
            z-index: 9;
            width: 150px;
            display: none;
            margin-left: -40px;
            position: absolute;
            background: #ff8400;
        }

            .nav li .subnav a {
                color: #fff;
                height: auto;
                display: block;
                margin-top: 2px;
                text-align: center;
                line-height: 26px;
            }

                .nav li .subnav a:hover {
                    background: #ff6801;
                }

        .nav li:hover .subnav {
            display: block;
        }

        .nav li:hover:before {
            left: 0;
            opacity: 1;
            width: 100%;
            display: block\9;
        }

    .nav .active:before {
        left: 0;
        opacity: 1;
        width: 100%;
        display: block\9;
    }

.footer {
    color: #888;
    padding: 30px 0;
    text-align: center;
    background: #3b3b3b;
}

    .footer a {
        color: #888;
    }

        .footer a:hover {
            color: #fff;
        }

    .footer .menu {
        padding-bottom: 15px;
    }

        .footer .menu a {
            padding: 0 15px;
            display: inline-block;
        }

    .footer .link {
        color: #fff;
        margin-left: 27px;
        text-decoration: underline;
    }

    .footer .linkbox {
        display: inline-block;
        position: relative;
    }

        .footer .linkbox:hover .sublink {
            display: block;
        }

        .footer .linkbox .sublink {
            display: none;
            bottom: 20px;
            left: -40px;
            width: 180px;
            padding: 10px;
            text-align: center;
            background: #444;
            position: absolute;
        }

            .footer .linkbox .sublink a {
                color: #fff;
                display: block;
            }

                .footer .linkbox .sublink a:hover {
                    text-decoration: underline;
                }

.banner {
    width: 100%;
    display: block;
    height: 560px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .banner .pic {
        width: 100%;
        height: 560px;
        overflow: hidden;
    }

        .banner .pic span {
            display: block;
            width: 1920px;
            left: 50%;
            height: 560px;
            position: relative;
            text-align: center;
            margin-left: -960px;
        }

    .banner .slick-dots {
        left: 50%;
        width: 1260px;
        margin-left: -630px;
        text-align: center;
        bottom: 20px;
    }

        .banner .slick-dots li button {
            width: 12px;
            height: 12px;
            cursor: pointer;
            background: #ff8400;
            border-radius: 100%;
            vertical-align: top;
            -webkit-transition: all .6s ease-out;
            transition: all .6s ease-out;
            -webkit-transform-origin: top center;
            -ms-transform-origin: top center;
            transform-origin: top center;
        }

        .banner .slick-dots li.slick-active button {
            width: 12px;
            height: 12px;
            background: #fff;
            border: solid 1px #ff8400;
        }

.index-search {
    height: 65px;
    padding-top: 13px;
}

    .index-search .hot {
        width: 60%;
        float: left;
        padding-top: 6px;
    }

        .index-search .hot a {
            color: #999;
            padding: 0 10px;
            display: inline-block;
        }

            .index-search .hot a:hover {
                color: #ff8400;
            }

    .index-search .search {
        height: 40px;
        width: 317px;
        float: right;
        padding: 5px;
        background: #e9e9e9;
        border-radius: 30px;
    }

        .index-search .search input {
            width: 265px;
            float: left;
            color: #999;
            background: #fff;
            font-size: 14px;
            padding: 5px 10px 4px 15px;
            font-family: "Microsoft YaHei","arial";
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
            vertical-align: top;
            border: solid 1px #dbdbdb;
            border-right: 0;
        }

            .index-search .search input[type="button"] {
                width: 42px;
                height: 31px;
                padding: 0;
                border: 0;
                border-radius: 0;
                background: url(../images/index-search.png) no-repeat;
            }

.index-product {
    height: 662px;
    padding-top: 30px;
    background: url(../images/index-bg.jpg) no-repeat top center;
}

    .index-product .pronav {
        margin-left: 30px;
    }

        .index-product .pronav li:first-child {
            background-image: none;
        }

        .index-product .pronav li {
            width: 400px;
            float: left;
            cursor: pointer;
            height: 140px;
        }

            .index-product .pronav li .title {
                height: 140px;
                padding-top: 50px;
                text-align: center;
                background: #dedede;
            }

            .index-product .pronav li .bg {
                background: #eaeaea;
            }

            .index-product .pronav li .bg2 {
                background: #dedede;
            }

            .index-product .pronav li .bg3 {
                background: #cacaca;
            }

            .index-product .pronav li .cn {
                color: #000;
                font-size: 22px;
                height: 24px;
                line-height: 24px;
                overflow: hidden;
            }

            .index-product .pronav li .en {
                color: #9a9a9a;
                font-family: arial;
            }

            .index-product .pronav li:hover .title {
                border-top: solid 4px #ff8400;
                background: url(../images/index-img8.png) no-repeat center center #fff;
            }

            .index-product .pronav li:hover .cn {
                color: #ff8400;
            }

            .index-product .pronav li:hover .en {
                color: #cacaca;
            }

    .index-product li.active .title {
        border-top: solid 4px #ff8400;
        background: url(../images/index-img8.png) no-repeat center center #fff;
    }

    .index-product .more {
        z-index: 1;
        color: #fff;
        width: 152px;
        height: 39px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-top: -21px;
        line-height: 39px;
        text-align: center;
        background: #ff8400;
    }

        .index-product .more span {
            float: right;
            background: #4d4d4d;
            display: inline-block;
        }

            .index-product .more span img {
                vertical-align: top;
                -webkit-transition: all 500ms ease-in-out;
                transition: all 500ms ease-in-out;
            }

        .index-product .more:hover {
            background-color: #ff8400;
        }

            .index-product .more:hover span img {
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

    .index-product .protab {
        display: none;
        margin-left: 30px;
    }

        .index-product .protab li {
            width: 400px;
            float: left;
            height: 300px;
            background: url(../images/index-line.jpg) no-repeat left bottom #fff;
            border-bottom: solid 1px #e2e2e2;
        }

            .index-product .protab li .pic {
                width: 370px;
                height: 299px;
                position: relative;
            }

.index-reason {
    padding: 50px 0;
}

    .index-reason .box {
        margin-top: 35px;
        margin-left: 100px;
    }

        .index-reason .box .pic {
            width: 309px;
            height: 420px;
            float: left;
            z-index: 9;
            position: relative;
            border-radius: 5px;
            border: solid 5px #e9e9e9;
        }

        .index-reason .box .content {
            width: 773px;
            float: left;
            margin-left: -50px;
            position: relative;
        }

        .index-reason .box .t1, .index-reason .box .t2, .index-reason .box .t3 {
            padding-left: 116px;
        }

        .index-reason .box .t1 {
            color: #ff8400;
            font-size: 50px;
            line-height: 50px;
            margin-top: 25px;
            font-family: "Aparajita";
        }

        .index-reason .box .t2 {
            font-size: 24px;
            color: #ff8400;
            font-family: "Aparajita";
        }

        .index-reason .box .t3 {
            color: #4a4a4a;
            font-size: 32px;
            line-height: 40px;
        }

        .index-reason .box .mask {
            width: 773px;
            height: 319px;
            margin-top: 20px;
            padding: 0 116px;
            font-size: 16px;
            line-height: 48px;
            padding-top: 30px;
            position: relative;
            background: url(../images/index-img11.png) no-repeat;
        }

            .index-reason .box .mask:before {
                top: 40px;
                left: 85px;
                content: "";
                width: 5px;
                height: 70%;
                position: absolute;
                background: #ff8400;
            }

    .index-reason .box2 {
        margin-top: 30px;
        position: relative;
        margin-left: 100px;
    }

        .index-reason .box2 .mask {
            width: 739px;
            height: 443px;
            padding-left: 50px;
            background: url(../images/index-img12.png) no-repeat;
        }

        .index-reason .box2 .t1 {
            font-size: 24px;
            color: #4a4a4a;
            padding-top: 30px;
            line-height: 36px;
        }

        .index-reason .box2 .t2 {
            font-size: 18px;
            color: #ff8400;
            font-family: "Aparajita";
        }

        .index-reason .box2 .content {
            font-size: 16px;
            line-height: 30px;
        }

            .index-reason .box2 .content p {
                margin-top: 10px;
                padding-left: 20px;
                position: relative;
            }

                .index-reason .box2 .content p:before {
                    top: 0;
                    left: 0;
                    content: "";
                    width: 5px;
                    height: 100%;
                    position: absolute;
                    background: #ff8400;
                }

    .index-reason .box3 {
        margin-top: 30px;
        margin-left: 70px;
        position: relative;
    }

        .index-reason .box3 .mask {
            width: 739px;
            height: 409px;
            right: 130px;
            padding-left: 120px;
            position: absolute;
            padding-top: 50px;
            background: url(../images/index-img13.png) no-repeat;
        }

        .index-reason .box3 .t1 {
            font-size: 24px;
            color: #4a4a4a;
            line-height: 30px;
        }

        .index-reason .box3 .t2 {
            font-size: 18px;
            color: #ff8400;
            font-family: "Aparajita";
        }

        .index-reason .box3 .content {
            position: relative;
            font-size: 16px;
            line-height: 30px;
        }

            .index-reason .box3 .content:before {
                top: 0;
                left: 0;
                content: "";
                width: 5px;
                height: 100%;
                position: absolute;
                background: #ff8400;
            }

            .index-reason .box3 .content p {
                padding-left: 20px;
                position: relative;
            }

.index-case {
    height: 507px;
    margin-top: 80px;
    padding-top: 50px;
    background: url(../images/index-bg2.jpg) no-repeat top center;
}

    .index-case .index-title-2 {
        color: #fff;
        margin-bottom: 30px;
        background: url(../images/index-img16.png) no-repeat center bottom;
    }

    .index-case .roll {
        margin: 0 130px;
        padding-bottom: 60px;
    }

    .index-case .slick-dots li button {
        background: #fff;
        margin: 0 5px;
        border: solid 1px #fff;
    }

    .index-case .slick-dots li.slick-active button {
        background: none;
    }

    .index-case dl {
        width: 240px;
        height: 240px;
        margin-bottom: 25px;
        background: #fff;
        padding-top: 40px;
        text-align: center;
        border-radius: 100%;
        position: relative;
    }

        .index-case dl:before {
            content: "";
            bottom: -25px;
            width: 100%;
            width: 119px;
            height: 14px;
            right: 60px;
            text-align: center;
            position: absolute;
            background: url(../images/index-img21.png) center bottom;
        }

    .index-case dt {
        width: 180px;
        height: 127px;
        margin: 0 auto;
        position: relative;
    }

    .index-case dd {
        color: #848484;
        font-size: 16px;
        height: 24px;
        padding: 0 45px;
        overflow: hidden;
        margin-top: 10px;
    }

    .index-case dl:hover dd {
        color: #ff8400;
    }

.index-team {
    padding-top: 60px;
}

    .index-team .index-title-2 {
        color: #ff8400;
    }

    .index-team #box {
        width: 847px;
        height: 254px;
        margin: 0 auto;
        position: relative;
    }

        .index-team #box .prev, .index-team #box .next {
            padding-top: 100px;
        }

        .index-team #box .prev {
            float: left;
        }

        .index-team #box .next {
            float: right;
            margin-right: 30px;
        }

        .index-team #box img {
            max-width: inherit;
        }

        .index-team #box ul {
            position: relative;
        }

        .index-team #box li {
            list-style: none;
            left: 377px;
            top: 146px;
            width: 0;
            height: 0;
            overflow: hidden;
            position: absolute;
            z-index: 0;
            cursor: pointer;
            box-shadow: 0 12px 20px -9px #656565;
        }

            .index-team #box li div {
                width: 100%;
                left: 50%;
                margin-left: -50%;
                height: 100px;
                bottom: -60px;
                height: 60px;
                font-size: 12px;
                padding: 10px 20px;
                position: absolute;
                background: #3d3d3d;
            }

                .index-team #box li div a {
                    color: #999;
                }

                    .index-team #box li div a:hover {
                        color: #fff;
                    }

                .index-team #box li div .t1 {
                    float: left;
                    width: 100px;
                    color: #fff;
                    height: 40px;
                    overflow: hidden;
                    line-height: 20px;
                    display: block;
                    text-align: center;
                    padding-right: 15px;
                    border-right: solid 1px #ff8400;
                }

                .index-team #box li div .t2 {
                    height: 40px;
                    width: 200px;
                    float: left;
                    padding-left: 20px;
                    overflow: hidden;
                    line-height: 20px;
                    display: block;
                }

.index-about {
    color: #4a4a4a;
    padding: 80px 0;
    text-align: center;
}

    .index-about .more {
        width: 124px;
        height: 35px;
        color: #fff;
        line-height: 35px;
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        background: #ff8400;
        box-shadow: 0 0 10px #eee;
    }

        .index-about .more span {
            vertical-align: top;
            margin: 13px 0 0 5px;
            display: inline-block;
            border-left: solid 5px #fff;
            -webkit-transition: all 700ms ease-in-out;
            transition: all 700ms ease-in-out;
            border-top: solid 5px transparent;
            border-bottom: solid 5px transparent;
        }

        .index-about .more:hover {
            background: #ff6801;
        }

            .index-about .more:hover span {
                margin-left: 10px;
            }

.index-list-loop {
    padding: 80px 0;
    background: #f3f3f3;
}

.index-title {
    margin-bottom: 15px;
    line-height: 20px;
    position: relative;
}

    .index-title span {
        display: block;
    }

        .index-title span:first-child {
            color: #000;
            font-size: 16px;
            font-weight: bold;
        }

    .index-title .en {
        color: #bab9b9;
        font-size: 12px;
        font-family: arial;
    }

    .index-title a {
        top: 7px;
        right: 0;
        color: #fff;
        width: 68px;
        font-family: arial;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
        background: #ff8400;
        position: absolute;
    }

        .index-title a:hover {
            background: #ff6801;
        }

.index-title-2 {
    color: #000;
    line-height: 46px;
    font-size: 36px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-align: center;
    background: url(../images/index-img4.png) no-repeat center bottom;
}

.index-problem {
    width: 353px;
    float: left;
}

    .index-problem ul {
        padding: 25px;
        padding-top: 0;
        height: 377px;
        background: #fff;
    }

    .index-problem li {
        padding-top: 28px;
    }

        .index-problem li h3 {
            height: 24px;
            color: #333;
            overflow: hidden;
            font-size: 14px;
        }

            .index-problem li h3 a {
                color: #333;
                display: block;
            }

        .index-problem li p {
            height: 60px;
            color: #999;
            margin-top: 5px;
            overflow: hidden;
            line-height: 20px;
        }

        .index-problem li:hover h3 a {
            color: #ff8400;
        }

.index-news {
    width: 502px;
    float: left;
    margin-left: 30px;
}

    .index-news .box {
        height: 377px;
        padding: 20px;
        background: #fff;
    }

    .index-news dl {
        height: 118px;
    }

        .index-news dl:hover dt img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        .index-news dl:hover dd h3 a {
            color: #ff8400;
        }

    .index-news dt {
        width: 154px;
        height: 118px;
        float: left;
        overflow: hidden;
        position: relative;
    }

        .index-news dt img {
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    .index-news dd {
        width: 255px;
        float: left;
        margin-left: 25px;
    }

        .index-news dd h3 {
            height: 24px;
            margin-top: 10px;
            overflow: hidden;
        }

            .index-news dd h3 a {
                color: #333;
                display: block;
            }

        .index-news dd time {
            color: #cecece;
            font-family: arial;
        }

        .index-news dd p {
            color: #999;
            height: 60px;
            line-height: 20px;
            overflow: hidden;
        }

    .index-news ul {
        padding-top: 20px;
    }

    .index-news li {
        height: 38px;
        line-height: 38px;
        overflow: hidden;
        position: relative;
        padding-left: 15px;
        border-top: solid 1px #efefef;
    }

        .index-news li:before {
            content: "";
            width: 3px;
            height: 3px;
            left: 5px;
            top: 17px;
            position: absolute;
            background: #ff8400;
        }

        .index-news li span {
            float: right;
            padding-left: 50px;
            color: #c3c3c3;
            font-family: arial;
        }

        .index-news li:first-child {
            border-top: 0;
        }

.index-support {
    width: 350px;
    float: right;
}

    .index-support dl:hover dt img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index-support dl {
        height: 377px;
        padding: 20px;
        background: #fff;
    }

    .index-support dt {
        width: 305px;
        height: 131px;
        overflow: hidden;
        position: relative;
    }

        .index-support dt img {
            -webkit-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
        }

    .index-support dd {
        padding-top: 16px;
    }

        .index-support dd p {
            height: 36px;
            overflow: hidden;
            line-height: 36px;
            position: relative;
        }

            .index-support dd p a {
                padding-left: 15px;
                display: block;
            }

            .index-support dd p:before {
                content: "";
                width: 3px;
                height: 3px;
                left: 5px;
                top: 17px;
                position: absolute;
                background: #ff8400;
            }

.insidepage-banner {
    height: 469px;
    position: relative;
    overflow: hidden;
}

    .insidepage-banner .pic {
        left: 50%;
        height: 469px;
        width: 1920px;
        margin-left: -960px;
        position: absolute;
    }

.insidepage-title {
    color: #4a4a4a;
    font-size: 30px;
    padding-top: 50px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.insidepage-description {
    margin-top: 5px;
    text-align: center;
}

.insidepage-network {
    padding-bottom: 80px;
    text-align: center;
}

.insidepage-message {
    padding: 50px 0;
    margin-top: 50px;
    background: #f2f2f2;
}

    .insidepage-message .message-main {
        width: 1000px;
        margin: 0 auto;
        background: #fff;
        min-height: 540px;
    }

        .insidepage-message .message-main ul {
            width: 902px;
            margin: 0 auto;
            padding: 55px 0 0 0;
            overflow: hidden;
            list-style: none;
        }

            .insidepage-message .message-main ul li {
                width: 420px;
                margin: 0 15px 20px 15px;
                float: left;
                position: relative;

            }

                .insidepage-message .message-main ul li font {
                    position:absolute;
                    right:0;
                    top: -22px;
                    font-size:12px;
                    color:#f00;
                    display:none;
                }

                .insidepage-message .message-main ul li i {
                    font-style: normal;
                    position: absolute;
                    right: 12px;
                    top: 12px;
                    color: #f00;
                    display: inline-block;
                    width: 12px;
                    text-align: center;
                }

                .insidepage-message .message-main ul li.li-2 {
                    width: 870px;
                }

                .insidepage-message .message-main ul li.li-3 {
                    width: 220px;
                }

                    .insidepage-message .message-main ul li.li-3 i {
                        left: 105px;
                    }

                .insidepage-message .message-main ul li.li-4 {
                    width: 450px;
                    float: right;
                    text-align: right;
                }

                .insidepage-message .message-main ul li input {
                    width: 100%;
                    color: #999;
                    padding: 9px 25px 9px 15px;
                    border: #d8d8d9 solid 1px;
                    font-family: "微软雅黑";
                }

                    .insidepage-message .message-main ul li input:focus {
                        border: #bababa solid 1px;
                        background: #f6f6f6;
                    }

                    .insidepage-message .message-main ul li input#Code {
                        width: 120px;
                        float: left;
                    }

                .insidepage-message .message-main ul li .submit{
                    display: inline-block;
                    text-align: center;
                    padding: 8px 0;
                    width: 206px;
                    border-radius: 3px;
                    cursor: pointer;
                    font-size: 14px;
                }

                .insidepage-message .message-main ul li .reset {
                    display: inline-block;
                    text-align: center;
                    padding: 9.9px 0;
                    width: 206px;
                    border-radius: 3px;
                    cursor: pointer;
                    font-size: 14px;
                }

                .insidepage-message .message-main ul li .submit {
                    background: #ff8400;
                    color: #fff;
                    border: #ff8400 solid 1px;
                }

                    .insidepage-message .message-main ul li .submit:hover {
                        background: #ff6801;
                    }

                .insidepage-message .message-main ul li .reset {
                    float: right;
                    margin-left: 10px;
                    background: #c2c2c2;
                    color: #545454;
                    border: #c2c2c2 solid 1px;
                }

                    .insidepage-message .message-main ul li .reset:hover {
                        background: #aeaeae;
                    }

                .insidepage-message .message-main ul li textarea {
                    color: #444;
                    padding: 5px 25px 5px 15px;
                    border: #d8d8d9 solid 1px;
                    color: #999;
                    font-family: "微软雅黑";
                    font-size: 14px;
                    width: 100%;
                    height: 180px;
                }

                    .insidepage-message .message-main ul li textarea:focus {
                        border: #bababa solid 1px;
                        background: #f6f6f6;
                    }

                .insidepage-message .message-main ul li img {
                    margin: 1px 0 0 10px;
                    float: left;
                    border: none;
                }

.insidepage-menu {
    padding: 65px 0;
    text-align: center;
}

    .insidepage-menu li {
        width: 178px;
        height: 47px;
        overflow: hidden;
        font-size: 16px;
        line-height: 47px;
        margin: 0 10px;
        display: inline-block;
    }

        .insidepage-menu li a {
            color: #4a4a4a;
            display: block;
            border: solid 1px #d2d2d2;
        height: 47px;
        line-height: 47px;
        }

        .insidepage-menu li.active > a, .insidepage-menu a:hover {
            color: #fff;
            border-color: #056fd6;
            background: #056fd6;
        }

.insidepage-news {
    padding-bottom: 60px;
    background: #f5f5f5;
}

    .insidepage-news dl {
        height: 360px;
        margin-top: 40px;
    }

    .insidepage-news dt {
        width: 540px;
        height: 360px;
        float: left;
        position: relative;
    }

    .insidepage-news dd {
        width: 600px;
        float: left;
        margin-left: 60px;
    }

        .insidepage-news dd h3 {
            height: 60px;
            margin-bottom: 30px;
            overflow: hidden;
            line-height: 60px;
            font-weight: normal;
            font-size: 18px;
            border-bottom: solid 1px #d0d5de;
        }

            .insidepage-news dd h3 a {
                color: #333;
                display: block;
            }

        .insidepage-news dd p {
            height: 36px;
            font-size: 15px;
            overflow: hidden;
            line-height: 36px;
        }

            .insidepage-news dd p a {
                color: #555;
            }

            .insidepage-news dd p span {
                padding-right: 30px;
                display: inline-block;
                font-family: arial;
            }

    .insidepage-news .more {
        width: 168px;
        height: 46px;
        color: #fff;
        margin-top: 30px;
        line-height: 46px;
        text-align: center;
        border-radius: 3px;
        background: #0071d8;
        display: inline-block;
    }

        .insidepage-news .more:hover {
            background: #ff8400;
        }

    .insidepage-news dl:hover dd h3 a {
        color: #0071d8;
    }

.insidepage-news2 li {
    padding: 35px 0;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
}

    .insidepage-news2 li:hover {
        background: #f4f4f4;
    }

.insidepage-news2 dl {
    overflow: hidden;
}

.insidepage-news2 dt {
    float: left;
    width: 170px;
    margin-top: 8px;
    color: #0071d8;
    font-family: arial;
    text-align: right;
}

    .insidepage-news2 dt p:first-child {
        line-height: 20px;
        font-size: 16px;
    }

    .insidepage-news2 dt p {
        font-size: 40px;
        line-height: 40px;
    }

.insidepage-news2 dd {
    width: 1000px;
    float: left;
    margin-left: 50px;
}

    .insidepage-news2 dd h3 {
        height: 24px;
        overflow: hidden;
        font-weight: normal;
    }

        .insidepage-news2 dd h3 a {
            color: #333;
            display: block;
        }

    .insidepage-news2 dd p {
        color: #888;
        height: 24px;
        margin-top: 15px;
        overflow: hidden;
    }

    .insidepage-news2 dd .more {
        display: block;
        margin-top: 15px;
    }

.insidepage-tab {
    padding: 60px 0;
    text-align: center;
}

    .insidepage-tab a {
        padding: 0 10px;
        background: #fff;
        display: inline-block;
        border: solid 1px #ccc;
    }

        .insidepage-tab a:hover, .insidepage-tab .cur {
            color: #fff;
            border-color: #0071d8;
            background: #0071d8;
        }

.insidepage-news-show {
    line-height: 36px;
    font-size: 16px;
    color: #4a4a4a;
    padding-top: 50px;
    padding-bottom: 80px;
}

    .insidepage-news-show h1 {
        font-size: 30px;
        font-weight: normal;
        text-align: center;
    }

    .insidepage-news-show .info {
        color: #888;
        font-size: 14px;
        padding: 15px 0 10px 0;
        text-align: center;
        border-bottom: solid 1px #ddd;
    }

.insidepage-case {
    margin-top: 50px;
    background: #f4f4f4;
}

    .insidepage-case ul {
        width: 103.9%;
        margin-left: -25px;
    }

@media (max-width:1280px) {
    .insidepage-case ul {
        width: 100%;
        margin-left: 0;
    }
}

.insidepage-case li {
    width: 386px;
    float: left;
    margin: 0 25px;
    background: #fff;
    margin-top: 50px;
    box-shadow: 0 0 10px #e7e7e7;
    -webkit-transition: all 334ms ease-in-out;
    transition: all 334ms ease-in-out;
}

@media (max-width:1280px) {
    .insidepage-case li {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.insidepage-case li .pic {
    width: 386px;
    height: 253px;
    position: relative;
}

.insidepage-case li .mask {
    padding: 10px 15px;
}

.insidepage-case li .t1, .insidepage-case li .t2 {
    height: 24px;
    overflow: hidden;
}

.insidepage-case li .t1 {
    color: #666;
    font-size: 16px;
}

.insidepage-case li .t2 {
    color: #999;
    font-size: 12px;
    font-family: arial;
}

.insidepage-case li .more {
    color: #666;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ebebeb;
    background: url(../images/case-icon.png) no-repeat top 15px right;
}

    .insidepage-case li .more img {
        margin-top: 5px;
    }

.insidepage-case li:hover {
    background: #0071d8;
}

    .insidepage-case li:hover .t1, .insidepage-case li:hover .t2, .insidepage-case li:hover .more {
        color: #fff;
    }

    .insidepage-case li:hover .more {
        background: url(../images/case-iconh.png) no-repeat top 15px right;
        border-color: rgba(255,255,255,0.3);
    }

.insidepage-proshow {
    padding: 60px 0;
    text-align: center;
}

    .insidepage-proshow h1 {
        line-height: 40px;
        font-size: 30px;
        color: #4a4a4a;
        font-weight: normal;
    }

    .insidepage-proshow .roll {
        margin-top: 40px;
    }

        .insidepage-proshow .roll .pic {
            width: 1032px;
            height: 589px;
            margin: 0 auto;
            position: relative;
            box-shadow: 0 0 15px #999;
        }

        .insidepage-proshow .roll .slick-prev, .insidepage-proshow .roll .slick-next {
            width: 68px;
            height: 68px;
            border: solid 1px #e2e2e2;
        }

        .insidepage-proshow .roll .slick-prev {
            left: 0;
            background: url(../images/pro-prev.png) no-repeat;
        }

            .insidepage-proshow .roll .slick-prev:hover {
                background-color: #fafafa;
            }

        .insidepage-proshow .roll .slick-next {
            right: 0;
            background: url(../images/pro-next.png) no-repeat;
        }

            .insidepage-proshow .roll .slick-next:hover {
                background-color: #fafafa;
            }

.insidepage-about {
    padding-top: 50px;
}

    .insidepage-about .list-loop {
        padding-bottom: 50px;
    }

        .insidepage-about .list-loop li {
            height: 240px;
            width: 303px;
            float: left;
            padding: 17px;
            margin-left: 16px;
            border: solid 1px #eee;
            -webkit-transition: all 334ms ease-in-out;
            transition: all 334ms ease-in-out;
        }

            .insidepage-about .list-loop li .t1 {
                line-height: 36px;
                color: #4a4a4a;
            }

                .insidepage-about .list-loop li .t1 span {
                    font-size: 36px;
                    font-family: arial;
                }

            .insidepage-about .list-loop li .t2 {
                height: 168px;
                overflow: hidden;
                padding-left: 20px;
                position: relative;
            }

                .insidepage-about .list-loop li .t2:before {
                    top: 8px;
                    content: "";
                    width: 7px;
                    height: 7px;
                    left: 5px;
                    position: absolute;
                    border-radius: 100%;
                    background: #b2b2b2;
                }

            .insidepage-about .list-loop li:hover {
                color: #fff;
                border-color: #056fd6;
                background: #056fd6;
            }

                .insidepage-about .list-loop li:hover .t1 {
                    color: #fff;
                }

                .insidepage-about .list-loop li:hover .t2:before {
                    background: #fff;
                }

            .insidepage-about .list-loop li:first-child {
                margin-left: 0;
            }

    .insidepage-about .list-loop-2 {
        background: #fafafa;
    }

        .insidepage-about .list-loop-2 dt {
            width: 631px;
            float: left;
            padding-right: 35px;
            padding-top: 60px;
        }

            .insidepage-about .list-loop-2 dt p {
                height: 264px;
                overflow: hidden;
            }

        .insidepage-about .list-loop-2 dd {
            width: 629px;
            height: 368px;
            float: right;
            position: relative;
        }

    .insidepage-about .list-loop-3 {
        padding-bottom: 50px;
    }

        .insidepage-about .list-loop-3 li:first-child {
            border-left: solid 1px #e5e5e5;
        }

        .insidepage-about .list-loop-3 li {
            width: 25%;
            float: left;
            margin-top: 50px;
            text-align: center;
            border-right: solid 1px #e5e5e5;
        }

            .insidepage-about .list-loop-3 li .t5 {
                color: #333;
                font-size: 20px;
                margin: 10px 0 15px;
            }

            .insidepage-about .list-loop-3 li span img {
                -webkit-transition: all 334ms ease-in-out;
                transition: all 334ms ease-in-out;
            }

            .insidepage-about .list-loop-3 li:hover span img {
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

    .insidepage-about .t3, .insidepage-about .t4 {
        text-align: center;
    }

    .insidepage-about .t3 {
        font-weight: normal;
        color: #1772ad;
        font-size: 32px;
        text-align: center;
    }

    .insidepage-about .t4 {
        display: block;
        font-size: 24px;
        color: #333;
        margin-top: 15px;
    }

    .insidepage-about .list-loop-4 {
        padding: 50px 0;
        background: #fafafa;
    }

        .insidepage-about .list-loop-4 dl {
            margin: 0 30px;
            height: 356px;
            margin-top: 40px;
            background: #fff;
        }

            .insidepage-about .list-loop-4 dl:first-child {
                margin-top: 0;
            }

        .insidepage-about .list-loop-4 dt {
            width: 780px;
            height: 356px;
            float: left;
            position: relative;
        }

        .insidepage-about .list-loop-4 dd {
            width: 418px;
            float: right;
            color: #444;
            line-height: 28px;
            padding: 90px 40px;
        }

            .insidepage-about .list-loop-4 dd h3 {
                font-size: 32px;
                color: #1772ad;
                font-weight: normal;
                margin-bottom: 20px;
            }

.insidepage-list-honor li {
    padding: 50px 0;
}

    .insidepage-list-honor li:hover dl dd {
        color: #fff;
        background: #1f73d3;
    }

        .insidepage-list-honor li:hover dl dd:before {
            background: #1f73d3;
            border-color: #1f73d3;
        }

        .insidepage-list-honor li:hover dl dd .t1 span, .insidepage-list-honor li:hover dl dd .t2 {
            color: #fff;
        }

.insidepage-list-honor dl {
    position: relative;
}

    .insidepage-list-honor dl:before {
        content: "";
        width: 272px;
        height: 201px;
        left: -10px;
        top: -10px;
        position: absolute;
        border: solid 3px #1f73d3;
    }

.insidepage-list-honor dt {
    width: 272px;
    height: 201px;
    float: left;
    position: relative;
}

.insidepage-list-honor dd {
    width: 940px;
    float: right;
    margin-top: 35px;
    padding: 30px 40px;
    position: relative;
    border: solid 1px #d6d6d6;
}

    .insidepage-list-honor dd:before {
        top: 50%;
        left: -6px;
        content: "";
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background-color: #fff;
        position: absolute;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        border-left: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    .insidepage-list-honor dd .t1 span {
        color: #000;
        font-size: 24px;
    }

    .insidepage-list-honor dd .t2 {
        color: #4a4a4a;
        font-size: 16px;
        margin-top: 5px;
    }

.insidepage-list-honor .bg {
    background: #f9f9f9;
}

    .insidepage-list-honor .bg dd {
        background: #fff;
    }

.insidepage-contact {
    padding: 50px 0;
    margin-top: 50px;
    text-align: center;
    background: #f8f8f8;
    line-height: 30px;
    font-size: 12px;
}

    .insidepage-contact .t1 {
        color: #ba0f0f;
        font-size: 36px;
        line-height: 40px;
        font-family: arial;
    }

        .insidepage-contact .t1 span {
            padding-bottom: 10px;
            display: inline-block;
            border-bottom: solid 1px #dcdcdc;
        }

    .insidepage-contact .t2 {
        margin-top: 10px;
        font-size: 32px;
        line-height: 40px;
    }

    .insidepage-contact .t3 {
        color: #333;
        font-size: 22px;
    }

.insidepage-message2 {
    padding: 50px 0 60px 0;
}

    .insidepage-message2 ul {
        margin: 0 290px;
    }

    .insidepage-message2 li {
        width: 320px;
        float: left;
        position: relative;
        margin: 15px 10px 0 10px;
    }

        .insidepage-message2 li font {
            position:absolute;
            right:0;
            top:-19px;
            color:#f00;
            display:none;
            font-size:12px;
        }

        .insidepage-message2 li input, .insidepage-message2 li textarea {
            width: 100%;
            color: #666;
            font-size: 14px;
            border-radius: 3px;
            font-family: "微软雅黑";
            padding: 7px 10px 7px 40px;
            border: solid 1px #e3e3e3;
        }

            .insidepage-message2 li input:focus {
                border: solid 1px #ba0f0f;
            }

        .insidepage-message2 li label {
            top: 3px;
            left: 15px;
            position: absolute;
        }

        .insidepage-message2 li input[type="button"] {
            color: #fff;
            border-radius: 5px;
            background: #ba0f0f;
            border-color: #ba0f0f;
        }

.insidepage-map {
    width: 100%;
    margin-top: 0;
    height: 547px;
    position: relative;
}

    .insidepage-map #allmap {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

.insidepage-partner {
    padding: 50px 0;
    margin-top: 50px;
    background: #f8f8f8;
}

.insidepage-roll {
    margin-left: 5px;
    margin-bottom: 100px;
}

    .insidepage-roll .items {
        float: left;
        display: inline-block;
        position: relative;
    }

    .insidepage-roll .pic {
        width: 209px;
        height: 99px;
        position: relative;
        border: solid 1px #dcdcdc;
    }

    .insidepage-roll .slick-prev, .insidepage-roll .slick-next {
        width: 42px;
        height: 42px;
        border: 0;
        top: auto;
        bottom: -80px;
        margin-top: auto;
    }

    .insidepage-roll .slick-prev {
        left: 45%;
        background: url(../images/p-prevh.jpg) no-repeat;
    }

        .insidepage-roll .slick-prev:hover {
            background: url(../images/p-prev.jpg) no-repeat;
        }

    .insidepage-roll .slick-next {
        left: 50%;
        right: auto;
        background: url(../images/p-next.jpg) no-repeat;
    }

        .insidepage-roll .slick-next:hover {
            background: url(../images/p-nexth.jpg) no-repeat;
        }

.insidepage-product {
    padding: 70px 0;
    padding-bottom: 30px;
}

    .insidepage-product .promenu {
        width: 235px;
        float: left;
        min-height: 500px;
        background: #0083d1;
    }

        .insidepage-product .promenu h3 {
            color: #fff;
            font-size: 16px;
            padding: 10px;
            padding-left: 20px;
            font-weight: normal;
        }

            .insidepage-product .promenu h3 img {
                margin-right: 5px;
            }

        .insidepage-product .promenu li > a {
            color: #fff;
            display: block;
            font-weight: bold;
            background: #1cabea;
            padding: 8px 10px 8px 40px;
        }

        .insidepage-product .promenu .subpro {
            padding: 10px 0;
            display:none;
        }

            .insidepage-product .promenu .subpro a {
                margin-top: 5px;
                padding-left: 40px;
                color: #99d8fd;
                display: block;
            }

                .insidepage-product .promenu .subpro a:hover {
                    color: #fff;
                }

    .insidepage-product .list-product {
        width: 1025px;
        float: left;
    }

        .insidepage-product .list-product li:hover {
            background: #0083d1;
        }

        
        .insidepage-product .list-product li:hover a{
            color:#fff;
        }

            .insidepage-product .list-product li:hover .pic img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

            .insidepage-product .list-product li:hover .box .p1, .insidepage-product .list-product li:hover .box .p2 {
                color: #fff;
            }

                .insidepage-product .list-product li:hover .box .p2:before {
                    background: #fff;
                }

        .insidepage-product .list-product li {
            width: 310px;
            float: left;
            margin-top: 25px;
            background: #f3f3f3;
            margin-left: 30px;
            -webkit-transition: all 334ms ease-in-out;
            transition: all 334ms ease-in-out;
        }

            .insidepage-product .list-product li .pic {
                width: 310px;
                height: 188px;
                overflow: hidden;
                position: relative;
            }

                .insidepage-product .list-product li .pic img {
                    -webkit-transition: all 500ms ease-in-out;
                    transition: all 500ms ease-in-out;
                }

            .insidepage-product .list-product li .box {
                height: 165px;
                padding: 10px 20px;
            }

                .insidepage-product .list-product li .box .p1 {
                    height: 50px;
                    color: #4a4a4a;
                    font-size: 16px;
                    margin-bottom: 10px;
                    line-height: 50px;
                    overflow: hidden;
                    border-bottom: 1px solid #dadada;
                }

                .insidepage-product .list-product li .box .p2 {
                    color: #777;
                    font-size: 12px;
                    height:20px;
                    line-height:20px;
                    overflow:hidden;
                    padding-left: 13px;
                    position: relative;
                }

                .insidepage-product .list-product li .box:hover a{
                    color: #fff;
                }

                    .insidepage-product .list-product li .box .p2:before {
                        width: 4px;
                        height: 4px;
                        content: "";
                        top: 10px;
                        left: 0;
                        position: absolute;
                        background: #888;
                    }

.insidepage-product-1 {
    padding: 60px 0 80px 0;
}

    .insidepage-product-1 h1 {
        color: #4a4a4a;
        font-size: 36px;
        line-height: 46px;
        text-align: center;
        margin-bottom: 60px;
    }

    .insidepage-product-1 .leftbox {
        float: left;
        width: 568px;
        height: 397px;
        margin-left: 60px;
        border: solid 1px #cecccc;
    }

        .insidepage-product-1 .leftbox .pic {
            width: 566px;
            height: 395px;
            position: relative;
        }

        .insidepage-product-1 .leftbox .slick-prev, .insidepage-product-1 .leftbox .slick-next {
            width: 50px;
            height: 50px;
            border: 0;
            margin-top: -25px;
            border-radius: 100%;
            border: solid 1px #d5cfca;
        }

        .insidepage-product-1 .leftbox .slick-prev {
            left: -25px;
            background: url(../images/prev.png) no-repeat #fff;
        }

            .insidepage-product-1 .leftbox .slick-prev:hover {
                background-color: #fafafa;
            }

        .insidepage-product-1 .leftbox .slick-next {
            right: -25px;
            background: url(../images/next.png) no-repeat #fff;
        }

            .insidepage-product-1 .leftbox .slick-next:hover {
                background-color: #fafafa;
            }

    .insidepage-product-1 .rightbox {
        width: 480px;
        float: left;
        color: #999;
        padding-top: 30px;
        line-height: 30px;
        margin-left: 65px;
    }

        .insidepage-product-1 .rightbox .t1 {
            color: #4a4a4a;
            font-size: 18px;
            margin-bottom: 15px;
        }

        .insidepage-product-1 .rightbox .t3 {
            color: #fff;
            margin-top: 50px;
            line-height: 42px;
            font-size: 16px;
            padding: 0 28px 0 15px;
            border-radius: 3px;
            background: #d62e2e;
            display: inline-block;
        }

            .insidepage-product-1 .rightbox .t3:hover {
                background: #ff8400;
            }

.insidepage-product-2 {
    padding-top: 55px;
    padding-bottom: 55px;
    border-top: 3px solid #d7d7d7;
}

    .insidepage-product-2 .leftbox {
        width: 350px;
        padding: 40px;
        float: left;
        margin-left: 60px;
        background: #f3f3f3;
    }

        .insidepage-product-2 .leftbox h3 {
            font-size: 18px;
            color: #0066ac;
            font-weight: normal;
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: solid 1px #dadada;
        }

        .insidepage-product-2 .leftbox li {
            position: relative;
            margin-top: 8px;
        }

            .insidepage-product-2 .leftbox li a {
                padding-left: 10px;
            }

            .insidepage-product-2 .leftbox li:before {
                width: 4px;
                height: 4px;
                content: "";
                top: 11px;
                left: 0;
                position: absolute;
                background: #888;
            }

            .insidepage-product-2 .leftbox li:hover:before {
                background: #0066ac;
            }

            .insidepage-product-2 .leftbox li:hover a {
                color: #0066ac;
            }

    .insidepage-product-2 .rightbox {
        width: 810px;
        float: right;
        padding: 40px;
        border: solid 1px #d3d6da;
    }

        .insidepage-product-2 .rightbox .t1 {
            font-size: 18px;
            color: #0066ac;
            font-weight: normal;
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: solid 1px #dadada;
        }

.insidepage-honor-1 {
    padding: 45px 0 70px 0;
    margin-top: 50px;
    background: #f8f8f8;
}

    .insidepage-honor-1 li {
        width: 185px;
        height: 252px;
        float: left;
        margin-top: 25px;
        position: relative;
        margin-left: 15px;
    }

.insidepage-honor-3 {
    padding: 45px 0 70px 0;
    margin-top: 50px;
    background: #f8f8f8;
}

    .insidepage-honor-3 li {
        width: 284px;
        height: 197px;
        float: left;
        margin-top: 25px;
        position: relative;
        margin-left: 15px;
    }

.insidepage-honor-2 {
    padding: 45px 0 70px 0;
    margin-top: 50px;
    background: #f8f8f8;
}

    .insidepage-honor-2 li {
        width: 222px;
        height: 305px;
        float: left;
        margin-top: 25px;
        position: relative;
        margin-left: 15px;
    }

.insidepage-map1 {
    padding: 50px 0;
}

    .insidepage-map1 li:first-child {
        border-top: 0;
    }

    .insidepage-map1 li {
        padding: 15px 0;
        border-top: solid 1px #eee;
    }

        .insidepage-map1 li > a {
            font-size: 16px;
        }

        .insidepage-map1 li .subnav {
            margin-top: 15px;
        }

            .insidepage-map1 li .subnav a {
                color: #888;
                font-size: 14px;
                margin-right: 20px;
                display: inline-block;
            }

.page-tab02 {
    font-size: 14px;
    margin-top: 40px;
    background: #ccc;
    overflow: hidden;
}

.cjwtlist {
    background: #f5f5f5;
    padding: 65px 0;
    padding-top: 40px;
}

    .cjwtlist li {
        margin: 0 70px;
        margin-top: 25px;
    }

    .cjwtlist .active .tit {
        color: #fff;
        background: url(../images/02.png) no-repeat 10px 10px #056fd6;
    }

        .cjwtlist .active .tit:before {
            background: url(../images/05.png) no-repeat;
        }

    .cjwtlist .tit {
        cursor: pointer;
        border: solid 1px #dbdbdb;
        background: url(../images/01.png) no-repeat 10px 10px #fff;
        color: #333;
        font-size: 13px;
        padding: 10px 40px 10px 40px;
        line-height: 24px;
        position: relative;
    }

        .cjwtlist .tit:before {
            width: 14px;
            height: 8px;
            content: "";
            right: 20px;
            top: 18px;
            position: absolute;
            background: url(../images/03.png) no-repeat;
        }

        .cjwtlist .tit:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -5px;
            width: 99%;
            margin-left: 10px;
            border-bottom: solid 5px #ebebeb;
        }

    .cjwtlist div {
        background: #fff;
        line-height: 30px;
        position: relative;
        margin: 30px 45px;
        padding: 30px;
        display: none;
        border: solid 1px #dedcdd;
    }

        .cjwtlist div:before {
            content: "";
            position: absolute;
            top: -9px;
            left: 70px;
            width: 18px;
            height: 9px;
            background: url(../images/sj.jpg) no-repeat;
        }

.page-tab02 li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
}

.page-tab02 .prev, .page-tab02 .next {
    width: 42%;
    float: left;
    font-weight: bold;
    border-right: solid 1px #fff;
    color: #fff;
}

    .page-tab02 .prev a, .page-tab02 .next a {
        color: #434343;
        display: inline-block;
        text-decoration: underline;
    }

    .page-tab02 .prev:hover, .page-tab02 .next:hover {
        background: #505050;
    }

        .page-tab02 .prev:hover a, .page-tab02 .next:hover a {
            color: #fff;
        }

.page-tab02 .return {
    width: 16%;
    float: left;
    text-align: center;
    background: #ff6801;
}

    .page-tab02 .return a {
        color: #fff;
        display: block;
    }

        .page-tab02 .return a:hover {
            background: #ffae00;
        }

    .page-tab02 .return img {
        max-height: 26px;
        margin-top: 0;
        margin-right: 5px;
    }


/*搜索弹出层*/
.search_mask
{
	background: url(../images/search_mask.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}
.search_mask .s_box
{
	width: 350px;
	height: 136px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff;
}
.search_mask .s_box .text1
{
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.search_mask .s_box .sure
{
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: #00a0e9;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 5px;
}