﻿

* {
    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%;
}

h1{
    line-height:initial;
}

a, a:link, a:visited, a:active {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #1ECA8E;
        text-decoration: underline;
    }

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}







.header {
    width: 1100px;
    min-width: 1100px;
    margin-bottom: 20px;
    z-index: 999;
    margin: auto;
    position: relative;
}

    .header .user_inf {
        line-height: 48px;
        height: 48px;
        font-size: 16px;
        border-bottom: 1px solid #CCC;
    }

        .header .user_inf .r {
            float: right;
        }

            .header .user_inf .r a { 
                padding: 0 6px;
            } 

.header .logo { 
    padding:25px 0;
}
    .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 .logo .r {
        float: right;
        padding-right:150px;
    }


    .header .nav {
        height: 42px;
        background-color: #1ECA8E;
        -moz-box-shadow: 2px 2px 5px #aaa; /* 老的 Firefox */
        box-shadow: 2px 2px 5px #aaa;
    }

        .header .nav ul {
            height: 42px;
            line-height:42px;
        }

            .header .nav ul li {
                float: left;
                color: #E7FFCF;
            }

                .header .nav ul li a {
                    display: inline-block;
                    text-align: center;
                    font-size: 16px; 
                    padding: 0 25px;
                    color:#FFF;
                }
                    .header .nav ul li a:hover {
                        font-weight: bold;
                        color: #E7FFCF;
                        line-height: 39px;
                        border-bottom: 3px solid #E7FFCF;
                        text-decoration: none;
                    }

/*------------------------------------------------------------*/

.banner {
    background-color: #E7FFCF;
    width: 100%;
    min-width: 1100px;
    text-align: center;
    position:relative;
    top:-20px;
    z-index:666;
}

.banner2 {
    background-color: #E7FFCF;
    width: 100%;
    min-width: 1100px;
    text-align: center;
    position: relative;
    top: -20px;
    z-index: 666;
    height:180px;
}
    .banner2 .num {
       width:1000px;
       margin:auto; 
       padding-top:110px;
    }
        .banner2 .num .c1 {
            background-color: #1ECA8E;
            color: #FFF;
            float: right;
            padding: 15px;
            height:60px;
        }
        .banner2 .num .c2 {
            background-color: #1ECA8E;
            color: #FFF;
            float: right;
            padding: 15px;
            height: 60px;
        }
        .banner2 .num .reg {
            background-color: #EABE3A;
            color: #FFF;
            float: right;
            padding: 15px;
            height: 60px;
        }
            .banner2 .num .reg a {
                height: 58px;
                line-height: 58px;
                border: 1px solid #FFF;
                display: block;
                background: url(../images/ico-reg.png) no-repeat 10px center;
                background-size: 42px 42px;
                padding-left: 60px;
                padding-right: 10px;
                font-size: 18px;
                font-weight: bold;
                color: #FFF;
                text-decoration: none;
            }
        .banner2 .num p strong {
            font-size: 27px;
        } 
     
/*------------------------------------------------------------*/
.pro-infor {
    width: 1100px;
    margin: auto;
}

    .pro-infor h2 {
        font-size: 24px;
        line-height:48px;
    }
    .pro-infor p {
        line-height: 180%;
        font-size: 18px;
    }
        .pro-infor p.more {
            text-align: center;
            padding:15px 0;
        }
        .pro-infor p.more a {
            display: inline-block;
            text-align: center;
            font-size: 16px;
            padding: 0 15px;
            border: 1px solid #CCC;
            border-radius: 15px;
        }


/*------------------------------------------------------------*/
.mian {
    width: 1100px;
    margin: auto;
    padding:15px 0;
}



.footer { 
    border-top:1px solid #CCC;
    width: 100%;
    min-width:1100px; 
    padding-bottom: 10px;
    text-align: center; 
    color: #666;
    line-height:180%;
    margin: auto;
    font-size: 16px;
    position:static;
    margin-top:70px;  
}

    .footer .gzh {
        position: relative;
        top:-50px;
        display: inline-block;
        background-color: #1ECA8E;
        padding: 10px;
        color: #FFF;
    }


