﻿.tagContainer{
    width:1200px;
    margin:0 auto;
}
.tagContainer *{
    box-sizing:border-box;
}
.tagPosition {
    color: #777;
    height: 65px;
    line-height: 65px;
    display:flex;
    flex-direction:row;
}
.tagPosition a{
    color:#777;
    margin:0 5px;
}
    .tagPosition a:hover{
        color: #0ac773;
    }
    .tagPosition h1{
        color:#777;
        font-size:12px;
        font-weight:normal;
        margin-left:5px;
    }

.color1 {
    background-color: #239de0;
}
.border1 {
    color: #239de0;
    border: 1px solid #239de0;
}
.color2 {
    background-color: #27bca9;
}
.border2 {
    color: #27bca9;
    border: 1px solid #27bca9;
}
.color3 {
    background-color: #0ac773;
}
.border3 {
    color: #0ac773;
    border: 1px solid #0ac773;
}
.color4 {
    background-color: #f78e2a;
}
.border4 {
    color: #f78e2a;
    border: 1px solid #f78e2a;
}
.color5 {
    background-color: #ff4445;
}
.border5 {
    color: #ff4445;
    border: 1px solid #ff4445;
}



.tag-left {
    width: 890px;
    float: left;
    box-shadow: 0px 0px 0px 1px #eee;
    margin-bottom: 70px;
}
.tag-item{
    margin-bottom:10px;
}
    .tag-item .tag-item-title {
        display:block;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        color: #fff;
        padding: 0 15px;
    }
    .tag-item .tag-item-list {
        padding: 20px 20px 0 20px;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        flex-flow:wrap;
    }
        .tag-item .tag-item-list .item-list-tip {
            height: 35px;
            line-height: 35px;
            font-size: 14px;
            margin-right:15px;
            padding:0 10px;
        }
        .tag-item .tag-item-list a {
            font-size: 14px;
            line-height: 35px;
            margin-right: 10px;
        }
            .tag-item .tag-item-list a:hover {
                color: #0ac773;
            }

.tag-right {
    width:285px;
    float:right;
    margin-bottom:70px;
}

.tag-form {
    box-shadow: 0px 0px 0px 1px #eee;
    margin-bottom: 20px;
    background: url('images/frombg.png') no-repeat center top;
    padding-top: 128px;
    background-size: 100% 128px;
}
    .tag-form .tag-form-tip {
        text-align: center;
        color: #424444;
        height: 50px;
        line-height: 50px;
    }
    .tag-form .tag-form-list{
        padding:0 20px;
    }
    .tag-form .tag-form-list li{
        display:flex;
        display:-webkit-flex;
        flex-direction:row;
        margin-bottom:15px;
    }
        .tag-form .tag-form-list li:last-child{
            margin-bottom:0;
        }
        .tag-form .tag-form-list li input {
            width: 100%;
            height: 44px;
            line-height: 44px;
            padding: 0 10px;
        }
        .tag-form-list li input:not([type='button']) {
            border: 1px solid #dbdbdb;
        }
        .tag-form-list li input[type='button'] {
            border: 0;
            background-color: #ff9800;
            color:#fff;
            font-size:14px;
            cursor:pointer;
        }
        .tag-form .tag-form-list li select {
            width: 48%;
            height: 44px;
            line-height: 44px;
            padding: 0 10px;
            border: 1px solid #dbdbdb;
        }
.tag-form .tag-form-list li select:nth-child(1){
    margin-right:4%;
}

.tag-knowledge {
    box-shadow: 0px 0px 0px 1px #eee;
    margin-bottom: 20px;
    padding: 15px 20px;
}
    .tag-knowledge .tag-knowledge-title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }
.tag-knowledge-list li {
    height: 40px;
    line-height: 40px;
}
    .tag-knowledge-list li a{
        display:inline-block;
        max-width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .tag-knowledge-list li a:hover {
        color: #0ac773;
    }


.tag-decorection {
    box-shadow: 0px 0px 0px 1px #eee;
    margin-bottom: 20px;
    padding: 15px 20px;
}
    .tag-decorection .tag-decorection-title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin-bottom:10px;
    }
