﻿@charset "utf-8";
/* CSS Document */

/*.wrap {
    min-height:initial;
}
.main_all{ height:50.5rem; overflow:scroll; overflow-x:hidden;}
.main_all::-webkit-scrollbar-track{ width:1px; background:#FFF;}
.main_all::-webkit-scrollbar-thumb {
    width:0px;
    border-radius:5px;
    background: #069ef7;}

.main_all::-webkit-scrollbar{
    background-color: #FFF;
    border-radius: 5px;
	width:0px;
}
    */


.tabBox {
    display: none;
}

.listBox {
    margin-top: 10px;
}

    .listBox li {
        height: 334px;
        width: 33.3333%;
        overflow: hidden;
        float: left;
        position: relative;
        cursor: pointer;
    }

        .listBox li .img {
            width: 100%;
            height: 334px;
            overflow: hidden;
        }

        .listBox li .text {
            height: 115px;
            background: rgba(0,0,0,0.5);
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            text-align: center;
            color: #fff;
            z-index: 1;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
        }

            .listBox li .text h2 {
                font-size: 18px;
                padding: 10px 0px;
                font-weight: 400;
            }

            .listBox li .text h3 {
                font-size: 18px;
                padding-bottom: 6px;
                font-weight: 400;
            }

            .listBox li .text p {
                font-size: 18px;
                font-weight: 400;
            }

                .listBox li .text p span {
                    font-size: 18px;
                }

        .listBox li .bg {
            position: absolute;
            top: 50%;
            left: 0;
            z-index: 2;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            color: #fff;
            text-align: center;
            transform: scale(.8);
            -moz-transform: scale(.8);
            -webkit-transform: scale(.8);
            opacity: 0;
            transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
        }

            .listBox li .bg h2 {
                font-size: 18px;
                padding-top: 24px;
                padding-bottom: 13px;
                font-weight: 400;
                opacity: 0;
                position: relative;
                top: -30px;
                transition: all 1s ease-in-out;
                -moz-transition: all 1s ease-in-out;
                -webkit-transition: all 1s ease-in-out;
            }

            .listBox li .bg h3 {
                font-size: 14px;
                padding-bottom: 6px;
                font-weight: 400;
                opacity: 0;
                -o-transform: translateY(30px);
                -ms-transform: translateY(30px);
                -moz-transform: translateY(30px);
                -webkit-transform: translateY(30px);
                transform: translateY(30px);
                transition: all 1.2s ease-in-out;
                -moz-transition: all 1.2s ease-in-out;
                -webkit-transition: all 1.2s ease-in-out;
            }

            .listBox li .bg .money {
                font-size: 14px;
                font-weight: 400;
                opacity: 0;
                -o-transform: translateY(30px);
                -ms-transform: translateY(30px);
                -moz-transform: translateY(30px);
                -webkit-transform: translateY(30px);
                transform: translateY(30px);
                transition: all 1.4s ease-in-out;
                -moz-transition: all 1.4s ease-in-out;
                -webkit-transition: all 1.4s ease-in-out;
            }

                .listBox li .bg .money span {
                    font-size: 18px;
                }

            .listBox li .bg .textBox {
                font-size: 14px;
                font-family: simSun;
                line-height: 24px;
                margin: 14px 24px;
                margin-bottom: 10px;
                text-align: left;
                height: 108px;
                overflow: hidden;
                opacity: 0;
                -o-transform: translateY(30px);
                -ms-transform: translateY(30px);
                -moz-transform: translateY(30px);
                -webkit-transform: translateY(30px);
                transform: translateY(30px);
                transition: all 1.6s ease-in-out;
                -moz-transition: all 1.6s ease-in-out;
                -webkit-transition: all 1.6s ease-in-out;
            }

            .listBox li .bg .detail_acon {
                text-align: center;
            }

            .listBox li .bg .duibi {
                background: #fff;
                color: #5764ff;
                margin-left: 25px;
                font-size: 14px;
                display: inline-block;
                margin: 0 auto;
                width: 85px;
                height: 30px;
                line-height: 30px;
                border-radius: 20px;
                opacity: 0;
                transition: all 1.8s ease-in-out;
                -moz-transition: all 1.8s ease-in-out;
                -webkit-transition: all 1.8s ease-in-out;
            }

            .listBox li .bg .more {
                background: #fff;
                color: #5764ff;
                font-size: 14px;
                display: inline-block;
                margin: 0 auto;
                width: 85px;
                height: 30px;
                line-height: 30px;
                border-radius: 20px;
                opacity: 0;
                transition: all 1.8s ease-in-out;
                -moz-transition: all 1.8s ease-in-out;
                -webkit-transition: all 1.8s ease-in-out;
            }

                .listBox li .bg .more:hover {
                    background: #5764ff;
                    color: #fff;
                    transition: all 0.2s ease-in-out;
                    -moz-transition: all .2s ease-in-out;
                    -webkit-transition: all .2s ease-in-out;
                }

            .listBox li .bg .duibi:hover {
                background: #5764ff;
                color: #fff;
                transition: all 0.2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
            }

        .listBox li:hover .text {
            bottom: -115px;
            opacity: 0;
        }

        .listBox li:hover .bg {
            top: 0;
            transform: scale(1);
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 1;
        }

            .listBox li:hover .bg h2 {
                opacity: 1;
                position: relative;
                top: 0px;
            }

            .listBox li:hover .bg h3 {
                opacity: 1;
                -o-transform: translateY(0px);
                -ms-transform: translateY(0px);
                -moz-transform: translateY(0px);
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
            }

        .listBox li:hover .money {
            opacity: 1;
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }

        .listBox li:hover .textBox {
            opacity: 1;
            -o-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }

        .listBox li:hover .more {
            opacity: 1;
        }

        .listBox li:hover .duibi {
            opacity: 1;
            margin-left: 25px;
        }
