﻿@font-face {
    font-family: 'DINCond-Bold';
    src: url('DINCond-Bold.otf');
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
}

ul {
    list-style: none;
}

html {
    background-color: #fff;
    font-size: 10px;
}

body {
    font-size: 14px;
    color: #333;
    font-family: Verdana,微软雅黑;
    margin: auto;
    width: 100%;
    line-height: 180%;
}

a, a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #E02E24;
        text-decoration: underline;
    }

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


.header {
    width: 1000px;
    min-width: 1000px;
    margin-bottom: 20px;
    z-index: 999;
    margin: auto;
    position: relative;
}

    .header .user_inf {
        line-height: 32px;
        height: 32px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        padding-left: 15px;
    }

        .header .user_inf .r {
            float: right;
        }

            .header .user_inf .r a {
                padding: 0 6px;
            }

    .header .logo {
        padding: 35px 0 35px 270px;
        height: 56px;
    }

        .header .logo .l {
            float: left;
            padding-left: 40px;
        }

        .header .logo .sqname {
            height: 56px;
            line-height: 56px;
            border-left: 1px solid #e4e4e4;
            padding-left: 25px;
            margin-left: 25px;
            font-size: 32px;
            color: #333;
            font-weight: bold;
            float: left;
        }



    .header .nav {
        height: 48px;
        background-color: #E02E24;
        padding-left: 100px;
        border-top-left-radius: 48px;
        border-bottom-right-radius: 48px;
    }

        .header .nav ul {
            height: 48px;
        }

            .header .nav ul li {
                float: left;
                line-height: 32px;
                height: 32px;
                padding: 8px 3px;
            }

                .header .nav ul li.selected a {
                    background-color: #FFF;
                    color: #000;
                }

                .header .nav ul li a {
                    display: inline-block;
                    text-align: center;
                    font-size: 21px;
                    padding: 0 15px;
                    color: #FFF;
                    border-radius: 15px;
                }

                    .header .nav ul li a:hover {
                        text-decoration: none;
                        background-color: #FFF;
                        color: #000;
                    }


/*------------------------------------------------------------*/
.mian {
    width: 1000px;
    margin: auto;
    padding: 15px 0;
}




.footer {
    border-top: 2px solid #E02E24;
    width: 1000px;
    padding-bottom: 50px;
    text-align: center;
    color: #666;
    line-height: 160%;
    margin: auto;
    font-size: 14px;
    position: static;
    margin-top: 70px;
}

    .footer .gzh {
        position: relative;
        margin-top: -80px;
        display: inline-block;
        background-color: #fff;
        padding: 10px 25px;
        color: #000;
    }

    .footer .fnav {
        color: #ccc;
    }

        .footer .fnav a {
            padding: 0 15px;
        }