.swiper-container{
    width:245px;
    height:210px;
}
    /*.swiper-container a{
        position:relative;
    }*/
    .swiper-container a, .swiper-container a img {
        display: block;
        width: 245px;
        height: 180px;
    }
        .swiper-container a p {
            width: 100%;
            height: 30px;
            line-height: 30px;
            color: #333;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 5px;
            font-size: 12px;            
            /*position: absolute;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,.4);*/
        }
        .tag-decorection-list {
            margin-top: 10px;
            display: flex;
            display: -webkit-flex;
            flex-direction: row;
            flex-wrap: wrap;
        }
    .tag-decorection-list li {
        width: 117px;
        height: 110px;
        overflow:hidden;
        margin-right: 10px;
        margin-bottom: 10px;
        transition:all 1s;
    }
        /*.tag-decorection-list li a{
            position:relative;
        }*/
        .tag-decorection-list li a {
             display: block;
             width: 117px;
             height: 110px;
        }
         .tag-decorection-list li a img {
            display: block;
            width: 117px;
            height: 80px;
        }
            .tag-decorection-list li a p {
                font-size: 12px;               
                /*position: absolute;
                bottom: 0;
                left: 0;
                background-color: rgba(0,0,0,.4);*/
                width: 100%;
                height: 30px;
                line-height: 30px;
                color: #333;
                text-align: center;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                padding: 0 5px;
            }
            .tag-decorection-list li:hover img {
                transform: scale(1.1);
                -ms-transform: scale(1.1); /* IE 9 */
                -moz-transform: scale(1.1); /* Firefox */
                -webkit-transform: scale(1.1); /* Safari 和 Chrome */
                -o-transform: scale(1.1); /* Opera */
            }
        .tag-decorection-list li:nth-child(2n) {
            margin-right: 0;
        }

.tag-company {
    box-shadow: 0px 0px 0px 1px #eee;
    margin-bottom: 20px;
    padding: 15px 20px;
}
    .tag-company .tag-company-title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }
.tag-company-list li {
    height: 40px;
    line-height: 40px;
}

    .tag-company-list li a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
        .tag-company-list li a:hover {
            color: #0ac773;
        }
        .tag-company-list li a span {
            display: inline-block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background-color: #8e8e8e;
            margin-right: 9px;
            margin-bottom: 2px;
        }
        .tag-company-list li a:hover span {
            background-color: #0ac773;
        }



.tag-download {
    box-shadow: 0px 0px 0px 1px #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
    .tag-download .tag-download-title {
        width:100%;
        height: 70px;
        line-height:70px;
        text-align:center;
        font-size:30px;
        font-family:"黑体";
        color:#fff;
        background: url('images/formbg1.png') no-repeat center top;
        background-size: 100% 70px;
    }
    .tag-download a {
        display: block;
        width: 220px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 22px;
        font-family: "黑体";
        margin: 15px auto;
        border-radius:5px;
    }
        .tag-download a.budget {
            color: #fff;
            background-color: #ff3b3b;
        }
        .tag-download a.contract {
            color: #2e4aa7;
            background-color: #fce51b;
        }

.tag-form1 {
    box-shadow: 0px 0px 0px 1px #eee;
    margin-bottom: 20px;
    padding:10px 0 20px 0;
}
    .tag-form1 .tag-form1-title {
        height:50px;
        line-height:50px;
        font-size:26px;
        text-align:center;
    }
    .tag-form1 .tag-form1-number {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: center;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        color: #888;
        margin-bottom: 25px;
    }
        .tag-form1 .tag-form1-number span {
            display: block;
            width: 22px;
            height: 28px;
            text-align: center;
            line-height: 28px;
            color: #fff;
            font-size: 18px;
            font-weight:bold;
            background-color: #2fb476;
            border-radius: 2px;
            margin: 0 3px;
        }
        .tag-form1 .tag-form1-list {
            padding: 0 20px;
        }

        .tag-form1 .tag-form1-list li {
            display: flex;
            display: -webkit-flex;
            flex-direction: row;
            margin-bottom: 15px;
        }

            .tag-form1 .tag-form1-list li:last-child {
                margin-bottom: 0;
            }

            .tag-form1 .tag-form1-list li input {
                width: 100%;
                height: 44px;
                line-height: 44px;
                padding: 0 10px;
            }

.tag-form1-list li input:not([type='button']) {
    border: 1px solid #dbdbdb;
}

.tag-form1-list li input[type='button'] {
    border: 0;
    background-color: #ff9800;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.tag-form1 .tag-form1-list li select {
    width: 48%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    border: 1px solid #dbdbdb;
}

    .tag-form1 .tag-form1-list li select:nth-child(1) {
        margin-right: 4%;
    }

.tag-tab {
    box-shadow: 0px 0px 0px 1px #eee;
    margin-bottom: 20px;
    padding: 15px 20px;
}
    .tag-tab .tag-tab-title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }
.tag-tab-list{
    display:flex;
    display:-webkit-flex;
    flex-direction:row;
    flex-wrap:wrap;
}
    .tag-tab-list li {
        height: 30px;
        line-height: 30px;
        padding:0 10px;
        background-color: #f8f8f8;
        margin-right:10px;
        margin-bottom:10px;
    }

.top-form {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content:flex-end;
    height: 98px;
    background: url('images/topform.png') no-repeat center center;
    background-size: 100% 100%;
    margin-bottom: 30px;
    padding-right:40px;
}
    .top-form .top-form-list {
        display:flex;
        display:-webkit-flex;
        flex-direction:row;
        margin-top:30px;
    }
    .top-form .top-form-list li{
        margin-right:10px;
        position:relative;
    }
        .top-form .top-form-list li span{
            position:absolute;
            right:10px;
            top:10px;
        }
        .top-form .top-form-list li input {
            height: 44px;
            line-height: 44px;
            padding: 0 10px;
        }
            .top-form .top-form-list li input.area {
                width:100px;
            }
            .top-form .top-form-list li input.tel {
                width: 150px;
            }
            .top-form .top-form-list li input:not([type='button']) {
                border: 1px solid #dbdbdb;
                background-color: #fff;
            }
            .top-form .top-form-list li input[type='button'] {
                border:0;
                color:#fff;
                cursor: pointer;
                background-color: #ff9800;
            }
        .top-form .top-form-list li select {
            height: 44px;
            line-height: 44px;
            background-color: #fff;
            border: 1px solid #dbdbdb;
            width:100px;
            padding:0 10px;
        }