/*列表*/
.tabBox .list {
    padding: 0;
    display: block !important;
    background: url('../../../Content/img/tabBoxlist_bg.png') no-repeat;
    background-size:100% 100%;
    margin-top:5px;
    padding:10px;
}

    .tabBox .list:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .tabBox .list .image {
        width: 14%;
        height: 1.5rem;
        overflow: hidden;
        float: left;
    }

        .tabBox .list .image img {
            width: 100%;
            height: 100%;
            -moz-transition: all ease 1s;
            -ms-transition: all ease 1s;
            -o-transition: all ease 1s;
            -webkit-transition: all ease 1s;
            transition: all ease 1s;
        }

            .tabBox .list .image img:hover {
                -moz-transform: scale(1.05, 1.05);
                -ms-transform: scale(1.05, 1.05);
                -o-transform: scale(1.05, 1.05);
                -webkit-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05);
            }

    .tabBox .list .listCon {
        float: right;
        width: 85%;
    }

        .tabBox .list .listCon .listTop {
        }

            .tabBox .list .listCon .listTop .summ {
                float: left;
                width: 68%;
                text-align:left;
            }

                .tabBox .list .listCon .listTop .summ h2 {
                    font-size: 17px;
                    color: #176eb2;
                    font-weight: 700;
                    margin-left:10px;
                }

                    .tabBox .list .listCon .listTop .summ h2 a {
                        cursor:pointer;
                        color: #176eb2;
                    }

                        .tabBox .list .listCon .listTop .summ h2 a:hover {
                            color: #5764ff;
                                cursor:pointer;
                        }

                .tabBox .list .listCon .listTop .summ ul {
                    margin-top: 0px;
                }

                    .tabBox .list .listCon .listTop .summ ul li {
                        width: 50%;
                        float: left;
                        line-height: 28px;
                        font-size: 14px;
                    }

            .tabBox .list .listCon .listTop .cost {
                float: right;
                /*width: 130px;*/
                margin-top: 4px;
                margin-right:10px;
            }

                .tabBox .list .listCon .listTop .cost .tip {
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    font-size: 17px;
                    color:#666666;
                }

            .tabBox .list .listCon .listTop .costnum {
                height: 40px;
                line-height: 40px;
                text-align: center;
                font-size: 20px;
                color:#FF7A21;
                margin-top:15px;
            }

                .tabBox .list .listCon .listTop .costnum .red {                
                font-size: 18px !important;
                color:#FF7A21;
                font-weight:bold;
                }

        .tabBox .list .listCon .listText {
            line-height: 28px;
            color: #000000;
            font-size: 12px; 
            overflow: hidden;
        }

            .tabBox .list .listCon .listText .list_ms {
            }

                .tabBox .list .listCon .listText .list_ms .list_ms_acon {
                    float: left;
                    width: 100%;
                }

.xq {
    width: 17%;
    float: left;
    line-height: 28px;
    font-size: 14px;
    margin-top: 20px;
}

.tabBox .list .listCon .listText .list_ms .list_ms_acon a {
    font-size: 0.1rem;
    color: #e70000;
    padding-right: 3px;
    padding: 0px 4px;
    margin-right: 1%;
    vertical-align: middle;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    /*display: inline-block;*/
}
.tabBox .list .listCon .listText .list_ms .list_ms_acon a:nth-child(1){
    background:rgba(255,86,11,0.2);
    color:#FF560B;
}
.tabBox .list .listCon .listText .list_ms .list_ms_acon a:nth-child(2){
    background:rgba(1,214,21,0.2);
    color:#167B20;
}
.tabBox .list .listCon .listText .list_ms .list_ms_acon a:nth-child(3){
    background:rgba(255,27,27,0.2);
    color:#FF1B1B;
}
.tabBox .list .listCon .listText .list_ms .list_ms_acon a:nth-child(4){
    background:rgba(150,0,255,0.2);
    color:#9600FF;
}
.tabBox .list .listCon .listText .list_ms .list_ms_db {
    font-size: 14px;
    width: 150px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    float: right;
    background: #5764ff;
    text-indent: 0;
    cursor: pointer;
    z-index: 3;
}

.trast {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -38px;
    height: 75px;
    width: 75px;
    border: 1px solid #5764ff;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    display: none;
}

    .trast .trast_sm {
        height: 52px;
        color: #fff;
        font-size: 14px;
        background: #5764ff;
        color: #fff;
        overflow: hidden;
    }

        .trast .trast_sm .trast_smzi {
            color: #fff;
            font-size: 14px;
            width: 33px;
            margin-left: 14px;
            margin-top: 7px;
            float: left;
        }

        .trast .trast_sm .duibirightimg {
            width: 9px;
            height: 16px;
            float: left;
            margin-top: 15px;
            margin-left: 7px;
        }

            .trast .trast_sm .duibirightimg img {
                width: 100%;
            }

    .trast .numtrase {
        font-size: 14px;
        color: #111111;
        text-align: center;
        line-height: 23px;
        background: #f2f2f2;
        border-radius: 0 0 0 6px;
    }

