﻿@font-face {
    font-family: 'ZhenyanGB Regular';
    src: url('/regionalranking/cmprank/ZhenyanGB Regular.ttf') format('truetype');
}
.fl { float: left; }
.fr { float: right; }
.cl { clear: left; }
.cb { clear: both; }
.cr { clear: right; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
.hidden { display: none!important; }
.vm { vertical-align: middle; }
.pr { position: relative; }
.pa { position: absolute; }
.fn { font-weight: normal; }
.fb { font-weight: bold; }
.zoom { zoom: 1; }
.m0 { margin: 0px auto 0px; }
.m5 { margin: 0px auto 5px; }
.m8 { margin: 0px auto 8px; }
.m10 { margin: 0px auto 10px; }
.djt_pingjia_title { width: 653px; height: 30px; line-height: 30px; padding: 0px 10px; background: url(//image.zhuangku.com/wwwimages/djt_titlebg.jpg) repeat-x; border-bottom: 1px solid #e6e6e6; position: relative; }
.djt_pingjia_title h3 { width: 200px; color: #333333; }
.djt_pingjia_content { width: 610px; height: auto; padding: 20px 0 35px; }
.djt_pingjia_content .no_pingjia { line-height: 25px; text-align: center; }
.djt_pingjia_content textarea { border: 0 none; height: 95px; margin: 5px 0 5px 5px; overflow: auto; width: 599px; }
.pingjia_box { width: 610px; height: auto; padding-bottom: 10px; position: relative; }
.pingjia_box b { line-height: 25px; color: #333333; }
.tex_bg { width: 609px; height: 115px; background: url(//image.zhuangku.com/wwwimages/mb4.png) no-repeat; }
.tijiao { background: url(//image.zhuangku.com/wwwimages/tijiao_but.jpg) no-repeat; width: 55px; height: 26px; cursor: pointer; padding: 2px; font-size: 14px; color: #ffffff; border: none; position: absolute; top: 145px; right: 15px; }
.djt_lynr { width: 608px; font-family: ""; border: 1px dotted #d8d8d8; }

body {
    background-color: #f7f7f7 !important;
}

* {
    box-sizing: border-box;
}
.jc_container {
    width: 1200px;
    margin: 0 auto;
}

    .jc_container * {
        box-sizing: border-box;
    }

.jc_position {
    height: 60px;
    line-height: 60px;
    color: #777;
}

    .jc_position a {
        color: #777;
    }

    .jc_position span {
        margin: 0 5px;
    }
.banner {
    width: 100%;
    min-width: 1200px;
    height: 260px;
    background: url('/regionalranking/cmprank/images/banner.png') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

    .banner .text1 {
        font-size: 40px;
        font-weight: 600;
        font-family: 'Source Han Sans CN';
    }

    .banner .text2 {
        font-size: 18px;
        font-family: SimHei;
    }

.cmp-container {
    width: 1220px;
    margin: 30px auto;
    position: relative;
}

.container-l {
    float: left;
    width: 900px;
}

.container-r {
    float: right;
    width: 295px;
}

.company {
    margin-bottom: 25px;
    padding: 30px 25px;
    border-radius: 10px;
    background-color: #fff;
}

.rank-list li {
    height: 50px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #F6F6F6;
    overflow: hidden;
}

    .rank-list li:last-child {
        margin-bottom: 0;
    }

    .rank-list li .rank-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        height: 50px;
        position: relative;
        border-radius: 5px 0 6px 5px;
    }

        .rank-list li .rank-item::after {
            content: "";
            width: 20px;
            height: 54px;
            transform: rotate(12deg);
            margin-left: -13px;
            border-radius: 0 6px 8px 0;
            position: absolute;
            left: 100%;
            top: -3px;
        }

@keyframes bangdan1 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.1% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li1 .rank-item {
    background: #fb2c19;
    background: -webkit-linear-gradient(to right,rgba(251,44,25,0.6),#fb2c19);
    background: -o-linear-gradient(to right,rgba(251,44,25,0.6),#fb2c19);
    background: -moz-linear-gradient(to right,rgba(251,44,25,0.6),#fb2c19);
    background: linear-gradient(to right,rgba(251,44,25,0.6),#fb2c19);
    width: 830px;
    animation: bangdan1 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li1 .rank-item:after {
        background: #fb2c19;
    }

@keyframes bangdan2 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.08% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.18% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li2 .rank-item {
    background: #fb7b44;
    background: -webkit-linear-gradient(to right,rgba(251,123,68,0.6),#fb7b44);
    background: -o-linear-gradient(to right,rgba(251,123,68,0.6),#fb7b44);
    background: -moz-linear-gradient(to right,rgba(251,123,68,0.6),#fb7b44);
    background: linear-gradient(to right,rgba(251,123,68,0.6),#fb7b44);
    width: 816px;
    animation: bangdan2 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li2 .rank-item:after {
        background: #fb7b44;
    }

    .rank-list li.li2 .rank-item .starbox .mbg {
        background: linear-gradient(to right,transparent,#fc834f);
    }

@keyframes bangdan3 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.16% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.26% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li3 .rank-item {
    background: #88A877;
    background: -webkit-linear-gradient(to right,rgba(136,168,119,0.6),#88A877);
    background: -o-linear-gradient(to right,rgba(136,168,119,0.6),#88A877);
    background: -moz-linear-gradient(to right,rgba(136,168,119,0.6),#88A877);
    background: linear-gradient(to right,rgba(136,168,119,0.6),#88A877);
    width: 802px;
    animation: bangdan3 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li3 .rank-item:after {
        background: #88A877;
    }

    .rank-list li.li3 .rank-item .starbox .mbg {
        background: linear-gradient(to right,transparent,#8EAC7E);
    }

@keyframes bangdan4 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.24% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.34% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li4 .rank-item {
    background: #12C6AC;
    background: -webkit-linear-gradient(to right,rgba(18,198,172,0.6),#12C6AC);
    background: -o-linear-gradient(to right,rgba(18,198,172,0.6),#12C6AC);
    background: -moz-linear-gradient(to right,rgba(18,198,172,0.6),#12C6AC);
    background: linear-gradient(to right,rgba(18,198,172,0.6),#12C6AC);
    width: 788px;
    animation: bangdan4 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li4 .rank-item:after {
        background: #12C6AC;
    }

    .rank-list li.li4 .rank-item .starbox .mbg {
        background: linear-gradient(to right,transparent,#20C9B0);
    }

@keyframes bangdan5 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.32% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.42% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li5 .rank-item {
    background: #456CA6;
    background: -webkit-linear-gradient(to right,rgba(69,108,166,0.6),#456CA6);
    background: -o-linear-gradient(to right,rgba(69,108,166,0.6),#456CA6);
    background: -moz-linear-gradient(to right,rgba(69,108,166,0.6),#456CA6);
    background: linear-gradient(to right,rgba(69,108,166,0.6),#456CA6);
    width: 774px;
    animation: bangdan5 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li5 .rank-item:after {
        background: #456CA6;
    }

    .rank-list li.li5 .rank-item .starbox .mbg {
        background: linear-gradient(to right,transparent,#5074AB);
    }

@keyframes bangdan6 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.4% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.5% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li6 .rank-item {
    background: #3e4c4f;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.5),#3e4c4f);
    background: -o-linear-gradient(to right,rgba(62,76,79,0.5),#3e4c4f);
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.5),#3e4c4f);
    background: linear-gradient(to right,rgba(62,76,79,0.5),#3e4c4f);
    width: 760px;
    animation: bangdan6 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li6 .rank-item:after {
        background: #3e4c4f;
    }

    .rank-list li.li6 .rank-item .starbox .mbg {
        background: linear-gradient(to right,transparent,#4C595C);
    }

@keyframes bangdan7 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.48% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.58% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li7 .rank-item {
    background: #505D5F;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.5),rgba(62,76,79,0.9));
    background: -o-linear-gradient(to right,rgba(62,76,79,0.5),rgba(62,76,79,0.9));
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.5),rgba(62,76,79,0.9));
    background: linear-gradient(to right,rgba(62,76,79,0.5),rgba(62,76,79,0.9));
    width: 746px;
    animation: bangdan7 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li7 .rank-item:after {
        background: #505D5F;
    }

    .rank-list li.li7 .rank-item .starbox .mbg {
        background: linear-gradient(to right,transparent,#5C686A);
    }

@keyframes bangdan8 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.56% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.66% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li8 .rank-item {
    background: #636E70;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.8));
    background: -o-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.8));
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.8));
    background: linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.8));
    width: 732px;
    animation: bangdan8 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li8 .rank-item:after {
        background: #636E70;
    }

    .rank-list li.li8 .rank-item .starbox .mbg {
        background: linear-gradient(to right,transparent,#6F7A7C);
    }

@keyframes bangdan9 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.64% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.74% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li9  .rank-item {
    background: #757E80;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.7));
    background: -o-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.7));
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.7));
    background: linear-gradient(to right,rgba(62,76,79,0.4),rgba(62,76,79,0.7));
    width: 718px;
    animation: bangdan9 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li9 .rank-item:after {
        background: #757E80;
    }

    .rank-list li.li9 .rank-item .starbox .mbg {
        background: linear-gradient(to right,transparent,#7E8789);
    }

@keyframes bangdan10 {
    0% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.72% {
        transform: translateX(-110%);
        opacity: 0;
    }

    0.82% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.rank-list li.li10 .rank-item {
    background: #879091;
    background: -webkit-linear-gradient(to right,rgba(62,76,79,0.3),rgba(62,76,79,0.6));
    background: -o-linear-gradient(to right,rgba(62,76,79,0.3),rgba(62,76,79,0.6));
    background: -moz-linear-gradient(to right,rgba(62,76,79,0.3),rgba(62,76,79,0.6));
    background: linear-gradient(to right,rgba(62,76,79,0.3),rgba(62,76,79,0.6));
    width: 704px;
    animation: bangdan10 500s ease-in-out infinite;
    animation-delay: 1s;
}

    .rank-list li.li10 .rank-item:after {
        background: #879091;
    }

    .rank-list li.li10 .rank-item .starbox .mbg {
        background: linear-gradient(to right,transparent,#91999A);
    }

.rank-item .item-l {
    display: flex;
    align-items: center;
}

   .rank-item .item-l .top {
        width: 70px;
        text-align: center;
        font-family: 'ZhenyanGB';
        font-size: 18px;
    }

   .rank-item .item-l .logo {
        margin-right: 10px;
    }

       .rank-item .item-l .logo img {
            display: block;
            width: 90px;
            height: auto;
        }

   .rank-item .item-l .name {
        font-size: 24px;
        font-family: "Source Han Sans CN";
        font-weight: 600;
        max-width: 280px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.rank-item .item-r {
    display: flex;
}

   .rank-item .item-r img {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

   .rank-item .item-r p {
        margin-left: 10px;
        padding-right: 20px;
    }

       .rank-item .item-r p span {
            font-size: 16px;
            font-family: "ZhenyanGB";
        }

.cmp-list .cmp-item i.cmp-top {
    display: block;
}

.cmp-list .cmp-item {
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}

    .cmp-list .cmp-item .cmp-top {
        background-color: #313d4b;
        padding: 25px;
    }

.cmp-info {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

    .cmp-info .number {
        width: 80px;
        text-align: center;
        height: 70px;
        line-height: 70px;
        background: url('/regionalranking/cmprank/images/1.png') center/cover;
        color: #fff;
        font-family: 'ZhenyanGB';
        font-size: 16px;
        margin-right: 20px;
    }

    .cmp-info .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        background-color: rgb(238, 238, 238);
        width: 210px;
        height: 100px;
        margin-right: 20px;
    }

        .cmp-info .logo img {
            display: block;
            max-width: 100%;
            height: auto;
        }

    .cmp-info .name-stars {
        display: flex;
        flex-direction: column;
    }

        .cmp-info .name-stars .name {
            color: #fff;
            font-size: 42px;
            font-weight: 600;
            font-family: 'Source Han Sans CN';
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 380px;
        }

        .cmp-info .name-stars .stars {
            display: flex;
        }

            .cmp-info .name-stars .stars img {
                display: block;
                width: 30px;
                height: 30px;
                margin-right: 5px;
            }

    .cmp-info .rank {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        position: absolute;
        right: 25px;
        top: 30px;
    }

        .cmp-info .rank .text1 {
            font-family: 'ZhenyanGB';
            font-size: 30px;
        }

        .cmp-info .rank .text2 {
            font-size: 16px;
        }

.cmp-describe {
    background-color: #fff;
    padding: 25px;
}

    .cmp-describe p {
        font-size: 16px;
        margin-bottom: 20px;
    }

        .cmp-describe p:last-child {
            margin-bottom: 0;
        }

        .cmp-describe p span {
            color: #999;
        }

    .cmp-describe .items {
        display: flex;
        flex-wrap: wrap;
    }

        .cmp-describe .items p {
            margin-right: 30px;
            margin-bottom: 20px;
        }

.calculate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 0px 4px #e5e5e5;
    margin: 0 auto 30px;
    padding: 30px 45px;
}

.calculate-btn {
    width: 126px;
    height: 126px;
    position: relative;
}

    .calculate-btn .bg-rotate {
        width: 126px;
        height: 126px;
        background: url("https://cq.zhuangku.com/images/baojia/bjtn.png") no-repeat center/cover;
        -webkit-animation: rotate 0.7s linear infinite;
        -moz-animation: rotate 0.7s linear infinite;
        -o-animation: rotate 0.7s linear infinite;
        animation: rotate 0.7s linear infinite;
        animation-fill-mode: both;
    }

    .calculate-btn .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 96px;
        height: 96px;
        color: #fff;
        font-size: 16px;
        border: 1px solid #24b876;
        border-radius: 50%;
        background-color: #34c082;
        cursor: pointer;
        position: absolute;
        left: 50%;
        margin-left: -48px;
        top: 50%;
        margin-top: -48px;
    }

.calculate .calculate-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

    .calculate .calculate-title span {
        color: #34c082;
    }

.calculate .calculate-count {
    text-align: center;
    font-size: 12px;
    margin-bottom: 30px;
}

    .calculate .calculate-count span {
        color: #34c082;
    }

.calculate .calculate-item {
    width: 300px;
}

    .calculate .calculate-item .inp {
        position: relative;
        margin-bottom: 30px;
    }

        .calculate .calculate-item .inp .meter {
            color: #999;
            position: absolute;
            right: 10px;
            top: 6px;
        }

    .calculate .calculate-item input[type='text'] {
        width: 100%;
        height: 36px;
        border: 1px solid #eee;
        padding: 0 10px;
    }

    .calculate .calculate-item .safty {
        display: flex;
        align-items: center;
        height: 60px;
    }

        .calculate .calculate-item .safty input[type='checkbox'] {
            margin-right: 6px;
        }

        .calculate .calculate-item .safty .safty-btn {
            color: #34c082;
            text-decoration: underline;
        }

.calculate .price-container {
    background-color: #fff;
    box-shadow: 0px 0px 4px #e5e5e5;
    padding: 15px 45px;
    margin-top: 25px;
}

    .calculate .price-container .price-content {
        margin: 8px 0;
    }

    .calculate .price-container .price-title {
        font-size: 16px;
        color: #555;
        text-align: center;
    }

    .calculate .price-container .price-item {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: space-between;
        line-height: 27px;
        color: #555;
        font-size: 13px;
    }

        .calculate .price-container .price-item span {
            font-weight: 700;
            color: #34c082;
        }

.evaluate-container {
    background-color: #fff;
    padding: 0 30px 30px;
    margin-bottom: 20px;
}

    .evaluate-container .evaluate-title {
        height: 76px;
        line-height: 76px;
        font-size: 24px;
    }

    .evaluate-container .evaluate-content {
        margin-bottom: 20px;
    }

    .evaluate-container .evaluate-content {
        display: block;
        width: 100%;
        height: 120px;
        padding: 15px;
        box-shadow: 0px 0px 4px #e5e5e5;
    }

    .evaluate-container .evaluate {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .evaluate-container .number {
        font-size: 12px;
        color: #999;
        margin-right: 10px;
    }

        .evaluate-container .number span {
            color: #fa5a5a;
        }

    .evaluate-container .btn {
        border-radius: 3px;
        background-color: #34c082;
        width: 110px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
    }

    .evaluate-container .evaluate-item {
        display: flex;
        padding: 20px 10px;
        border-bottom: 1px solid #eee;
        flex-wrap: nowrap;
    }

        .evaluate-container .evaluate-item:last-child {
            border-bottom: 0;
        }

        .evaluate-container .evaluate-item .avatar {
            width: 50px;
            flex-shrink: 0;
            margin-right: 20px;
        }

            .evaluate-container .evaluate-item .avatar img {
                display: block;
                width: 100%;
                height: auto;
                border-radius: 50%;
            }

        .evaluate-container .evaluate-item .info {
            width: 100%;
        }

            .evaluate-container .evaluate-item .info .name-date {
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #999;
                font-size: 12px;
                margin-bottom: 10px;
            }
            .djt_pingjia {
    margin-bottom: 10px;
}

.view-more {
    display: block;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    width: 200px;
    height: 42px;
    line-height: 42px;
    background: -webkit-linear-gradient(to right,#fb2c19,#fe741c);
    background: -o-linear-gradient(to right,#fb2c19,#fe741c);
    background: -moz-linear-gradient(to right,#fb2c19,#fe741c);
    background: linear-gradient(to right,#fb2c19,#fe741c);
    text-align: center;
    border-radius: 5px;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.relative {
    background-color: #fff;
    padding: 0 30px;
    margin-bottom: 30px;
}

    .relative .relative-title {
        height: 76px;
        line-height: 76px;
        font-size: 24px;
    }

.company-list, .recommend-list, .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .company-list .cmp-item, .recommend-item {
        display: flex;
        align-items: center;
        width: 50%;
        margin-bottom: 26px;
    }

        .company-list .cmp-item .logo {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 170px;
            height: 85px;
            border: 1px solid #EAEAEA;
            border-radius: 5px;
            overflow: hidden;
            margin-right: 15px;
        }

            .company-list .cmp-item .logo img {
                display: block;
                max-width: 100%;
                height: auto;
            }

    .company-list .info .cmp-name {
        display: inline-block;
        color: #333;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 13px;
    }

    .company-list .info .price {
        font-size: 12px;
        color: #888888;
        background: url(https://m.zhuangku.com/NewWebMobile/images/jia.png) no-repeat 0 center;
        background-size: 10px 15px;
        padding-left: 16px;
    }

.recommend-content {
    width: 210px;
}

    .recommend-content .title {
        color: #000;
        font-size: 16px;
        margin-bottom: 15px;
    }

    .recommend-content .loadmore {
        color: #999;
    }

.recommend-cover {
    width: 190px;
    height: 110px;
    margin-right: 10px;
}

    .recommend-cover img {
        width: 100%;
        height: 100%;
        vertical-align: top;
        opacity: 1;
    }

.case-item {
    display: block;
    width: 270px;
    margin-bottom: 26px;
}

    .case-item .cover {
        width: 270px;
        height: 160px;
        overflow: hidden;
        margin-bottom: 17px;
    }

        .case-item .cover img {
            display: block;
            max-width: 100%;
            height: auto;
        }

    .case-item .title {
        color: #333;
        font-size: 14px;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.case-list::after {
    content: '';
    width: 260px;
}

.news {
    padding: 15px 16px;
    background: #fff;
    margin-bottom: 25px;
}


.news-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.news-list li {
    color: #555;
    padding: 10px 0;
}

    .news-list li a {
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size:14px;
    }

.tag-download {
    background-color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

    .tag-download a {
        display: block;
        line-height: 50px;
        text-align: center;
        font-size: 22px;
        font-family: "黑体";
        margin: 0 auto 25px;
        border-radius: 5px;
    }

        .tag-download a:nth-child(1) {
            width: 100%;
            height: 70px;
            line-height: 70px;
            text-align: center;
            font-size: 30px;
            color: #fff;
            background: url('https://www.zhuangku.com/tag/images/formbg1.png') no-repeat center top;
            background-size: 100% 70px;
        }

        .tag-download a:last-child {
            margin-bottom: 0;
        }

        .tag-download a.budget {
            width: 230px;
            color: #fff;
            background-color: #ff3b3b;
        }

        .tag-download a.contract {
            width: 230px;
            color: #2e4aa7;
            background-color: #fce51b;
        }

.adv-img {
    display: block;
    margin-bottom: 25px;
}

    .adv-img img {
        display: block;
        width: 100%;
        height: auto;
    }

.tag-tab {
    margin-bottom: 25px;
    padding: 15px 15px 5px;
    background-color: #fff;
}

    .tag-tab .tag-tab-title {
        color: #000;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

.tag-tab-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .tag-tab-list a {
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        background-color: #f8f8f8;
        margin-right: 5px;
        margin-bottom: 10px;
        color: #565656;
    }

.absolute {
    position: absolute;
    left: 50%;
    margin-left: 330px;
}

nav.nav_bg.fixedTop {
    position: relative !important;
}

.fixed2 {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: 330px;
}

.price_alert {
    border: 1px solid #ebebeb;
    background-image: url('//m.zhuangku.com/images/price1.png');
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: 354px 16px;
    padding-top:40px;
    margin-top:15px;
    background-color:#fff;
}
    .price_alert *{
        box-sizing:border-box;
    }
    .price_alert .price_content {
        padding: 15px;
    }

@font-face {
    font-family: 'price';
    src: url('/xzx2020/css/price.TTF') format('truetype');
}

.calus {
    cursor: pointer;
}

.download {
    /*box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);*/
    margin-bottom: 25px;
}

    .download a {
        display: block;
        line-height: 60px;
        text-align: center;
        font-size: 22px;
        font-family: "黑体";
        margin: 0 auto 15px;
        border-radius: 5px;
    }

        .download a:last-child {
            margin-bottom: 0;
        }

        .download a.budget {
            color: #fff;
            background-color: #ff3b3b;
        }

        .download a.contract {
            color: #2e4aa7;
            background-color: #fce51b;
        }

.tag-tab {
    /*box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);*/
    margin-bottom: 25px;
    padding: 15px 15px 5px;
}

    .tag-tab .tag-tab-title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }

.tag-tab-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .tag-tab-list a {
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        background-color: #f8f8f8;
        margin-right: 5px;
        margin-bottom: 10px;
        color: #565656;
        font-size:14px;
    }

        .tag-tab-list a:hover {
            color: #01b063;
        }

.newzsgs {
    box-shadow: 0px 2px 10px 0px rgba(11, 3, 6, 0.12);
    margin-bottom: 20px;
    padding: 15px;
}

    .newzsgs .tit_p {
        height: 30px;
        line-height: 30px;
    }

    .newzsgs p {
        background: url(//www.zhuangku.com/images/kh.jpg) no-repeat 0 center;
        color: #00aa5f;
        font-size: 16px;
        font-weight: bold;
        padding-left: 10px;
    }
    .xzx-adv {
    display: block;
    margin-bottom: 25px;
}

    .xzx-adv img {
        display: block;
        width: 100%;
        height: auto;
    }
    .cmp-new {
    background-color: #fff;
    margin-bottom: 25px;
    padding-top: 20px;
}

    .cmp-new .tit_p {
        color: #000;
        font-size: 18px;
        height: 30px;
        padding-left: 10px;
    }

.cmp-contianer {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .cmp-contianer .cmp-item {
        display: block;
        width: 48%;
        margin-right: 4%;
    }

        .cmp-contianer .cmp-item:nth-child(2n) {
            margin-right: 0;
        }

        .cmp-contianer .cmp-item .cmp-logo {
            width: 100%;
            height: 50px;
            overflow: hidden;
        }

            .cmp-contianer .cmp-item .cmp-logo img {
                display: block;
                width: 100%;
                height: auto;
            }

        .cmp-contianer .cmp-item p.cmp-name {
            color: #333;
            background: none;
            margin: 0;
            padding: 0 5px;
            text-align: center;
            font-weight: 400;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 30px;
        }

.price_top {
    background-color: #d9d4d4;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

    .price_top .price_change {
        height: 40px;
        border: 3px solid #3a3a38;
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        justify-content: flex-end;
    }

        .price_top .price_change .price {
            font-size: 12px;
            line-height: 30px;
            margin-right: 5px;
        }

            .price_top .price_change .price span {
                display: inline-flex;
                line-height: 30px;
                font-family: 'price';
                font-size: 30px;
                color: #000;
            }


.calus {
    cursor: pointer;
}

@keyframes figerscale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}

@-webkit-keyframes figerscale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
}