.choicebox {
    background: url('images/choicebg.png') no-repeat top center;
}

    .choicebox .choice-title {
        height: 50px;
        line-height: 50px;
        font-size: 34px;
        text-align: center;
    }

    .choicebox .choice-list li {
        width: 25%;
        text-align: center;
        float: left;
        margin: 30px 0;
    }

        .choicebox .choice-list li > span {
            display: inline-block;
            width: 90px;
            height: 90px;
            border-radius: 100%;
            background: url('../regionalranking/images/icon.png') no-repeat;
        }

            .choicebox .choice-list li > span.icon1 {
                background-position: 0 0;
            }

            .choicebox .choice-list li > span.icon2 {
                background-position: 0 -90px;
            }

            .choicebox .choice-list li > span.icon3 {
                background-position: 0 -180px;
            }

            .choicebox .choice-list li > span.icon4 {
                background-position: 0 -270px;
            }

        .choicebox .choice-list li p {
            line-height: 30px;
        }

            .choicebox .choice-list li p span {
                color: #16ac5e;
            }

            .choicebox .choice-list li p.t1 {
                font-size: 24px;
                margin-top: 10px;
            }

            .choicebox .choice-list li p.t2 {
                font-size: 16px;
                color: #666;
            }

.article-list{
    padding:50px 30px;
}
.article-list li{
    display:flex;
    display:-webkit-flex;
    flex-direction:row;
    margin-bottom:60px;
}
    .article-list li .article-list-img, .article-list li .article-list-img img {
        display: block;
        width: 170px;
        height: 130px;
    }
    .article-list li .article-list-content {
        width:640px;
        margin-left:20px;
    }
.article-list-content .title{
    display:inline-block;
    max-width:640px;
    font-size:20px;
    font-weight:bold;
    height:40px;
    line-height:40px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.article-list-content .title b{
    color:#ff0000;
}
    .article-list-content .title:hover {
        color: #2fb476;
    }
.article-list-content .content {
    font-size: 14px;
    line-height: 24px;
    color: #6d6d6d;
}
    .article-list-content .content a {
        color: #2fb476;
    }
.article-list-content .information {
    /*display: flex;
    display: -webkit-flex;
    justify-content:space-between;
    flex-direction: row;*/
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #777777;
}
    .article-list-content .information .time {
        width: 162px;
        margin-right: 30px;
        float: left;
    }
    .article-list-content .information .view {
        float: left;
         padding-left: 20px;
         background: url(images/view.png) no-repeat 0 center;
        margin-right: 20px;
    }
    .article-list-content .information .tags {
        float:right;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
    }
        .article-list-content .information .tags p{
            display: block;
            height: 30px;
            line-height: 30px;
            border: 1px solid #e5e5e5;
            color: #adadad;
            padding: 0 10px;
            margin-right: 5px;
        }
            .article-list-content .information .tags a:hover {
                border: 1px solid #2fb476;
                color: #2fb476;
            }

.tag-page{
    display:flex;
    display:-webkit-flex;
    flex-direction:row;
    justify-content:center;
    margin-bottom: 30px;
}
.tag-page a,.tag-page span,.tag-page .tag-total,.tag-page .tag-target{
    margin:0 5px;
    font-size:14px;
}
.tag-page a:hover{
    color:#2fb476;
}
.tag-page span.tag-active{
    color:#2fb476;
}
.tag-page .tag-target input[type='text']{
    margin:0 5px;
    width:40px;
    text-align:center;
    height:20px;
    line-height:20px;
    border:1px solid #ddd;
}
.tag-page .tag-target input[type='button']{
    background-color:#2fb476;
    border:0;
    text-align:center;
    height:20px;
    line-height:20px;
    width:40px;
    text-align:center;
    color:#fff;
    cursor:pointer;
    margin-left:5px;
}


.tag-more{
    display:flex;
    display:-webkit-flex;
    flex-direction:row;
    flex-shrink:0;
    flex-wrap:wrap;
}
    .tag-more .tag-list {
        width: 350px;
        border-right: 1px solid #ccc;
        margin-bottom:30px;
        padding:0 20px;
    }
    .tag-more .tag-list:nth-child(3n){
        border-right:0;
    }
        .tag-more .tag-list li {
            height: 30px;
            line-height: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
        .tag-more .tag-list li a{
            font-size: 14px;
        }
            .tag-more .tag-list li a:hover{
                color:#0ac773;
            }