.trast_big {
    width: 250px;
    border-radius: 6px 0 0 6px;
    background: #f2f2f2;
    padding-bottom: 7px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -mz-transform: translateY(-50%);
    border: 1px solid #c3e1f8;
    z-index: 10;
    right: 0;
}

    .trast_big .trast_big_title {
        font-size: 18px;
        color: #111111;
        line-height: 50px;
        text-align: center;
        background: #d7ebfb;
        border-radius: 6px 0 0 0;
    }

    .trast_big .trast_close {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        background: #5764ff;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
    }

        .trast_big .trast_close img {
            vertical-align: middle;
            width: 9px;
            height: 16px;
            margin-top: 7px;
        }

    .trast_big .trast_bignum {
        position: absolute;
        top: 13px;
        right: 30px;
        font-size: 18px;
        color: #111111;
    }

.trast_biglist {
    width: 239px;
    height: 71px;
    border: 1px solid #c3e1f8;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7px;
    position: relative;
}

    .trast_biglist .biglist_img img {
        width: 96px;
        height: 54px;
        display: block;
        float: left;
        margin-left: 5px;
        margin-right: 8px;
        margin-top: 8px;
    }

    .trast_biglist .biglist_img p {
        width: 110px;
        float: left;
        font-size: 14px;
        line-height: 18px;
        color: #111;
        margin-top: 18px;
    }

    .trast_biglist .close_trast_list {
        position: absolute;
        right: 6px;
        top: 4px;
        height: 11px;
        width: 11px;
        cursor: pointer;
    }

.trast_big {
    display: none;
}

    .trast_big .db_btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 17px;
        margin-bottom: 10px;
        font-size: 14px;
        color: #fff;
        width: 100px;
        line-height: 32px;
        background: #5764ff;
        border-radius: 3px;
    }

/*loadmore*/
.loadmore {
    display: block;
    line-height: 50px;
    text-align: center;
    color: #ccc;
    font-size: 14px;
}

    .loadmore span {
        height: 20px;
        width: 20px;
        border-radius: 100%;
        display: inline-block;
        margin: 10px;
        background: url(../images/loading.gif) no-repeat center;
        vertical-align: middle;
    }

.loadover {
    position: relative;
    margin: 0 12px;
    padding: 24px 0;
    height: 20px;
    line-height: 20px;
    color: #909090;
    text-align: center;
}

    .loadover span {
        position: relative;
        display: inline-block;
        padding: 0 6px;
        height: 20px;
        background: #F2F2F2;
        z-index: 2;
    }



/*==============6.28==================*/
/*====首页=======*/