/*------------------------------------------------------------*/
.box {
    border: 1px solid #ccc;
    padding: 15px; 
    margin-bottom:15px;
}




    .box .box-tit {
        height: 42px; 
        background-color: #1ECA8E;
        overflow: hidden;
        margin-bottom:15px;
    }

        .box .box-tit span {
            line-height: 42px;
            font-size: 24px;
            color: #fff;
            font-weight: bold;
            background: url(../images/ico-tit.png) no-repeat 10px 11px;
            background-size: 24px 24px;
            padding-left: 40px;
            float: left;
        }

        .box .box-tit .more {
            margin: 6px;
        }

            .box .box-tit .more a {
                font-size: 16px;
                color: #fff;
                float: right;
                display: inline-block;
                border: 1px solid #FFF;
                line-height: 28px;
                padding: 0 10px;
                text-decoration: none;
            }

                .box .box-tit .more a:hover {
                    background-color: #E7FFCF;
                    color: #1ECA8E;
                }
    .box .tit-green {
        background-color: #1ECA8E;
    }
    .box .tit-blue {
        background-color: #78C0F1;
    }
    .box .tit-red {
        background-color: #CE4243;
    }
    .box .tit-yellow {
        background-color: #EABE3A;
    } 


/*------------------------------------------------------------*/
.location {
    border-bottom: 1px solid #ccc;
    padding: 15px; 
    font-size: 16px;
}

/*------------------------------------------------------------*/
.filtration {
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    margin: 0 20px 20px;
    font-size: 14px;
}

    .filtration .filtration-item {
        padding: 5px 0;
    }

        .filtration .filtration-item h3 {
            display: inline-block;
            width: 12%;
            text-align: right;
            float: left;
        }

        .filtration .filtration-item ul {
            width: 88%;
            float: left;
        }

            .filtration .filtration-item ul li {
                display: inline-block;
            }

                .filtration .filtration-item ul li.selected a {
                    border: 1px solid #ccc;
                    background-color: #ffc;
                }

                .filtration .filtration-item ul li a {
                    border: 1px solid #fff;
                    padding: 5px;
                }

                    .filtration .filtration-item ul li a:hover {
                        border: 1px solid #f90;
                        background-color: #ffc;
                        text-decoration: none;
                    }

/*通用列表样式----------------------------------------------------------------*/
table.list {
    border-spacing: 0px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    margin: 0 auto 15px;
    width: 100%;
    background-color: #F6F8F9;
}

    table.list tr {
        margin: auto;
    }

    table.list th {
        border-color: #ccc;
        border-style: solid;
        border-width: 0px 1px 1px 0px;
        padding: 5px 7px;
        line-height: 21px;
        background-color: #F6F8F9;
        color: #000;
        text-align: left;
        font-size: 16px;
    }

    table.list td {
        border-color: #ccc;
        border-style: solid;
        border-width: 0px 1px 1px 0px;
        padding: 10px;
        line-height: 27px;
        background-color: #FFF;
        color: #000;
        font-size: 16px;
    }

        table.list td.left_title {
            text-align: right;
            color: #444;
            font-size: 16px;
            background-color: #fff;
        }

    table.list tr td span {
        color: #999;
    }
