

body {
    width: 100%;
    font-family: "微软雅黑";
    background: #f5f5f5;
    overflow-x: hidden;
}

a:focus {
    outline: none;
}

a:focus, a:hover {
    text-decoration: none;
}

header {
    position: fixed;
    left: 0px;
    height: 100%;
    width: 256px;
    background: White;
    -webkit-transition: left .3s ease-in-out 0s;
    -moz-transition: left .3s ease-in-out 0s;
    -ms-transition: left .3s ease-in-out 0s;
    -o-transition: left .3s ease-in-out 0s;
    transition: left .3s ease-in-out 0s;
    z-index: 99;
}

    header.active {
        left: 0px;
    }

    header .box {
        margin: 40px 30px 0px 0px;
        text-align: right;
    }

        header .box .wechat {
            margin-top: 20px;
        }

            header .box .wechat img {
                margin-bottom: 10px;
                width: 130px;
                height: 130px;
            }

            header .box .wechat i {
                float: right;
                display: block;
                margin: 3px 0 0 9px;
                width: 9px;
                height: 14px;
                background: url(http://www.zhihuishuzi.cn/Content/PC/Images/icons.png) no-repeat top right;
            }

        header .box nav {
            float: right;
            margin-top: 50px;
        }

            header .box nav ul {
                position: relative;
                list-style: none;
                padding: 0px;
            }

                header .box nav ul li {
                    position: relative;
                    list-style: none;
                    padding: 0px;
                    line-height: 36px;
                }

                    header .box nav ul li a {
                        display: block;
                        position: relative;
                        width: 100%;
                        line-height: 36px;
                        padding: 5px 10px;
                        color: #333;
                        font-size: 17px;
                        text-align: right;
                        text-decoration: none;
                        z-index: 10;
                        -webkit-transition: all .2s ease-in-out 0s;
                        -moz-transition: all .2s ease-in-out 0s;
                        -ms-transition: all .2s ease-in-out 0s;
                        -o-transition: all .2s ease-in-out 0s;
                        transition: all .2s ease-in-out 0s;
                    }

                    header .box nav ul li.bg {
                        position: absolute;
                        top: 0px;
                        width: 130px;
                        height: 32px;
                        -moz-border-radius: 16px;
                        -webkit-border-radius: 16px;
                        border-radius: 16px;
                        -webkit-transition: all .2s ease-in-out 0s;
                        -moz-transition: all .2s ease-in-out 0s;
                        -ms-transition: all .2s ease-in-out 0s;
                        -o-transition: all .2s ease-in-out 0s;
                        transition: all .2s ease-in-out 0s;
                    }

    header footer {
        position: absolute;
        bottom: 20px;
        right: 30px;
        color: #666;
        font-family: Arial, "宋体";
        font-size: 12px;
        line-height: 22px;
        text-align: right;
    }

        header footer a {
            color: #666;
        }

            header footer a:hover {
                color: #333;
                text-decoration: none;
                border-bottom: 1px dotted #333;
            }

        header footer u {
            margin: 0 5px;
            text-decoration: none;
        }



    section.toolbar.active {
        left: 240px;
    }

.toolbar a.homelink, .toolbar .logo, .toolbar .mini, .toolbar .miniBtn, .footWechat {
    display: none;
}

.toolbar .switch {
    float: left;
    margin: 22px 0px 0px 30px;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.toolbar .category {
    float: left;
    margin: 22px 0px 0px 30px;
}

.toolbar .btn {
    line-height: 12px;
    padding-bottom: 6px;
    color: #777;
    font-family: "宋体";
    font-size: 12px;
}

.toolbar .category .btn-primary {
    color: #eee;
    background-color: #666;
    border-color: #666;
}

.toolbar .btnList {
    float: left;
    margin: 18px 0px 0px 30px;
}

    .toolbar .btnList .link {
        margin-left: 5px;
    }

        .toolbar .btnList .link .btn {
            line-height: 16px;
            padding-bottom: 8px;
            color: #777;
            font-family: "微软雅黑";
            font-size: 14px;
        }

            .toolbar .btnList .link .btn span.glyphicon-arrow-left {
                margin-right: 8px;
            }

            .toolbar .btnList .link .btn span.glyphicon-arrow-right {
                margin-left: 8px;
            }

.toolbar h1 {
    float: left;
    margin-left: 40px;
    font-size: 24px;
}

    .toolbar h1 .glyphicon {
        margin: 0px 15px;
        font-size: 18px;
    }

section.content {
    position: absolute;
    top: 0px;
    left: 256px;
    width: 100% !important;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    height: auto;
    overflow: auto;
}

.cus-box {
    width: 1030px;
    margin-left: 10%;
}

section.content.active {
    left: 240px;
}



.anliList {
    width: 1060px;
    overflow: hidden;
    margin-bottom: 60px;
}

    .anliList ul {
        margin: 0;
        padding: 0;
    }

        .anliList ul li {
            width: 343px !important;
            border: none;
            float: left;
            margin: 20px 10px 20px 0px;
            padding: 0;
            box-sizing: border-box;
            overflow: hidden;
        }

            .anliList ul li a {
                display: block;
                width: 100%;
                z-index: 200;
                position: relative;
            }

                .anliList ul li a u.gay-bg {
                    display: block;
                    opacity: 0;
                    z-index: 99;
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0px;
                    background: rgba(0,0,0,0.6);
                }

                .anliList ul li a u.jia {
                    background: url(/template/default/Content/PC/img/jia.png) no-repeat center center;
                    width: 40px;
                    height: 40px;
                    margin: 50px auto;
                    opacity: 0;
                    z-index: 9999;
                    position: absolute;
                    top: 11%;
                    left: 44%;
                }

                .anliList ul li a p {
                    width: 100%;
                    z-index: 9999;
                    padding-top: 6px;
                    margin: 0px;
                    position: relative;
                    min-height: 80px;
                    border-bottom: 3px solid #00cd78;
                    background: #fff;
                }

                .anliList ul li a img {
                    width: 100%;
                    height: auto;
                    z-index: 98;
                    width:343px;
                    height:200px;
                }

            .anliList ul li p span {
                display: block;
                width: 96%;
                padding-left: 4%;
                text-align: left;
                font-size: 14px;
                color: #666;
                line-height: 24px;
            }

            .anliList ul li a p i {
                display: block;
                width: 96%;
                font-style: normal;
                padding-left: 4%;
                text-align: left;
                font-size: 12px;
                color: #999;
                padding-bottom: 6px;
            }

            .anliList ul li a:hover u.gay-bg {
                display: block;
                opacity: 1;
                transition: all .5s ease-in-out 0s;
            }

            .anliList ul li a:hover u.jia {
                background: url(/template/default/Content/PC/img/jia.png) no-repeat center center;
                width: 40px;
                height: 40px;
                margin: 50px auto;
                opacity: 1;
                z-index: 9999;
                position: absolute;
                top: 11%;
                left: 44%;
            }

            .anliList ul li a:hover p {
                background: #00cd78;
                text-decoration: none;
            }

                .anliList ul li a:hover p span {
                    background: #00cd78;
                    color: #fff;
                    text-decoration: none;
                }

                .anliList ul li a:hover p i {
                    background: #00cd78;
                    color: #fff;
                    text-decoration: none;
                }

.lxwm-box {
    width: 900px;
    margin: 30px auto 20px auto;
    padding-top: 0px;
    overflow: hidden;
}

.lxwm-box-fl {
    width: 60%;
    float: left;
    padding-top: 10px;
}

    .lxwm-box-fl ul {
        margin: 0;
        padding: 0;
    }

        .lxwm-box-fl ul li {
            width: 100%;
            float: left;
            line-height: 50px;
            margin-bottom: 26px;
        }

            .lxwm-box-fl ul li .fltb {
                width: 46px;
                height: 46px;
                float: left;
            }

                .lxwm-box-fl ul li .fltb img {
                    width: 70%;
                }

            .lxwm-box-fl ul li .frwz {
                font-size: 18px;
                color: #333;
                text-align: left;
            }

.lxwm-box-fr {
    width: 180px;
    float: right;
    text-align: center;
}

    .lxwm-box-fr .fr-top {
        width: 100%;
        float: left;
        line-height: 50px;
        padding-left: 10%;
    }

        .lxwm-box-fr .fr-top .frtp {
            width: 46px;
            height: 46px;
            float: left;
        }

            .lxwm-box-fr .fr-top .frtp img {
                width: 70%;
            }

        .lxwm-box-fr .fr-top .frwz {
            font-size: 18px;
            color: #333;
            text-align: left;
        }

    .lxwm-box-fr .fr-bot {
        width: 180px;
        height: 180px;
        overflow: hidden;
    }

        .lxwm-box-fr .fr-bot img {
            width: 180px;
            height: 180px;
            border: 2px solid #00cd78;
        }

.no-bot {
    margin: 0 auto !important;
}

.lxwm-ny {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

    .lxwm-ny img {
        width: 100%;
    }

.no-box {
    padding-bottom: 0 !important;
}

.zhaopin {
    width: 100%;
    background: #fff;
    height: auto;
    padding: 20px 30px;
    min-height: 500px;
    margin-bottom: 60px;
}

.sewvmain {
    width: 1000px;
    margin: 30px auto;
    text-align:;
}

.sewv {
    position: relative;
    width: 268px;
    display: inline-block;
    vertical-align: middle;
}

.sewvtop {
    width: 100%;
    height: 45px;
    border: 1px #D9D9D9 solid;
    cursor: pointer;
    overflow: hidden;
}

    .sewvtop:hover {
        border: 1px #00cd78 solid;
    }

    .sewvtop > span {
        float: left;
        width: 70%;
        height: 45px;
        white-space: pre;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 16px;
        line-height: 45px;
        color: #666;
        padding: 0 5px 0 15px;
        vertical-align: middle;
    }

    .sewvtop > em {
        float: right;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-top: 12px;
        margin-right: 12px;
    }

.sewvbm {
    width: 100%;
    position: absolute;
    padding-left: 10px;
    background-color: #fff;
    list-style: none;
    font-style: normal;
    left: 0;
    top: 45px;
    display: none;
    border: 1px #D9D9D9 solid;
}

    .sewvbm > li {
        cursor: pointer;
        width: 100%;
        list-style: none;
        font-style: normal;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #666;
        padding-left: 5px;
    }

        .sewvbm > li:hover {
            color: #00cd78;
            font-style: normal;
        }

.lbaxztop {
    animation: rotatete 0.3s linear forwards;
}

.lbaxztop2 {
    animation: rotatete2 0.3s linear forwards;
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

@keyframes rotatete {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

@-moz-keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes rotatete2 {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(0deg);
    }
}


.fl-20 {
    margin-left: 20px;
}

.zpList {
    width: 100%;
}

    .zpList .table > tbody > tr > td a {
        color: #666;
    }

        .zpList .table > tbody > tr > td a:hover {
            color: #00cd78;
        }

    .zpList .table > tbody > tr > td {
        border-bottom: 1px solid #eee;
        border-top: none;
        line-height: 50px;
    }

.ma-50 {
    margin-bottom: 40px;
}

.join-wz {
    width: 90%;
    margin: 30px auto;
}

    .join-wz h5 {
        font-size: 12px;
        color: #999;
    }

    .join-wz h3 {
        font-size: 20px;
        color: #222;
    }

    .join-wz h4 {
        font-size: 14px;
        color: #999999;
    }

.join-bt {
    font-size: 16px;
    color: #222;
    margin: 20px auto;
}

.join-bt-line {
    float: right;
    width: 90%;
    height: 1px;
    background: #e4e4e4;
    margin-top: 12px;
}

.jp-ny {
    width: 100%;
    margin: 30px auto;
}

    .jp-ny h3 {
        color: #333333;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .jp-ny p {
        line-height: 30px;
        color: #333333;
        font-size: 14px;
    }

    .jp-ny h5 {
        line-height: 34px;
        color: #333333;
        font-size: 16px;
        margin-top: 20px;
    }


/* 营销效劳 */

.yx-title {
    color: #222222;
    font-size: 24px;
    margin-bottom: 15px;
    float: left;
}

.investment_f {
    width: 1024px;
    margin: 0px auto 20px auto;
}

    .investment_f .investment_title {
        width: 860px;
        overflow: hidden;
        float: left;
        margin-left: 60px;
        margin-top: -24px;
        margin-bottom: 50px;
    }

.investment_title .xtp:hover {
    transition: all .1s linear;
}

.investment_title .xtp {
    width: 80px;
    height: 80px;
    transition: all .1s linear;
    float: left;
    margin: 0 26px 0 0px;
    display: inline;
    cursor: pointer;
}

.investment_title .on {
    transition: all .1s linear;
}

.investment_title .xtp1 {
    width: 175px;
    transition: all .1s linear;
    height: 80px;
    float: left;
    margin: 0 26px 0 0px;
    display: inline;
    cursor: pointer;
}

.investment_title a,
.investment_title a:link,
.investment_title a:visited,
.investment_title a:hover {
    color: #555;
    width: 80px;
    height: 80px;
    display: inline-block
}

.investment_title .xtp.on a,
.investment_title .xtp.on a:link,
.investment_title .xtp.on a:visited,
.investment_title .xtp.on a:hover {
    width: 80px;
    height: 80px;
}

.investment_title .xtp1.on a,
.investment_title .xtp1.on a:link,
.investment_title .xtp1.on a:visited,
.investment_title .xtp1.on a:hover {
    width: 175px;
    height: 80px;
}

.investment_con {
    width: 100%;
    background: #fff;
    clear: both;
    padding: 0px;
}

.investment_con_list {
    display: none
}

.xtp .ytu {
    display: block;
    transition: all .5s;
}

.xtp .xz {
    display: none;
    transition: all .5s;
}

.xtp1 .xz {
    display: none;
    transition: all .5s;
}

.xtp .ytu, .xtp .wz, .xtp1 .ytu, .xtp1 .wz {
    transition: all .5s;
}

.xtp.on .xz {
    display: block;
    transition: all .5s;
}

.xtp.on .ytu {
    display: none;
    transition: all .5s;
}

    .xtp.on .ytu img, .xtp.on .xz {
        transition: all .5s;
    }

.investment_title .xtp.on .xz {
    display: block;
    transition: all .5s;
}

    .investment_title .xtp.on .xz img {
        transition: all .5s;
    }

.investment_title .xtp1.on .xz {
    display: block;
    transition: all .5s;
}

    .investment_title .xtp1.on .xz img {
        transition: all .5s;
    }

.xtp1 .ytu {
    display: block;
    transition: all .5s;
}

.xtp1.on .ytu {
    display: none;
    transition: all .5s;
}

.ccs-img1 {
    width: 557px;
    height: 468px;
    position: absolute;
    left: 0;
    top: 95px;
}

.xianxia {
    margin-top: 36px;
    overflow: hidden;
    width: 100%;
    padding-top: 50px;
}

    .xianxia h3 {
        color: #222222;
        font-size: 24px;
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

    .xianxia p {
        color: #222222;
        font-size: 18px;
        margin-bottom: 45px;
    }

.fw-box {
    width: 100%;
}

.fw-box {
    width: 100%;
}



.fl1 {
    width: 170px;
    height: 102px;
    float: left;
    position: absolute;
    left: 10px;
    z-index: 9;
    top: 60px;
}

.fl2 {
    width: 170px;
    height: 102px;
    float: left;
    position: absolute;
    left: 60px;
    z-index: 9;
    top: 180px;
}

.fl3 {
    width: 170px;
    height: 102px;
    float: left;
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 100px;
}


.cc1 {
    width: 86px;
    height: 86px;
    float: left;
    position: absolute;
    left: 38px;
    z-index: 9;
    top: 115px;
}

.cc2 {
    width: 86px;
    height: 86px;
    float: left;
    position: absolute;
    left: -8px;
    z-index: 9;
    bottom: 150px;
}

.cc3 {
    width: 86px;
    height: 86px;
    float: left;
    position: absolute;
    right: 145px;
    z-index: 9;
    top: 70px;
}

.cc4 {
    width: 86px;
    height: 86px;
    float: left;
    position: absolute;
    right: 120px;
    z-index: 9;
    bottom: 100px;
}


.zdbg {
    width: 604px;
    height: 474px;
    position: absolute;
    left: 0;
    top: 70px;
}

.zd1 {
    width: 158px;
    height: 57px;
    float: left;
    position: absolute;
    right: 110px;
    z-index: 9;
    top: 120px;
}

.zd2 {
    width: 158px;
    height: 57px;
    float: left;
    position: absolute;
    right: -22px;
    z-index: 9;
    top: 226px;
}

.zd3 {
    width: 158px;
    height: 57px;
    float: left;
    position: absolute;
    right: -52px;
    z-index: 9;
    bottom: 168px;
}

.zd4 {
    width: 158px;
    height: 57px;
    float: left;
    position: absolute;
    right: -40px;
    z-index: 9;
    bottom: 53px;
}

.fl-app {
    width: 261px;
    height: 542px;
    float: left;
}

    .fl-app img {
        width: 100%;
    }

.yezhu-cn {
    width: 763px;
    height: 480px;
    margin-top: 30px;
    float: left;
    background: #fff;
    overflow: hidden;
    padding: 30px 30px 30px 90px
}

    .yezhu-cn h3 {
        font-size: 24px;
        color: #222;
    }

    .yezhu-cn .yw-line {
        width: 30px;
        height: 4px;
        background: #00cd78;
        margin: 20px 0;
    }

    .yezhu-cn h5 {
        font-size: 16px;
        color: #222;
        line-height: 30px;
    }

    .yezhu-cn .ys {
        margin-top: 40px;
    }

        .yezhu-cn .ys h3 {
            font-size: 18px;
            color: #222;
            margin-bottom: 10px;
        }

        .yezhu-cn .ys p {
            font-size: 16px;
            color: #666;
            line-height: 30px;
        }

.no-sm20 {
    margin-top: 30px !important;
}

.sm-gap {
    padding-top: 20px;
}

    .sm-gap h3 {
        margin-top: 10px !important;
    }

.baixing p {
    line-height: 38px !important;
}

    .baixing p em {
        color: #333;
        font-style: normal;
    }

.you-wu {
    padding: 0px;
}

.pt-z {
    width: 312px;
    float: left;
    height: 365px;
    padding-top: 40px;
    background: url(/template/default/Content/PC/img/yx-tp-1.jpg) no-repeat
}

    .pt-z ul {
        margin: 0;
        padding: 0;
    }

        .pt-z ul li {
            height: 68px;
            list-style: none;
            padding: 0 50px;
            border-bottom: 1px solid rgba(255,255,255,.15);
            font-size: 16px;
            line-height: 68px;
            text-align: left;
            color: #fff;
            cursor: pointer;
        }

            .pt-z ul li.dan {
                background: rgba(255,255,255,0.12);
                color: #fff;
                cursor: default;
            }

            .pt-z ul li em img {
                vertical-align: middle;
                padding-right: 10px;
            }

.pt-y {
    float: left;
    width: 718px;
    background: #fefefe;
    box-sizing: border-box;
    padding: 0px;
    min-height: 365px;
    text-align: center;
    background: url(/template/default/Content/PC/img/yx-tp-2.jpg) no-repeat center;
}

    .pt-y ul {
        margin: 0;
        padding: 0;
    }

        .pt-y ul li {
            list-style: none;
        }

.pt-z ul li:first-child {
    border-top: 1px solid rgba(255,255,255,.15);
}

.pl-tl {
    overflow: hidden;
    margin: 36px 0px 30px;
}

.pt-y h3 {
    font-size: 24px;
    line-height: 30px;
    color: #191919;
    text-align: left;
    padding: 50px 60px 10px 80px;
}

.pt-y span {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    text-align: left;
    padding: 0px 60px 20px 80px;
    display: block;
}

.pt-y p {
    font-size: 14px;
    line-height: 40px;
    color: #333;
    text-align: left;
    padding: 0px 50px 0px 80px;
    display: block;
}

    .pt-y p em {
        font-size: 18px;
        margin-right: 15px;
        line-height: 40px;
        color: #222222;
        text-align: left;
        font-style: normal;
    }

.pt-pic {
    margin-top: 60px;
}

    .pt-pic img {
        margin-left: 60px;
    }

        .pt-pic img:first-child {
            margin-left: 0px;
            vertical-align: top;
        }

.pt-y ul li {
    display: none;
}

    .pt-y ul li:first-child {
        display: block
    }

.nr-bot {
    margin-top: 16px;
}

    .nr-bot span {
        font-size: 14px;
        line-height: 30px;
        color: #666;
        text-align: left;
        padding: 0px 60px 0px 80px;
        display: block;
    }

.nr-list {
    display: block;
    overflow: hidden;
    margin-left: 8.5%;
}

    .nr-list span {
        font-size: 14px;
        color: #1977f3;
        line-height: 34px;
        display: inline-block;
        border: 1px solid #1977f3;
        padding: 0 18px;
        float: left;
        margin-right: 15px;
        margin-top: 12px;
        border-radius: 2px;
    }

.module-wrap {
    width: 1024px;
    margin: 0px auto;
}

    .module-wrap .slide-container {
        position: relative;
        min-width: 1000px;
        max-width: 1024px;
        height: 360px
    }

        .module-wrap .slide-container .slide-btn,
        .module-wrap .slide-container .slide-btn-panel {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 50px;
            border: 0;
            outline: none;
            cursor: pointer;
            background: transparent
        }

            .module-wrap .slide-container .slide-btn-panel i,
            .module-wrap .slide-container .slide-btn i {
                display: inline-block;
                font-size: 25px;
                color: #fff;
                cursor: pointer;
                opacity: .7;
                filter: alpha(opacity=70);
                -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(70))
            }

            .module-wrap .slide-container .slide-btn-panel:hover i,
            .module-wrap .slide-container .slide-btn:hover i {
                opacity: 1;
                filter: alpha(opacity=100);
                -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100))
            }

            .module-wrap .slide-container .slide-btn-panel.left-btn,
            .module-wrap .slide-container .slide-btn.left-btn {
                left: 0
            }

            .module-wrap .slide-container .slide-btn-panel.right-btn,
            .module-wrap .slide-container .slide-btn.right-btn {
                right: 0
            }

.www-aliyun-com-home-solution .module-wrap .slide-container .slide-btn-panel {
    display: none
}

    .www-aliyun-com-home-solution .module-wrap .slide-container .slide-btn-panel .btn-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #161a1d;
        opacity: .3;
        filter: alpha(opacity=30);
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(30));
        display: none
    }