.type-group {
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

    .type-group .type-list {
        /*float: left;*/
        width: 7.142%;
        text-align: center;
        position: relative;

        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
    }

        .type-group .type-list:hover .menu_group {
            display: block;
        }
        /*.type-group .type-list  .menu_group:hover  {
	display:block;    	
    z-index:1000;
    position:absolute;
	left:18px;
	top:100%;
	height:400px;
	width:280px;
	background:#FFF;
	border:1px solid #d7ebfb;
	border-top:8px solid #d7ebfb;	
	z-index:999;
}*/
        .type-group .type-list .menu_group {
            position: absolute;
            left: 18px;
            top: 100%;
            height: 460px;
            width: 280px;
            background: #FFF;
            border: 1px solid #d7ebfb;
            border-top: 8px solid #d7ebfb;
            display: none;
            z-index: 999;
        }
        
        .type-group .type-list a {
            width: 80%;
            height: 80%;
            display: block;
            margin: 0 auto;
            position: relative;
        }

        .type-group .type-list:nth-child(11) .menu_group,
        .type-group .type-list:nth-child(12) .menu_group,
        .type-group .type-list:nth-child(23) .menu_group,
        .type-group .type-list:nth-child(24) .menu_group,
        .type-group .type-list:nth-child(35) .menu_group,
        .type-group .type-list:nth-child(36) .menu_group {
            left: auto;
            right: 18px;
        }

        .type-group .type-list .menu_group li {
            width: 234px;
            border-top: 1px dashed #d7ebfb;
            border-bottom: 1px dashed #d7ebfb;
            font-size: 14px;
            color: #111;
            line-height: 40px;
            text-align: left;
            margin-left: 15px;
        }

            .type-group .type-list .menu_group li .menu_list {
                display: block;
            }

            .type-group .type-list .menu_group li .erji_group {
                display: block;
            }

                .type-group .type-list .menu_group li .erji_group a {
                    float: left;
                    font-size: 14px;
                    width: 77px;
                }

                    .type-group .type-list .menu_group li .erji_group a:hover {
                        color: #ff6600;
                    }

        .type-group .type-list .imgbg {
            width: 54px;
            height: 54px;
            background: url("../Content/CostIndex/images/index1.png") transition:all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -mz-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
        }

        .type-group .type-list:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .type-group .type-list p {
            text-align: center;
            font-size: 16px;
            line-height: 40px;
            color: #111111;
            white-space: nowrap;
        }
       .type-group .type_list_active p{
           color:#1782F0;
           font-weight:bold;
        }
       .type-group .type_list_active a .classimg{
           display:none;
       }
        .type-group .type_list_active a .classimg_a{
           display:block !important;
           margin:0 auto;
       }
        .type-group .type-list span {
            display: none;
        }

.allNum {
    float: right;
    line-height: 30px;
    font-size: 18px;
    color: #111;
}

.main .main_menu .form .chec1 {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
    cursor: pointer;
    line-height: 36px;
    color: #fff;
    margin-right: 40px;
}

    .main .main_menu .form .chec1 input {
        display: none;
    }

    .main .main_menu .form .chec1 span {
        display: block;
        float: left;
        width: 19px;
        height: 19px;
        border: 1px solid #176eb2;
        background-color: #fff;
        margin-top: 7.5px;
        margin-right: 12px;
        margin-left: 20px;
    }

    .main .main_menu .form .chec1 input:checked + span {
        background-image: url(../images/index14.png);
        background-repeat: no-repeat;
        background-position: center center;
    }

.main .main_menu .form span {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    margin-left: 10px;
}

.main .main_menu .form .index-date img {
    width: 22px;
    height: 22px;
    margin-right: 22px;
    margin-left: 23px;
    cursor: pointer;
}

.main .main_menu .form .index-date input {
    width: 90px;
    height: 20px;
    font-size: 14px;
    color: #111;
    display: none;
}

.main .main_menu .form .area-input {
    width: 130px;
    height:30px;
    font-size: 14px;
    color: #333333;
    text-indent: 10px;
    border:1px solid #333333;
    line-height:30px;
}

.main .main_menu .form .indexspan1 {
    margin-right: 24px;
}

.main .main_menu .form .indexspan2 {
    margin-right: 7px;
    margin-left: 7px;
}

.main .main_menu .form .form-btn {
    display: inline-block;
    width: 100px;
    line-height: 30px;
    background: #1782F0;
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 1px;
    margin-left: 16px;
    color: #fff;
}

    .main .main_menu .form .form-btn:hover {
        background: #176eb2;
        color: #fff;
    }

.changcon {
    float: right;
    width: 95px;
    height: 30px;
    border: 1px solid #176eb2;
    margin-top: 19px;
    margin-right: 18px;
}

.tabBox .termination {
    font-size: 21px;
    color: #929292;
    text-align: center;
    margin-top: 40px;
}
/*=======指标对比详情=========*/
.Crumbs {
    margin-top: 24px;
}

    .Crumbs p {
        font-size: 14px;
        line-height: 1;
        color: #111111;
    }

        .Crumbs p span {
            color: #5764ff;
        }

.ratio-de1 .ratio-de1group {
    margin-top: 40px;
}

    .ratio-de1 .ratio-de1group li {
        float: left;
    }

        .ratio-de1 .ratio-de1group li p {
            width: 132px;
            font-size: 14px;
            color: #929292;
            line-height: 1;
            float: left;
            text-align: right;
        }

        .ratio-de1 .ratio-de1group li span {
            font-size: 14px;
            line-height: 1;
            display: block;
            float: left;
            margin-left: 20px;
            width: 100px;
        }

.ratio-de2 {
    margin-top: 10px;
}

    .ratio-de2 ul {
        border-bottom: 1px solid #5764ff;
        margin-bottom: 14px;
    }

        .ratio-de2 ul li {
            float: left;
            line-height: 40px;
            width: 180px;
            border-top: 1px solid #5764ff;
            border-left: 1px solid #5764ff;
            border-right: 1px solid #5764ff;
            text-align: center;
            cursor: pointer;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -mz-transition: all ease 0.5s;
        }

            .ratio-de2 ul li:not(:first-child) {
                margin-left: -1px;
            }

.de2active {
    background: #5764ff;
    color: #fff;
}

.ratio-de2 ul li:hover {
    background: #5764ff;
    color: #fff;
}

.ratio-de2 .de2-tabcon .de2table {
    width: 100%;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

    .ratio-de2 .de2-tabcon .de2table th {
        font-size: 14px;
        color: #111111;
        height: 43px;
        background: #badcf2;
        border-left: 1px solid #e2e2e2;
        font-weight: normal;
        text-align: center;
    }

    .ratio-de2 .de2-tabcon .de2table td {
        text-align: center;
        border: 1px solid #e2e2e2;
        height: 34px;
    }

    .ratio-de2 .de2-tabcon .de2table .tdactive {
        color: #ff6600;
    }
/*===========造价计算===============*/
.ratio-de1 .costjs li p {
    line-height: 33px;
}

.ratio-de1 .costjs li span {
    width: 240px;
}

.costjs li span input {
    width: 90px;
    border: 1px solid #111111;
    height: 30px;
    font-size: 14px;
    color: #111111;
    text-indent: 5px;
}

.costjs li span .costbiginput {
    width: 125px;
}

.costjs .costBtn {
    width: 116px;
    line-height: 35px;
    background-color: #5764ff;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    float: left;
    margin-top: -3px;
    margin-left: 32px;
    cursor: pointer;
}

.cost1 {
    border: 1px solid #5764ff;
    margin-top: 38px;
    padding-bottom: 25px;
}

    .cost1 h3 {
        font-size: 14px;
        color: #111111;
        height: 38px;
        background: #5764ff;
        font-weight: normal;
        overflow: hidden;
    }

        .cost1 h3 span {
            border-left: 4px solid #5764ff;
            padding-left: 3px;
            margin-left: 8px;
            margin-top: 8px;
            display: block;
        }

    .cost1 p {
        font-size: 14px;
        line-height: 28px;
        color: #111;
        margin-left: 66px;
    }

    .cost1 .costcenter {
        text-align: center;
        margin-top: 20px;
    }

        .cost1 .costcenter .cost-gsleft {
            display: inline-block;
            vertical-align: middle;
        }

        .cost1 .costcenter .cost-gsright {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            margin-left: 20px;
        }

            .cost1 .costcenter .cost-gsright span {
                display: block;
            }

            .cost1 .costcenter .cost-gsright .costtop-num {
                padding-bottom: 10px;
            }

            .cost1 .costcenter .cost-gsright .costbtm-num {
                padding-top: 10px;
            }

            .cost1 .costcenter .cost-gsright:after {
                border-top: 1px solid #000;
                margin-bottom: 5px;
                display: block;
                content: "";
                position: absolute;
                top: 10px;
                width: 110%;
                left: 50%;
                top: 50%;
                margin-left: -55%;
            }

.costline {
    border-top: 1px solid #5764ff;
    margin-top: 13px;
    margin-bottom: 13px;
}

.cost2 {
    margin-bottom: 40px;
}

    .cost2 .costtable {
        width: 100%;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
    }

        .cost2 .costtable th {
            font-size: 14px;
            color: #111111;
            height: 43px;
            background: #badcf2;
            border-left: 1px solid #e2e2e2;
            font-weight: normal;
        }

        .cost2 .costtable .costth1 {
            width: 345px;
        }

        .cost2 .costtable .costth2 {
            width: 345px;
        }

        .cost2 .costtable .costth3 {
            width: 300px;
        }

        .cost2 .costtable td {
            text-align: center;
            border: 1px solid #e2e2e2;
            height: 34px;
        }

/*========市场价=========*/
.Market {
    margin-top: 20px;
    margin-bottom: 26px;
}

    .Market .Marketul {
        border-bottom: 1px solid #5764ff;
        margin-bottom: 14px;
    }

        .Market .Marketul li {
            float: left;
            line-height: 40px;
            width: 180px;
            border-top: 1px solid #5764ff;
            border-left: 1px solid #5764ff;
            border-right: 1px solid #5764ff;
            text-align: center;
            cursor: pointer;
            transition: all ease 0.5s;
            -webkit-transition: all ease 0.5s;
            -o-transition: all ease 0.5s;
            -moz-transition: all ease 0.5s;
            -mz-transition: all ease 0.5s;
        }

.Maractive {
    background: #5764ff;
    color: #fff;
}

    .Maractive .title_ml {
        font-size: 14px;
        line-height: 34px;
    }
/*=======data=========*/
.marketserch input {
    width: 382px;
    height: 30px;
    border: 1px solid #5764ff;
    font-size: 14px;
    color: #111;
    vertical-align: middle;
    text-indent: 5px;
}

.marketserch a {
    display: inline-block;
    height: 32px;
    background: #5764ff;
    line-height: 32px;
    color: #fff;
    text-align: center;
    width: 90px;
    vertical-align: middle;
    margin-left: 19px;
}

.market_data1 {
    width: 948px;
    height: 120px;
    border: 1px solid #5764ff;
    margin-top: 18px;
}

.data1margin {
    margin-left: 5px;
}

.market_data1 .data1top {
    margin-top: 20px;
    margin-bottom: 22px;
}

.market_data1 .select-lian {
    display: inline-block;
}

.market_data1 .xialat {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #111;
}

.market_data1 .select_box1 {
    display: inline-block;
}

.market_data1 .select_div1 {
    display: inline-block;
    position: relative;
    margin-right: 5px;
    width: 92px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
}

.market_data1 .text_select1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
    height: 100%;
    z-index: 9;
    color: #111;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    padding-left: 5px;
    box-sizing: border-box;
    overflow: hidden;
}

.market_data1 .short_select1 {
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    position: relative;
    background: rgba(255,255,255,0);
    position: relative;
    z-index: 10;
    opacity: 0;
}

.market_data1 .select_arrow1 {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.market_data1 .jg_type {
    margin-left: 14px;
}

.market_data1 .index-date img {
    width: 30px;
    height: 28px;
    margin-right: 37px;
    margin-left: 35px;
    cursor: pointer;
}

.market_data1 .index-date input {
    width: 102px;
    height: 28px;
    font-size: 14px;
    color: #111;
    display: none;
    border: 1px solid #cbcbcb;
    text-align: center;
}

.market_data1 .money {
    height: 28px;
    width: 98px;
    border: 1px solid #cbcbcb;
    margin-left: 11px;
    margin-right: 10px;
    color: #111;
    font-size: 14px;
    text-indent: 5px;
}

.market_data1 .jg_serch {
    height: 28px;
    width: 188px;
    border: 1px solid #cbcbcb;
    text-indent: 8px;
    color: #111;
}

.market_data1 .jg_serch_btn {
    display: inline-block;
    width: 90px;
    height: 28px;
    background: #5764ff;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    color: #fff;
    margin-left: 9px;
}

.add_clcon {
    width: 950px;
    margin-top: 11px;
    margin-bottom: 11px;
}

.add_cl {
    display: inline-block;
    width: 90px;
    height: 28px;
    background: #5764ff;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    color: #fff;
    margin-right: 23px;
    float: right;
    cursor: pointer;
}

.data_table {
    width: 950px;
}

.data_tablebox {
    width: 100%;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

    .data_tablebox th {
        font-size: 14px;
        color: #111111;
        height: 43px;
        background: #badcf2;
        border-left: 1px solid #e2e2e2;
        font-weight: normal;
    }

    .data_tablebox td {
        text-align: center;
        border: 1px solid #e2e2e2;
        height: 34px;
    }

.th_active {
    color: #5764ff;
    border-bottom: 1px solid #5764ff;
    cursor: pointer;
}

.page_a {
    text-align: center;
    font-size: 14px;
    width: 950px;
    margin-top: 17px;
    margin-bottom: 10px;
}

    .page_a a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
        padding: 0 10px;
        border: solid 1px #d4d4d4;
        font-size: 14px;
        margin: 0 2px;
    }

    .page_a input {
        width: 55px;
        height: 28px;
        box-sizing: border-box;
        border: solid 1px #d4d4d4;
        color: #333;
        margin: 0 4px;
        text-align: center;
    }

    .page_a .on {
        color: #5764ff;
        border: solid 1px #fff;
    }
/*=======新增弹窗开始======*/
.Layers {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.34);
    top: 0;
    left: 0;
    display: none;
    z-index: 50;
}

    .Layers .add_xz {
        position: absolute;
        width: 780px;
        height: 530px;
        background: #fff;
        left: 50%;
        top: 50%;
        margin-top: -265px;
        margin-left: -390px;
    }

        .Layers .add_xz .zx_title {
            height: 42px;
            background-color: #d7ebfb;
            overflow: hidden;
        }

            .Layers .add_xz .zx_title p {
                font-size: 14px;
                color: #111;
                padding-left: 3px;
                margin-left: 20px;
                margin-top: 13px;
                line-height: 17px;
                border-left: 3px solid #5764ff;
            }

.add_xz .not_b {
    font-size: 14px;
    color: #929292;
    padding-left: 22px;
    background: #f3f3f3;
    line-height: 28px;
}

.add_xz .close_xz {
    position: absolute;
    right: 18px;
    top: 12px;
    cursor: pointer;
}

.form_sho {
    width: 695px;
    margin-top: 7px;
    padding-left: 28px;
}

.form_div {
    float: left;
    margin-top: 8px;
    width: 325px;
}

    .form_div span {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #111;
        width: 60px;
    }

    .form_div input {
        width: 258px;
        height: 28px;
        border: 1px solid #707070;
        color: #111111;
        font-size: 14px;
        text-indent: 4px;
    }

.form_ml {
    margin-left: 38px;
}

.Layers .add_xz .can_b {
    font-size: 14px;
    color: #929292;
    padding-left: 22px;
    background: #f3f3f3;
    line-height: 28px;
    margin-top: 16px;
}

.form_div .price {
    width: 125px;
}

.form_div .secl_mn {
    position: relative;
    width: 260px;
    height: 30px;
    display: inline-block;
}

.form_div .secl_mnspan {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 260px;
    height: 30px;
    z-index: 9;
    color: #111;
    font-size: 14px;
    text-align: left;
    box-sizing: border-box;
    line-height: 30px;
    text-indent: 5px;
    border: 1px solid #707070;
}

.form_div .secl_shi {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
    position: relative;
    background: rgba(255,255,255,0);
    position: relative;
    z-index: 10;
    opacity: 0;
}

.form_div .selc_img {
    position: absolute;
    right: 10px;
    top: 11px;
    height: 8px;
    width: 11px;
}

.form_div .small_sel {
    width: 123px;
}

    .form_div .small_sel .secl_mnspan {
        width: 123px;
    }

.formtexta {
    width: 688px;
}

    .formtexta span {
        vertical-align: top;
    }

.form_div .texta {
    width: 621px;
    height: 48px;
    border: 1px solid #707070;
    resize: none;
    text-indent: 10px;
    font-size: 14px;
    color: #111;
}

.form_submit {
    text-align: center;
    margin-top: 16px;
}

    .form_submit .form_cancel {
        width: 110px;
        line-height: 30px;
        background: #cccccc;
        display: inline-block;
        color: #fff;
        border-radius: 3px;
    }

        .form_submit .form_cancel:hover {
            background: #aaa;
        }

    .form_submit .form_Prese {
        width: 110px;
        line-height: 30px;
        background: #5764ff;
        display: inline-block;
        color: #fff;
        border-radius: 3px;
    }

        .form_submit .form_Prese:hover {
            background: #065797;
        }

.Layers2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.34);
    top: 0;
    left: 0;
    display: none;
    z-index: 50;
}

    .Layers2 .add_xz {
        position: absolute;
        width: 780px;
        height: 530px;
        background: #fff;
        left: 50%;
        top: 50%;
        margin-top: -265px;
        margin-left: -390px;
    }

        .Layers2 .add_xz .zx_title {
            height: 42px;
            background-color: #d7ebfb;
            overflow: hidden;
        }

            .Layers2 .add_xz .zx_title p {
                font-size: 14px;
                color: #111;
                padding-left: 3px;
                margin-left: 20px;
                margin-top: 13px;
                line-height: 17px;
                border-left: 3px solid #5764ff;
            }

        .Layers2 .add_xz .can_b {
            font-size: 14px;
            color: #929292;
            padding-left: 22px;
            background: #f3f3f3;
            line-height: 28px;
            margin-top: 16px;
        }