/*-通用分页样式-----------------------------------------------------------*/
.pagearea {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
}

    .pagearea span {
        line-height: 27px;
        height: 27px;
        padding: 0 10px;
        display: inline-block;
        background-color: #1ECA8E;
        border: 1px solid #1ECA8E;
        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: #1ECA8E;
            border: 1px solid #1ECA8E;
            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%
}
/*------------------------------------------------------------*/
.index-news-focusBox {
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .index-news-focusBox img {
        float: left;
        width: 360px;
        height: 270px;
        margin-right: 15px;
    }

    .index-news-focusBox .time {
        text-align: right;
        padding-bottom: 15px;
    }

        .index-news-focusBox .time div {
            border: 1px solid #CCC;
            text-align: center;
            color: #999;
            font-size: 12px;
            padding: 15px 5px 5px; 
            display: inline-block;
        }

            .index-news-focusBox .time div p span {
                font-size: 32px;
            }

    .index-news-focusBox h2 {
        font-size: 27px;
        line-height: 130%;
    }

    .index-news-focusBox p a {
        font-size: 18px; 
    }
/*------------------------------------------------------------*/
.index-count {
    background-color:#1ECA8E;
    color:#FFF;
    padding:15px;
    text-align:center;
    margin-bottom:15px;
}
    .index-count h3 {
        font-size: 21px;
        padding-bottom:15px;
    }
    .index-count h4 {
        font-size: 27px;
        border-bottom: 1px solid #FFF;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .index-count .num { 
    }
        .index-count .num .l {
            width: 50%;
            float: left;
        }
        .index-count .num .r {
            width: 50%;
            float: right;
        }
        .index-count .num p strong {
            font-size:27px;
        }
/*------------------------------------------------------------*/
.index-reg {
    margin-bottom: 15px;
    background-color:#EABE3A;
    padding:15px;
}
    .index-reg a {
        height: 110px;
        line-height: 110px;
        border: 1px solid #FFF;
        display: block;
        background: url(../images/ico-reg.png) no-repeat 20px center;
        background-size: 72px 72px;
        padding-left: 100px;
        font-size:32px;
        font-weight:bold;
        color:#FFF;
        text-decoration:none;
    }
        .index-reg a:hover {
            background-color: #1ECA8E;
        }




/*------------------------------------------------------------*/
.index-msg {
    margin-bottom: 15px;
}

    .index-msg h4 {
        font-size: 18px;
        height:42px;
        line-height:42px;
        font-weight: normal;
    }

        .index-msg h4 span {
            font-size: 14px;
            float: right;
            color: #999;
        }

    .index-msg .msg {
        font-size: 14px;
        border: 1px solid #CCC;
        border-radius: 5px;
        padding: 5px 15px;
    }

.add-msg { 
}
    .add-msg .msg textarea {
        font-size: 14px;
        border: 1px solid #CCC;
        border-radius: 5px;
        padding: 10px 15px;
        background-color: #E7FFCF;
        color: #666;
        width: 256px;
        height: 90px;
        margin-bottom:15px;
    }
    .add-msg .bt-addmsg {
        border-radius:5px;
        background-color:#1ECA8E;
        font-size:18px;
        color:#FFF;
        text-align:center;
        width:100%;
        border:0px solid #FFF;
        line-height:42px;
        height:42px;
    }

/*------------------------------------------------------------*/
.msg-list {
    padding: 15px;
}

    .msg-list .item {
        margin-bottom: 15px;
    }

        .msg-list .item h4 {
            font-size: 18px;
            height: 42px;
            line-height: 42px;
            font-weight: normal;
        }
            .msg-list .item h4 img {
                height: 32px;
                width: 32px;
                border-radius: 16px;
                float:left;
                margin-top:5px;
                margin-right:5px;
            }
            .msg-list .item h4 span {
                font-size: 14px;
                float: right;
                color: #999;
            }

        .msg-list .item .msg {
            font-size: 14px;
            border: 1px solid #CCC;
            border-radius: 5px;
            padding: 10px 15px 20px;
        }

.msg-add {
}

    .msg-add h3 {
        font-size: 21px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .msg-add .com p {
        padding-bottom: 10px;
    }

    .msg-add .com textarea {
        font-size: 14px;
        border: 1px solid #CCC;
        border-radius: 5px;
        padding: 10px 15px;
        background-color: #E7FFCF;
        color: #666;
        width: 90%;
        height: 90px;
    }

    .msg-add .com .bt-addmsg {
        border-radius: 5px;
        background-color: #1ECA8E;
        font-size: 18px;
        color: #FFF;
        text-align: center;
        border: 0px solid #FFF;
        line-height: 42px;
        height: 42px;
        padding: 0 25px;
    }



/*-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;
    }

        .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-top: 1px solid #CCC;
    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:160px;
    height:160px;
    float:left; 
    margin-right:20px;
}
    .index-huodong h2 {
        font-size:21px;
    }
    .index-huodong h2 span {
        display:inline-block;
        background-color:#1ECA8E;
        color:#FFF;
        padding:0 8px;
        border-radius:5px;
        font-size:18px;
    }
    .index-huodong 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;
    }
    .index-huodong p a.bt-join:hover {
        background-color:#1ECA8E;
        color:#FFF;
        border:2px solid #1ECA8E;
    }

/*------------------------------------------------------------*/
.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;
                }

/*------------------------------------------------------------*/
.reg-con {
    padding:0 15px 15px;
}

    .reg-con h1 {
        font-size: 32px;
        height:36px;
        padding-bottom: 15px;
        padding-top: 30px;
        text-align:center;  
    }

.bt-reg { 
        color: #FFF;
        padding: 0 25px;
        border-radius: 5px;
        border: 2px solid #1ECA8E;
        background-color: #1ECA8E;
        font-size: 16px;
        font-weight: bold;
        line-height: 42px;
    } 