.module-wrap .slide-container:hover .slide-btn-panel,
.module-wrap .slide-container:hover .slide-btn-panel .btn-bg {
    display: block
}

.module-wrap .slide-container .slide-body {
    position: relative;
    overflow: hidden;
    height: 360px
}

    .module-wrap .slide-container .slide-body .slide-content {
        position: absolute;
        left: -50px;
        top: 0
    }

        .module-wrap .slide-container .slide-body .slide-content:after,
        .module-wrap .slide-container .slide-body .slide-content:before {
            content: "";
            display: table
        }

        .module-wrap .slide-container .slide-body .slide-content:after {
            clear: both
        }

        .module-wrap .slide-container .slide-body .slide-content .slide-item {
            position: relative;
            float: left;
            color: #000;
            font-size: 0;
            text-align: center;
            width: 312px;
            height: 360px;
            cursor: pointer;
            margin: 0 10px;
        }

            .module-wrap .slide-container .slide-body .slide-content .slide-item .item-bg {
                width: 100%;
                height: 100%
            }

            .module-wrap .slide-container .slide-body .slide-content .slide-item .mask {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0
            }

                .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .bg {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    transition: all .4s cubic-bezier(.4, 0, .2, 1)
                }

                    .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .bg.other-bg {
                        opacity: .82;
                        filter: alpha(opacity=82);
                        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(82))
                    }

                .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 100px;
                    bottom: 0;
                    transition: all .4s cubic-bezier(.4, 0, .2, 1)
                }

                    .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .line-panel {
                        padding: 0;
                        margin: 0;
                        font-size: 0;
                        line-height: 0;
                        margin-top: 20px;
                        transition: all .4s cubic-bezier(.4, 0, .2, 1);
                    }

                        .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .line-panel .item-line {
                            width: 20px;
                            height: 2px;
                            background: #fff;
                            display: inline-block;
                            opacity: 1;
                            filter: alpha(opacity=100);
                            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100));
                            transition: all .4s cubic-bezier(.4, 0, .2, 1)
                        }

                    .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel {
                        position: relative;
                        width: 55px;
                        height: 55px;
                        display: inline-block
                    }

                        .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img,
                        .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img-hover {
                            position: absolute;
                            left: 0;
                            right: 0;
                            top: 0;
                            width: 100%;
                            display: inline-block;
                            opacity: 1;
                            filter: alpha(opacity=100);
                            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100));
                            transition: all .4s cubic-bezier(.4, 0, .2, 1)
                        }

                        .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-img-panel .item-img-hover {
                            opacity: 0;
                            filter: alpha(opacity=0);
                            -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0));
                            transition: all .4s cubic-bezier(.4, 0, .2, 1)
                        }

                    .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-title {
                        color: #fff;
                        font-size: 22px;
                        line-height: 24px;
                        margin: 0;
                        padding: 0;
                        margin-top: 24px;
                        font-weight: normal;
                        transition: all .4s cubic-bezier(.4, 0, .2, 1)
                    }

                    .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-smtitle {
                        color: #fff;
                        font-size: 16px;
                        padding: 0 10px;
                        line-height: 24px;
                        margin: 0;
                        padding: 0;
                        margin-top: 60px;
                        font-weight: normal;
                        transition: all .4s cubic-bezier(.4, 0, .2, 1)
                    }

                        .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-smtitle span {
                            padding: 0 10px;
                            line-height: 36px;
                        }

            .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-smtitle {
                opacity: 0;
                filter: alpha(opacity=0);
                -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0))
            }

                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-smtitle span {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0))
                }

            .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-desc {
                font-size: 16px;
                color: #fff;
                text-align: center;
                margin-top: 30px;
                padding: 0 26px;
                line-height: 32px;
                height: 120px;
            }

            .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link {
                display: inline-block;
                border: 1px solid #fff;
                width: 120px;
                height: 36px;
                line-height: 36px;
                font-size: 14px;
                color: #fff;
                border-radius: 2px;
                text-decoration: none;
                margin-top: 70px
            }

                .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link a {
                    color: #fff;
                }


                .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link:hover {
                    color: #fff;
                    background: #1f8fff;
                    border: 1px solid #1f8fff;
                    border-radius: 2px;
                }

            .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-desc,
            .module-wrap .slide-container .slide-body .slide-content .slide-item .mask .content .item-link {
                opacity: 0;
                filter: alpha(opacity=0);
                -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0));
                transition: all .4s cubic-bezier(.4, 0, .2, 1)
            }

            .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .bg {
                background: #12b572;
                opacity: .7;
                filter: alpha(opacity=70);
                -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(70))
            }

                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .bg.other-bg {
                    opacity: .2;
                    filter: alpha(opacity=20);
                    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(20))
                }

            .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content {
                top: 13%;
                cursor: default;
            }

                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-img-panel .item-img {
                    opacity: 0;
                    filter: alpha(opacity=0);
                    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0))
                }

                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-img-panel .item-img-hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100))
                }

                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .line-panel {
                    margin-top: 10px
                }

                    .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .line-panel .item-line {
                        opacity: 0;
                        filter: alpha(opacity=0);
                        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(0))
                    }

                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-title {
                    margin-top: -30px
                }

                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-desc,
                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-link {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(opacity=(100))
                }

                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-desc {
                    margin-top: 30px
                }

                .module-wrap .slide-container .slide-body .slide-content .slide-item:hover .content .item-link {
                    margin-top: 14%
                }