.Layers3 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.34);
    top: 0;
    left: 0;
    display: none;
    z-index: 50;
}

    .Layers3 .add_xz {
        position: absolute;
        width: 890px;
        height: 460px;
        background: #fff;
        left: 50%;
        top: 50%;
        margin-top: -230px;
        margin-left: -445px;
    }

        .Layers3 .add_xz .zx_title {
            height: 42px;
            background-color: #d7ebfb;
            overflow: hidden;
        }

            .Layers3 .add_xz .zx_title p {
                font-size: 14px;
                color: #111;
                padding-left: 3px;
                margin-left: 20px;
                margin-top: 13px;
                line-height: 17px;
                border-left: 3px solid #5764ff;
            }

                .Layers3 .add_xz .zx_title p span {
                    font-size: 14px;
                    margin-left: 20px;
                }

.Column {
    height: 350px;
    width: 300px;
    margin-left: 88px;
}

.add_xz {
    position: relative;
}

    .add_xz .Column1p1 {
        position: absolute;
        top: 338px;
        left: 360px;
        font-size: 14px;
        color: #333;
    }

    .add_xz .Column1p2 {
        position: absolute;
        top: 75px;
        left: 40px;
        font-size: 14px;
        color: #333;
    }

    .add_xz .Column2p1 {
        position: absolute;
        top: 338px;
        left: 758px;
        font-size: 14px;
        color: #333;
    }

    .add_xz .Column2p2 {
        position: absolute;
        top: 75px;
        left: 436px;
        font-size: 14px;
        color: #333;
    }

