﻿@charset "utf-8";
/* CSS Document */
.wh1200 {
    width: 1200px;
    margin: 0 auto
}

.wh1200-border {
    width: 1198px;
    margin: 0 auto;
    border: solid 1px #d7d7d7
}

.clear {
    clear: both;
}

.thRelative {
    position: relative;
    left: 0;
    top: 0;
}

.thabsolute {
    position: absolute
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.size_14 {
    font-size: 14px;
}

.size_16 {
    font-size: 16px;
}

.size_18 {
    font-size: 18px;
}

.size_20 {
    font-size: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt60 {
    margin-top: 60px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.pd-l-5 {
    padding-left: 5px;
}

.pd-t-5 {
    padding-top: 5px;
}

.pd-l-10 {
    padding-left: 10px;
}

.pd-l-30 {
    padding-left: 30px;
}

.pd-r-5 {
    padding-right: 5px;
}

.pd-r-10 {
    padding-right: 10px;
}

.pd-b-10 {
    padding-bottom: 10px;
}

.pd5 {
    padding: 5px
}

.pd10 {
    padding: 10px
}

.pd20 {
    padding: 20px
}

.text-c {
    text-align: center
}

.text-l {
    text-align: left
}

.graytext {
    color: #808080
}

.redtext {
    color: #0090da
}

.w20 {
    width: 20px
}

.w30 {
    width: 30px
}

.tableline {
    width: 5px;
    height: 100%;
    background: url(../images/line.png) repeat-y center center;
}

.textellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boldtext { /*font-weight:bold*/
}

.normaltext {
    font-weight: normal
}

.container {
    min-width: 1200px
}

.border {
    border: solid 1px #d6d6d6
}

.overflow {
    overflow: hidden
}

.font-16 {
    font-size: 16px
}

.lineh2em {
    line-height: 2em
}

/*head*/
/*city*/
.head {
    height: 90px;
    padding-top: 50px;
}

.lineSearch {
    height: 36px;
    padding: 6px 0 0 10px;
    width: 170px;
}

.boxSearch {
    position: relative;
    background: #0090da;
    color: #777;
    height: 27px;
    border: 1px solid #0090da;
    line-height: 27px;
    cursor: pointer;
    display: inline-block;
    overflow: hidden
}

    .boxSearch .key_word {
        line-height: 25px;
        color: #fff;
        height: 25px;
        display: inline;
        padding: 0 10px;
        overflow: hidden;
        width: 100%;
    }

.boxSearchHover .key_word {
    line-height: 25px;
    color: #242426;
    height: 25px;
    display: inline-block;
    padding: 0 10px;
}

.boxSearch .btn_search, .boxSearch .btn_search_current {
    background: url(../images/icon/drop_white01.png) 0px 8px no-repeat;
    width: 10px;
    height: 5px;
    margin-top: 2px;
    padding: 9px 6px;
    _padding: 9px 6px 0;
}

.boxSearch .btn_search_current {
    background: #fff url(../images/icon/drop_gray.png) 0px 8px no-repeat;
    color: #242426;
}

.search_form_suggest {
    border: 1px solid #d6d6d6;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 998;
    width: 520px;
    padding: 15px;
    background: #fff;
}

.search_hotList td {
    line-height: 25px;
    padding-bottom: 2px;
}

    .search_hotList td a {
        margin-right: 12px;
        margin-top: 5px;
        word-break: break-all;
        white-space: nowrap;
        display: inline-block;
        padding: 0 10px;
        font-size: 14px
    }

        .search_hotList td a.cur {
            background: #0090da;
            color: #fff
        }

/* search */
.search {
    border: 2px solid #0090da;
    height: 35px;
    width: 545px;
}

    .search select {
        display: none;
    }

    .search .select_box {
        font-size: 12px;
        color: #999999;
        width: 100px;
        line-height: 35px;
        float: left;
        position: relative;
    }

    .search .select_showbox {
        height: 35px;
        background: url(../images/icon/drop_black.png) no-repeat 75px center;
        text-indent: 1.5em;
    }

        .search .select_showbox.active {
            background: url(../images/icon/drop_red.png) no-repeat 75px center;
        }

    .search .select_option {
        border: 2px solid #0090da;
        border-top: none;
        display: none;
        left: -2px;
        top: 35px;
        position: absolute;
        z-index: 99;
        background: #fff;
    }

        .search .select_option li {
            text-indent: 1.5em;
            width: 90px;
            cursor: pointer;
        }

            .search .select_option li.selected {
                background-color: #F3F3F3;
                color: #999;
            }

            .search .select_option li.hover {
                background: #BEBEBE;
                color: #fff;
            }

    .search input.inp_srh, .search input.btn_srh {
        border: none;
        background: none;
        height: 35px;
        line-height: 35px;
        float: left
    }

    .search input.inp_srh {
        outline: none;
        width: 385px;
    }

    .search input.btn_srh {
        background: #0090da url(../images/icon/search.png) no-repeat center center;
        color: #FFF;
        width: 60px;
        cursor: pointer
    }

/* call */
.call {
    background: url(../images/call.jpg) no-repeat left center;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    color: #151515;
    float: right;
    text-indent: 2.5em;
}

/*nav*/
.nav {
    margin-top: 43px;
    border-bottom: solid 2px #0090da;
    overflow: hidden
}

    .nav ul li {
        float: left;
        font-size: 16px;
        padding: 0 18px;
        height: 40px;
        line-height: 40px
    }

        .nav ul li.fenlei {
            width: 200px;
            background: #0090da;
            color: #ffffff;
            text-align: center;
            padding: 0
        }

        .nav ul li .cur {
            color: #0090da
        }

/*foucs-img*/
.index_banner {
    position: relative;
    height: 420px;
    overflow: hidden;
    min-width: 1200px
}

    .index_banner li {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 420px;
        color: #fff;
        font-size: 14px
    }

    .index_banner cite {
        position: absolute;
        bottom: 20px;
        left: 50%;
        z-index: 9999;
        display: block;
        height: 5px;
        _display: none;
        text-align: center
    }

        .index_banner cite span {
            float: left;
            display: inline-block;
            margin: 0 5px;
            width: 10px;
            height: 10px;
            border-radius: 18px;
            background-color: #0f0104;
            text-indent: -9999em;
            cursor: pointer;
        }

            .index_banner cite span:hover {
                background-color: #ebced3;
            }

            .index_banner cite span.cur {
                background-color: #ebced3;
                cursor: default;
            }

.banner-box {
    width: 1200px;
    height: 0px;
    margin: 0 auto;
    position: relative
}

.fenlei-box {
    width: 172px;
    height: 392px;
    padding: 14px;
    background: url(../images/black-bg.png);
    position: absolute;
    left: 0;
    z-index: 99;
}
    /***text-overflow:ellipsis;height:17px;line-height:17px***/

    .fenlei-box a {
        color: #fff;
        display: inline-block;
        width: 56px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 21px;
        line-height: 21px
    }

.fenlei-shop-box {
    padding: 0;
    width: 200px;
    height: 420px
}

    .fenlei-shop-box td {
        border: solid 1px #333333;
        text-align: center
    }

    .fenlei-shop-box a {
        color: #fff;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 29px;
        line-height: 29px;
    }

.fenlei-box h4, .yuyue-box .r-tit {
    color: #969696;
    font-size: 14px;
}

.yuyue-box {
    width: 200px;
    height: 420px;
    background: url(../images/white-bg.png);
    position: absolute;
    right: 0;
    z-index: 9990;
}

    .yuyue-box .pepolebox {
        width: 200px;
        height: 100px;
        padding: 25px 0;
        background: url(../images/white-bg.png);
    }

    .yuyue-box .r-number {
        font-size: 30px;
        color: #b70909;
        font-family: Arial;
        text-align: center;
        padding: 5px 0 7px 0;
        font-weight: bold
    }

    .yuyue-box .y-tit {
        height: 55px;
        line-height: 55px;
        text-align: center;
        color: #0090da;
        font-size: 18px;
    }

    .yuyue-box .name, .yuyue-box .tel, .yuyue-box .floor {
        width: 148px;
        padding-left: 30px;
        height: 30px;
        line-height: 30px;
        border: solid 1px #d7d7d7;
        margin-bottom: 15px
    }

    .yuyue-box input:focus {
        border: solid 1px #0090da
    }

    .yuyue-box .formbox {
        padding: 10px
    }

    .yuyue-box .name {
        background: #fff url(../images/icon/data.png) no-repeat 10px center
    }

    .yuyue-box .tel {
        background: #fff url(../images/icon/call.png) no-repeat 10px center
    }

    .yuyue-box .floor {
        background: #fff url(../images/icon/location.png) no-repeat 10px center
    }

    .yuyue-box .btn_yuy a {
        width: 178px;
        height: 40px;
        line-height: 40px;
        background: #ba1718;
        color: #fff;
        font-size: 14px;
        display: block;
        text-align: center;
        margin-left: 10px
    }

        .yuyue-box .btn_yuy a:hover {
            background: #0090da
        }

/*news*/
.news {
    width: 714px;
    height: 262px;
    border: solid 1px #d7d7d7;
    padding: 15px
}

    .news h4 {
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        color: #000000
    }

        .news h4 a, .more a {
            font-size: 12px;
            padding-right: 20px;
            color: #b0b0b0;
            background: url(../images/icon/more.png) no-repeat right center;
            font-family: Tahoma;
            font-weight: normal
        }

            .news h4 a:hover, .more a:hover {
                color: #0090da
            }

.newslist {
    width: 408px
}

    .newslist ul li {
        height: 39px;
        padding-left: 25px;
        line-height: 39px;
        border-bottom: dashed 1px #d7d7d7;
        background: url(../images/icon/newlist.png) no-repeat 10px center
    }

        .newslist ul li a {
            display: block;
            width: 380px;
            white-space: nowrap;
            overflow: hidden;
        }

.active {
    width: 450px;
    height: 294px;
    position: relative
}

    .active .info {
        height: 45px;
        line-height: 45px;
        background: url(../images/white-bg.png);
        position: absolute;
        z-index: 8999;
        text-align: center;
        bottom: 0;
        width: 450px;
    }

        .active .info span {
            padding-right: 10px
        }

.floor_leftnav {
    width: 272px;
    height: 565px;
    padding: 130px 5px 0 20px;
}

.floor_leftnav_f1 {
    background: url(../images/case/leftimg.png) no-repeat;
    position: relative
}

.floor_leftnav_f2 {
    background: url(../images/product/leftimg.png) no-repeat;
    position: relative
}

.floor_leftnav_f3 {
    background: url(../images/team/leftimg.png) no-repeat;
    position: relative
}

.floor_leftnav_f4 {
    background: url(../images/gongyi/leftimg.png) no-repeat;
    position: relative
}

.floor_leftnav .floor_leftnav_name {
    width: 199px;
    height: 54px;
    position: absolute;
    left: 20px;
    top: 30px
}

.floor_leftnav .floor_leftnav_menu a {
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    float: left;
    background: #FFF;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #fff;
}

    .floor_leftnav .floor_leftnav_menu a:hover {
        border: 1px solid #b01f30;
        color: #b01f30;
        background: #fff;
    }

    .floor_leftnav .floor_leftnav_menu a.More {
        text-transform: uppercase;
        background: url(../images/More.png) no-repeat 57px center #b01f30;
        color: #fff;
        border: 1px solid #b01f30;
        margin-top: 30px;
        text-align: left;
        padding-left: 14px;
        width: 64px;
        clear: both
    }

.rightcon {
    width: 896px;
    padding-left: 4px
}

    .rightcon a img:hover, .case-con a img:hover, .design-list a img:hover, .case-con2 a img:hover, .shop a img:hover {
        opacity: .8
    }

.poplayer {
    z-index: 999;
    position: absolute
}

.pic {
    position: relative
}

.share a {
    width: 30px;
    height: 27px;
    margin-left: 5px;
    padding: 7px 0 0 4px;
    background: url(../images/black-bg.png);
    display: inline-block;
    text-align: center
}

.heart a {
    width: 30px;
    height: 27px;
    margin-left: 5px;
    padding: 7px 0 0 2px;
    background: url(../images/red-bg.png);
    display: inline-block;
    text-align: center
}

.teamlist li {
    width: 146px;
    height: 179px;
    float: left;
    margin-left: 4px
}

.team-man {
    height: 24px;
    padding: 8px 8px 0 8px
}

.yuy-btn a {
    display: inline-block;
    width: 41px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    border: solid 1px #0090da;
    color: #0090da;
    border-radius: 2px;
    background: #fff;
}

    .yuy-btn a:hover {
        border: solid 1px #0090da;
        color: #fff;
        background: #0090da
    }

.gongyi-tit {
    width: 221px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff
}

.gongyi-list li {
    width: 221px;
    float: left;
    margin-left: 4px
}

.gongyibox {
    padding: 6px;
    border-left: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea
}

.gy-text {
    height: 25px;
    display: block;
    padding-top: 5px;
    text-align: center
}

.borderboxtit {
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px #d7d7d7;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 10px;
}

    .borderboxtit em a {
        font-size: 12px;
        padding-left: 30px
    }

.jiancai img {
    vertical-align: middle;
}
/***添加***/
.jiancai a img {
    margin-left: 10px;
    margin-top: 10px;
    width: 280px;
    height: 186px;
}

.jiancai .bd-r {
    border-right: solid 1px #d7d7d7
}

.jiancai .bd-b {
    border-bottom: solid 1px #d7d7d7
}

.jiancai_info {
    height: 40px;
    padding: 20px;
    overflow: hidden
}

.servicebox {
    padding: 20px 15px;
    overflow: hidden
}

    .servicebox h4 {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
        color: #282828;
        font-size: 14px;
    }

    .servicebox .tel {
        font-size: 14px;
        margin-top: 20px;
    }

        .servicebox .tel em {
            font-size: 18px;
            font-weight: bold;
            padding-left: 10px;
            font-family: Arial, Helvetica, sans-serif
        }

.service_list {
    height: 115px;
    overflow: hidden
}

    .service_list ul {
        width: 400px
    }

        .service_list ul li {
            height: 30px;
            line-height: 30px;
            width: 400px;
            border-bottom: solid 1px #e9e9e9;
            float: left;
            margin-left: 10px
        }

.yuyue-list td {
    height: 30px;
    line-height: 30px;
    color: #808080
}

.yuyue-tit {
    border-bottom: none;
}

    .yuyue-tit b {
        color: #0090da;
        font-weight: normal;
        font-family: "微软雅黑";
        display: inline-block;
        padding: 0 5px;
    }

.servicebox_bg {
    background: url(../images/fl7_bg.jpg) no-repeat top center;
    padding: 20px 15px 18px !important;
    height: 236px;
}

table.index_tijiao {
    position: relative;
}

.index_tijiao td {
    height: inherit;
    line-height: inherit;
}

.index_tijiao .textinput {
    width: 390px;
    padding: 0 0 0 30px;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    outline: none;
    border: 1px solid #d7d7d7;
    margin-bottom: 12px;
}

    .index_tijiao .textinput:focus {
        border: solid 1px #0090da;
    }

.index_tijiao .name {
    background: #fff url(../images/icon/data.png) no-repeat 10px center;
}

.index_tijiao .tels {
    background: #fff url(../images/icon/call.png) no-repeat 10px center;
}

.index_tijiao .floors {
    background: #fff url(../images/icon/location.png) no-repeat 10px center;
}

.tijiao-btn a {
    width: 98px;
    height: 144px;
    line-height: 144px;
    border: none;
    color: #0090da;
    text-align: center;
    display: block;
    font-size: 18px;
    background: #0090da;
    color: #fff;
    position: absolute;
    right: 0px;
}

    .tijiao-btn a:hover {
        background: #0090da;
        color: #fff
    }
/*左侧浮动锚点*/
div.floatCtro {
    width: 48px;
    border: none;
    position: fixed;
    left: 5px;
    top: 135px;
    z-index: 100;
}

    div.floatCtro p {
        width: 48px;
        text-align: center;
        height: 31px;
        line-height: 16px;
        color: #666;
        margin: 0;
        padding: 8px 0;
        cursor: pointer;
        background: #efefef;
    }

    div.floatCtro a {
        display: inline-block;
        display: none;
        width: 32px;
        height: 32px;
        background: #fff;
        color: #000;
        vertical-align: middle;
        cursor: pointer;
    }

        div.floatCtro a:hover {
            background: #000;
            color: #fff;
            zoom: 1;
        }

    div.floatCtro p:hover {
        background: #c40000;
        color: #fff;
    }

    div.floatCtro p.cur {
        background: #c40000;
        color: #fff;
    }


/*foot*/
.foot_head {
    height: 108px;
    padding-top: 12px;
    width: 100%;
    background: #eeeeee;
    min-width: 1200px
}

    .foot_head ul {
        margin-left: 0px;
    }

        .foot_head ul li {
            width: 200px;
            height: 42px;
            display: inline-block;
            padding-left: 0px;
            text-align: center;
            margin-right: 95px;
        }

.pinzhi i.pinzhi {
    background: url(../images/pinz.png) no-repeat left center;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.zhj i.zhj {
    background: url(../images/zhj.png) no-repeat left center;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.fx i.fx {
    background: url(../images/fx.png) no-repeat left center;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.gj i.gj {
    background: url(../images/gj.png) no-repeat left center;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.pinzhi, .zhj, .fx, .gj {
    background: none;
}

.foot-nav {
    margin-top: 20px
}

    .foot-nav td {
        padding: 0 5px
    }

        .foot-nav td a {
            color: #808080;
            display: block;
            height: 25px;
            line-height: 25px
        }

            .foot-nav td a:hover {
                color: #0090da
            }

    .foot-nav .foot-nav-tit a {
        font-size: 14px;
        color: #000;
        height: 40px;
        line-height: 40px;
        font-weight: bold
    }

    .foot-nav .qt a {
        width: 147px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #0090da;
        color: #fff;
        border-radius: 4px;
        font-size: 14px
    }

        .foot-nav .qt a:hover {
            background: #d3253c;
            color: #fff;
        }

.copyright {
    height: 35px;
    line-height: 35px;
    color: #808080;
    text-align: center;
    border-top: solid 1px #d7d7d7;
    margin-top: 20px
}

.pagenav {
    border-bottom: solid 1px #d6d6d6;
    height: 30px;
    line-height: 30px;
    padding-top: 20px
}

.case-chioce {
    margin-top: 10px;
}

.more-case {
    position: absolute;
    bottom: -29px;
    left: 554px;
    z-index: 10
}

.more-other {
    position: absolute;
    right: 18px;
    top: 7px;
    z-index: 9999
}

    .more-other a {
        width: 30px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        text-align: center;
    }

.more-case a {
    width: 80px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    border-top: solid 1px #fff;
}

    .more-case a.show {
        background: #fff url(../images/icon/more01.png) no-repeat 57px center
    }

.more-other a.show {
    background: #fff url(../images/icon/more01.png) no-repeat center center
}

.more-case a.hidden {
    background: #fff url(../images/icon/more02.png) no-repeat 57px center
}

.more-other a.hidden {
    background: #fff url(../images/icon/more02.png) no-repeat center center
}
/***改过***/
.case-chioce td {
    border: solid 1px #d6d6d6;
    height: 40px;
    font-size: 14px;
    padding: 0px 0px 0 10px
}



    /*#tdFirst a {
        padding:20px 0px;
        height: 20px;
        line-height: 20px;
        width: 80px;
        margin-top: 5px;
        text-align: center;
        overflow: hidden;
    }*/

.case-chioce .chioce-list a {
  
    height: 20px;
    line-height: 20px;
    padding: 3px 5px;
    width: 80px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
}

.case-chioce .min_td a {
    width: 50px;
}

.case-chioce .chioce-list a.on {
    background: #0090da;
    color: #fff
}

.case-head {
    height: 38px;
    line-height: 38px;
    margin-top: -34px;
    font-size: 14px;
    padding-right: 20px;
}

    .case-head ul li a {
        height: 38px;
        line-height: 38px;
        display: inline-block;
        float: left;
        padding: 0 30px;
        border-right: solid 1px #d6d6d6
    }

        .case-head ul li a.cur {
            background: #d6d6d6
        }

.case-con, case-con2 {
    margin-top: 10px;
    overflow: hidden
}

    .case-con td, .case-con2 td, .case-con, .case-con2, .page, .design {
    }

        .case-con ul li {
            width: 378px;
            height: 305px;
            border: solid 1px #f0f0f0;
            float: left;
            margin-bottom: 30px
        }

        .case-con2 ul li {
            width: 283px;
            height: 243px;
            border: solid 1px #f0f0f0;
            float: left;
            margin-bottom: 20px
        }

.case-con-spacil ul {
    margin-top: 10px
}

    .case-con-spacil ul li {
        width: 283px;
        height: 228px;
        border: solid 1px #f0f0f0;
        float: left;
        margin-bottom: 20px
    }

.case-con .casename {
    padding: 10px 10px 0 10px
}

.case-con2 .casename {
    padding: 10px 10px 0 10px
}

.case-con .w30 {
    width: 30px;
    border: none
}

.case-con2 .w20 {
    width: 20px;
    border: none
}

.design {
    height: 40px;
    line-height: 40px
}

    .design b {
        font-size: 20px;
        font-weight: bold
    }

.design-list {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 30px
}

.design-list2 {
    margin-top: 20px;
    overflow: hidden;
}

.design-list ul li {
    width: 224px;
    height: 259px;
    float: left;
}

.design-list2 ul li {
    width: 190px;
    height: 230px;
    float: left;
}

.design-list .w20 {
    width: 20px
}

.design-list2 .w10 {
    width: 10px
}

.design-list2 img:hover {
    opacity: .8
}

/*page*/
.page {
    margin: 43px;
    text-align: center;
}

    .page a, .page span {
        border: solid 1px #eee;
        width: 40px;
        height: 35px;
        line-height: 35px;
        margin: 0 2px;
        color: #333;
        font-size: 14px;
        display: inline-block
    }

        .page a:hover, .page a:active {
            border: solid 1px #0090da;
            color: #666;
        }

        .page a.current, .page span.current {
            border: solid 1px #0090da;
            width: 40px;
            height: 35px;
            line-height: 35px;
            font-weight: bold;
            color: #fff;
            background: #0090da
        }

        .page a.disabled {
            border: solid 1px #eee;
            width: 40px;
            height: 35px;
            line-height: 35px;
            color: #ddd;
        }

.pageinput {
    border: solid 1px #eee;
    width: 70px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px
}

/*online*/
.side-pannel {
    position: fixed;
    right: 10px;
    z-index: 9998;
}

.side-bar {
    top: 135px;
    background: #fff;
}

    .side-bar li a {
        display: block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        position: relative;
        border: 1px solid #d7d7d7;
        color: #7f7f7f;
        text-align: center;
    }

    .side-bar a:hover {
        background: #b7090a;
        color: #fff;
        border: 1px solid #b7090a;
    }

        .side-bar a:hover .g-icon-kefu {
            height: 24px;
            width: 33px;
            position: absolute;
            top: 15px;
            left: 23px;
            background: url(../images/icon/contect.png) no-repeat center center
        }

        .side-bar a:hover .g-icon-top {
            height: 20px;
            width: 35px;
            margin-top: -10px;
            background: url(../images/icon/gotop01.png) no-repeat center center
        }

    .side-bar a s {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .side-bar a.gotop s {
        position: absolute;
        top: 50%;
        left: 24px
    }

    .side-bar li.kefu a {
        border-bottom: none
    }

    .side-bar a.gotop {
        border-top: none
    }

    .side-bar a.kefu s {
        position: absolute;
        top: 40%;
        left: 22px
    }

.g-icon-top {
    height: 20px;
    width: 35px;
    margin-top: -10px;
    background: url(../images/icon/gotop.png) no-repeat center center
}

.g-icon-kefu {
    height: 24px;
    width: 33px;
    position: absolute;
    top: 15px;
    left: 23px;
    background: url(../images/icon/contect01.png) no-repeat center center
}

.kefu span {
    display: block;
    position: absolute;
    top: 15px;
    left: 17px;
}

.kefulay {
    width: 217px;
    height: 219px;
    padding-top: 20px;
    text-align: left;
    position: absolute;
    left: -217px;
    top: 0;
    display: none;
    background: url(../images/kefu_bg.png);
}

.zx-btn a {
    display: block;
    width: 150px;
    height: 40px;
    padding-left: 20px;
    margin-left: 15px;
    line-height: 40px;
    color: #fff;
    background: #b7090a url(../images/icon/online.png) no-repeat 35px 13px;
    text-align: center;
    border: none
}

    .zx-btn a:hover {
        background: #d10a0a url(../images/icon/online.png) no-repeat 35px 13px;
        border: none
    }

.kefulay .line {
    height: 1px;
    border-bottom: dotted 1px #d7d7d7;
    width: 198px;
    margin: 15px 0
}

.kefulay .qq, .kefulay .hotline {
    padding-left: 15px
}

.kefulay .hotlinenumber {
    font-size: 20px;
    color: #b7090a;
    text-align: center;
    font-weight: bold
}

.kefulay .qq a {
    display: block;
    width: 95px;
    margin-top: 5px;
    padding-left: 55px;
    height: 25px;
    line-height: 25px;
    color: #d10a0a;
    border: solid 1px #d7d7d7;
    background: url(../images/icon/qq.png) no-repeat 30px center;
}

    .kefulay .qq a:hover {
        border: solid 1px #d10a0a;
    }

.design-det {
    font-size: 14px;
    overflow: hidden;
    margin-top: 30px
}

.design-photo {
    width: 318px;
    height: 478px;
    text-align: center;
    border: solid 1px #d6d6d6;
    background: #f7f7f7
}

.design-info {
    width: 760px;
    height: 378px;
    padding: 50px;
    background: #f7f7f7;
    border: solid 1px #d6d6d6;
}

    .design-info .bdline {
        border-bottom: solid 1px #c9c9c9;
        padding-bottom: 12px;
        margin-bottom: 12px
    }

        .design-info .bdline p {
            line-height: 2.5em
        }

.design-btn {
    padding-top: 65px;
    text-align: center
}

    .design-btn a {
        display: inline-block;
        width: 166px;
        height: 37px;
        line-height: 37px;
        text-align: center;
        background: #fff;
        margin-right: 10px
    }

.design-con {
    border: solid 1px #e1e1e1;
    background: #f5f6f8 url(../images/team/jsbg.jpg) no-repeat bottom right;
    margin-top: 30px;
    padding: 50px;
    overflow: hidden;
    font-size: 14px;
    line-height: 3em
}

    .design-con .rongyu {
        width: 550px;
        border-right: solid 1px #d6d6d6
    }

        .design-con .rongyu h1, .design-con .zuopin h1 {
            font-size: 24px;
            font-weight: bold
        }

    .design-con .zuopin {
        width: 500px;
    }

.tabbtn {
    height: 25px;
    border-left: solid 2px #0090da;
    line-height: 25px;
    margin-bottom: 20px
}

    .tabbtn h2 {
        font-size: 22px;
        color: #0090da;
        font-weight: normal;
        padding-left: 10px
    }

/*yx_rotaion*/
.yx-rotaion {
    margin: 0 auto;
}

.yx-rotaion-btn, .yx-rotaion-title, .yx-rotation-focus, .yx-rotation-t, .yx-rotaion-btn {
    position: absolute
}

.yx-rotation-title {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    z-index: 1
}

.yx-rotation-t {
    color: #fff;
    font-size: 12px;
    font-family: microsoft yahei;
    z-index: 2;
    bottom: 0;
    left: 10px;
    line-height: 40px;
    width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.yx-rotation-focus span, .yx-rotaion-btn span {
    background: url(../images/icon/ico.png) no-repeat;
    display: block;
}

.yx-rotation-focus {
    height: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 0;
    z-index: 2
}

    .yx-rotation-focus span {
        width: 12px;
        height: 12px;
        line-height: 12px;
        float: left;
        margin-left: 5px;
        position: relative;
        top: 14px;
        cursor: pointer;
        background-position: -24px -126px;
        text-indent: -9999px
    }

.yx-rotaion-btn {
    width: 100%;
    height: 41px;
    top: 50%;
    margin-top: -20px;
}

    .yx-rotaion-btn span {
        width: 41px;
        height: 41px;
        cursor: pointer;
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
        position: relative
    }

    .yx-rotaion-btn .left_btn {
        background-position: -2px -2px;
        float: left;
        left: 10px
    }

    .yx-rotaion-btn .right_btn {
        background-position: -2px -49px;
        float: right;
        right: 10px
    }

    .yx-rotaion-btn span.hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8
    }

.yx-rotation-focus span.hover {
    background-position: -10px -126px
}

.rotaion_list {
    width: 0;
    height: 0;
    overflow: hidden;
}

.pdcdet {
    padding: 15px
}

    .pdcdet ul li {
        float: left;
        width: 240px;
        padding-right: 10px;
        height: 25px;
        line-height: 25px
    }

.pdcdetcon {
    border-bottom: solid 1px #d6d6d6;
    line-height: 25px;
    padding: 5px 0
}

.redbtn a {
    width: 120px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #0090da;
    text-align: center;
    display: inline-block
}

.graybtn a {
    width: 98px;
    height: 32px;
    line-height: 32px;
    color: #000;
    border: solid 1px #d6d6d6;
    background: #fff;
    text-align: center;
    display: inline-block
}

.redbtn a:hover {
    background: #d3253c;
    color: #fff
}

.graybtn a:hover {
    color: #d3253c;
    border: solid 1px #d3253c
}

.bigtext_tit {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 5px
}

.pinpai {
    background: #fafafa;
    overflow: hidden
}

    .pinpai td {
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px #fff;
        text-align: center
    }

.pinpailist ul li {
    width: 285px;
    height: 190px;
    float: left;
    margin-bottom: 20px
}

    .pinpailist ul li img:hover {
        opacity: .8
    }

.pinpailist .w20 {
    width: 20px;
    border: none
}

.pinpai-tit {
    height: 60px;
    border-bottom: solid 1px #d6d6d6;
    padding: 5px 20px
}

.pinpai-jj {
    border: solid 1px #d6d6d6;
    padding: 10px
}

    .pinpai-jj p {
        text-indent: 2em;
        line-height: 2.5em
    }

    .pinpai-jj ul li {
        line-height: 30px;
        background: url(../images/icon/listicon.png) no-repeat left 12px;
        padding-left: 10px;
        margin-left: 20px;
        margin-right: 20px
    }

.hxjs-con {
    line-height: 2.5em
}

    .hxjs-con ol {
        margin-left: 20px
    }

        .hxjs-con ol li {
            list-style-type: decimal
        }

.yueyq {
    margin-bottom: -1px
}

    .yueyq td {
        height: 40px;
        line-height: 40px;
        border-bottom: solid 1px #d6d6d6;
        text-align: center
    }

.videotab {
    height: 38px;
    border: solid 1px #d6d6d6;
    margin-top: 10px;
}

.casedet-left {
    width: 830px
}

    .casedet-left td {
        height: 40px;
        line-height: 40px;
        border: solid 1px #d6d6d6;
        padding: 0 30px
    }

    .casedet-left .casedet-left-text {
        line-height: 3em;
        padding: 30px
    }

.casedet-right-design {
    overflow: hidden;
    line-height: 2.5em
}

    .casedet-right-design .yuan {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        background: url(../images/case/del-design.jpg) no-repeat center center
    }

.about-left {
    width: 200px
}

    .about-left h4 {
        height: 38px;
        line-height: 38px;
        background: #f0f0f0;
        border-bottom: solid 1px #d6d6d6;
        padding-left: 20px;
        font-size: 14px
    }

.leftnav ul li a {
    height: 38px;
    line-height: 38px;
    display: block;
    border-bottom: solid 1px #d6d6d6;
    padding-left: 20px
}

    .leftnav ul li a.last {
        border-bottom: none
    }

    .leftnav ul li a.cur {
        background: #0090da;
        color: #fff
    }

.inputbox {
    padding: 15px 10px
}

.noborder {
    border: none;
}

.inputtit {
    height: 13px;
    line-height: 13px;
    border-right: solid 1px #959595;
    padding-right: 10px;
    margin-right: 10px
}

.leftteam {
    margin: 10px 0px 0px 10px;
    overflow: hidden
}
    /****height:140px; ***/
    .leftteam li {
        width: 84px;
        height: 140px;
        float: left;
        margin-right: 10px;
    }

        .leftteam li p {
            height: 18px;
            line-height: 18px
        }

        .leftteam li img {
            margin-bottom: 5px
        }

            .leftteam li img:hover, .leftcase img:hover {
                opacity: .8
            }

.leftcase td {
    height: 22px;
    line-height: 22px
}

.about-right {
    width: 942px;
    padding: 19px
}

.about-right2 {
    width: 978px;
}

.right-bigtext {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px
}

.righttext p {
    text-indent: 2em;
    line-height: 2em
}

.jobhead {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    padding-left: 20px;
    font-weight: normal
}

.jobtit {
    height: 38px;
    line-height: 40px;
    padding-left: 20px;
    background: #f9f9f9;
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    font-size: 14px
}

.jobcontact-tit {
    height: 55px;
    line-height: 55px;
    border-top: solid 1px #d6d6d6;
    font-size: 20px;
    padding-left: 10px;
}

.jobcontact li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 40px;
    padding-left: 40px
}

    .jobcontact li.mail {
        background: url(../images/icon/mail.png) no-repeat center left;
    }

    .jobcontact li.tel {
        background: url(../images/icon/tel.png) no-repeat center left;
    }

    .jobcontact li.qq2 {
        background: url(../images/icon/qq2.png) no-repeat center left;
    }

    .jobcontact li.contact {
        background: url(../images/icon/contact.png) no-repeat center left;
    }

.cityhead {
    height: 38px;
    line-height: 39px;
    border-bottom: solid 1px #d6d6d6;
    font-size: 14px;
    padding-left: 25px;
    background: #f9f9f9
}

.citychioce li a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 5px;
    float: left
}

    .citychioce li a.cur {
        background: #0090da;
        color: #fff
    }

.city-gzs {
    padding-left: 10px;
    height: 30px;
    line-height: 30px
}

.city-con ul li {
    float: left;
    width: 313px;
    height: 236px;
}

    .city-con ul li img:hover {
        opacity: .8
    }

.city-con .w20 {
    width: 20px
}

.newnext {
    width: 980px
}

    .newnext ul li {
        height: 40px;
        line-height: 40px;
        background: #eeeeee;
        text-align: center;
        float: left
    }

        .newnext ul li.up {
            width: 468px;
            border-right: solid 1px #d7d7d7
        }

        .newnext ul li.next {
            width: 469px;
        }

/* tab*/
.newtabbtn {
    height: 38px;
    border: solid 1px #d6d6d6;
}

    .newtabbtn li a {
        display: block;
        float: left;
        height: 38px;
        line-height: 38px;
        overflow: hidden;
        padding: 0 25px;
        text-align: center;
        background: #fff;
        font-size: 14px
    }

    .newtabbtn li.current a {
        background: #d7d7d7;
        color: #0090da
    }

.newtablist {
    height: 148px;
    overflow: hidden
}

.newtabcon .timeline {
    width: 85px;
    height: 118px;
    padding: 30px 0 0 35px;
    background: url(../images/newlisttop.jpg) no-repeat left bottom;
    float: left
}

.newtabcon .timeline2 {
    width: 85px;
    height: 118px;
    padding: 30px 0 0 35px;
    background: url(../images/newlistcenter.jpg) no-repeat left bottom;
    float: left
}

.newconlist {
    float: left;
    height: 107px;
    width: 820px;
    padding: 20px 0;
    border-bottom: solid 1px #d6d6d6;
    overflow: hidden
}

    .newconlist .con-det {
        height: 107px;
        width: 630px;
        overflow: hidden;
        padding-left: 15px
    }

    .newconlist img:hover {
        opacity: .8
    }

    .newconlist .con-det p {
        line-height: 1.5em
    }

    .newconlist .con-det h4 {
        height: 40px;
        line-height: 40px;
    }

.videotab li a {
    height: 38px;
    line-height: 38px;
    width: 599px;
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
}

    .videotab li a.tab1 {
        background: url(../images/video/video-tabbg.png) no-repeat center -38px;
    }

    .videotab li a.tab2 {
        background: url(../images/video/video-tabbg.png) no-repeat center -114px;
    }

.videotab li.current a.tab1 {
    background: #0090da url(../images/video/video-tabbg.png) no-repeat 0 0;
    background-position: center 0
}

.videotab li.current a.tab2 {
    background: #0090da url(../images/video/video-tabbg.png) no-repeat 0 0;
    background-position: center -76px
}

/*book*/
.question {
    background: url(../images/question.png) no-repeat top left;
    padding-left: 60px
}

    .question h4, .answer h4 {
        font-size: 20px;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
    }

.answer {
    background: url(../images/answer.png) no-repeat top left;
    padding-left: 60px;
    margin-top: 20px
}

.hotquestion {
    height: 324px;
    width: 565px;
    padding-left: 40px;
    overflow: hidden
}

    .hotquestion h4 {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        margin-bottom: 30px
    }

        .hotquestion h4 span {
            width: 88px;
            height: 25px;
            display: inline-block;
            font-weight: normal;
            line-height: 25px;
            background: #0090da;
            color: #fff;
            font-size: 14px;
            text-align: center;
            margin-right: 20px;
        }

    .hotquestion p, .otherquestion p {
        line-height: 2em
    }

    .hotquestion ul {
        margin-top: 30px
    }

        .hotquestion ul li {
            height: 45px;
            line-height: 45px;
            border-bottom: solid 1px #d6d6d6;
            font-size: 16px;
        }

.qlist-tit {
    height: 38px;
    line-height: 40px;
    border: solid 1px #d6d6d6;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    background: #f9f9f9;
    margin-bottom: 20px
}

.otherquestion {
    width: 380px;
    height: 140px;
    padding-left: 20px;
    overflow: hidden;
}

    .otherquestion h6 {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 30px;
    }

.otherquestionlist {
    border-top: solid 1px #d6d6d6;
    margin-top: 20px
}

    .otherquestionlist li {
        height: 39px;
        line-height: 40px;
        padding: 0 10px;
        border-bottom: solid 1px #d6d6d6
    }

        .otherquestionlist li span {
            color: #808080
        }

.questionlist {
    border: solid 1px #d6d6d6;
    padding: 0 30px;
    margin-top: 10px
}

    .questionlist ul li {
        height: 102px;
        border-bottom: solid 1px #d6d6d6;
        padding: 20px 0
    }

        .questionlist ul li.last {
            border-bottom: none
        }

.questionlist-con {
    height: 102px;
    overflow: hidden;
    padding-left: 20px;
    width: 730px
}

.questionlist li img:hover {
    opacity: .8
}

.questionlist-con p {
    width: 730px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.questionlist-con h4 {
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px
}

.step {
    width: 1024px;
    height: 89px;
    border-bottom: solid 1px #d6d6d6;
    overflow: hidden;
    margin-left: 70px
}

    .step ul li {
        width: 256px;
        height: 20px;
        float: left;
        text-align: center;
        height: 50px;
        font-size: 13px;
        padding-top: 10px;
        color: #969696
    }

        .step ul li p {
            line-height: 26px
        }

        .step ul li.cur {
            background: url(../images/stepbg_cur.png) no-repeat left bottom;
            color: #fff
        }

        .step ul li.normal {
            background: url(../images/stepbg_normal.png) no-repeat left bottom;
        }

.stepcon {
    margin-left: 80px;
    margin-top: 25px
}

    .stepcon img {
        margin: 30px 0 30px 0
    }

.activelist {
    height: 242px;
}

    .activelist .timelinetop {
        width: 104px;
        height: 222px;
        padding-left: 50px;
        padding-top: 20px;
        background: url(../images/activelisttop.jpg) no-repeat bottom left;
        float: left;
        font-size: 14px
    }

    .activelist .timelinecenter {
        width: 104px;
        height: 222px;
        padding-left: 50px;
        padding-top: 20px;
        background: url(../images/activelistcenter.jpg) no-repeat bottom left;
        float: left;
        font-size: 14px
    }

    .activelist .activecon {
        height: 200px;
        border-bottom: solid 1px #d6d6d6;
        float: left;
        padding: 20px 0;
        width: 1045px;
        overflow: hidden;
        position: relative
    }

    .activelist .active-det {
        padding-left: 25px;
        width: 720px;
        overflow: hidden;
    }

        .activelist .active-det h4 {
            height: 60px;
            line-height: 60px;
        }

        .activelist .active-det p {
            line-height: 2em;
            padding-top: 10px
        }

        .activelist .active-det .active-more {
            text-align: right;
            position: absolute;
            bottom: 20px;
            right: 0;
            z-index: 9999
        }

            .activelist .active-det .active-more a {
                color: #969696
            }

                .activelist .active-det .active-more a:hover {
                    color: #0090da
                }

.yuyuebg {
    width: 1198px;
    height: 728px;
    background: url(../images/yuyue-bg.jpg) no-repeat;
    text-align: center
}

.yuyueform {
    width: 405px;
    margin: 130px auto 60px auto;
    font-size: 14px;
    color: #989898
}

    .yuyueform .inputtext {
        width: 300px;
        height: 40px;
        line-height: 40px;
        border: solid 1px #d7d7d7
    }

.yueyue-list {
    background: #fef9ee;
}

.yuyue-list td {
    color: #333;
    text-align: center;
}

.yueyue-list h1 {
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 20px
}

.yuyuenumber {
    color: #f16c43;
    font-size: 30px;
    font-style: italic
}

.yuyueman td {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}
/*遮罩层*/
.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: 9998;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 10%;
    left: 50%;
    width: 400px;
    height: 500px;
    border: 1px solid #000000;
    background: #ffffff;
    z-index: 9999;
    overflow: auto;
    margin-left: -200px;
    text-align: center;
    font-size: 16px;
    line-height: 2em
}

    .white_content .close {
        height: 35px;
        line-height: 45px;
        text-align: right;
        padding-right: 10px;
        padding-top: 10px
    }

    .white_content .sucess {
        color: #09b78c;
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 30px
    }

.headtit {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    border-bottom: solid 4px #00eb74
}

.popcontent {
    padding: 20px 30px
}

.row {
    border-bottom: dotted 1px #cfcfcf;
}

.leftgreytext {
    width: 60px;
    color: #979797;
    display: block
}

.rightcontent {
    transition-property: all;
    transition-duration: 0.2s;
    line-height: 1.666;
    position: relative;
    padding: 3px 8px;
    height: 20px
}

.popbottombtnbox a {
    width: 400px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    background: #0090da;
    margin-top: 19px
}

    .popbottombtnbox a:hover {
        background: #d3253c;
        color: #fff
    }

/***分公司的品牌***/
.pinp-list {
    margin-right: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 1175px
}

    .pinp-list ul li {
        width: 139px;
        height: 92px;
        border: solid 1px #ddd;
        text-align: center;
        float: left;
        margin: 0 0px 20px 26px;
        overflow: hidden
    }

        .pinp-list ul li a {
            width: 139px;
            height: 92px;
            display: table;
            text-align: center;
        }

            .pinp-list ul li a span {
                display: table-cell;
                vertical-align: middle;
            }
/*友情链接*/
.link {
    border-top: solid 1px #d7d7d7;
    color: #666;
    text-align: center;
    padding: 20px 0 0 0;
    ;
    overflow: hidden;
    margin-top: 20px;
    line-height: 40px;
}

    .link a {
        float: left;
        width: 117px;
    }
/*评论*/
.comments {
    font-size: 14px;
    color: #7a7a7a
}

    .comments input {
        height: 46px;
        line-height: 46px;
        width: 370px;
        padding: 0 10px;
        border: none;
        border: solid 1px #d6d6d6;
        font-size: 14px;
        color: #7a7a7a;
        vertical-align: middle;
    }

        .comments input:hover, .commentsdet:hover {
            border: solid 1px #0090da
        }

.commentsdet {
    height: auto;
}

    .commentsdet textarea {
        border: none;
        width: 1136px;
        height: 60px;
        line-height: 1.5em;
        font-size: 14px;
        color: #7a7a7a;
        padding: 10px;
        overflow-y: hidden
    }

.wordsnumber {
    text-align: right;
    color: #7a7a7a;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    font-size: 14px;
}

.comments-tit {
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #f2f2f2;
    font-size: 16px;
    color: #000;
    padding-left: 40px;
    background: url(../images/icon/comments-icon.png) no-repeat center left
}

.comments-list li {
    border-bottom: solid 1px #f2f2f2;
    padding: 20px 0;
    font-size: 16px;
}

    .comments-list li .user {
        color: #ff7474
    }

.comments-more {
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

    .comments-more a {
        color: #ff7474
    }

        .comments-more a:hover {
            color: #0090da
        }


h4.active_detail span.active_title {
    margin-top: 10px;
    font-style: normal;
    font-weight: normal;
    display: block;
    text-align: center;
    display: block;
    font-size: 30px;
    color: #000000;
}

h4.active_detail span.hotless {
    margin-top: -5px;
    margin-left: 28px;
    vertical-align: middle;
    display: inline-block;
    background: url(../images/active/hotless.jpg) no-repeat left center;
    width: 149px;
    height: 32px;
    font-size: 18px;
    color: #fff;
}

.active_info {
    text-align: center;
    font-size: 18px;
    color: #686868;
    font-weight: normal;
    padding: 8px 0 5px;
}

    .active_info span b {
        font-weight: normal;
        color: #cb031d;
    }

    .active_info span.active_time {
        padding-right: 74px;
    }

.pd20 {
    padding: 20px;
}

.active_img {
    position: relative;
    width: 1200px;
    margin-bottom: 20px;
}

.Registration {
    width: 295px;
    height: 572px;
    position: absolute;
    right: 10px;
    z-index: 9;
    top: -18px;
    background-color: #fde316;
}

    .Registration .Registration_top {
        background: url(../images/active/Registration_top.jpg) no-repeat top center;
        width: 295px;
        height: 157px;
    }

        .Registration .Registration_top h4 {
            font-weight: normal;
            font-size: 24px;
            color: #fff;
            text-align: center;
            padding-top: 35px;
            padding-bottom: 20px;
        }

        .Registration .Registration_top p {
            font-size: 24px;
            color: #fff;
        }

            .Registration .Registration_top p em {
                padding-left: 4px;
            }

        .Registration .Registration_top span.p1 {
            font-size: 34px;
            color: #fde316;
            display: inline-block;
            background: url(../images/active/num_bg.jpg) no-repeat center center;
            width: 42px;
            height: 42px;
            line-height: 42px;
            margin-right: 2px;
        }

.Registration-box .name {
    background: #fff url(../images/icon/data.png) no-repeat 10px center
}

.Registration-box .tel {
    background: #fff url(../images/icon/call.png) no-repeat 10px center
}

.Registration-box .floor {
    background: #fff url(../images/icon/location.png) no-repeat 10px center
}

.Registration-box .btn_yuy a {
    width: 178px;
    height: 40px;
    line-height: 40px;
    background: #ba1718;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-left: 10px
}

    .Registration-box .btn_yuy a:hover {
        background: #0090da
    }

.Registration-box input:focus {
    border: solid 1px #0090da;
}

.Registration-box {
    width: 295px;
}

    .Registration-box p.buttoner {
        width: 232px;
        margin: 0 auto;
        height: 42px;
        line-height: 42px;
        background: #cb031d;
    }

        .Registration-box p.buttoner a {
            font-size: 18px;
            color: #fff;
        }

    .Registration-box .formbox1 {
        margin-top: 30px;
    }

.Registration .zxzx {
    width: 232px;
    margin: 0 auto;
}

    .Registration .zxzx p {
        text-align: left;
        padding-left: 35px;
        font-size: 18px;
        color: #000;
    }

        .Registration .zxzx p.p1 {
            background: url(../images/active/zx.png) no-repeat left center;
            margin: 38px 0px 25px 0px;
        }

            .Registration .zxzx p.p1 a {
                display: inline-block;
                vertical-align: middle;
                margin-top: -4px;
                margin-left: 18px;
            }

        .Registration .zxzx p.p2 {
            background: url(../images/active/telephone.png) no-repeat left center;
        }

        .Registration .zxzx p.p3 .phone {
            display: block;
            color: #e10b32;
            font-size: 22px;
        }

.Registration-box .name, .Registration-box .tel, .Registration-box .floor {
    width: 200px;
    padding-left: 30px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #d7d7d7;
    margin-bottom: 15px;
}


/*底部固定*/
.bottomer {
    width: 100%;
    height: 117px;
    background: rgba(0,0,0,0.8);
    position: fixed;
    bottom: 0px;
    z-index: 9
}

    .bottomer .bottom {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }

.L_logo {
    vertical-align: middle;
    overflow: hidden;
    float: left;
    padding-top: 32px;
    margin-right: 76px;
}

    .L_logo img {
        width: 305px;
        height: 56px;
        vertical-align: middle;
    }

.C_from {
    float: left;
    padding-top: 20px;
    position: relative;
    margin-right: 12px;
}

.form_text {
    margin-top: 20px;
    text-align: center;
    width: 80px;
    height: 79px;
    float: left;
    background: #cb031d;
}

    .form_text a {
        text-align: center;
        color: #fff;
        font-size: 18px;
        padding-top: 10px;
        display: block;
    }

        .form_text a:hover {
            color: #fff;
        }

:-moz-placeholder {
    color: #686868;
    position: relative
}

::-moz-placeholder {
    color: #686868;
}

input:-ms-input-placeholder {
    color: #686868;
}

input::-webkit-input-placeholder {
    color: #686868;
}

.bottom_R {
    width: 216px;
    float: right;
    margin-top: 20px;
    background: url(../images/icon/bottom_tel.png) no-repeat top center;
    text-align: center;
}

    .bottom_R span {
        display: block;
        font-size: 18px;
        color: #fff;
        margin-top: 24px;
    }

    .bottom_R p {
        font-size: 22px;
        color: #ffa50c;
        margin-top: -4px;
        padding: 0px;
    }

.closed {
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/closed.png) no-repeat top center;
    width: 20px;
    height: 20px;
}

ul.bottom_form {
    margin: 0px;
}

    ul.bottom_form li {
        padding: 0px;
        background: #fff;
    }

        ul.bottom_form li input {
            height: 35px;
            line-height: 35px;
            padding-left: 28px;
            border: none;
            font-size: 14px;
        }

        ul.bottom_form li:nth-child(1) input {
            background: url(../images/icon/data.png) no-repeat 10px center;
        }

        ul.bottom_form li:nth-child(2) input {
            background: url(../images/icon/call.png) no-repeat 10px center;
        }

        ul.bottom_form li:nth-child(3) input {
            background: url(../images/icon/location.png) no-repeat 10px center;
        }

        ul.bottom_form li:nth-child(1) {
            width: 232px;
            float: left;
            margin-bottom: 8px;
            margin-right: 12px;
        }

        ul.bottom_form li:nth-child(2) {
            width: 232px;
            float: left;
        }

        ul.bottom_form li:nth-child(3) {
            width: 476px;
            clear: both;
        }

/*微信悬浮增加*/
.zxfulay {
    width: 123px;
    height: 152px;
    text-align: left;
    position: absolute;
    left: -140px;
    top: 81px;
    display: none;
}

    .zxfulay .chat {
        background: #fff;
        border: 1px solid #d7d7d7;
    }

        .zxfulay .chat span {
            width: 100%;
            display: block;
            text-align: center;
            height: 30px;
            line-height: 20px;
            font-size: 14px;
            color: #000;
        }

.side-bar .g-icon-zx {
    height: 29px;
    width: 35px;
    position: absolute;
    top: 15px;
    left: 23px;
    background: url(../images/weixin_02.png) no-repeat center center;
}

.side-bar a:hover .g-icon-zx {
    height: 29px;
    width: 35px;
    position: absolute;
    top: 15px;
    left: 23px;
    background: url(../images/weixin_01.png) no-repeat center center
}

.Consultation span {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Consultation a {
    border-bottom: none !important;
}