.xianxiaqd {
    width: 100%;
    overflow: hidden;
}



.boxtab{width:100%;margin:10px auto 0;}
.tab_menu{overflow:hidden; padding: 0; margin-bottom: 20px;}
.tab_menu li{width:100px; font-size: 20px;list-style: none; margin-right: 30px; float:left;height:60px;line-height:60px;color:#999;text-align:center;cursor:pointer;}
.tab_menu li.current{color:#00cd78; font-size: 24px; border-bottom: 2px solid #00cd78;}
.tab_menu li a{color:#222;text-decoration:none;}
.tab_menu li.current a{color:#00cd78;}
.tab_box{padding:20px; background:#fff;box-shadow: 5px 5px 10px #ebebeb;}
.tab_box ul{margin: 0; padding: 0;}
.tab_box ul li{height:45px;line-height:45px;overflow:hidden; color: #666; font-size: 15px;}
.tab_box ul li a{ color: #666;}
.tab_box ul li  a:hover h3 { color: #00cd78;}
.tab_box ul li em{margin:0 5px 0 10px; float: left; font-family:"微软雅黑";font-style: normal; font-size:14px;font-weight:400;color:#999;}
.tab_box .hide{display:none;}
.tab_box ul li h3{float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin: 0; width: 80%; height:45px;line-height:45px;overflow:hidden; color: #666; font-size: 15px;}
.tab_box ul li span{float: right; font-size: 15px; color: #999; text-align: right;margin-right: 10px;}









.caselist ul.items {
    top: 0px;
    margin-left: 25px;
}

    .caselist ul.items li {
        position: relative;
        padding: 0px;
        width: 300px;
        height: 276px;
        margin: 0px 15px 30px 15px;
        border-top: 1px solid #008bd4;
        border-bottom: 1px solid #008bd4;
        cursor: pointer;
        overflow: hidden;
    }

        .caselist ul.items li .shade {
            position: absolute;
            width: 100%;
            height: 176px;
            margin-top: -176px;
            background: Black;
            -moz-opacity: 0.7;
            opacity: 0.7;
            filter: alpha(opacity=70);
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
            z-index: 10;
        }

            .caselist ul.items li .shade u {
                display: block;
                margin: 0 auto;
                margin-top: 66px;
                width: 44px;
                height: 44px;
                background: url(http://www.zhihuishuzi.cn/Content/PC/Images/icons.png) no-repeat 0px -168px;
            }

        .caselist ul.items li p {
            position: absolute;
            margin: 10px 20px;
            color: #999;
            font-family: Arial, "宋体";
            font-size: 12px;
            line-height: 26px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
            z-index: 10;
        }

            .caselist ul.items li p strong {
                color: #222;
                font-family: Arial, "微软雅黑";
                font-size: 16px;
                font-weight: normal;
                -webkit-transition: all .3s ease-in-out 0s;
                -moz-transition: all .3s ease-in-out 0s;
                -ms-transition: all .3s ease-in-out 0s;
                -o-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
            }

        .caselist ul.items li .bg {
            width: 100%;
            height: 100px;
            background-color: #fff;
            -moz-opacity: 0.5;
            opacity: 0.5;
            filter: alpha(opacity=50);
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .caselist ul.items li .bg u {
                display: block;
                position: absolute;
                width: 100%;
                height: 100px;
                margin-top: 150px;
                background-color: #2a6496;
                -webkit-transition: all .3s ease-in-out 0s;
                -moz-transition: all .3s ease-in-out 0s;
                -ms-transition: all .3s ease-in-out 0s;
                -o-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
            }

        .caselist ul.items li:hover .shade {
            margin-top: 0px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

        .caselist ul.items li:hover .bg {
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .caselist ul.items li:hover .bg u {
                margin-top: 0px;
                -webkit-transition: all .3s ease-in-out 0s;
                -moz-transition: all .3s ease-in-out 0s;
                -ms-transition: all .3s ease-in-out 0s;
                -o-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
            }

        .caselist ul.items li:hover p {
            color: White;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .caselist ul.items li:hover p strong {
                color: White;
                -webkit-transition: all .3s ease-in-out 0s;
                -moz-transition: all .3s ease-in-out 0s;
                -ms-transition: all .3s ease-in-out 0s;
                -o-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
            }

.caseshow .banner {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
}

.caseshow .caption {
    width: 100%;
    height: 36px;
    margin: 70px 0 35px 0px;
    font-size: 34px;
    border-left: 4px solid #00cd78;
    line-height: 36px;
    padding-left: 20px;
}

.btTitle {
    font-size: 14px;
    color: #666;
    font-style: normal;
    padding-top: 50px;
}

.caption-xq {
    width: 100%;
    height: 26px;
    margin: 40px 0 45px 0px;
    font-size: 22px;
    border-left: 4px solid #00cd78;
    line-height: 26px;
    padding-left: 20px;
}

.customList {
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

    .customList ul {
        margin: 0;
        padding: 0;
    }

        .customList ul li {
            width: 170px;
            height: 104px;
            overflow: hidden;
            border-right: 1px solid #f5f5f5;
            border-bottom: 1px solid #f5f5f5;
            float: left;
            list-style: none;
        }

            .customList ul li img {
                width: 100%;
                vertical-align: top;
                transition: all .2s ease;
                -webkit-transition: all .2s ease;
                width: 170px;
                height: 104px;
                vertical-align: middle;
                transition: all 0.5s;
            }

            .customList ul li:hover img {
                width: 170px;
                height: 104px;
                transition: all 0.5s;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                cursor: default;
            }

.anliList-xq {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-bottom: 50px;
}

.anli-xq-box {
    width: 100%;
    margin: 34px auto;
}

    .anli-xq-box .xq-tp {
        width: 960px;
        height: 394px;
        margin: 0 auto;
    }

        .anli-xq-box .xq-tp img {
            width: 960px;
            height: 394px
        }

    .anli-xq-box .xq-wz {
        width: 90%;
        margin: 30px auto;
    }

        .anli-xq-box .xq-wz h5 {
            text-align: left;
            font-size: 20px;
            color: #333;
            line-height: 36px;
            margin-bottom: 15px;
        }

        .anli-xq-box .xq-wz p {
            text-align: left;
            font-size: 16px;
            color: #333;
            line-height: 36px;
        }

.small-title {
    color: #222222;
    font-size: 24px;
    margin-bottom: 15px;
}

.us-box {
    width: 100%;
    background: #fff;
    padding-bottom: 6px;
    box-shadow: 5px 5px 10px #ebebeb;
}

.us-box-ny {
    width: 90%;
    margin: 20px auto;
    padding: 10px 0;
}

    .us-box-ny h3 {
        font-size: 18px;
        color: #010101;
        line-height: 36px;
    }

    .us-box-ny p {
        font-size: 16px;
        color: #444444;
        line-height: 30px;
    }

.us-wh-tp {
    width: 1024px;
    min-height: 422px;
    margin: 26px auto 0px auto;
}

    .us-wh-tp img {
        width: 100%;
    }

.ma-20 {
    margin-top: 60px;
}

.us-line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin: 80px auto;
}

.teamList {
    width: 100%;
    overflow: hidden;
}

    .teamList ul {
        margin: 0;
        padding: 0;
    }

        .teamList ul li {
            width: 1024px;
            height: 240px;
            float: left;
            margin-bottom: 60px;
            background-color: #fff;
            box-shadow: 0px 5px 10px #ebebeb;
        }

            .teamList ul li .fl-tp {
                width: 200px;
                height: 240px;
                float: left;
            }

            .teamList ul li .fr-wz {
                width: 815px;
                height: 240px;
                float: left;
                text-align: left;
                padding: 20px 30px;
            }

                .teamList ul li .fr-wz h3 {
                    font-size: 24px;
                    color: #333333;
                    line-height: 36px;
                    padding: 0;
                    margin: 0;
                }

                .teamList ul li .fr-wz span {
                    font-size: 18px;
                    color: #555555;
                    line-height: 24px;
                    margin-bottom: 10px;
                }

                .teamList ul li .fr-wz p {
                    font-size: 14px;
                    color: #666;
                    line-height: 26px;
                    width: 45%;
                    float: left;
                }

.jianjie {
    margin-top: 10px;
}

.teamList ul li .long p {
    width: 80%;
    margin-top: 30px;
}

.teamList ul li .gap-top p {
    margin-top: 30px;
}

.teamList ul li:hover {
    box-shadow: 0px 5px 5px #e1dede;
}

.caseshow .words {
    margin: 0 80px 0 60px;
}

    .caseshow .words > h1 {
        display: inline-block;
        margin: 0px 0px 15px 0px;
        font-size: 18px;
        line-height: 30px;
        text-indent: 28px;
    }

    .caseshow .words > span.rel {
        margin-left: 28px;
        color: #888;
        line-height: 30px;
    }

        .caseshow .words > span.rel a {
            color: #888;
            text-decoration: none;
        }

            .caseshow .words > span.rel a:hover {
                border-bottom: 1px solid #999;
            }

        .caseshow .words > span.rel u {
            margin: 0px 12px;
            color: #bbb;
            text-decoration: none;
        }

    .caseshow .words p {
        line-height: 25px;
        text-indent: 28px;
    }

    .caseshow .words > dl.tags {
        margin-top: 20px;
    }

        .caseshow .words > dl.tags dt {
            display: inline-block;
            margin-left: 28px;
        }

            .caseshow .words > dl.tags dt .glyphicon {
                margin: 0px 8px 0px 12px;
            }

        .caseshow .words > dl.tags dd {
            display: inline-block;
            margin-top: 10px;
        }

            .caseshow .words > dl.tags dd a {
                margin-right: 5px;
                padding: 2px 8px 4px 8px;
                color: White;
                background: #2a6496;
                text-decoration: none;
            }

.caseshow .demo {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 1000px;
    border-left: 15px solid White;
    border-right: 15px solid White;
    background: White;
}

    .caseshow .demo p {
        margin: 0px;
        font-size: 0;
    }

    .caseshow .demo img {
        width: 1000px;
        border-top: 15px solid White;
        border-bottom: 15px solid White;
    }

.artlist ul.items {
    position: relative;
    top: 0px;
    margin: 0px 60px;
    margin-top: 20px;
    padding: 0px;
    list-style: none;
}

    .artlist ul.items li {
        margin-bottom: 50px;
        height: 166px;
    }

        .artlist ul.items li span.date {
            display: block;
            float: left;
            width: 58px;
            height: 66px;
            padding-top: 2px;
            color: White;
            font-size: 24px;
            text-align: center;
            background: url(http://www.zhihuishuzi.cn/Content/PC/Images/icons.png) no-repeat 0px -512px;
        }

            .artlist ul.items li span.date u {
                display: block;
                margin-top: -5px;
                font-size: 16px;
                text-decoration: none;
            }

        .artlist ul.items li a.thumb {
            display: block;
            float: left;
            margin-left: 12px;
            width: 230px;
            border: 3px solid White;
            background: White;
        }

        .artlist ul.items li p.left {
            float: left;
            display: block;
            padding-right: 30px;
        }

        .artlist ul.items li p.right {
            display: block;
            float: left;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

            .artlist ul.items li p.right span.title {
                display: block;
            }

                .artlist ul.items li p.right span.title a {
                    color: #333;
                    font-size: 24px;
                    text-decoration: none;
                }

                    .artlist ul.items li p.right span.title a:hover {
                        color: #2a6496;
                    }

            .artlist ul.items li p.right span.rel {
                display: block;
                margin-top: 10px;
                color: #999;
                font-family: Arial, "宋体";
                font-size: 12px;
            }

                .artlist ul.items li p.right span.rel u {
                    margin: 0 10px;
                    color: #aaa;
                    text-decoration: none;
                }

                .artlist ul.items li p.right span.rel a {
                    color: #999;
                    text-decoration: none;
                }

                    .artlist ul.items li p.right span.rel a:hover {
                        border-bottom: 1px solid #999;
                    }

            .artlist ul.items li p.right span.summary {
                display: block;
                margin-top: 15px;
                height: 60px;
                color: #555;
                line-height: 28px;
                overflow: hidden;
            }

        .artlist ul.items li span.tags {
            display: block;
            margin-top: 8px;
        }

            .artlist ul.items li span.tags .glyphicon {
                color: #2cc0a7;
            }

            .artlist ul.items li span.tags a {
                margin-left: 10px;
                color: #2cc0a7;
            }

.artshow .box {
    position: relative;
    margin: 20px 0 0 60px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .artshow .box h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .artshow .box .rel {
        display: block;
        color: #999;
        padding-bottom: 30px;
        border-bottom: 1px solid #dadada;
    }

        .artshow .box .rel a {
            color: #999;
            text-decoration: none;
        }

            .artshow .box .rel a:hover {
                border-bottom: 1px solid #999;
            }

        .artshow .box .rel u {
            margin: 0px 15px;
            color: #aaa;
            text-decoration: none;
        }

    .artshow .box .words {
        padding-top: 50px;
        border-top: 1px solid White;
    }

        .artshow .box .words p {
            margin-bottom: 30px;
            font-size: 18px;
            line-height: 36px;
        }

            .artshow .box .words p a {
                margin: 0 3px;
                color: #3588be;
                text-decoration: none;
                border-bottom: 1px dotted #999;
            }

                .artshow .box .words p a:hover {
                    border-bottom: 1px solid #3588be;
                }

    .artshow .box > dl.tags {
        margin-top: 40px;
    }

        .artshow .box > dl.tags dt {
            display: inline-block;
        }

            .artshow .box > dl.tags dt .glyphicon {
                margin: 0px 8px 0px 12px;
            }

        .artshow .box > dl.tags dd {
            display: inline-block;
            margin-top: 10px;
        }

            .artshow .box > dl.tags dd a {
                margin-right: 5px;
                padding: 2px 8px 4px 8px;
                color: White;
                background: #2fd0b5;
                text-decoration: none;
            }

    .artshow .box .bdsharebuttonbox {
        margin-bottom: 40px;
    }

.artshow aside {
    position: fixed;
    right: -310px;
    width: 280px;
    border: 15px solid White;
    background: White;
    z-index: 100;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .artshow aside.active {
        right: 85px;
    }

    .artshow aside .ad img {
        width: 280px;
        height: 210px;
    }

    .artshow aside .caption {
        margin-top: 25px;
        height: 25px;
        border-bottom: 2px solid #eee;
    }

        .artshow aside .caption h3 {
            display: inline-block;
            position: relative;
            top: -22px;
            padding-bottom: 8px;
            font-size: 18px;
            border-bottom: 2px solid #2fd0b5;
        }

    .artshow aside ul.items {
        list-style: none;
        margin: 0px;
        padding: 0px;
        margin-top: 20px;
    }

        .artshow aside ul.items li {
            margin-top: 20px;
            height: 70px;
        }

            .artshow aside ul.items li a.thumb {
                float: left;
                margin-right: 15px;
            }

                .artshow aside ul.items li a.thumb img {
                    width: 101px;
                    height: 70px;
                }

            .artshow aside ul.items li .title {
                display: block;
                line-height: 22px;
            }

                .artshow aside ul.items li .title a {
                    color: #333;
                    text-decoration: none;
                }

                    .artshow aside ul.items li .title a:hover {
                        color: #2fd0b5;
                    }

            .artshow aside ul.items li .rel {
                margin-top: 5px;
                display: block;
                color: #aaa;
            }

                .artshow aside ul.items li .rel .glyphicon {
                    margin: 0px 5px 0px 15px;
                }

.taglist ul.items {
    position: relative;
    top: 0px;
    margin: 0px 40px;
    margin-top: 20px;
    padding: 0px;
    list-style: none;
}

    .taglist ul.items li {
        float: left;
        width: 100%;
        padding-bottom: 12px;
        margin-bottom: 20px;
        border-bottom: 1px dotted #d3d3d3;
    }

        .taglist ul.items li a.thumb {
            display: block;
            float: left;
            margin-left: 12px;
            width: 115px;
            height: 80px;
            border: 3px solid White;
            background: White;
        }

            .taglist ul.items li a.thumb img.product {
                margin-top: 6px;
            }

        .taglist ul.items li p {
            display: block;
            float: left;
            margin-left: 30px;
        }

            .taglist ul.items li p span.title {
                display: block;
            }

                .taglist ul.items li p span.title a {
                    color: #333;
                    font-size: 20px;
                    text-decoration: none;
                }

                    .taglist ul.items li p span.title a:hover {
                        color: #2fd0b5;
                    }

            .taglist ul.items li p span.rel {
                display: block;
                margin-top: 8px;
            }

                .taglist ul.items li p span.rel u {
                    margin: 0 10px;
                    color: #aaa;
                    text-decoration: none;
                }

                .taglist ul.items li p span.rel a {
                    color: #333;
                }

        .taglist ul.items li span.tags {
            display: block;
            margin-top: 8px;
        }

            .taglist ul.items li span.tags a {
                margin-left: 10px;
                color: #2cc0a7;
            }

                .taglist ul.items li span.tags a.active {
                    color: #2cc0a7;
                }

.paging {
    margin: 0px 0px 30px 40px;
}

.qzPagination {
    display: inline-block;
    height: 35px;
}

    .qzPagination .total {
        padding-right: 8px;
    }

    .qzPagination span {
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        margin-right: -1px;
        font-family: Arial;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        background: #f6f6f6;
    }

    .qzPagination a {
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        margin-right: -1px;
        border: #dfdfdf 1px solid;
        color: #555;
        font-family: Arial;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        text-decoration: none;
        background: #f6f6f6;
    }

        .qzPagination a:hover {
            background: #eee;
        }

    .qzPagination span.current {
        position: relative;
        border: #2fd0b5 1px solid;
        color: White;
        font-family: Arial;
        background: #2fd0b5;
    }

    .qzPagination span.disabled {
        border: #dfdfdf 1px solid;
        color: #aaa;
        cursor: not-allowed;
    }

    .qzPagination .prev {
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
    }

    .qzPagination .next {
        -moz-border-radius: 0px 5px 5px 0px;
        -webkit-border-radius: 0px 5px 5px 0px;
        border-radius: 0px 5px 5px 0px;
    }

.dock {
    position: fixed;
    right: 10px;
    bottom: 45px;
    width: 160px;
    z-index: 200;
}

    .dock ul.icons {
        position: absolute;
        list-style: none;
        right: 0px;
        padding: 0px;
        width: 50px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .dock ul.icons li i {
            display: block;
            position: relative;
            width: 50px;
            height: 50px;
            margin-bottom: 5px;
            background: url(http://www.zhihuishuzi.cn/Content/PC/Images/icons.png) no-repeat;
            background-color: #333;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            cursor: pointer;
            -moz-opacity: 0.8;
            opacity: 0.8;
            filter: alpha(opacity=80);
            -webkit-transition: all .2s ease-in-out 0s;
            -moz-transition: all .2s ease-in-out 0s;
            -ms-transition: all .2s ease-in-out 0s;
            -o-transition: all .2s ease-in-out 0s;
            transition: all .2s ease-in-out 0s;
            z-index: 210;
        }

        .dock ul.icons li.active i {
            background-color: #222;
            -moz-border-radius: 0px 5px 5px 0px;
            -webkit-border-radius: 0px 5px 5px 0px;
            border-radius: 0px 5px 5px 0px;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .dock ul.icons li.up i {
            background-position: -63px -150px;
        }

        .dock ul.icons li.up.active i {
            background-position: -63px -150px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .dock ul.icons li.tel i {
            background-position: -62px -108px;
        }

        .dock ul.icons li.im i {
            background-position: -63px -20px;
        }

        .dock ul.icons li p {
            display: block;
            position: absolute;
            right: 5px;
            padding: 5px 10px 5px 15px;
            height: 38px;
            font-size: 12px;
            line-height: 20px;
            border: 1px solid #333;
            border-right: none;
            background: #222;
            -moz-border-radius: 5px 0px 0px 5px;
            -webkit-border-radius: 5px 0px 0px 5px;
            border-radius: 5px 0px 0px 5px;
            -moz-opacity: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transition: all .4s ease-in-out .1s;
            -moz-transition: all .4s ease-in-out .1s;
            -ms-transition: all .4s ease-in-out .1s;
            -o-transition: all .4s ease-in-out .1s;
            transition: all .4s ease-in-out .1s;
            overflow: hidden;
            z-index: 201;
        }

        .dock ul.icons li.active p {
            right: 50px;
            -moz-opacity: 1;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .dock ul.icons li.tel p {
            top: 55px;
            width: 80px;
            color: #ddd;
            font-family: Arial, "宋体";
        }

        .dock ul.icons li.im p {
            top: 110px;
            width: 100px;
        }

            .dock ul.icons li.im p a {
                display: block;
                width: 100%;
                height: 50px;
                line-height: 34px;
                color: #2fd0b5;
                font-size: 14px;
                text-align: center;
                text-decoration: none;
            }

                .dock ul.icons li.im p a:hover {
                    color: White;
                }

@media (max-height:630px) {
    header footer {
        display: none;
    }
}

@media (max-width:1100px) {
    
   
    section.toolbar {
        background: White;
        height: 56px;
    }

    .toolbar a.homelink {
        float: left;
        display: inline;
    }

        .toolbar a.homelink .glyphicon {
            position: relative;
            margin: 15px 0px 0px 30px;
            color: #333;
            font-size: 24px;
            cursor: pointer;
            z-index: 10;
        }

    .toolbar .logo {
        display: block;
        float: left;
        margin: 14px 0px 0px 30px;
        width: 80px;
    }

    .toolbar .category {
        margin: 14px 30px 0px 0px;
        float: right;
    }

    .toolbar .btnList {
        margin: 12px 30px 0px 0px;
        float: right;
    }

    .toolbar h1 {
        float: right;
        margin: 16px 35px 0px 0px;
        font-size: 20px;
    }

        .toolbar h1 .glyphicon {
            margin: 0px 12px;
            font-size: 20px;
        }

    .artlist ul.items {
        margin-left: 30px;
    }

    .artshow aside {
        margin-top: 28px;
    }

        .artshow aside ul.items li:nth-child(4) {
            display: none;
        }

    .caselist ul.items li {
        width: 290px;
        height: 267px;
    }
}

@media (max-width:800px) {
    .toolbar .category, .toolbar .btnList {
        display: none;
    }

    .toolbar .mini {
        display: block;
        margin: 14px 30px 0px 0px;
        float: right;
    }

        .toolbar .mini ul.dropdown-menu {
            min-width: 100px;
        }

        .toolbar .mini .link {
            margin: 0px;
        }

            .toolbar .mini .link .btn {
                padding: 6px 8px;
            }

    .artlist ul.items {
        margin-right: 30px;
    }

    .artshow .box {
        margin-left: 30px;
    }

    .artshow aside, .dock {
        display: none;
        width: 0px;
    }

    .caseshow .caption {
        margin-left: 40px;
    }

    .caseshow .words {
        margin: 0 30px 0 40px;
    }

    .footWechat {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 156px;
    }

        .footWechat img {
            border: 3px solid White;
        }

        .footWechat p {
            margin-top: 10px;
            text-align: center;
        }

        .footWechat i {
            display: none;
            background: none;
        }
}

@media (max-width:700px) {
    .artlist ul.items li p.left {
        display: none;
        width: 0px;
    }

    .artshow .box h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .caseshow .words > dl.tags dt {
        margin-left: 0px;
    }

    .taglist ul.items li a.thumb {
        display: none;
    }

    .taglist ul.items li p {
        margin-left: 0px;
    }
}

@media (max-width:420px) {
    .toolbar a.homelink .glyphicon, .toolbar .logo {
        margin-left: 15px;
    }

    .toolbar .mini {
        margin-right: 15px;
    }

    .toolbar h1 {
        margin: 19px 20px 0px 0px;
        font-size: 14px;
    }

        .toolbar h1 .glyphicon {
            margin: 0px 7px;
            font-size: 14px;
        }

    .artlist ul.items li p.right span.title a {
        font-size: 18px;
        line-height: 30px;
    }

    .artshow .box h1 {
        font-size: 20px;
        line-height: 36px;
    }

    .artshow .box .words p {
        font-size: 16px;
        line-height: 32px;
    }

    .artshow .box dl.tags dt {
        display: none;
    }

    .caseshow .caption {
        margin-left: 20px;
    }

    .caseshow .words {
        margin: 0 10px 0 20px;
    }

        .caseshow .words h1 {
            text-indent: 0px;
        }

        .caseshow .words span.rel, .caseshow .words dl.tags dt {
            display: none;
        }

    .taglist ul.items {
        margin: 0px 20px;
    }
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

#BDBridgeWrap {
    display: none;
}

.side {
    position: fixed;
    width: 48px;
    height: 275px;
    right: 50px;
    top: 400px;
    z-index: 9999
}

    .side ul li {
        width: 48px;
        height: 48px;
        float: left;
        position: relative;
        background: rgba(0,0,0,0.4);
        list-style: none;
    }

        .side ul li .sidebox, .side ul li .sidebox-kf {
            position: absolute;
            width: 48px;
            height: 48px;
            top: 0;
            right: 0;
            transition: all .3s;
            color: #191919;
            box-shadow: 0 4px 10px 0 rgba(59,67,73, .1);
            overflow: hidden;
            line-height: 48px;
        }

.gl-show {
    background: #00cd78 !important;
}

.side ul li .sidetop {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    background: #282f3d;
    transition: all .3s
}

    .side ul li .sidetop:hover {
        background: #00cd78;
        opacity: 1;
        filter: Alpha(opacity=100)
    }

.side ul li img {
    float: left;
    margin: 12px;
}

.side ul li .sidebox-1 {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    transition: all .3s;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(59,67,73, .1);
    color: #fff;
    overflow: hidden;
    line-height: 48px;
}

.goTop > img {
    width: 24px;
    height: 25px;
    cursor: pointer;
    margin: 12px;
}

.goTop {
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,0.4);
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 999;
    box-shadow: 0 3px 10px rgba(59,67,73, .1);
    width: 48px;
    height: 48px;
}

.tb-box button {
    border: none;
    background: none;
    padding: 0;
}

.tankuang .modal-dialog {
    margin: 12% auto;
}

.tankuang .modal-title {
    text-align: center;
    font-size: 24px;
}

.tankuang .modal-header {
    border-bottom: none;
    padding-top: 45px;
}

.tankuang .modal-body {
    padding-top: 0;
    padding-bottom: 60px;
}

.tankuang .close {
    font-size: 28px;
    margin-top: -28px;
    margin-right: 20px;
}

.app-lianxi p {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 20px 0 30px;
}

.app-inp {
    width: 380px;
    height: 44px;
    margin: 0 auto 20px;
}

    .app-inp input {
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
        border-radius: 22px;
        padding-left: 30px;
        outline: none;
        box-sizing: border-box;
    }

.app-lianxi a {
    display: block;
    width: 380px;
    height: 44px;
    border-radius: 22px;
    background: #00cd78;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 34px;
    cursor:pointer;
}

.al-box-big {
    width: 250px;
    transition: all .2s linear;
}

.al-box {
    margin: 0 auto;
}

@media only screen and (min-width:1024px) and (max-width: 1280px) {
    .cus-box {
        margin-left: 0% !important;
        width: 80%;
    }

    .yezhu-cn {
        width: 65%;
        height: 490px;
        padding: 30px 30px 30px 20px;
    }

    .investment_f {
        width: 100%;
    }

        .investment_f .investment_title {
            width: 80%;
        }

    .yezhu-cn h5 {
        line-height: 26px;
    }

    .yezhu-cn .ys p {
        line-height: 26px;
    }

    .xianxiaqd, .module-wrap {
        width: 100%;
    }

        .module-wrap .slide-container {
            min-width: 100%;
            max-width: 100%;
        }

            .module-wrap .slide-container .slide-body .slide-content .slide-item {
                width: 30%;
                height: auto;
            }

    .pt-y {
        width: 69%;
    }

        .pt-y h3 {
            padding: 50px 60px 10px 50px;
        }

        .pt-y span {
            padding: 0px 60px 20px 50px
        }

        .pt-y p {
            padding: 0px 50px 0px 50px;
        }

    .customList {
        width: 99%;
    }

    .anliList {
        width: 100%;
    }

        .anliList ul li {
            width: 29% !important;
        }

    .us-box {
        width: 90%;
    }

    .us-wh-tp img {
        width: 90%;
    }

    .teamList ul li {
        width: 90%;
    }

    .lxwm-box {
        width: 100%;
    }

    .zhaopin {
        width: 90%;
    }

    .anliList-xq {
        width: 90%;
    }

    .anli-xq-box .xq-tp {
        width: 94%;
        height: auto;
    }
}


.tankuang .modal-dialog {
    margin: 12% auto;
}

.tankuang .modal-title {
    text-align: center;
    font-size: 24px;
}

.tankuang .modal-header {
    border-bottom: none;
    padding-top: 45px;
}

.tankuang .modal-body {
    padding-top: 0;
    padding-bottom: 60px;
}

.tankuang .close {
    font-size: 28px;
    margin-top: -28px;
    margin-right: 20px;
}

.app-lianxi p {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin: 20px 0 30px;
}

.app-inp {
    width: 380px;
    height: 44px;
    margin: 0 auto 20px;
}

    .app-inp input {
        width: 100%;
        height: 100%;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding-left: 30px;
        outline: none;
        font-size: 16px;
        box-sizing: border-box;
    }

    .app-inp select#Province {
        text-align: center;
        width: 60%;
        height: 44px;
        line-height: 44px;
        padding: 0 20px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 4px;
        outline: none;
        background: url(/template/default/Content/PC/img/xiala.png) no-repeat 196px #fff;
        font-size: 16px;
        color: #666;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        padding-left: 30px
    }

    .app-inp select#City {
        text-align: center;
        width: 35%;
        height: 44px;
        line-height: 44px;
        padding: 0 20px;
        box-sizing: border-box;
        border: 1px solid #ddd;
        border-radius: 4px;
        outline: none;
        background: url(/template/default/Content/PC/img/xiala.png) no-repeat 100px #fff;
        font-size: 16px;
        color: #666;
        appearance: none;
        -moz-appearance: none;
        margin-left: 3.5%;
        -webkit-appearance: none;
    }


.app-lianxi a {
    display: block;
    width: 380px;
    height: 44px;
    border-radius: 4px;
    background: #00cd78;
    text-align: center;
    line-height: 44px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 34px;
    cursor: pointer;
}

.al-box-big {
    width: 250px;
    transition: all .2s linear;
}

.al-box {
    margin: 0 auto;
}
.wzny {
    background: #Fff;
    box-shadow: 5px 5px 10px #ebebeb;
    padding: 30px
}

/* 新增版权 */
header footer {
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #666;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}

    header footer a {
        color: #666;
    }

        header footer a:hover {
            color: #333;
            text-decoration: none;
            border-bottom: 1px dotted #333;
        }

    header footer u {
        margin: 0 5px;
        text-decoration: none;
    }
	
	
	
	
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
	header{width: 200px;}
	header .box a img{width: 80%;}
	.pt-z{width: 253px;}
	.us-wh-tp{width: 100%;}
	.teamList ul li .fr-wz{width: 71%; padding: 10px 10px 10px 26px;}
	.teamList ul li .fr-wz p{width: 50%;}
	.anli-xq-box .xq-tp img{width: 100% !important;}
	.cus-box { margin-left: 0% !important; width: 80%;}	
	.pt-z{width: 253px;}
	.us-wh-tp{width: 100%;}
	.teamList ul li .fl-tp img{width: 100%;}
	.teamList ul li{width: 95%;}
	.teamList ul li .fr-wz{width: 71%; padding: 10px 10px 10px 26px;}
	.teamList ul li .fr-wz p{width: 50%;}
	.lxwm-box-fl{width: 70%;}
	.sm-gap h3{margin-top: 0 !important;}
	.yezhu-cn .ys p{line-height: 28px;}
	.yezhu-cn{padding: 30px 30px 30px 20px;}
	.anli-xq-box .xq-tp img{width: 100% !important;}
	.anliList ul li a img{width: 100%; height: 100%;}
	.tab_box{width: 95%;}
	
	
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	header{width: 200px;}
	header .box a img{width: 80%;}
	.pt-z{width: 253px;}
	.us-wh-tp{width: 100%;}
	.teamList ul li .fr-wz{width: 71%; padding: 10px 10px 10px 26px;}
	.teamList ul li .fr-wz p{width: 50%;}
	.anli-xq-box .xq-tp img{width: 100% !important;}
	.anliList ul li a img{width: 100%; height: 100%;}
	.tab_box{width: 95%;}
}

@media only screen and (min-width: 950px) and (max-width: 1024px) {
	header{width: 200px;}
	header .box a img{width: 80%;}
	section.content{left: 240px;}
	.cus-box{margin-left: 0 !important;}
	.pt-z{width: 253px;}
	.us-wh-tp{width: 100%;}
	.teamList ul li .fl-tp img{width: 100%;}
	.teamList ul li{width: 95%;}
	.teamList ul li .fr-wz{width: 71%; padding: 10px 10px 10px 26px;}
	.teamList ul li .fr-wz p{width: 50%;}
	.lxwm-box-fl{width: 70%;}
	.sm-gap h3{margin-top: 0 !important;}
	.yezhu-cn .ys p{line-height: 25px;}
	.yezhu-cn{padding: 30px 30px 30px 20px;}
	.anli-xq-box .xq-tp img{width: 100% !important;}
	.no-sm20{margin-top: 24px !important;}
	.anliList ul li a img{width: 100%; height: 100%;}
	.tab_box{width: 90%;}
	
	
	
	
	
}<!--耗时1774182854.4656秒-->