#Column2 {
    margin-left: 95px;
}

.zhubtm p {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #111;
}


/*材料编辑库编辑开始*/
.top_xx_b {
    padding: 12px 30px 35px 10px;
    border: solid 1px #5764ff;
    position: relative;
}

    .top_xx_b .tit_p {
        color: #666;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .top_xx_b .text_b span {
        padding-right: 40px;
    }

    .top_xx_b .return_a {
        display: block;
        width: 90px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        background: #5764ff;
    }

.tit_p_j {
    color: #111;
    border-left: solid 4px #5764ff;
    padding-left: 4px;
    margin-left: 4px;
    margin-bottom: 10px;
}

.page_b {
    text-align: center;
    font-size: 14px;
    margin-bottom: 140px;
}

    .page_b a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
        padding: 0 10px;
        border: solid 1px #d4d4d4;
        font-size: 14px;
        margin: 0 2px;
    }

        .page_b a:hover {
            color: #5764ff;
        }

    .page_b .on {
        color: #5764ff;
        border: solid 1px #fff;
    }

    .page_b input {
        width: 55px;
        height: 28px;
        box-sizing: border-box;
        border: solid 1px #d4d4d4;
        color: #333;
        margin: 0 4px;
    }
/*材料编辑库编辑结束*/

/*材料编辑库信息开始*/
.search_b_j input {
    width: 358px;
    height: 32px;
    box-sizing: border-box;
    border: solid 1px #5764ff;
    padding-left: 10px;
    color: #333;
}

