﻿@charset "utf-8";

/* 本例子css */
.slideBox {
    width: 100%;
    min-width: 1200px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

    .slideBox .hd {
        position: absolute;
        z-index: 8888; /* background-color: hsla(0,0%,100%,.3);*/
        padding: 4px 5px;
        left: 50%;
        bottom: 10px;
        text-align: center;
        border-radius: 50px;
        margin-left: -55px;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox .hd ul li {
                display: inline-block;
                _display: inline;
                _zoom: 1;
                width: 12px;
                height: 12px;
                _font-size: 0;
                margin: 0 5px;
                cursor: pointer;
                background: #fff;
                border-radius: 50px;
                float: left;
            }

    .slideBox .bd ul {
        width: 100% !important;
    }

    .slideBox .hd ul li.on {
        background: #237CF5;
        color: #fff;
    }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
            height: 300px;
            width: 100% !important;
        }

        .slideBox .bd ul li a {
            width: 100%;
            height: 300px;
            display: inline-block;
        }

        .slideBox .bd img {
            width: 920px;
            height: 300px;
            display: block;
        }

    /* 下面是前/后按钮代码，如果不需要删除即可 */
    .slideBox .prev,
    .slideBox .next {
        width: 30px;
        height: 60px;
        position: absolute;
        top: 120px;
        background: url(../../images/CFinance/prev_next.png) no-repeat 0 0;
        cursor: pointer;
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .slideBox .next {
        right:30px;
        background-position: right top;
    }

    .slideBox .prev {
        left:20px;
    }

    .slideBox:hover .prev, .slideBox:hover .next {
        filter: alpha(opacity=100);
        opacity: 1;
    }


/* 首页  */

.index-data-info {
    width: 1198px;
    background: #fff;
    border: 1px #dddddd solid;
    height: 88px;
    margin: 30px auto 0px;
}

    .index-data-info ul {
        padding: 19px 0px 0px;
    }

        .index-data-info ul > li {
            width: 298px;
            display: inline-block;
            float: left;
            height: 50px;
            position: relative;
            z-index: 9999;
        }

            .index-data-info ul > li .box {
                text-align: left;
                font-size: 12px;
                color: #999;
                float: left;
            }

                .index-data-info ul > li .box b {
                    font-size: 16px;
                    color: #666;
                    line-height: 28px;
                }

            .index-data-info ul > li .ico {
                float: left;
                width: 40px;
                height: 40px;
                margin: 5px 10px 0px 20px;
            }

                .index-data-info ul > li .ico i {
                    background: url(../../images/CFinance/base-ico.png) no-repeat;
                    width: 40px;
                    height: 40px;
                    display: block;
                }

            .index-data-info ul > li .r-l {
                position: absolute;
                right: 0px;
                height: 26px;
                width: 1px;
                background: #dddddd;
                top: 14px;
            }

            .index-data-info ul > li .ico i.i-1 {
                background-position: 0px -99px;
            }

            .index-data-info ul > li .ico i.i-2 {
                background-position: -40px -99px;
            }

            .index-data-info ul > li .ico i.i-3 {
                background-position: -80px -99px;
            }

            .index-data-info ul > li .ico i.i-4 {
                background-position: -120px -99px;
            }


            .index-data-info ul > li a {
                display: inline-block;
            }

                .index-data-info ul > li a:hover .box b {
                    color: #c4985b;
                }


.index-floor-left {
    width: 900px;
    float: left;
}

.index-floor-right {
    width: 280px;
    float: right;
}

.index-floor-right a{
    display:block;
    width:100%
}
.index-floor-right a img{
    width:100%;
    height:100%
}


.waterfall-list {
    float: left;
    margin: 30px 0px 0px 0px;
    width: 100%;
}

    .waterfall-list.mb0 {
        margin: 20px 0px 0px 0px;
    }

    .waterfall-list .info {
        width: 100%;
        float: left;
    }

        .waterfall-list .info .smt {
            border-bottom: 2px #237CF5 solid;
            height: 42px;
            position: relative;
        }

            .waterfall-list .info .smt h3 {
                box-sizing:border-box;
                float: left;
                width: 140px;
                height: 44px;
                position: absolute;
                left: 0px;
                line-height: 44px;
                background-color: #237CF5;
                color: #fff;
                font-size: 14px;
                font-family: Microsoft YaHei;
                font-weight: 400;
                padding-left: 40px;
            }

                .waterfall-list .info .smt h3 i {
                    background: url(../../images/CFinance/base-ico.png) no-repeat;
                    width: 26px;
                    height: 26px;
                    position: absolute;
                    left: 6px;
                    top: 9px;
                }

            .waterfall-list .info .smt .more {
                float: right;
                width: 50px;
                height: 20px;
                line-height:20px;
                background: #237CF5;
                border-radius: 10px;
                font-size: 12px;
                font-family: Microsoft YaHei;
                text-align: center;
                font-weight: 400;
                color: #FFFFFF;
            }

                .waterfall-list .info .smt .more:hover {
                    color: #fff;
                    text-decoration:underline;
                }

            .waterfall-list .info .smt.ico-tuijian h3 img {
                width: 20px;
                height: 20px;
                position: absolute;
                left: 10px;
                top: 10px;
            }

            .waterfall-list .info .smt.ico-guapai h3 i {
                background-position: -26px -154px;
            }

            .waterfall-list .info .smt.ico-zcfg h3 i {
                background-position: 0 -154px;
            }

            .waterfall-list .info .smt.ico-yixiang h3 i {
                background-position: -52px -154px;
            }

            .waterfall-list .info .smt.ico-anli h3 i {
                background-position: -234px -154px;
            }


            .waterfall-list .info .smt.ico-nongcun h3 i {
                background-position: -104px -154px;
            }

        .waterfall-list .info .smc {
            margin-top: 20px;
            border: 1px #e5e5e5 solid;
        }

.cq-inside-submenu {
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 150px;
    margin-top: 5px;
}

    .cq-inside-submenu a {
        float: left;
        padding: 0px 10px;
        margin-right: 20px;
        color: #666;
        font-size: 14px;
    }

        .cq-inside-submenu a:hover {
            color: #c4985b;
            cursor: pointer;
        }


.bidding-table {
    border-collapse: collapse;
    width: 100%;
}

    .bidding-table .bidding-thead {
        background: #E1E9F9;
        font-size: 16px;
        height: 35px;
        border-bottom: 1px #e6e6e6 solid;
    }

.waterfall-list .info .smc .con {
    height: 503px;
}

.bidding-table .bidding-thead th.bdtd1 {
    width: 400px;
}

.bidding-table .bidding-thead th {
    font-weight: normal;
}

.index-bidding-table {
}

    .index-bidding-table .first-td {
        text-align: left;
        font-size: 14px;
        padding: 5px 10px;
        padding-left: 60px;
    }

    .index-bidding-table .bidding-thead th {
        height: 43px;
        font-weight: bold !important;
        background: #f5f5f5;
        font-size: 14px;
        color: #333;
    }

.bidding-table .bidding-thead th.bdtd1 {
    width: 400px;
    text-align: left;
}

.bidding-table .bidding-thead th {
    font-weight: normal;
}

    .bidding-table .bidding-thead th.bdtd2 {
        width: 150px;
    }

    .bidding-table .bidding-thead th.bdtd3 {
        width: 200px;
    }

    .bidding-table .bidding-thead th.bdtd4 {
        width: 100px;
    }

    .bidding-table .bidding-thead th.bdtd5 {
        width: 200px;
    }

    .bidding-table .bidding-thead th.bdtd6 {
        width: 150px;
    }

.bidding-table tr td {
    border-bottom: 1px solid #dbdbdb;
    background: #ffffff;
    height: 35px;
    padding: 0;
    text-align: center;
    font-size: 14px;
}


    .bidding-table tr td:nth-child(4) span{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #2768ED;
    }

.bidding-table tr:hover td {
    background: #f5f5f5;
}

.bidding-table tr td .bdh-btn:hover {
    text-decoration: none;
}

.bidding-color {
    margin: 25px 0 0 400px;
}

.bdh-btn {
    height: 19px;
    line-height: 19px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.hasMoreTab .hd {
    position: relative;
}

    .hasMoreTab .hd ul {
        height: 34px;
        line-height: 25px;
        margin-top: 7px;
        float: left;
        margin-left: 150px;
        zoom: 1;
    }

    .hasMoreTab .hd li {
        float: left;
        padding: 0px;
        cursor: pointer;
        font-size: 16px;
        margin: 0px 25px;
        height: 25px;
    }
.hasMoreTab .ico-tuijian li {
    float: left;
    padding: 0px;
    cursor: pointer;
    margin: 0px 6px !important;
    height: 25px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.hasMoreTab .hd li.on {
    color: #237CF5;
}

.hasMoreTab .hd li:hover {
    color: #237CF5;
}

    .hasMoreTab .hd1 ul {
        height: 34px;
        line-height: 25px;
        margin-top: 7px;
        float: left;
        margin-left: 150px;
        zoom: 1;
    }

    .hasMoreTab .hd1 li {
        float: left;
        padding: 0px;
        cursor: pointer;
        font-size: 16px;
        margin: 0px 25px;
        height: 25px;
    }

        .hasMoreTab .hd1 li.on {
            color: #c4985b;
        }

        .hasMoreTab .hd1 li:hover {
            color: #c4985b;
        }

.hasMoreTab .bd {
    clear: both;
    position: relative;
    border: 1px #e5e5e5 solid;
    height: 273px;
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
}

    .hasMoreTab .bd .con {
        position: absolute;
        width: 1200px;
        left: 0px;
        top: 0px;
    }

.hasMoreTab .hd li .more {
    position: absolute;
    right: 0px;
    margin: 0px !important;
    top: 12px;
    display: none;
}

.hasMoreTab .hd li.on .more {
    display: block;
}

.hasMoreTab .hd li.inquiry i {
    margin-left: -26px;
    width: 1px;
    height: 12px;
    background: #ccc;
    float: left;
    margin-top: 7px;
}


.hasMoreTab .hd ul.nongcun {
    margin-left: 0px;
    margin-top: 0px;
}

    .hasMoreTab .hd ul.nongcun li {
        height: 34px;
        line-height: 34px;
        min-width: 100px;
        text-align: center;
        margin: 0px 20px 0px 0px;
    }

        .hasMoreTab .hd ul.nongcun li.on {
            background: #c4985b;
            color: #fff;
        }


.new-roperty .hasMoreTab .hd ul {
    margin-left: 0px;
    margin-top: 0px;
    height: 44px;
    line-height: 34px;
}

    .new-roperty .hasMoreTab .hd ul li {
        margin: 0px;
        height: 34px;
        border-bottom: 0px;
        background: #999;
        font-size: 14px;
        color: #fff;
        min-width: 100px;
        padding: 0px 0px;
        margin-right: 5px;
        text-align: center;
    }

        .new-roperty .hasMoreTab .hd ul li.on {
            background: #c4985b;
            color: #fff;
        }

.new-roperty-title {
    float: left;
    padding-left: 00px;
    line-height: 34px;
    font-size: 14px;
}

    .new-roperty-title a {
        float: left;
        margin-left: 30px;
    }


.index-right-title {
    width: 100%;
    height: 43px;
    border-bottom: 1px #ddd solid;
}

    .index-right-title h3 {
        height: 15px;
        border-left: 4px #c4985b solid;
        padding-left: 10px;
        font-size: 16px;
        line-height: 15px;
        color: #333;
        margin-top: 14px;
        float: left;
    }

    .index-right-title .more {
        float: right;
        color: #999;
        font-size: 12px;
        height: 18px;
        line-height: 18px;
        margin: 12px 0px 0px 0px;
        cursor: pointer;
        text-align: center;
    }

        .index-right-title .more:hover {
            color: #c4985b;
        }


.waterfall-list.mt20 {
    margin-top: 20px;
}


.nav_left {
    position: absolute;
    top: 730px;
    left: 50%;
    margin-left: -665px;
    z-index: 99999;
}

    .nav_left .nav_left_nav {
        width: 50px;
    }

        .nav_left .nav_left_nav ul {
            margin: 0 0 0px;
        }

            .nav_left .nav_left_nav ul li {
                position: relative;
                float: left;
                width: 50px;
                height: 60px;
                margin-bottom: 1px;
                cursor: pointer;
                background: #696969
            }

                .nav_left .nav_left_nav ul li.active, .nav_left .nav_left_nav ul li:hover {
                    color: #fff;
                    background: #c4985b;
                }

                .nav_left .nav_left_nav ul li h3 {
                    text-align: center;
                    position: absolute;
                    left: 0px;
                    top: 3px;
                    width: 50px;
                    line-height: 24px;
                    padding: 3px 0px;
                    font-weight: normal;
                    font-size: 14px;
                    color: #fefefe
                }

                .nav_left .nav_left_nav ul li.last {
                    margin-bottom: 0;
                }

    .nav_left.fix {
        top: 215px;
        position: fixed;
    }

.index_news {
    width: 100%;
    padding-top: 20px;
}

    .index_news .news_pic {
        width: 470px;
        height: 310px;
        float: left;
    }


/* 项目案例 */

.anli-list {
    float: left;
    width: 1200px;
    height: 227px;
}

    .anli-list ul {
        width: 105%;
    }

    .anli-list li {
        float: left;
        width: 290px;
        height: 225px;
        border: 1px #ddd solid;
        position: relative;
        margin: 0 10px 10px 0;
        cursor: pointer;
    }
.link-list li {
    float: left;
    width: 290px;
    height: 100px;
    position: relative;
    margin: 0 10px 10px 0;
    cursor: pointer;
    border: 1px solid #EEEEEE;}

        .anli-list li a {
            float: left;
            width: 290px;
            height: 225px;
        }

.link-list li a {
    width: 100%;
    height: 100%;
}

        .anli-list li img {
            width: 100%;
            height: 100%;
            display: block;
        }

        .anli-list li .title {
            -webkit-line-clamp: 1;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            white-space: normal;
            width: 270px;
            line-height: 25px;
            height: 25px;
            word-break: break-all;
            color: #333;
            font-size: 14px;
            margin: 10px 0px 0px 20px;
            float: left;
        }

        .anli-list li a:hover .title {
            color: #c4985b;
        }





.project-box {
    padding-top: 0px;
}

.pro-list {
    float: left;
    width: 1254px;
    height: 536px;
    margin-top: 10px;
}

    .pro-list li {
        float: left;
        width: 294px;
        height: 274px;
        position: relative;
        margin: 0 10px 10px 0;
        cursor: pointer;
    }

        .pro-list li img {
            width: 294px;
            height: 188px;
            display: block;
        }

        .pro-list li p.des {
            box-sizing:border-box;
            width: 100%;
            height: 60px;
            padding: 10px;
            background: #FFFFFF;
            border: 1px solid #EEEEEE;
        }

        .pro-list li p.des span {
            -webkit-line-clamp: 2;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            white-space: normal;
            width: 270px;
            height: 100%;
            word-break: break-all;
        }

            .pro-list li p.des span.title2 {
                opacity: 0;
                width: auto;
                white-space: nowrap;
                line-height: 40px;
            }

            .pro-list li p.des span.show {
                opacity: 1;
            }

.index_news_list {
    width: 100%;
    height: 290px;
    float: right;
}

    .index_news_list .news_lists {
        width: 430px;
        float: left;
        box-sizing:border-box;
        padding-left:20px;
    }

        .index_news_list .news_lists a {
            width: 400px;
            line-height: 33px;
            float: left;
            position: relative;
            height: 33px;
            font-size: 14px;
        }

            .index_news_list .news_lists a i {
                _display: inline;
                _zoom: 1;
                width: 4px;
                height: 4px;
                _font-size: 0;
                position: absolute;
                left: 2px;
                top: 18px;
                cursor: pointer;
                background: #999;
                border-radius: 50px;
            }

            .index_news_list .news_lists a span.title {
                width: 185px;
                float: left;
                height: 33px;
                -webkit-line-clamp: 1;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                white-space: normal;
            }

            .index_news_list .news_lists a span.time {
                float: right;
                text-align: right;
                width: 80px;
                color: #999;
            }

            .index_news_list .news_lists a:hover {
                text-decoration: underline;
            }

                .index_news_list .news_lists a:hover i {
                    background: #237CF5;
                }

            .index_news_list .news_lists a:last-child {
                border-bottom: 0px;
            }

            .index_news_list .news_lists a.news span.title {
                max-width: 185px;
                width: auto;
                margin-right: 5px;
            }

            .index_news_list .news_lists a.news em {
                width: 22px;
                margin-top: 15px;
                float: left;
                height: 9px;
                background: url(../../images/CFinance/new-ico2.gif) no-repeat;
            }

            .index_news_list .news_lists a.hot span.title {
                max-width: 290px;
                width: auto;
                margin-right: 5px;
            }

            .index_news_list .news_lists a.hot em {
                width: 22px;
                margin-top: 15px;
                float: left;
                height: 9px;
                background: url(../../images/CFinance/hot-ico.gif) no-repeat;
            }

.floor-submenu-list {
    position: relative;
}

    .floor-submenu-list i {
        display: inline-block;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-bottom-color: #c4985b;
        position: absolute;
        top: 23px;
        left: 50%;
        margin-left: -5px;
        display: none;
    }

.hasMoreTab .hd li.on .floor-submenu-list i {
    display: none;
}


.slideBox2 {
    width: 470px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

    .slideBox2 .hd {
        position: absolute;
        z-index: 8888;
        padding: 4px 5px;
        right: 10px;
        bottom: 48px;
        text-align: center;
        border-radius: 50px;
        margin-left: -55px;
    }

        .slideBox2 .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox2 .hd ul li {
                display: inline-block;
                _display: inline;
                _zoom: 1;
                width: 6px;
                height: 6px;
                _font-size: 0;
                margin: 0 2px;
                cursor: pointer;
                background: #666;
                border-radius: 50px;
                float: left;
            }

    .slideBox2 .bd ul {
        width: 100% !important;
    }

    .slideBox2 .hd ul li.on {
        background: #fff;
        color: #fff;
    }

    .slideBox2 .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox2 .bd li {
            zoom: 1;
            vertical-align: middle;
            height: 310px;
            width: 100% !important;
        }

        .slideBox2 .bd ul li a {
            width: 100%;
            height: 310px;
            display: inline-block;
            position: relative;
        }
        .slideBox2 .bd ul li a p{
            overflow:hidden;
            white-space:nowrap;
            text-overflow: ellipsis;
            width: 100%;
            height: 40px;
            line-height:40px;
            padding-left:10px;
            position: absolute;
            background-color:rgba(0,0,0,0.5);
            bottom:0;
            font-size:14px;
            color:#fff;
        }

            .slideBox2 .bd ul li a i {
                position: absolute;
                left: 0px;
                top: 0px;
                border: 1px #ddd solid;
                width: 463px;
                height: 288px;
            }

            .slideBox2 .bd ul li a .title {
                position: absolute;
                left: 1px;
                bottom: 1px;
                width: 465px;
                height: 40px;
            }

                .slideBox2 .bd ul li a .title em {
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    width: 470px;
                    height: 40px;
                    z-index: 1;
                    background: #000;
                    opacity: 0.4;
                }

                .slideBox2 .bd ul li a .title b {
                    position: absolute;
                    left: 15px;
                    bottom: 0px;
                    width: 300px;
                    height: 40px;
                    z-index: 2;
                    line-height: 40px;
                    color: #fff;
                    -webkit-line-clamp: 1;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    white-space: normal;
                }

        .slideBox2 .bd img {
            width: 470px;
            height: 310px;
            display: block;
        }


.index-img-list {
    width: 100%;
}

    .index-img-list ul li {
        margin: 20px 0px 0px 0px;
        zoom: 1;
        width: 280px;
        float: left;
        position: relative;
        background: #fff;
        overflow: hidden;
    }

        .index-img-list ul li .new-indexinside-btn {
            position: relative;
        }

            .index-img-list ul li .new-indexinside-btn .fixright {
                position: absolute;
                top: -24px;
                right: 0px;
            }

        .index-img-list ul li .pic {
            width: 280px;
            height: 210px;
            overflow: hidden;
            position: relative;
            transition: all ease .3s;
        }

            .index-img-list ul li .pic a {
                width: 280px;
                height: 210px;
                display: inline-block;
            }

                .index-img-list ul li .pic a img {
                    width: 280px;
                    height: 210px;
                    -webkit-transition: -webkit-transform .2s;
                    transition: -webkit-transform .2s;
                    -moz-transition: transform .2s,-moz-transform .2s;
                    transition: transform .2s;
                    transition: transform .2s,-webkit-transform .2s,-moz-transform .2s;
                }

                .index-img-list ul li .pic a:hover img {
                    opacity: .9;
                    filter: alpha(opacity=90);
                }

        .index-img-list ul li .box {
            border: 1px #ddd solid;
            border-top: 0px;
            font-size: 14px;
            padding-top: 10px;
            height: 96px;
        }

        .index-img-list ul li .title {
            line-height: 24px;
            height: 48px;
            overflow: hidden;
            padding: 0px 10px;
        }

            .index-img-list ul li .title a {
                color: #333;
                -webkit-line-clamp: 2;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                white-space: normal;
            }

                .index-img-list ul li .title a:hover {
                    color: #c4985b;
                }

        .index-img-list ul li .item {
            line-height: 24px;
            margin-top: 5px;
            padding-left: 10px;
            color: #666;
        }

.index-theme.indexXwzx > .smt .moreNews {
    float: right;
    line-height: 30px;
}


.index_news .news_pic.dynamic {
    height: 430px;
}

.dynamic .slideBox2 {
    height: 430px;
}

    .dynamic .slideBox2 .bd li {
        height: 430px;
    }

    .dynamic .slideBox2 .bd ul li .index_news_box a {
        height: 48px;
    }

    .dynamic .slideBox2 .bd ul li .index_news_box .title {
        display: -webkit-box;
        float: initial;
    }

    .dynamic .slideBox2 .bd > i {
        position: absolute;
        left: 0px;
        top: 0px;
        border: 1px #ddd solid;
        width: 278px;
        height: 428px;
    }


.nmgnews {
    margin-top: 6px;
}

    .nmgnews.zhiya {
        margin-top: 30px;
    }

    .nmgnews.hasMoreTab .hd {
        border-bottom: 2px #c4985b solid;
        height: 42px;
    }

        .nmgnews.hasMoreTab .hd ul {
            margin: 0px;
            position: relative;
            width: 280px;
        }

            .nmgnews.hasMoreTab .hd ul i {
                position: absolute;
                left: 0px;
                top: 14px;
                height: 15px;
                background: #df2720;
                width: 4px;
            }

            .nmgnews.hasMoreTab .hd ul h3 {
                font-size: 16px;
                position: absolute;
                left: 14px;
                top: 8px;
            }

            .nmgnews.hasMoreTab .hd ul li {
                height: 15px;
                line-height: 15px;
                font-size: 16px;
                margin: 14px 20px 0px 0px;
                color: #333;
            }

        .nmgnews.hasMoreTab .hd li.on {
            color: #c4985b;
        }

    .nmgnews.hasMoreTab .bd {
        border: 0px;
    }

    .nmgnews.hasMoreTab .hd li .more {
        color: #999;
        font-size: 12px;
        font-weight: normal;
        top: 14px;
    }

        .nmgnews.hasMoreTab .hd li .more:hover {
            color: #c4985b;
        }

    .nmgnews.hasMoreTab .bd {
        height: 240px;
    }

    .nmgnews.zhiya.hasMoreTab .bd {
        height: 395px;
        margin-top: 10px;
    }

.index_news_list .hasMoreTab .bd {
    width: 100%;
    border: 0px;
    height: 225px;
    margin-top: 10px;
    float: left;
}

.index_news_list .hasMoreTab .hd {
    width: 100%;
    float: left;
}

    .index_news_list .hasMoreTab .hd ul {
        margin-top: 0px;
        margin-left: 20px;
        height: 30px;
        line-height: 30px;
        float: left;
    }

    .index_news_list .hasMoreTab .hd li {
        margin: 0px;
        height: 30px;
        margin-right: 0px;
        line-height: 30px;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }

        .index_news_list .hasMoreTab .hd li span {
            margin-left:10px;
            font-size: 24px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            color: #CCCCCC;
        }

        .index_news_list .hasMoreTab .hd li .name {
            min-width: 100px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            background: #cccccc;
            height: 30px;
            float: left;
        }

        .index_news_list .hasMoreTab .hd li.on .name {
            background: #c4985b;
        }

        .index_news_list .hasMoreTab .hd li .more {
            top: 0px;
            color: #999;
            font-size: 14px;
        }

            .index_news_list .hasMoreTab .hd li .more:hover {
                color: #52952b;
            }

.hasMoreTab .hd li a:hover {
    text-decoration: none;
}

.index-container {
    background: #f5f5f5;
    min-width: 1200px;
}



.news_lists a {
    width: 270px;
    line-height: 33px;
    float: left;
    position: relative;
    height: 33px;
    padding-left: 10px;
    font-size: 14px;
}

    .news_lists a i {
        _display: inline;
        _zoom: 1;
        width: 4px;
        height: 4px;
        _font-size: 0;
        position: absolute;
        left: 0px;
        top: 18px;
        cursor: pointer;
        background: #999;
        border-radius: 50px;
    }

    .news_lists a span {
        width: 190px;
        line-height: 38px;
        float: left;
        height: 38px;
        -webkit-line-clamp: 1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

        .news_lists a span.time {
            float: right;
            text-align: right;
            width: 70px;
            color: #999;
            font-size: 12px;
        }

    .news_lists a:hover {
        text-decoration: underline;
    }

        .news_lists a:hover i {
            background: #c4985b;
        }

    .news_lists a:last-child {
        border-bottom: 0px;
    }


.link-head {
    border-bottom: 2px #237CF5 solid;
    height: 42px;
    position: relative;
}

    .link-head h3 {
        float: left;
        background-color: #237CF5;
        width: 140px;
        height: 44px;
        position: absolute;
        left: 0px;
        padding-left: 35px;
        line-height: 44px;
        color: #fff;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        padding-left: 40px;
    }

        .link-head h3 i {
            background: url(../../images/CFinance/base-ico.png) no-repeat;
            background-position: -104px -154px;
            width: 26px;
            height: 26px;
            position: absolute;
            left: 6px;
            top: 9px;
        }

.links-box {
    min-width: 1200px;
    height: 200px;
}

    .links-box .box {
        width: 1200px;
        margin: 0px auto;
        padding-bottom: 20px;
    }

        .links-box .box .con {
            box-sizing:border-box;
            padding-top: 30px;
            height: 210px;
            float: left;
            position: relative;
            width: 1200px;
        }

  

        .links-box .box .links-mechanism {
            width: 105%;
        }

            .links-box .box .links-mechanism li {
                width: 230px;
                height: 90px;
                float: left;
                position: relative;
                margin: 0px 12px 12px 0px;
            }

                .links-box .box .links-mechanism li a {
                    float: left;
                    width: 100%;
                    height: 90px;
                    background: #fff;
                    text-align: center;
                    position: relative;
                    overflow: hidden;
                }

                    .links-box .box .links-mechanism li a i {
                        position: absolute;
                        width: 1px;
                        height: 25px;
                        background: #ddd;
                        right: 0px;
                        top: 45px;
                    }

                    .links-box .box .links-mechanism li a img {
                        display: inline-block;
                        width: 230px;
                        height: 90px;
                    }

                    .links-box .box .links-mechanism li a .name {
                        padding: 0px 30px;
                        display: inline-block;
                        font-size: 14px;
                        height: 34px;
                        overflow: hidden;
                    }

                .links-box .box .links-mechanism li:nth-child(6n+6) a i {
                    display: none;
                }



        .links-box .box .change {
            position: absolute;
            width: 230px;
            height: 90px;
            background: #fff;
            right: 2px;
            bottom: 0px;
            color: #ccc;
            text-align: center;
            z-index: 99;
        }

            .links-box .box .change i {
                background: url(../../images/CFinance/base-ico.png) no-repeat -367px -195px;
                width: 35px;
                height: 35px;
                position: absolute;
                left: 53px;
                top: 30px;
                transition: all ease .4s;
            }

            .links-box .box .change b {
                position: absolute;
                left: 100px;
                top: 37px;
                width: 50px;
                text-align: center;
                font-size: 16px;
            }

            .links-box .box .change:hover i {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg); /* IE 9 */
                -moz-transform: rotate(360deg); /* Firefox */
                -webkit-transform: rotate(360deg); /* Safari 和 Chrome */
                -o-transform: rotate(360deg);
            }

.divselect {
    width: 390px;
    position: relative;
    z-index: 10000;
    float: left;
    margin-right: 15px;
}

    .divselect .up-ico {
        background: url(../../images/CFinance/base-ico-up.png) no-repeat;
        width: 12px;
        height: 8px;
        position: absolute;
        right: 15px;
        top: 22px;
    }

    .divselect cite {
        width: 388px;
        height: 48px;
        line-height: 48px;
        text-align: left;
        display: block;
        color: #666666;
        cursor: pointer;
        font-style: normal;
        border: 1px solid #ddd;
        background: #fff;
        text-align: center;
        font-size: 14px;
    }

    .divselect ul {
        width: 388px;
        border: 1px solid #ccc;
        background-color: #ffffff;
        position: absolute;
        z-index: 20000;
        top: 50px;
        display: none;
        max-height: 150px;
        overflow-y: auto;
    }

        .divselect ul li {
            height: 30px;
            line-height: 30px;
        }

            .divselect ul li a {
                display: block;
                height: 30px;
                color: #666;
                font-size: 14px;
                text-decoration: none;
                white-space: nowrap;
                padding-left: 10px;
                padding-right: 10px;
            }

                .divselect ul li a:hover {
                    background-color: #1e90ff;
                    color: #fff;
                }

.links-box .box .row {
}

.divselect.no {
    margin-right: 0px;
}


.nav_right {
    position: fixed;
    bottom: 7%;
    left: 50%;
    margin-left: 620px;
    z-index: 99999;
}

    .nav_right.fix {
        position: fixed;
        top: 100px;
    }

    .nav_right .info {
        width: 46px;
        height: 150px;
    }

        .nav_right .info .tab-logo {
            width: 40px;
            height: 40px;
            float: left;
            position: relative;
            margin-bottom: 4px;
        }

            .nav_right .info .tab-logo .logo-name {
                background: url(../../images/CFinance/base-ico.png) no-repeat #7a7a7a;
                width: 40px;
                height: 40px;
                display: inline-block;
                float: left;
            }

                .nav_right .info .tab-logo .logo-name:hover, .nav_right .info .tab-logo:hover .logo-name {
                    background-color: #c4985b;
                }

                .nav_right .info .tab-logo .logo-name.phone {
                    background-position: -160px -99px;
                }

                .nav_right .info .tab-logo .logo-name.text {
                    background-position: -200px -99px;
                    border-bottom: 0px;
                }

                .nav_right .info .tab-logo .logo-name.back {
                    background-position: -240px -99px;
                    border-bottom: 0px;
                }

            .nav_right .info .tab-logo:hover .logo-name.phone {
                background-position: -160px -185px;
            }

            .nav_right .info .tab-logo:hover .logo-name.text {
                background-position: -200px -185px;
            }

            .nav_right .info .tab-logo:hover .logo-name.back {
                background-position: -240px -185px;
            }

            .nav_right .info .tab-logo .base-tip {
                display: none;
                position: absolute;
                right: 40px;
                top: -85px;
                width: 126px;
                height: 126px;
                text-align: center;
                color: #c4985b;
                background-color: #fff;
                -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
                -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
                box-shadow: 0 0 5px rgba(0,0,0,.2);
                font-weight: bold;
            }

                .nav_right .info .tab-logo .base-tip i {
                    position: absolute;
                    border-color: transparent transparent transparent #fff;
                    border-style: dashed dashed dashed solid;
                    right: -11px;
                    bottom: 15px;
                    border-width: 6px;
                    width: 0px;
                    height: 0px;
                    zoom: 1;
                    z-index: 99
                }

                .nav_right .info .tab-logo .base-tip.phone {
                    height: 40px;
                    line-height: 40px;
                    font-size: 16px;
                    top: 0px;
                    width: 150px;
                    padding: 0px 10px;
                    text-align: center;
                }

            .nav_right .info .tab-logo:hover .base-tip {
                display: block
            }

.new-notice.hasMoreTab .hd {
    border-bottom: 1px #ddd solid;
    height: 43px;
}

    .new-notice.hasMoreTab .hd ul {
        margin: 0px;
        position: relative;
        padding-left: 100px;
        width: 180px;
    }

        .new-notice.hasMoreTab .hd ul i {
            position: absolute;
            left: 0px;
            top: 14px;
            height: 15px;
            background: #c4985b;
            width: 4px;
        }

        .new-notice.hasMoreTab .hd ul h3 {
            font-size: 16px;
            position: absolute;
            left: 14px;
            top: 8px;
        }

        .new-notice.hasMoreTab .hd ul li {
            height: 15px;
            line-height: 15px;
            font-size: 14px;
            margin: 14px 20px 0px 0px;
            color: #999;
        }

    .new-notice.hasMoreTab .hd li.on {
        color: #c4985b;
    }

.new-notice.hasMoreTab .bd {
    border: 0px;
}

.new-notice.hasMoreTab .hd li .more {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    top: 14px;
}

    .new-notice.hasMoreTab .hd li .more:hover {
        color: #c4985b;
    }



.hasMoreTab .bd.big {
    height: 319px;
}

.new-notice.hasMoreTab .bd .con {
    width: 280px;
}


/* 本例子css */
.picScroll-left {
    position: relative;
}

    .picScroll-left .hd {
        position: relative;
    }

        .picScroll-left .hd .prev, .picScroll-left .hd .next, .picScroll-left2 .hd .prev, .picScroll-left2 .hd .next {
            display: block;
            position: absolute;
            top: 85px;
            width: 30px;
            height: 60px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            overflow: hidden;
            cursor: pointer;
            background: url(../../images/CFinance/prev_next2.png) 0 0 no-repeat;
        }

        .picScroll-left .hd .next {
            left: -50px;
        }

        .picScroll-left2 .hd .next {
            left: -50px;
            top: 50px;
        }

        .picScroll-left .hd .prev {
            right: -50px;
            background-position: right top;
        }

.picScroll-left2 .hd .prev {
    right: -50px;
    top: 50px;
    background-position: right top;
}

        .picScroll-left .hd .nextStop {
            background-position: -60px -50px;
        }

        .picScroll-left .hd ul {
            float: right;
            overflow: hidden;
            zoom: 1;
            margin-top: 10px;
            zoom: 1;
        }

            .picScroll-left .hd ul li {
                float: left;
                width: 9px;
                height: 9px;
                overflow: hidden;
                margin-right: 5px;
                text-indent: -999px;
                cursor: pointer;
                background: url("../../images/CFinance/icoCircle.gif") 0 -9px no-repeat;
            }

                .picScroll-left .hd ul li.on {
                    background-position: 0 0;
                }

    .picScroll-left .bd {
        border: 0px;
        height: 227px;
    }


.index_news_wrap {
    width: 430px;
    height: 189px;
    float: left;
    border-top: 0px;
}

.index_news_box {
    width: 410px;
    height: 300px;
    float: left;
    margin-left: 22px;
    position: relative;
}

    .index_news_box .title {
        cursor: pointer;
        font-size: 24px;
        color: #333;
        font-weight: normal;
        line-height: 34px;
        max-height: 68px;
            -webkit-line-clamp:2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;float: left;word-break: break-all;
    }

        .index_news_box .title:hover {
            color: #dd362d;
        }

    .index_news_box .time,
    .index_news_box .openTimes {
        display: inline-block;
        line-height: 25px;
        color: #999;
    }

        .index_news_box .openTimes:before {
            display: inline-block;
            width: 15px;
            height: 10px;
            background: url(../img/index/eye.png) center center no-repeat;
            content: "";
        }

    .index_news_box .detail {
        color: #333;
        height: 140px;
        overflow: hidden;
    }

    .index_news_box .more:after {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: #c4985b;
        background-image: url('../../images/CFinance/arrow.png');
        background-repeat: no-repeat;
        background-position: center 7px;
        float: right;
    }

    .index_news_box .more {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        border: 1px solid #c4985b;
        text-align: center;
        color: #c4985b;
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .index_news_box .more i {
            display: inline-block;
            width: 78px;
            text-align: center;
            height: 25px;
            line-height: 25px;
        }

        .index_news_box .more:hover {
            color: #bb853a;
            border: 1px solid #bb853a;
        }

            .index_news_box .more:hover:after {
                background-color: #bb853a;
            }

    .index_news_box .ellipsis {
        overflow: hidden;
        font-size: 14px;
        line-height: 25px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
        color: #666;
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space: normal;
        max-height: 100px;
        height: 100px;
        float: left;
    }

.showld {
    display: none;
}


.newslist{position: relative; height: 320px;}


    .newslist .more {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        border: 1px solid #237CF5;
        text-align: center;
        color: #237CF5;
        position: absolute;
        right: 0px;
        bottom: 0;
    }
        .newslist .more:after {
            content: "";
            display: inline-block;
            width: 25px;
            height: 25px;
            line-height: 25px;
            background: #237CF5;
            background-image: url('../../images/CFinance/arrow.png');
            background-repeat: no-repeat;
            background-position: center 7px;
            float: right;
        }
.newslist .more i {
            display: inline-block;
            width: 78px;
            text-align: center;
            height: 25px;
            line-height: 25px;
        }

        .newslist .more:hover {
            color: #237CF5;
            border: 1px solid #237CF5;
        }

            .newslist .more:hover:after {
                background-color: #005BD6;
            }


.title-add {
    float:left;
    margin-top:10px;
    margin-left:160px;
    font-size:16px;
}





.hasMoreTab div.hd1.new ul {
    margin-left: 0;
    margin-top: 0;
    height: 50px;
    line-height: 50px;
    float: left;
    zoom: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}

.hasMoreTab div.hd1.new li.on {
    color: #237CF5;
}

.hasMoreTab div.hd1.new li:hover {
    color: #237CF5;
}


.new-more {
    float: right;
    width: 50px;
    height: 20px;
    background: #237CF5;
    border-radius: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    text-align:center;
    font-weight: 400;
    color: #FFFFFF;
}

.mt20 {
    margin-top:20px
}

.new-more:hover {
    color: #FFFFFF;
}