/*------------------------------------------------------------*/
.box {
    border: 1px solid #ccc;
    padding: 0 15px 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

    .box .box-tit {
        height: 56px;
        overflow: hidden;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

        .box .box-tit span {
            line-height: 56px;
            font-size: 24px;
            color: #000;
            font-weight: bold;
            background: url(../images/ico-tit.png) no-repeat 10px center;
            padding-left: 33px;
            float: left;
        }

        .box .box-tit .more {
            margin: 13px 0;
        }

            .box .box-tit .more a {
                font-size: 16px;
                color: #999;
                float: right;
                display: inline-block;
                border: 1px solid #eee;
                line-height: 28px;
                padding: 0 10px;
                text-decoration: none;
                border-radius: 14px;
            }

                .box .box-tit .more a:hover {
                    background-color: #f5f5f5;
                }

    .box .tit-green {
        background-color: #fff;
    }

    .box .tit-blue {
        background-color: #78C0F1;
    }

    .box .tit-red {
        background-color: #CE4243;
    }

    .box .tit-yellow {
        background-color: #EABE3A;
    }


/*------------------------------------------------------------*/
.location {
    padding: 0 15px 15px;
    font-size: 16px;
}

/*------------------------------------------------------------*/
.pagearea {
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
}

    .pagearea span {
        line-height: 27px;
        height: 27px;
        padding: 0 10px;
        display: inline-block;
        background-color: #E02E24;
        border: 1px solid #E02E24;
        color: #FFF;
        border-radius: 5px;
        margin-right: 5px;
    }

    .pagearea a {
        line-height: 27px;
        height: 27px;
        padding: 0 10px;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-right: 5px;
    }

        .pagearea a:hover {
            background-color: #E02E24;
            border: 1px solid #E02E24;
            text-decoration: none;
            color: #FFF;
        }
/*通用输入框样式----------------------------------------------------------------*/
.texbox {
    line-height: 32px;
    height: 32px;
    border: 1px solid #aaa;
    padding: 0 5px;
    min-width: 160px;
    width: 40%
}

.texarea {
    line-height: 21px;
    border: 1px solid #aaa;
    padding: 0 5px;
    min-width: 210px;
    width: 60%
}

/*------------------------------------------------------------*/
.star_ul {
    background: url(../images/star.png) no-repeat 0 -150px;
    width: 132px;
    z-index: 10;
    position: relative;
    height: 25px;
    display: inline-block;
}

    .star_ul li {
        float: left;
        margin-right: 1px;
        width: 25px;
        height: 25px;
    }

        .star_ul li a {
            display: block;
            height: 25px;
            position: absolute;
            left: 0;
            top: 0;
            text-indent: -999em;
        }

        .star_ul li .active-star {
            background: url(../images/star.png) no-repeat;
        }

        .star_ul li .star1 {
            width: 25px;
            height: 100%;
            background-position: 0 -120px;
            z-index: 50;
        }

        .star_ul li .star2 {
            width: 51px;
            height: 100%;
            background-position: 0 -90px;
            z-index: 40;
        }

        .star_ul li .star3 {
            width: 79px;
            height: 100%;
            background-position: 0 -60px;
            z-index: 30;
        }

        .star_ul li .star4 {
            width: 105px;
            height: 100%;
            background-position: 0 -30px;
            z-index: 20;
        }

        .star_ul li .star5 {
            width: 129px;
            height: 100%;
            margin-right: 0;
            background-position: 0 0;
            z-index: 10;
        }


/*----------------------------------------------------------------*/
.focusBox {
    position: relative;
    width: 700px;
    height: 330px;
    overflow: hidden;
}

    .focusBox .pic {
        position: relative;
        z-index: 0;
    }

        .focusBox .pic img {
            width: 700px;
            height: 330px;
            display: block;
        }

    .focusBox .hd {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: center;
        font-size: 0;
        z-index: 1;
    }

        .focusBox .hd li {
            margin: 0 5px;
            height: 5px;
            overflow: hidden;
            width: 40px;
            cursor: pointer;
            display: inline-block;
            *display: inline;
            zoom: 1;
            background-color: #ccc;
            filter: alpha(opacity=95);
            -moz-opacity: 0.95;
            -khtml-opacity: 0.95;
            opacity: 0.95;
            -moz-border-radius: 25px;
            -webkit-border-radius: 25px;
            border-radius: 3px;
        }

        .focusBox .hd .on {
            background-color: #A47535;
        }

    .focusBox .prev, .focusBox .next {
        width: 40px;
        height: 90px;
        margin: -40px 0 0;
        display: none;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        filter: alpha(opacity=70);
        opacity: 0.7;
        font-family: 宋体;
        font-size: 42px;
        line-height: 90px;
        text-align: center;
        font-weight: bold;
        color: #000;
    }

    .focusBox .prev {
        left: 0;
    }

    .focusBox .next {
        background-position: 0 -90px;
        right: 0;
    }

        .focusBox .prev:hover, .focusBox .next:hover {
            filter: alpha(opacity=90) !important;
            opacity: 0.9 !important;
            text-decoration: none;
        }
/*------------------------------------------------------------*/
.index-focus {
    width: 1000px;
    height: 500px;
    margin: 15px auto;
    position: relative;
}

    .index-focus .focus500 {
        position: absolute;
        width: 700px;
        height: 330px;
        top: 0px;
        left: 0px;
    }

    .index-focus .focus190-A {
        position: absolute;
        width: 190px;
        height: 160px;
        top: 350px;
        left: 0px;
    }

    .index-focus .focus190-B {
        position: absolute;
        width: 190px;
        height: 160px;
        top: 350px;
        left: 240px;
    }

    .index-focus .focus190-C {
        position: absolute;
        width: 190px;
        height: 160px;
        top: 350px;
        left: 480px;
    }


    .index-focus .index-user {
        position: absolute;
        width: 280px;
        top: 0px;
        left: 720px;
    }

        .index-focus .index-user .dh {
            height: 150px;
            padding-top: 40px;
            background: url(../images/dh.png) no-repeat right center;
            border-bottom: 2px solid #999;
        }

            .index-focus .index-user .dh h2 {
                font-size: 27px;
                color: #D7AC59;
                border-bottom: 1px solid #CCC;
                display: inline-block;
                line-height: 48px;
            }

            .index-focus .index-user .dh p {
                font-size: 16px;
                color: #666;
            }

        .index-focus .index-user .statistics {
            text-align: center;
            padding: 15px 0;
        }

            .index-focus .index-user .statistics h2 {
                font-size: 18px;
                font-weight: normal;
            }

            .index-focus .index-user .statistics h3 {
                font-weight: bold;
                font-family: 'DINCond-Bold';
                font-size: 48px;
                line-height: 64px;
            }


        .index-focus .index-user .inf {
            text-align: center;
            padding: 35px 0 0;
        }

            .index-focus .index-user .inf .uimg {
                text-align: center;
                border-bottom: 1px solid #999;
                position: relative;
                margin-bottom: 50px;
            }

                .index-focus .index-user .inf .uimg img {
                    width: 84px;
                    height: 84px;
                    border-radius: 100px;
                    position: absolute;
                    top: -52px;
                    left: 95px;
                    border: 10px solid #FFF;
                }

            .index-focus .index-user .inf h2 {
                line-height: 48px;
            }

            .index-focus .index-user .inf a.btreg {
                display: inline-block;
                padding: 0 10px;
                line-height: 180%;
                border-radius: 25px;
                border: 1px solid #999;
                font-size: 16px;
                width: 80px;
                text-align: center;
            }

                .index-focus .index-user .inf a.btreg:hover {
                    background-color: #f5f5f5;
                    text-decoration: none;
                }

            .index-focus .index-user .inf a.bt-login {
                display: inline-block;
                padding: 0 10px;
                line-height: 180%;
                border-radius: 25px;
                border: 1px solid #E02E24;
                font-size: 16px;
                width: 80px;
                text-align: center;
                background-color: #E02E24;
                color: #FFF;
            }

                .index-focus .index-user .inf a.bt-login:hover {
                    background-color: #b71a12;
                    text-decoration: none;
                }



/*-公示-----------------------------------------------------------*/
.index-publicity-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .index-publicity-item p strong {
        font-weight: bold;
        color: #E02E24;
    }

    .index-publicity-item p.time {
        text-align: right;
        color: #999;
    }

    .index-publicity-item p.user span {
        font-weight: bold;
        font-size: 18px;
    }

/*-申报-----------------------------------------------------------*/
.index-apply {
}

    .index-apply ul li {
        width: 50%;
        float: left;
        text-align: center;
        padding-bottom: 15px;
    }

        .index-apply ul li a {
            display: block;
            width: 90%;
            border: 1px solid #CCC;
            font-size: 16px;
            line-height: 32px;
            margin: auto;
            border-bottom-right-radius: 15px;
            border-top-left-radius: 15px;
            overflow: hidden;
        }

            .index-apply ul li a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .index-apply ul li p span {
            display: block;
            font-size: 36px;
            font-weight: bold;
            background-color: #1ECA8E;
            color: #FFF;
            line-height: 42px;
            padding: 10px;
            text-align: center;
        }

        .index-apply ul li.low p span {
            background-color: #78C0F1;
        }

/*-index-----------------------------------------------------------*/
.index-news-type {
    padding-bottom: 20px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

    .index-news-type ul li {
        padding-right: 10px;
        float: left;
    }

        .index-news-type ul li a {
            display: inline-block;
            padding: 0 10px;
            border: 1px solid #CCC;
            border-radius: 5px;
            font-size: 18px;
            line-height: 180%;
        }

            .index-news-type ul li a:hover {
                background-color: #E7FFCF;
                color: #1ECA8E;
            }


.index-news-type2 {
    padding-bottom: 15px;
}

    .index-news-type2 ul {
        text-align: center;
    }

        .index-news-type2 ul li {
            padding-right: 5px;
            display: inline-block;
        }
/*-index-----------------------------------------------------------*/
.index-news-list {
}

    .index-news-list ul li {
        padding-right: 10px;
        height: 42px;
    }

        .index-news-list ul li a {
            background: url(../images/ico-news-dit.png) no-repeat 10px center;
            padding-left: 30px;
            font-size: 18px;
        }

        .index-news-list ul li span {
            color: #999;
            font-size: 18px;
            float: right;
        }

.index-news-list2 {
}

    .index-news-list2 ul li {
        padding-right: 10px;
        height: 32px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .index-news-list2 ul li a {
            background: url(../images/ico-news-dit.png) no-repeat 0 center;
            padding-left: 20px;
            font-size: 16px;
        }



.index-news-top1 {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding: 15px 0;
}

    .index-news-top1 .time {
        border: 1px solid #CCC;
        float: left;
        text-align: center;
        color: #999;
        font-size: 12px;
        padding: 15px 5px;
        margin-right: 15px;
    }

        .index-news-top1 .time p span {
            font-size: 32px;
        }

    .index-news-top1 h2 {
        font-size: 18px;
    }

/*-index-----------------------------------------------------------*/
.index-huodong {
    padding-bottom: 20px;
}

    .index-huodong img {
        width: 180px;
        height: 180px;
        float: left;
        margin-right: 20px;
    }

    .index-huodong h2 {
        font-size: 27px;
        padding-bottom: 15px;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .index-huodong h2 span {
            display: inline-block;
            background-color: #1ECA8E;
            color: #FFF;
            padding: 0 3px;
            font-size: 18px;
            margin-right: 4px;
            float: left;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            border-top-right-radius: 15px;
        }

    .index-huodong .para {
        line-height: 160%;
        font-size: 16px;
        color: #666;
        padding-bottom: 15px;
    }

    .index-huodong a.bt-join {
        display: inline-block;
        color: #FFF;
        padding: 0 10px;
        line-height: 180%;
        border-radius: 5px;
        border: 2px solid #E02E24;
        font-size: 18px;
        font-weight: bold;
        background-color: #E02E24;
    }

        .index-huodong a.bt-join:hover {
            background-color: #b71a12;
            border: 2px solid #b71a12;
        }


.index-huodong-type-list {
    text-align: center;
    padding-bottom: 20px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}

    .index-huodong-type-list a {
        display: inline-block;
        padding: 0 10px;
        border: 1px solid #CCC;
        border-radius: 5px;
        font-size: 18px;
        line-height: 180%;
        margin: 0 5px;
    }

        .index-huodong-type-list a:hover {
            background-color: #f5f5f5;
        }

.index-huodong-list {
}

    .index-huodong-list ul li {
        padding-right: 10px;
        height: 42px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .index-huodong-list ul li a {
            background: url(../images/ico-news-dit.png) no-repeat 10px center;
            padding-left: 30px;
            font-size: 18px;
            float: left;
            padding-right: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .index-huodong-list ul li span {
            color: #999;
            font-size: 16px;
            float: left;
            background-color: #1ECA8E;
            color: #FFF;
            padding: 0 5px;
            border-radius: 0px;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            border-top-right-radius: 15px;
        }

            .index-huodong-list ul li span.red {
                background-color: #E02E24;
            }

            .index-huodong-list ul li span.green {
                background-color: #1ECA8E;
            }

            .index-huodong-list ul li span.gray {
                background-color: #999;
            }

/*------------------------------------------------------------*/
.index-topic-type-list {
    text-align: center;
    padding-bottom: 20px;
}

    .index-topic-type-list a {
        display: inline-block;
        padding: 0 10px;
        border: 1px solid #CCC;
        border-radius: 5px;
        font-size: 18px;
        line-height: 180%;
        margin: 0 5px;
    }

        .index-topic-type-list a:hover {
            background-color: #f5f5f5;
        }

.index-topic-top1 {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .index-topic-top1 .time {
        border: 1px solid #CCC;
        float: left;
        text-align: center;
        color: #666;
        font-size: 12px;
        padding: 5px 5px;
        margin-right: 15px;
        border-radius: 5px;
    }

        .index-topic-top1 .time p span {
            font-size: 36px;
            line-height: 48px;
        }

    .index-topic-top1 h2 {
        font-size: 21px;
        padding-bottom: 15px;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .index-topic-top1 h3 {
        font-size: 16px;
        color: #999;
        font-weight: normal;
    }

    .index-topic-top1 .user {
        height: 27px;
        padding: 5px 0;
    }

        .index-topic-top1 .user img {
            height: 27px;
            width: 27px;
            border-radius: 12px;
            float: left;
        }

        .index-topic-top1 .user strong {
            color: #000;
            padding-left: 5px;
            font-size: 16px;
        }

        .index-topic-top1 .user span {
            color: #999;
        }



.index-topic-list {
    padding-bottom: 20px;
}

    .index-topic-list ul li {
        height: 42px;
        line-height: 42px;
        float: left;
        width: 50%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .index-topic-list ul li a {
            background: url(../images/ico-news-dit.png) no-repeat 10px center;
            padding-left: 30px;
            font-size: 18px;
        }


.index-topic-user {
    padding: 20px 0 0;
    border-top: 1px solid #CCC;
}

    .index-topic-user .item {
        height: 64px;
        width: 30%;
        float: left;
        padding-left: 3.33%
    }

        .index-topic-user .item img {
            height: 48px;
            width: 48px;
            border-radius: 24px;
            float: left;
            margin-right: 10px;
        }

        .index-topic-user .item strong {
            color: #000;
            font-size: 18px;
        }

        .index-topic-user .item span {
            color: #999;
        }




/*------------------------------------------------------------*/
.index-pro-item {
    width: 202px;
    float: left;
    padding: 0 10px;
}

    .index-pro-item .pic img {
        width: 198px;
        height: 198px;
        border: 1px solid #eee;
    }

    .index-pro-item .pic:hover img {
        border: 1px solid #E02E24;
    }

    .index-pro-item h2 {
        font-size: 16px;
        line-height: 27px;
        height: 54px;
        font-weight: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .index-pro-item .rmb-current {
        text-align: center;
        font-size: 24px;
        color: #E02E24;
    }

        .index-pro-item .rmb-current span {
            font-weight: bold;
            font-family: 'DINCond-Bold';
            font-size: 48px;
        }

    .index-pro-item .rmb-original {
        text-align: center;
        color: #999;
        font-size: 18px;
        line-height: 160%;
    }

        .index-pro-item .rmb-original del {
            color: #999;
            font-size: 18px;
            line-height: 160%;
        }

    .index-pro-item .user {
        text-align: center;
        line-height: 160%;
    }

        .index-pro-item .user a {
            color: #999;
            font-size: 12px;
        }

    .index-pro-item .opat {
        color: #666;
        text-align: center;
        line-height: 160%;
    }

/*---双创产品---------------------------------------------------------*/
.index-offer-item {
    padding: 0 10px;
    height: 220px;
}

    .index-offer-item .pic {
        float: left;
    }

        .index-offer-item .pic img {
            width: 198px;
            height: 198px;
            border: 1px solid #eee;
        }

        .index-offer-item .pic:hover img {
            border: 1px solid #E02E24;
        }

    .index-offer-item .user {
        float: right;
        width: 420px;
        padding-top: 15px;
    }

        .index-offer-item .user img {
            height: 48px;
            width: 48px;
            border-radius: 24px;
            float: left;
            margin-right: 10px;
        }

        .index-offer-item .user strong {
            color: #000;
            font-size: 18px;
        }

        .index-offer-item .user span {
            color: #999;
        }

    .index-offer-item .inf {
        float: right;
        width: 362px;
    }

        .index-offer-item .inf h2 {
            font-size: 16px;
            font-weight: normal;
        }

        .index-offer-item .inf .rmb-current {
            font-size: 24px;
            color: #E02E24;
            line-height: 48px;
        }

            .index-offer-item .inf .rmb-current span {
                font-weight: bold;
                font-family: 'DINCond-Bold';
                font-size: 32px;
            }

        .index-offer-item .inf .i {
            font-size: 16px;
            border: 1px solid #CCC;
            padding: 10px;
            background-color: #fcfcc7;
            border-radius: 5px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 27px;
            line-height: 27px;
        }
/*------------------------------------------------------------*/
.detail-nav {
}

    .detail-nav ul li {
        text-align: center;
        font-size: 21px;
        line-height: 180%;
    }

/*------------------------------------------------------------*/
.detail-con {
}

    .detail-con h1 {
        text-align: center;
        font-size: 32px;
        padding-bottom: 15px;
        padding-top: 30px;
    }

    .detail-con h4 {
        text-align: center;
        font-size: 16px;
        color: #999;
        padding-bottom: 15px;
        font-weight: normal;
        border-bottom: 1px solid #CCC;
        margin-bottom: 15px;
    }

    .detail-con .content {
        font-size: 18px;
        line-height: 180%;
    }

    .detail-con .opat {
        text-align: center;
        padding: 30px;
    }

        .detail-con .opat a {
            height: 42px;
            line-height: 42px;
            border: 1px solid #FFF;
            display: inline-block;
            padding-left: 40px;
            padding-right: 10px;
            font-size: 18px;
            font-weight: bold;
            color: #FFF;
            text-decoration: none;
        }

            .detail-con .opat a.dz {
                background: url(/images/ico-dz.png) no-repeat 10px center;
                background-size: 27px 27px;
                background-color: #1ECA8E;
            }

            .detail-con .opat a.gz {
                background: url(/images/ico-gz.png) no-repeat 10px center;
                background-size: 27px 27px;
                background-color: #EABE3A;
            }

            .detail-con .opat a:hover {
                background-color: #f90;
            }

        .detail-con .opat span {
            font-size: 14px;
            font-weight: normal;
        }

/*------------------------------------------------------------*/
.detail-news-list {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 15px 20px;
}

    .detail-news-list h3 {
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        text-align: center;
        padding-bottom: 15px;
        font-size: 21px;
    }

    .detail-news-list ul li {
        height: 42px;
        width: 50%;
        float: left;
    }

        .detail-news-list ul li a {
            background: url(../images/ico-news-dit.png) no-repeat 20px center;
            padding-left: 40px;
            font-size: 18px;
        }

        .detail-news-list ul li span {
            color: #999;
            font-size: 18px;
            float: right;
        }
/*------------------------------------------------------------*/
.news-list {
    border-bottom: 1px solid #CCC;
    padding: 15px 20px;
}

    .news-list h3 {
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
        text-align: center;
        padding-bottom: 15px;
        font-size: 21px;
    }

    .news-list ul li {
        height: 42px;
    }

        .news-list ul li a {
            background: url(../images/ico-news-dit.png) no-repeat 20px center;
            padding-left: 40px;
            font-size: 18px;
        }

        .news-list ul li span {
            color: #999;
            font-size: 18px;
            float: right;
        }

/*------------------------------------------------------------*/
.hd-list-item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ccc;
}

    .hd-list-item img {
        width: 160px;
        height: 160px;
        float: left;
        margin-right: 20px;
    }

    .hd-list-item h2 {
        font-size: 21px;
    }

        .hd-list-item h2 span {
            display: inline-block;
            background-color: #1ECA8E;
            color: #FFF;
            padding: 0 8px;
            border-radius: 5px;
            font-size: 18px;
        }

    .hd-list-item p a.bt-join {
        display: inline-block;
        color: #333;
        padding: 0 25px;
        border-radius: 5px;
        border: 2px solid #999;
        font-size: 16px;
        font-weight: bold;
    }

        .hd-list-item p a.bt-join:hover {
            background-color: #1ECA8E;
            color: #FFF;
            border: 2px solid #1ECA8E;
        }

/*------------------------------------------------------------*/
.hd-details {
    padding-top: 20px;
}

    .hd-details .dheader {
        padding-bottom: 30px;
    }

        .hd-details .dheader img {
            width: 360px;
            height: 360px;
            float: left;
            margin-right: 20px;
            border-radius: 5px;
        }

        .hd-details .dheader .inf {
            width: 460px;
            float: right;
        }

        .hd-details .dheader h2 {
            font-size: 27px;
            padding-bottom: 15px;
            line-height: 130%;
        }

        .hd-details .dheader .num {
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            margin-bottom: 20px;
            line-height: 27px;
            padding: 10px 0;
            height: 70px;
            margin-top: 15px;
        }

            .hd-details .dheader .num ul li {
                float: left;
                padding: 0 15px;
                width: 120px;
                text-align: center;
            }

            .hd-details .dheader .num strong {
                font-size: 27px;
                line-height: 36px;
            }

        .hd-details .dheader p a.bt-join {
            display: inline-block;
            color: #FFF;
            padding: 0 25px;
            border-radius: 5px;
            border: 2px solid #1ECA8E;
            background-color: #1ECA8E;
            font-size: 16px;
            font-weight: bold;
            line-height: 42px;
        }

            .hd-details .dheader p a.bt-join:hover {
                background-color: #EABE3A;
                border: 2px solid #EABE3A;
            }

    .hd-details .dcom {
        padding-bottom: 20px;
    }

        .hd-details .dcom h3 {
            font-size: 21px;
            padding-bottom: 15px;
            border-bottom: 1px solid #ccc;
        }

        .hd-details .dcom .com {
            padding: 15px;
        }

    .hd-details .dshare {
        padding-bottom: 20px;
    }

        .hd-details .dshare h3 {
            font-size: 21px;
            padding-bottom: 15px;
            border-bottom: 1px solid #ccc;
        }

        .hd-details .dshare .inf {
            border-bottom: 1px solid #eee;
            text-align: center;
            line-height: 130%;
            color: #1ECA8E;
            padding: 10px 0;
        }



        .hd-details .dshare .item {
            padding: 20px 0;
            border-bottom: 1px solid #eee;
            border-radius: 5px;
        }

            .hd-details .dshare .item .user {
                width: 80px;
                float: left;
                text-align: center;
            }

                .hd-details .dshare .item .user img {
                    width: 60px;
                    height: 60px;
                    border-radius: 30px;
                }

                .hd-details .dshare .item .user .name {
                    font-size: 16px;
                    color: #000;
                }

            .hd-details .dshare .item .pinglun {
                width: 700px;
                float: right;
                border: 1px solid #CCC;
                padding: 10px 20px;
                min-height: 60px;
                background-color: #E7FFCF;
                border-radius: 5px;
            }

                .hd-details .dshare .item .pinglun .c {
                    font-size: 14px;
                }

                .hd-details .dshare .item .pinglun .t {
                    color: #999;
                }



/*--话题详情 内容页----------------------------------------------------------*/
.topic-detail-content {
}

    .topic-detail-content h1 {
        line-height: 36px;
        padding: 15px 0;
        font-size: 32px;
        color: #000;
    }

    .topic-detail-content h2 {
        line-height: 36px;
        padding: 5px 0;
        font-size: 16px;
        color: #333;
        font-weight: normal;
    }

    .topic-detail-content h4 {
        border-bottom: 1px solid #CCC;
        line-height: 27px;
        padding: 5px 0;
        font-size: 14px;
        color: #333;
        font-weight: normal;
        text-align: right;
    }

        .topic-detail-content h4 a {
            border: 1px solid #CCC;
            border-radius: 5px;
            display: inline-block;
            padding: 0 10px;
        }

            .topic-detail-content h4 a:hover {
                border: 1px solid #E02E24;
                background-color: #E02E24;
                color: #FFF;
                text-decoration: none;
            }

    .topic-detail-content .contents {
        min-height: 500px;
        margin: auto;
        padding: 15px;
        font-size: 16px;
        line-height: 180%;
    }


.topic-detail-reply {
}

    .topic-detail-reply .item {
        padding: 10px 15px 0;
    }

        .topic-detail-reply .item .u {
            height: 40px;
            line-height: 36px;
            font-size: 18px;
            overflow: hidden;
        }

            .topic-detail-reply .item .u .uimg {
                float: left;
                padding-right: 10px;
            }

                .topic-detail-reply .item .u .uimg img {
                    width: 36px;
                    height: 36px;
                    border-radius: 18px;
                }

            .topic-detail-reply .item .u span {
                float: right;
                font-size: 14px;
                color: #666;
            }

        .topic-detail-reply .item .cont {
            font-size: 16px;
            border-bottom: 1px solid #DDD;
            padding-bottom: 10px;
        }



.topic-reply-sub {
    padding: 0 15px;
}

    .topic-reply-sub .u {
        height: 40px;
        line-height: 36px;
        font-size: 18px;
        overflow: hidden;
    }

        .topic-reply-sub .u .uimg {
            float: left;
            padding-right: 10px;
        }

            .topic-reply-sub .u .uimg img {
                width: 36px;
                height: 36px;
                border-radius: 18px;
            }


    .topic-reply-sub .texarea {
        border-radius: 5px;
        border: 1px solid #ccc;
        font-size: 16px;
        width: 96%;
        min-height: 80px;
    }

    .topic-reply-sub .bt {
        display: inline-block;
        padding: 0 10px;
        line-height: 180%;
        border-radius: 5px;
        border: 1px solid #E02E24;
        background-color: #E02E24;
        color: #FFF;
        font-size: 16px;
        width: 80px;
        text-align: center;
        margin-top: 10px;
        margin-right: 15px;
        float: right;
    }

        .topic-reply-sub .bt:hover {
            background-color: #b71a12;
            text-decoration: none;
        }

    .topic-reply-sub .unlogin {
        text-align: center;
        font-size: 18px;
        padding: 30px 0;
    }
/*--内容页----------------------------------------------------------*/
.topic-user {
    text-align: center;
}

    .topic-user .uimg img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
    }


/*--内容页----------------------------------------------------------*/
.shop-info {
    text-align: center;
    padding-top: 15px;
}

    .shop-info .uimg img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
    }

    .shop-info h2 {
        color: #000;
        font-size: 18px;
        padding-top: 10px;
    }

    .shop-info h3 {
        padding: 10px 0;
    }

        .shop-info h3 span {
            display: inline-block;
            background-color: #1ECA8E;
            color: #FFF;
            padding: 0 3px;
            font-size: 18px;
            font-weight: normal;
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            border-top-right-radius: 15px;
            padding: 0 15px;
        }

    .shop-info .num {
        color: #000;
        line-height: 27px;
        padding: 10px 0;
        height: 60px;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        margin-bottom: 15px;
    }

        .shop-info .num ul li {
            float: left;
            width: 120px;
            text-align: center;
            font-size: 16px;
        }

        .shop-info .num strong {
            color: #E02E24;
            font-weight: bold;
            font-family: 'DINCond-Bold';
            font-size: 32px;
            line-height: 36px;
        }

    .shop-info .contact {
        font-size: 16px;
        text-align: left;
    }


/*------------------------------------------------------------*/
.community-num {
    color: #000;
    line-height: 27px;
    height: 90px;
    width: 500px;
    margin: auto;
    padding: 20px 0;
}

    .community-num ul li {
        float: left;
        width: 250px;
        text-align: center;
        font-size: 21px;
    }

    .community-num strong {
        color: #E02E24;
        font-weight: bold;
        font-family: 'DINCond-Bold';
        font-size: 56px;
        line-height: 56px;
    }

    .community-num .contact {
        font-size: 16px;
        text-align: left;
    }


.hot-community-list {
    text-align: center;
    padding: 15px 0;
}

    .hot-community-list a {
        display: inline-block;
        padding: 0 10px;
        border: 1px solid #CCC;
        border-radius: 5px;
        font-size: 18px;
        line-height: 180%;
        margin: 0 5px;
    }

        .hot-community-list a:hover {
            background-color: #f5f5f5;
        }
/*------------------------------------------------------------*/
.index-com-tit {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 45px;
}

    .index-com-tit span {
        line-height: 24px;
        font-size: 32px;
        display: inline-block;
        background-color: #FFF;
        padding: 15px 65px;
        color: #CE4243;
        bottom: -25px;
        position: relative;
        font-weight: bold;
    }
/*------------------------------------------------------------*/
.service-com-tit {
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 25px;
}

    .service-com-tit span {
        line-height: 24px;
        font-size: 36px;
        display: inline-block;
        background-color: #FFF;
        padding: 15px 65px;
        color: #999;
        bottom: -25px;
        position: relative;
        font-weight: bold;
    }

        .service-com-tit span strong {
            color: #E02E24;
        }

.service-com-tit-inf {
    text-align: center;
    color: #999;
    font-size: 18px;
    padding-bottom: 25px;
}

.service-com-more {
    text-align:center;
    padding:0 0 30px;
}
.service-com-more a {
    display:inline-block;
    font-size:18px;
    padding:0 20px;
    border:1px solid #CCC;
    border-radius:5px;
    line-height:36px;
    color:#999;
}
/*------------------------------------------------------------*/
.index-pros-item {
    width: 33%;
    float: left;
    text-align: center;
}

    .index-pros-item .pic img {
        width: 120px;
        height: 120px;
        border: 1px solid #eee;
    }

    .index-pros-item .pic:hover img {
        border: 1px solid #E02E24;
    }

    .index-pros-item h2 {
        font-size: 16px;
        line-height: 27px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .index-pros-item .rmb-current {
        text-align: center;
        font-size: 24px;
        color: #E02E24;
    }

        .index-pros-item .rmb-current span {
            font-weight: bold;
            font-family: 'DINCond-Bold';
            font-size: 32px;
        }