.search_b_j button {
    width: 90px;
    height: 32px;
    border: none;
    color: #fff;
    background: #5764ff;
    margin-left: 20px;
    outline: none;
    vertical-align: middle;
}

.choice_b_j {
    margin-top: 25px;
}

    .choice_b_j li {
        border: solid 1px #d7ebfb;
        margin-top: -1px;
        line-height: 36px;
    }

        .choice_b_j li:first-child {
            margin-top: 0;
        }

        .choice_b_j li .tit_span {
            display: block;
            width: 95px;
            padding-right: 35px;
            text-align: right;
            float: left;
            height: 37px;
        }

        .choice_b_j li .choicelist {
            float: left;
            width: 1050px;
            overflow: hidden;
        }

        .choice_b_j li a {
            margin-right: 15px;
            margin-left: 15px;
            display: inline-block;
            cursor: pointer;
        }

        .choice_b_j li .choicelist span {
            margin-right: 15px;
            margin-left: 15px;
            display: inline-block;
            cursor: pointer;
        }

            .choice_b_j li .choicelist span:hover {
                color: #ff6600;
            }

        .choice_b_j li .on {
            color: #ff6600;
        }

        .choice_b_j li a:hover {
            color: #ff6600;
        }

.margin_top_b {
    margin-top: 25px !important;
}

.page_b_margin {
    margin-bottom: 0;
    margin-top: 20px;
}

.container_padding {
    padding-bottom: 40px !important;
}
/*材料编辑库信息开始*/
.distpicker {
    display: inline-block;
}


/*==========造价走势=============*/
.trend1 {
    margin-top: 29px;
}

    .trend1 .select-lian {
        display: inline-block;
    }

    .trend1 .xialat {
        display: inline-block;
        font-size: 14px;
        line-height: 26px;
        color: #111;
        margin-left: 13px;
    }

    .trend1 .select_box1 {
        display: inline-block;
    }

    .trend1 .select_div1 {
        display: inline-block;
        position: relative;
        margin-right: 16px;
        width: 110px;
        box-sizing: border-box;
        border: solid 1px #dcdcdc;
        margin-left: 8px;
    }

    .trend1 .text_select1 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        color: #666;
        color: #111;
        font-size: 14px;
        text-align: left;
        line-height: 26px;
        padding-left: 5px;
        box-sizing: border-box;
    }

    .trend1 .short_select1 {
        width: 100%;
        height: 26px;
        box-sizing: border-box;
        border: solid 1px #dcdcdc;
        position: relative;
        background: rgba(255,255,255,0);
        position: relative;
        z-index: 10;
        opacity: 0;
    }

    .trend1 .select_arrow1 {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

    .trend1 .bigmar {
        margin-left: 134px;
    }

    .trend1 .index-date img {
        width: 30px;
        height: 28px;
        margin-right: 37px;
        margin-left: 35px;
        cursor: pointer;
    }

    .trend1 .index-date input {
        width: 102px;
        height: 28px;
        font-size: 14px;
        color: #111;
        display: none;
        border: 1px solid #cbcbcb;
        text-align: center;
    }

    .trend1 .margincong {
        margin-left: 15px;
    }

    .trend1 .fenlei {
        margin-left: 146px;
    }

    .trend1 .trendbtn {
        width: 90px;
        background: #5764ff;
        color: #fff;
        text-align: center;
        display: inline-block;
        line-height: 26px;
    }

.trend2 {
    margin-top: 27px;
    background-color: #fffff4;
}

    .trend2 .trendbj {
        height: 33px;
        background: #d7ebfb;
    }

    .trend2 h2 {
        text-align: center;
        font-weight: normal;
        color: #111;
        font-size: 20px;
        font-weight: normal;
        margin-top: 20px;
    }

    .trend2 .trend2con {
        width: 725px;
        height: 500px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 124px;
    }


.Marketbox h2 {
    font-size: 14px;
    color: #111;
    line-height: 34px;
    background: #d7ebfb;
    font-weight: normal;
    padding-left: 2px;
}

.ztree li span.button.ico_close {
    background: url(../images/tree.png) no-repeat;
    background-position: center center;
}

.ztree li span.button.ico_open {
    background: url(../images/tree.png) no-repeat;
    background-position: center center;
}

.ztree li span.button.ico_docu {
    background: url(../images/tree.png) no-repeat;
    background-position: center center;
}

.ztree li a.curSelectedNode span.button.ico_docu {
    background: url(../images/dakai.png) no-repeat;
    background-position: center center;
}



.main .main_menu {
    vertical-align: middle;
    height: 40px;
    line-height:40px;
    background: #fff;
    padding-bottom: 0px;
    border-bottom: none;
}

.main .menu_btn {
    float: right;
    display: block;
    width: 48px;
    height: 30px;
    background-image: url(../images/index16.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-right: 0;
    top: 0;
}

.main .list_btn {
    float: right;
    display: block;
    width: 47px;
    height: 30px;
    background-image: url(../images/index17.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    top: 0px;
}

.main .menu_btn.hover {
    background-color: #176eb2;
}

.main .list_btn.hover {
    background-color: #176eb2;
}

.main .list_btn.hover {
    background-image: url(../images/index17.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.main .menu_btn.hover {
    background-image: url(../images/index16.png);
    background-repeat: no-repeat;
    background-position: center center;
}







.hq_left {
    display: block;
    background: url(../images/hd_left.png) no-repeat;
    position: absolute;
    width: 14px;
    height: 22px;
    top: 5%;
    left: 0.5%;
}

.hq_right {
    display: block;
    background: url(../images/hq_right.png) no-repeat;
    position: absolute;
    width: 14px;
    height: 22px;
    right: 0.5%;
    top: 5%;
}

.type-list > a > span {
    text-align: center;
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: url('../../../Content/img/jb_bg.png') no-repeat;
    background-size:100% 100%;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
    top: -10px;
    right: 13px;
}

/*addstyle20190611*/
.tzsxtitle span{
	color: #0e96ce;
}
.toptabs{
	font-size: 0;
}
.toptabs div{
	margin-top: 10px;
	font-size: 16px;
	display: inline-block;
	padding: 0 10px;
    margin-left:10px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    color:#318dcc;
    font-weight:bold;
}
.toptabs .divclick{
	color: #318dcc;
	border: none;
    padding-bottom:5px;
	border-bottom: 3px solid #2285c9;
}
.features .item .ctip{
    /* width: 120px; */
    /* width: 10%; */
    display: inline-block;
    text-align: right;
    font-weight: bold;
    min-width: 140px;
    width: auto;
}
.features .item ul{
	display: inline-block;
}
.features .item a {
    display: inline-block;
    margin-right: 30px;
    text-indent: 10px;
    float: left;
}
.itemscroll{
	height: 160px;
	overflow-y: auto;
}

.features .itemscroll .item{
    border-bottom:1px solid #B3D8FF !important;
}
.menu_group li a{
    display:block !important;
    width:auto !important;
    float:none !important;
}
 .menu_group li a:nth-child(1){
    font-weight:bold;
    color:#333;
    width:100%;
    font-size: 18px;;
}
 .menu_group li div a{
     font-weight:100 !important;
     color:#666;
    font-size:14px !important;
 }
 .menu_group li a i{
     color:#318dcc !important;
     margin-left:10px;
 }
