﻿﻿html,
body {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    color: #232a30;
    font: 14px/1.5 "Microsoft Yahei UI", "Microsoft Yahei", "微软雅黑", '"Hiragino Sans GB",Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

svg {
    fill: currentColor;
    text-decoration: none;
}

address,
cite,
dfn,
em,
i,
var,
b {
    font-style: normal;
}

small {
    font-size: 12px;
}

legend {
    color: #000;
}

dd,
dl,
dt,
li,
ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: none;
}

img {
    -ms-interpolation-mode: bicubic;
}

input,
label,
select,
textarea,
button {
    outline: 0;
}

img,
li,
input,
label,
select,
textarea,
button {
    vertical-align: top;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}

input,
textarea,
button {
    margin: 0;
    padding: 0;
    outline: none;
    resize: none;
}

    input:focus::-webkit-contacts-auto-fill-button {
        opacity: 0;
        visibility: hidden;
        display: none!important;
        pointer-events: none;
        height: 0;
        width: 0;
        margin: 0;
    }

    input[type=submit],
    input[type=button] {
        star: expression(this.onFocus=this.blur());
    }

        input[type=submit]::-moz-focus-inner,
        input[type=button]::-moz-focus-inner,
        input[type=reset]::-moz-focus-inner,
        input[type=file] > input[type=button]::-moz-focus-inner {
            border: none;
            padding: 0;
        }

input,
textarea,
button {
    font-family: "Microsoft Yahei", "微软雅黑", 'Segoe UI', Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
}

a,
a:link {
    outline: 0;
    cursor: pointer;
    star: expression(this.onFocus=this.blur());
}

input.focus,
textarea.focus {
    color: #232a30!important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.dib,
img,
.gap-hfword,
.gap-aword,
.gap-dbword,
.btn-orange,
.btn-orange:link,
.btn-green,
.btn-green:link,
.btn-gray,
.btn-gray:link,
.btn-dis,
.btn-dis:link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.dn {
    display: none;
}

.vh {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.ellips {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* .head {
    width: 100%;
    height: 60px;
    background: #184576;
    background: linear-gradient(45deg, #184576, #24648c);
}

.left-logo {
    width: 280px;
    height: 60px;
    background: url(../images/left-logo.png);
    cursor: pointer;
} */
.head {
    background: #273f5a;
    height: 64px;
    width: 100%;
}

.left-logo {
    width: 440px;
    height: 64px;
    background: url(../images/name.png);
    margin-left: 5px;
}
.right-nav ul {
    padding: 4px 0;
}

.right-nav ul li {
    float: left;
    margin-right: 20px;

}

.right-nav ul li a {
    font-size: 15px;
    color: #fff;
    width: 120px;
    height: 56px;
    border-radius: 4px;
    display: block;
    text-align: center;
    transition: .15s all linear;
    opacity: 0.8;
}

.right-nav ul li a i{
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    position: relative;
    padding-top: 6px;
}
.right-nav ul li a svg{
    width: 24px;
    height: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}
.right-nav ul li a span{
    line-height: 20px;
}

   

.right-nav ul li a:hover {
    background: #539edd;
}

.right-nav ul li a.checked {
    background: #539edd;
}
.schedule{
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
    z-index: 9999;
}
.schedule img{
    width: 100%;
    height: 100%;
}
.right-out a {
    color: #fff;
}

.right-out a svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.right-nav ul li a:hover {
    background: #539edd;
    opacity: 1;
}

.right-nav ul li a.checked {
    background: #539edd;
    opacity: 1;
}
/* .right-nav ul li {
    float: left;
    margin: 0 15px;
    
}

    .right-nav ul li a {
        display: block;
        position: relative;
        padding: 10px 0;
        color: #bdcfdb;
        margin: 8px 0;
        transition: .1s all linear;
    }
        .right-nav ul li a img{
            position: absolute;
            height: 0;
            transition: all ease .25s;
        }
        .right-nav ul li a.checked {
            color: #fff;
            border-bottom: solid 3px #fff;
        }

        .right-nav ul li a:hover {
            color: #fff;
            border-bottom: solid 3px #fff;
        }
        .right-nav ul li a:hover img{
            height: 700px;
        }
.right-mana {
    margin: 15px 25px 0 10px;
}

    .right-mana a {
        padding: 5px 15px;
        display: block;
        background: #249bd3;
        color: #fff;
        border-radius: 2px;
        font-size: 13px;
        transition: .1s all linear;
    }

        .right-mana a:hover {
            background: #1888bd;
        } */

/*产业之旅*/






.ind-left {
    width: 320px;
    position: absolute;
    top: 64px;
    bottom: 0;
    background: #fff;
}

.ind-left-menu {
    width: 310px;
    margin: 5px auto 20px auto;
    border-bottom: solid 1px #e7ebee;
    padding: 0 5px;
}

    .ind-left-menu ul li {
        float: left;
        width: 93px;
        margin-left: 1px;
        height: 55px;
        line-height: 55px;
        margin: 0 5px;
    }

        .ind-left-menu ul li a {
            width: 93px;
            height: 54px;
            line-height: 54px;
            display: block;
            text-align: center;
            font-size: 15px;
            transition: .1s all linear;
        }

            .ind-left-menu ul li a i {
                display: inline-block;
                vertical-align: middle;
                margin: -2px 8px 0 0;
                width: 28px;
                height: 28px;
                border-radius: 4px;
                line-height: 1em;
                text-align: center;
            }

            .ind-left-menu ul li a svg {
                width: 20px;
                height: 20px;
                margin: 4px;
            }

        .ind-left-menu ul li:first-child a i {
            background: #e1f4fa;
        }

        .ind-left-menu ul li:first-child a:hover {
            border-bottom: solid 3px #1f9dd1;
        }

        .ind-left-menu ul li:first-child a.checked {
            border-bottom: solid 3px #1f9dd1;
            color: #1f9dd1;
            font-weight: bold;
        }

        .ind-left-menu ul li:nth-child(2) a i {
            background: #fef1e4;
        }

        .ind-left-menu ul li:nth-child(2) a:hover {
            border-bottom: solid 3px #ff8e1b;
        }

        .ind-left-menu ul li:nth-child(2) a.checked {
            border-bottom: solid 3px #ff8e1b;
            color: #ff8e1b;
            font-weight: bold;
        }

        .ind-left-menu ul li:nth-child(3) a i {
            background: #e6f4e6;
        }

        .ind-left-menu ul li:nth-child(3) a:hover {
            border-bottom: solid 3px #41c946;
        }

        .ind-left-menu ul li:nth-child(3) a.checked {
            border-bottom: solid 3px #41c946;
            color: #41c946;
            font-weight: bold;
        }

.ind-left-type {
    height: calc(100% - 80px);
    overflow: auto;
}

.ind-left-type-item {
    margin: 2px 18px 20px 20px;
    position: relative;
    clear: both;
}
    .ind-left-type-item a b {
    padding:11px 0 0 0;
    display:inline-block
    }

    .ind-left-type-item .type-left-icon {
        position: absolute;
        left: 0;
        top: 4px;
        text-align: center;
    }

        .ind-left-type-item .type-left-icon svg {
            width: 22px;
            height: 22px;
            color: #fff;
            margin: 6px auto;
            position: relative;
            z-index: 10;
        }

        .ind-left-type-item .type-left-icon i {
            width: 34px;
            height: 34px;
            border-radius: 48px;
            background: #3c93cf;
            display: block;
            box-sizing: border-box;
            position: relative;
            z-index: 5;
        }

/* .type-left-icon i:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #3c93cf;
    z-index: 4;
    border-radius: 38px;
    left: -3px;
    top: -3px;
    opacity: 0.15;
} */

.ind-left-type div:nth-child(2) i {
    background: linear-gradient(45deg, #259dd9, #41b8f4);
}

    .ind-left-type div:nth-child(2) i:before {
        background: linear-gradient(45deg, #259dd9, #41b8f4);
    }

.ind-left-type div:nth-child(3) i {
    background: linear-gradient(45deg, #11a3d3, #4ccded);
}

    .ind-left-type div:nth-child(3) i:before {
        background: linear-gradient(45deg, #11a3d3, #4ccded);
    }

.ind-left-type div:nth-child(4) i {
    background: linear-gradient(45deg, #3f8cf6, #5da7fb);
}

    .ind-left-type div:nth-child(4) i:before {
        background: linear-gradient(45deg, #3f8cf6, #5da7fb);
    }

.ind-left-type div:nth-child(5) i {
    background: linear-gradient(45deg, #4d63cf, #648bfa);
}

    .ind-left-type div:nth-child(5) i:before {
        background: linear-gradient(45deg, #4d63cf, #648bfa);
    }



.ind-left-type div:nth-child(6) i {
    background: linear-gradient(45deg, #31bc73, #48da8d);
}

    .ind-left-type div:nth-child(6) i:before {
        background: linear-gradient(45deg, #31bc73, #48da8d);
    }


    
.ind-left-type div:nth-child(7) i {
    background: linear-gradient(45deg, #31bc73, #48da8d);
}

    .ind-left-type div:nth-child(7) i:before {
        background: linear-gradient(45deg, #31bc73, #48da8d);
    }

.ind-left-type div:nth-child(8) i {
    background: linear-gradient(45deg, #5cbb37, #68d851);
}

    .ind-left-type div:nth-child(8) i:before {
        background: linear-gradient(45deg, #5cbb37, #68d851);    }

.ind-left-type div:nth-child(9) i {
    background: linear-gradient(45deg, #32bebc, #4ededc);}

    .ind-left-type div:nth-child(9) i:before {
        background: linear-gradient(45deg, #32bebc, #4ededc);    }
    .ind-left-type div:nth-child(10) i {
        background: linear-gradient(45deg, #12c599, #33e6ba);
}

    .ind-left-type div:nth-child(10) i:before {
        background: linear-gradient(45deg, #12c599, #33e6ba);
    }

.ind-left-type div:nth-child(12) i {
    background: linear-gradient(45deg, #fb7f23, #fd9f59);
}

    .ind-left-type div:nth-child(12) i:before {
         background: linear-gradient(45deg, #fb7f23, #fd9f59);
    }

.ind-left-type-item dl {
    padding-left: 37px;
    clear: both;
    overflow: hidden;
}

.ind-left-type-item dt {
    clear: both;
    font-weight: bold;
}

    .ind-left-type-item dt a {
        cursor: default;
    }

.ind-left-type-item dl dd {
    float: left;
}

.ind-left-type-item dl a {
    margin: 0 9px 3px 9px;
    display: block;
}

.ind-left-type-item dl dd a.checked {
    color: #0993d4;
}

.ind-left-type-item dl dd a:hover {
    color: #0993d4;
}


/*农业专题*/

.ind-left-ny-list ul li {
    padding: 10px 0;
    cursor: pointer;
}

    .ind-left-ny-list ul li p span {
        padding-top: 3px;
        margin: 0 20px;
        text-align: left;
        display: block;
        font-size: 15px;
    }

    .ind-left-ny-list ul li p img {
        margin: 0 auto;
        display: block;
        border: solid 2px #fff;
        transition: .15s all linear;
    }

    .ind-left-ny-list ul li:hover img {
        border: solid 2px #2691ce;
    }

    .ind-left-ny-list ul li.checked img {
        border: solid 2px #2691ce;
    }

    .ind-left-ny-list ul li.checked {
        font-weight: bold;
    }

.ind-agr-wrap {
    position: absolute;
    left: 320px;
    top: 60px;
    bottom: 0;
    right: 0;
    border-left: solid 1px #e2e6e9;
}

.ind-agr-banner {
    width: 100%;
    height: 210px;
    background: url(../images/agr-njncy-banner.jpg) center center;
    background-size: cover;
    position: relative;
}

.ind-agr-head {
    padding: 60px 0 0 48px;
}

    .ind-agr-head p {
        font-size: 19px;
        color: #fff;
    }

        .ind-agr-head p b {
            font-size: 34px;
            font-weight: normal;
            letter-spacing: 1px;
        }

.ind-agr-nav {
    position: absolute;
    left: 48px;
    bottom: -12px;
    overflow: hidden;
}

    .ind-agr-nav ul li {
        float: left;
        margin-right: 12px;
    }

        .ind-agr-nav ul li a {
            display: block;
            position: relative;
            background: #4f677f;
            width: 140px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 1px;
            color: #fff;
            transition: .1s all linear;
            font-size: 15px;
        }

        .ind-agr-nav ul li:nth-child(1) a:hover {
            background: #2691ce;
        }

        .ind-agr-nav ul li:nth-child(1) a.checked {
            background: #2691ce;
        }

        .ind-agr-nav ul li:nth-child(2) a:hover {
            background: #2cbd71;
        }

        .ind-agr-nav ul li:nth-child(2) a.checked {
            background: #2cbd71;
        }

        .ind-agr-nav ul li:nth-child(3) a:hover {
            background: #ec8944;
        }

        .ind-agr-nav ul li:nth-child(3) a.checked {
            background: #ec8944;
        }

        .ind-agr-nav ul li:nth-child(4) a:hover {
            background: #4d77d6;
        }

        .ind-agr-nav ul li:nth-child(4) a.checked {
            background: #4d77d6;
        }

        .ind-agr-nav ul li:nth-child(5) a:hover {
            background: #ea5c5b;
        }

        .ind-agr-nav ul li:nth-child(5) a.checked {
            background: #ea5c5b;
        }

        .ind-agr-nav ul li a.checked:after {
            width: 40px;
            height: 40px;
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/button-bag.png);
        }

        .ind-agr-nav ul li a:hover:after {
            width: 40px;
            height: 40px;
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            background: url(../images/button-bag.png);
        }

.ind-agr-det {
    position: absolute;
    left: 0;
    top: 222px;
    right: 0;
    bottom: 0;
    padding: 20px 48px 0 48px;
    overflow-y: auto;
}

.ind-agr-int-left {
    margin-right: 380px;
}

.ind-agr-title {
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 1px #dadee1;
    padding: 10px 0;
}

.ind-agr-imp {
    padding: 30px 0 0 0;
}

    .ind-agr-imp a {
        display: inline-block;
        margin-right: 15px;
        border-radius: 50px;
        padding: 5px 20px;
        font-size: 16px;
        color: #fff;
    }

        .ind-agr-imp a:before {
            content: '';
            width: 6px;
            height: 6px;
            opacity: 0.5;
            border: solid 2px #fff;
            border-radius: 10px;
            display: inline-block;
            vertical-align: middle;
            margin: -1px 7px 0 0;
        }

        .ind-agr-imp a:nth-child(1) {
            background: #2691ce;
        }

        .ind-agr-imp a:nth-child(2) {
            background: #2cbd88;
        }

        .ind-agr-imp a:nth-child(3) {
            background: #41b2bf;
        }

        .ind-agr-imp a:nth-child(4) {
            background: #4175d6;
        }

.ind-agr-lay {
    height: 100%;
}

.ind-agr-text {
    padding: 15px 0 0 0;
    text-align: justify;
    text-indent: 2em;
    font-size: 15px;
    line-height: 2em;
}

.ind-agr-int-map {
    text-align: center;
    width: 380px;
    padding-top: 135px;
    margin-right: -20px;
}

    .ind-agr-int-map img {
        width: 260px;
    }

.ind-agr-ent-list {
    margin: 35px -30px 0 0;
}

    .ind-agr-ent-list ul li {
        float: left;
        margin: 0 30px 30px 0;
    }

        .ind-agr-ent-list ul li img {
            border: solid 1px #d9e0e4;
        }

        .ind-agr-ent-list ul li p span {
            display: block;
            padding-top: 3px;
            text-align: center;
        }

.ind-agr-pol-list {
    margin: 0 -10px;
    padding: 55px 0 0 0;
    clear: both;
    overflow: hidden;
}

.ind-agr-pol ul li {
    float: left;
    width: 50%;
    margin-bottom: 42px;
}

    .ind-agr-pol ul li:hover {
        cursor: pointer;
    }

    .ind-agr-pol ul li:nth-child(1) i {
        background: #22c3c1;
    }

    .ind-agr-pol ul li:nth-child(1):hover div.ind-agr-pol-wrap {
        border: solid 1px #22c3c1;
        background: #f5fafa;
    }

    .ind-agr-pol ul li:nth-child(2) i {
        background: #3e97d6;
    }

    .ind-agr-pol ul li:nth-child(2):hover div.ind-agr-pol-wrap {
        border: solid 1px #3e97d6;
        background: #f6f9fb;
    }

    .ind-agr-pol ul li:nth-child(3) i {
        background: #6c7dd8;
    }

    .ind-agr-pol ul li:nth-child(3):hover div.ind-agr-pol-wrap {
        border: solid 1px #6c7dd8;
        background: #f6f7fb;
    }

    .ind-agr-pol ul li:nth-child(4) i {
        background: #36c88c;
    }

    .ind-agr-pol ul li:nth-child(4):hover div.ind-agr-pol-wrap {
        border: solid 1px #36c88c;
        background: #f5fbf9;
    }

    .ind-agr-pol ul li:nth-child(5) i {
        background: #83c437;
    }

    .ind-agr-pol ul li:nth-child(5):hover div.ind-agr-pol-wrap {
        border: solid 1px #83c437;
        background: #f9fcf6;
    }

    .ind-agr-pol ul li:nth-child(6) i {
        background: #169ed1;
    }

    .ind-agr-pol ul li:nth-child(6):hover div.ind-agr-pol-wrap {
        border: solid 1px #169ed1;
        background: #f3f9fb;
    }

.ind-agr-pol-wrap {
    margin: 0 12px;
    border: solid 1px #eef0f2;
    height: 138px;
    background: #fff;
    position: relative;
    transition: .2s all linear;
}

    .ind-agr-pol-wrap i {
        position: absolute;
        width: 40px;
        height: 40px;
        background: #22c3c1;
        transform: rotate(45deg);
        text-align: center;
        color: #fff;
        display: block;
        line-height: 40px;
        left: 30px;
        top: -20px;
    }

.ind-agr-pol-title {
    font-size: 19px;
    clear: both;
    overflow: hidden;
    padding: 40px 25px 8px 28px;
}

.ind-agr-pol-text {
    font-size: 14px;
    padding: 0 28px;
    text-align: justify;
    color: #7a8085;
    height: 42px;
    overflow: hidden;
}

.iap-date {
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.ind-agr-pol-wrap i span {
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    display: block;
    font-size: 20px;
}

.car-content {
    position: absolute;
    left: 320px;
    right: 20px;
    bottom: 15px;
    top: 70px;
}

.ind-left-wrap {
    position: absolute;
    left: 0;
    top: 125px;
    bottom: 0;
    width: 42%;
}

.type-switch {
    position: absolute;
    left: 20px;
    top: 0;
    border-radius: 34px;
}

    .type-switch a:first-child {
        border-radius: 34px 0 0 34px;
    }

    .type-switch a:last-child {
        border-radius: 0 34px 34px 0;
    }

    .type-switch a {
        float: left;
        display: block;
        width: 100px;
        height: 34px;
        line-height: 33px;
        border: solid 1px #b4c1c7;
        color: #333;
        text-align: center;
        background: #fff;
        margin-left: -1px;
        transition: .1s all linear;
    }

        .type-switch a:hover {
            background: #249bd3;
            color: #fff;
            border: solid 1px #249bd3;
        }

        .type-switch a.checked {
            background: #249bd3;
            color: #fff;
            border: solid 1px #249bd3;
        }

.type-tab {
    padding-top: 50px;
    margin: 0 20px;
    clear: both;
}

    .type-tab ul li {
        width: calc(25% - 1px);
        float: left;
        margin-right: 1px;
    }

        .type-tab ul li a {
            display: block;
            height: 34px;
            background: #d6e6f1;
            transition: .15s all linear;
            text-align: center;
            line-height: 33px;
        }

            .type-tab ul li a:hover {
                color: #fff;
                background: #249bd3;
            }

            .type-tab ul li a.checked {
                color: #fff;
                background: #249bd3;
            }

.type-list {
    margin: 20px 20px 0 20px;
    clear: both;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100% - 105px);
}

    .type-list ul li {
        background: #fff;
        overflow: hidden;
        padding: 10px;
        margin-bottom: 10px;
        height: 65px;
        display: flex;
    }

.type-list-info {
    margin-left: 15px;
}

    .type-list-info p {
        line-height: 1.4em;
    }

        .type-list-info p b {
            padding-bottom: 4px;
            display: inline-block;
            font-size: 15px;
        }

.car-right-wrap {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 43%;
    /* overflow-x: hidden;
    overflow-y: auto; */
    overflow: hidden;
    right: 10px;
}

.car-right-title {
    font-size: 20px;
    margin-top: 2px;
    padding: 8px 0;
    background: #1f9dd1;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

/* #car-right-yq-title {
    background: #0ab9c4;
} */

.car-right-content {
    height: calc(100% - 65px);
    overflow-x: hidden;
    overflow-y: auto;
}

.car-right-title b {
    font-weight: normal;
    font-size: 18px;
}

.car-info-gjn {
    clear: both;
}

.car-info-jgsp {
    clear: both;
    position: relative;
    margin: 15px 0 10px 0;
    overflow: hidden;
}

.cij-left-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

    .cij-left-icon svg {
        width: 24px;
        height: 24px;
        color: #fff;
        margin: 11px;
    }

.cij-right-list b {
    font-size: 15px;
    display: block;
}

.cij-right-list ul li {
    float: left;
    margin-right: 15px;
}

    .cij-right-list ul li a {
        cursor: pointer;
    }

        .cij-right-list ul li a:hover {
            color: #0993d4;
            text-decoration: underline;
        }

.cij-left-icon i {
    width: 46px;
    height: 46px;
    display: block;
    background: #249bd3;
    border-radius: 42px;
}

.car-info-rc {
    padding-bottom: 5px;
}

    .car-info-rc ul li {
        width: calc(50% - 14px);
        background: #fff;
        border: solid 1px #e0e4e8;
        overflow: hidden;
        float: left;
        height: 82px;
        display: flex;
        margin: 10px 0 5px 0;
    }

        .car-info-rc ul li:nth-child(odd) {
            margin-right: 20px;
        }

        .car-info-rc ul li img {
            width: 60px;
            height: 60px;
            margin: 11px;
        }

.ind-park-wrap {
display:flex;
margin:-3px -8px 0 -8px
}
.rc-tc-park-sp {
flex:1;
margin:0 8px 
}



.rt-tc-ent-zj {
    background: #eaf1f4;
    border: solid 1px #e2e8ec;
    margin-top: 10px;
    height:76px;
    position:relative;
    z-index:10;
    cursor:pointer;
    transition:.2s all linear


}
    .rt-tc-ent-zj:hover {
        background:#fff;
    }
    .rt-tc-ent-zj-checked{
        background: #fff;
    }
    .rc-tc-park-sp-checked{
        border-bottom: none; 
        height:86px; 
        background:#fff;
    }
    .rc-tc-park-sp-checked:after {
        content:"";
        margin:0 20px;
        border-top:solid 1px #ecf0f3;
        height:1px;
        display:block;
        margin-top:4px
    }
.in-park-down {
    border: solid 1px #e2e8ec;
    /* padding:15px 0; */
    position:relative;
    height: 0;
    margin-top:-2px;
    background:#fff;
    transition: all ease .25s;
}




.rc-tc-ent-sp {
    padding: 0 5px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
}

    .rc-tc-ent-sp i {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 40px;
        margin: 16px 13px 18px 22px;
        background: #36a3dc;
        border: solid 3px #cce4f1;
        float: left;
    }

        .rc-tc-ent-sp i svg {
            width: 24px;
            height: 24px;
            margin: 8px;
            color: #fff;
        }

.rc-tc-ent-zd {
    margin: 18px 0 0 0;
}

    .rc-tc-ent-zd p {
        line-height: 1.4em;
    }

        .rc-tc-ent-zd p b {
            font-size: 22px;
            padding-right: 3px;
        }

.rc-tc-oc {
    position: absolute;
    right: 16px;
    top: 15px;
}

    .rc-tc-oc a {
        display: block;
        width: 60px;
        height: 50px;
    }
    .oc-jkq .rc-open {
        background: url(../images/sps-bg.png) 0 -100px;
    }
    .oc-gxq .rc-open {
        background: url(../images/sps-bg.png) 0 0;
    }
        .oc-jkq .rc-open:hover {
            background: url(../images/sps-bg.png) -60px -100px;
        }
        .oc-gxq .rc-open:hover {
            background: url(../images/sps-bg.png) -60px 0;
        }
    .oc-gxq .rc-close {
        background: url(../images/sps-bg.png) 0 -50px;
    }
    .oc-jkq .rc-close {
        background: url(../images/sps-bg.png) 0 -150px;
    }
        .oc-jkq .rc-close:hover {
            background: url(../images/sps-bg.png) -60px -150px;
        }
        .oc-gxq .rc-close:hover {
            background: url(../images/sps-bg.png) -60px -50px;
        }

.rt-ec-ent-list {
    border: solid 1px #ecf0f3;
    border-top: none;
    /* margin: 0 20px 0 30px; */
    transition: all ease .25s;
    background: #fff;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.rt-rc-ents ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}

    .rt-rc-ents ul li {
        float: left;
        width: 122px;
        margin-right: 14px;
        margin-top: 10px;
    }

        .rt-rc-ents ul li p {
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 112px;
            font-size: 13px;
        }

            .rt-rc-ents ul li p img {
                width: 90px;
                height: 60px;
                padding: 5px 10px;
                background: #fff;
                border: solid 1px #e0e4e8;
                margin-bottom: 5px;
                transition: .2s all linear;
            }

            .rt-rc-ents ul li p:hover img {
                border: solid 1px #a9c5dd;
            }
#type-list-6 li{
    width: 160px;
    color:#fff;
    padding: 5px 0px;
}
#type-list-6 li p{
    text-align: left;
    padding-left: 15px;
}
#type-list-6 li p b{
    font-size: 17px;
}
.ind-zc-wrap {
    margin: -10px 0 0 -10px;
}

    .ind-zc-wrap ul li {
        float: left;
        width: 33.33%;
        margin-top: 12px;
    }

#cy-right-sublist li {
    height: 88px;
}

.ind-zc-wrap ul li a {
    display: block;
    margin-left: 10px;
    height: 75px;
    background: #e9f0f4;
    position: relative;
    padding-left: 50px;
    transition: .2s all linear;
}

    .ind-zc-wrap ul li a:hover {
        background: #d9e5ec;
    }

.ind-zc-wrap ul li.checked a {
    background: #e9f0f4;
    height: 88px;
}

.ind-zc-wrap ul li:nth-child(1) a i {
    background: #fc8a3f;
    border: solid 3px #eddcd1;
}

.ind-zc-wrap ul li:nth-child(2) a i {
    background: #21d077;
    border: solid 3px #c2ebd9;
}

.ind-zc-wrap ul li:nth-child(3) a i {
    background: #f55a5a;
    border: solid 3px #ebd2d5;
}

.ind-zc-sublist {
    margin-left: 10px;
    background: #e9f0f4;
    clear: both;
    /* padding: 8px 20px 15px 20px; */
    overflow: hidden;
    transition: all linear .25s;
    height: 0;
    opacity: 0;
}

    .ind-zc-sublist ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

        .ind-zc-sublist ul li {
            /* float:left; */
            height: 48px;
            width: 33.33%;
            position: relative;
            cursor: pointer;
            margin-top: 12px;
        }

            .ind-zc-sublist ul li:hover {
                color: #249bd3;
            }

            .ind-zc-sublist ul li.checked {
                color: #249bd3;
            }

            .ind-zc-sublist ul li i {
                width: 20px;
                height: 20px;
                border-radius: 4px;
                display: inline-block;
                position: absolute;
                left: 0;
                top: 1px;
            }

.ind-zc-sublist-kyzx i {
    background: #fc8a3f;
}

.ind-zc-sublist-rcbz i {
    background: #21d077;
}
.ind-zc-sublist-rcbz ul li{
    height: auto;
}
.ind-zc-sublist-fwpt i {
    background: #f55a5a;
}

.ind-zc-sublist ul li i svg {
    width: 16px;
    height: 16px;
    margin: 2px;
    color: #fff;
}

.ind-zc-sublist ul li span {
    padding-left: 28px;
    margin-right: 10px;
    display: block;
    line-height: 1.3em;
    font-size: 13px;
}
.ind-zc-sublist ul li b{
    display: none;
}

/*弹出详情企业框*/

.open-div-bag {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.open-div-bag iframe{
    width: 100%;
    height: 96%;
    border:none;
}
.open-div-ent {
    position: absolute;
    width: 700px;
    height: 420px;
    padding: 20px 30px 0 30px;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -210px 0 0 -350px;
    border-radius: 4px;
}

.ent-det-top {
    clear: both;
    border-bottom: solid 1px #dce2e5;
    overflow: hidden;
    padding-bottom: 8px;
}

.ent-det-left {
    font-size: 19px;
    font-weight: bold;
}

.ent-det-web {
    margin-top: 5px;
}

    .ent-det-web a {
        background: #f1f4f6;
        font-size: 14px;
        padding: 3px 10px;
        display: block；;
    }

        .ent-det-web a:hover {
            background: #e8edf0;
            text-decoration: underline;
        }

.ent-det-map {
    float: left;
    width: 300px;
    height: 480px;
}

.ent-det-info {
    /* float: right; */
    /* width: 580px; */
    height: 365px;
    overflow: auto;
}

.ent-det-sp {
    padding: 30px 0 0 0;
}

.ent-div-title {
    clear: both;
    overflow: hidden;
    margin-bottom: 12px;
}

    .ent-div-title a {
        color: #249bd3;
        float: right;
        cursor: pointer;
        font-weight: bold;
    }

        .ent-div-title a:hover {
            text-decoration: underline;
        }

    .ent-div-title i {
        background: url(../images/ent-det-titlebg.png) left center no-repeat;
        width: 95px;
        height: 30px;
        color: #fff;
        float: left;
        display: block;
        line-height: 26px;
        padding-left: 15px;
    }

.ent-div-text {
    clear: both;
    position: relative;
    overflow: auto;
    transition: all linear .25s;
}
.ent-div-text p{
    text-indent: 2em;
    /* transition: all linear .25s;
    height: 42px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical; */
}
    /* .ent-div-text a {
        color: #249bd3;
        position: absolute;
        right: 0;
        bottom: 0;
        cursor: pointer;
        font-weight: bold;
    }

        .ent-div-text a:hover {
            text-decoration: underline;
        } */

.ent-div-zy {
    margin-left: -15px;
    padding-top: 15px;
}

    .ent-div-zy ul li {
        width: 33.33%;
        float: left;
        position: relative;
        height: 70px;
    }

.ent-div-zy-sp {
    height: 70px;
    background: #f4f6f7;
    margin-left: 15px;
}

.ent-div-zy ul li i {
    position: absolute;
    left: 30px;
    top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: block;
    background: #184576;
}

.ent-div-zy ul li:nth-child(1) i {
    background: #ed8c3e;
}

.ent-div-zy ul li:nth-child(2) i {
    background: #68d632;
}

.ent-div-zy ul li:nth-child(3) i {
    background: #319fd8;
}

.ent-div-zy ul li i svg {
    width: 24px;
    height: 24px;
    color: #fff;
    margin: 8px;
}

.ent-div-zy-num {
    margin-left: 68px;
    padding-top: 17px;
}

    .ent-div-zy-num p {
        line-height: 1.3em;
    }

        .ent-div-zy-num p b {
            font-size: 18px;
        }

.ind-zc-wrap ul li a i {
    position: absolute;
    left: 20px;
    top: 15px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 40px;
}

    .ind-zc-wrap ul li a i svg {
        width: 24px;
        height: 24px;
        margin: 8px;
        color: #fff;
    }

.ent-div-pro ul li {
    display: inline-block;
    padding: 3px 8px;
    background: #f0f5f9;
    margin-right: 5px;
    border: solid 1px #d7dfe5;
    margin-top: 5px;
}

.ent-div-spl {
    margin-left: -20px;
}

    .ent-div-spl ul li {
        float: left;
        margin-left: 20px;
        padding: 2px 0;
    }

        .ent-div-spl ul li::before {
            content: '';
            width: 8px;
            height: 8px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 50%;
            margin: -2px 6px 0 0;
            background: #249bd3;
        }

.open-div-close {
    position: absolute;
    right: -40px;
    top: 0;
}

    .open-div-close a svg {
        color: #fff;
        width: 32px;
        height: 32px;
    }

.ind-zc-div {
    padding: 18px 15px 0 0;
}

    .ind-zc-div p {
        text-align: left;
        line-height: 42px;
        font-size: 16px;
        padding-left: 25px;
    }

        .ind-zc-div p b {
            font-size: 22px;
            padding-right: 2px;
        }

.rt-rc-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.4em;
    margin-right: 15px;
    text-align: justify;
}

    .rt-rc-info b {
        font-size: 15px;
        padding-bottom: 3px;
        display: block;
    }

.cij-right-list {
}

    .cij-right-list b {
        font-size: 14px;
    }

.car-right-title span {
    padding: 3px 8px;
    font-size: 12px;
    color: #333;
    border: solid 1px #333;
    border-radius: 1px;
    margin-left: 3px;
}

.car-right-title svg {
    width: 32px;
    height: 32px;
    color: #fff;
    vertical-align: middle;
    margin: -4px 10px 0 15px;
}
.car-right-title .title-text{
    margin: 0 65px 0 15px;
    display: flex;
    justify-content: space-between;
    
}
.car-right-title .title-text h4{
    font-size: 16px;
    font-weight: normal;
}
/* .ind-right-tag {
    width: 91px;
    height: 24px;
    background: url(../images/ind-tag.png);
    margin: 4px 12px 0 0;
    cursor: pointer;
} */
.ind-right-tag i{
    display: block;
    width: 91px;
    height: 24px;
    background: url(../images/ind-tag.png);
    margin: 4px 12px 0 0;
    cursor: pointer;
}
    /* .ind-right-tag:hover div.ind-right-tag-open {
        opacity: 1;
        z-index: 9998;
    } */
/*发展目标*/
.ind-right-tag-open {
    position: absolute;
    right: 0;
    top: 46px;
    width: 100%;
    background: rgba(42,49,51,0.9);
    z-index: -1;
    opacity: 0;
    height: auto;
    transform: translateY(-10px);
    transition: all linear .35s;
}


.ind-right-tag-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid rgba(42,49,51,0.9);
    position: absolute;
    right: 45px;
    top: -10px;
}

.ind-right-tag-content {
    padding: 5px 28px 20px 28px;
    height: 450px;
    overflow: auto;
}

.ind-tag-close {
    position:absolute;
    right:4px;
    top:16px
}
    .ind-tag-close a svg {
    width:20px;
    height:20px;
    color:#fff
    }
.irt-title {
    font-size: 15px;
    font-weight: bold;
    position: relative;
    height: 40px;
    padding-top: 22px;
    clear: both;
}

    .irt-title:after {
        position: absolute;
        content: '';
        width: 64px;
        top: 46px;
        height: 3px;
        background: #249bd3;
        left: 0;
    }

.irt-mb ul li {
    font-size: 14px;
    color: #fff;
    padding: 2px 0 2px 18px;
    position: relative;
    color: #dcddde;
}

    .irt-mb ul li:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #26a4df;
        display: block;
        position: absolute;
        left: 0;
        top: 9px;
    }

.irt-rw ul li {
    width: 50%;
    float: left;
    padding: 10px 0;
    position: relative;
}



    .irt-rw ul li p b {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        padding-bottom: 2px;
    }

.irt-rw ul {
    display: flex;
    flex-wrap: wrap;
}

    .irt-rw ul li p {
        color: #bdc1c1;
        font-size: 13px;
        padding-left: 58px;
    }

    .irt-rw ul li i {
        position: absolute;
        width: 42px;
        height: 37px;
        display: block;
        left: 0;
        top: 12px;
        text-align: center;
        line-height: 37px;
        font-weight: normal;
        background: url(../images/tag-num-bag.png) 0 0;
        font-size: 18px;
    }

    .irt-rw ul li:nth-child(1) i {
        background: url(../images/tag-num-bag.png) 0 0;
    }

    .irt-rw ul li:nth-child(2) i {
        background: url(../images/tag-num-bag.png) -42px 0;
    }

    .irt-rw ul li:nth-child(3) i {
        background: url(../images/tag-num-bag.png) -84px 0;
    }

    .irt-rw ul li:nth-child(4) i {
        background: url(../images/tag-num-bag.png) -126px 0;
    }

    .irt-rw ul li:nth-child(5) i {
        background: url(../images/tag-num-bag.png) -168px 0;
    }

    .irt-rw ul li:nth-child(7) i {
        background: url(../iamges/tag-num-bag.png) -210px 0;
    }

.irt-bz {
    margin: 0 -8px;
}

.irt-bz {
    clear: both;
    overflow: hidden;
}

    .irt-bz ul li {
        float: left;
        margin: 8px 6px;
    }

        .irt-bz ul li span {
            padding: 5px 20px;
            color: #fff;
            border-radius: 30px;
            background: #1f9dd1;
            border: none;
            display: inline-block;
            font-size: 14px;
        }

        .irt-bz ul li:nth-child(1) span {
            background: #22c3c1;
        }

        .irt-bz ul li:nth-child(2) span {
            background: #3e97d6;
        }

        .irt-bz ul li:nth-child(3) span {
            background: #7bbd2f;
        }

        .irt-bz ul li:nth-child(4) span {
            background: #36c88c;
        }

        .irt-bz ul li:nth-child(5) span {
            background: #169ed1;
        }

        .irt-bz ul li:nth-child(6) span {
            background: #6c7dd8;
        }


.chain-map {
    position: absolute;
    right: 0;
    padding: 5px 0;
    top: 0;
    background: #ccc;
    border-left: 2px solid #fff;
    cursor: pointer;
}

    .chain-map a {
        display: block;
        font-size: 13px;
        color: #fff;
        padding: 6px 2px;
        border-radius: 3px;
        transition: .15s all linear;
    }

        .chain-map a svg {
            width: 25px;
            height: 25px;
            color: #fff;
            margin: -4px 10px 0 10px;
        }
    /* .chain-map:hover{
    background: #bbb;
} */
    .chain-map:hover svg {
        transform: rotate(180deg);
        transition: all linear .25s;
    }

.car-right-eco {
    background: #dee6ec;
    margin: 20px 0 10px 0;
    padding: 20px 25px;
}

    .car-right-eco i {
        width: 48px;
        height: 48px;
        border-radius: 48px;
        background: #f49141;
        display: block;
        margin: -2px 15px 0 0;
    }

.car-eco-tb {
    width: 50%;
    float: left;
}

.car-right-eco i svg {
    width: 28px;
    height: 28px;
    margin: 10px;
    color: #fff;
}

.car-eco-tb p {
    line-height: 1.5em;
}

    .car-eco-tb p b {
        font-size: 22px;
    }

.car-info-text {
    font-size: 14px;
    text-align: justify;
    position: relative;
    overflow: auto;
}
.car-info-text p{
    text-indent: 2em;
}

    .car-info-text a {
        color:#249bd3;
        padding-left:2px;
        position: absolute;
        right: 0;
        bottom: 0;
    }
        .car-info-text a:hover {
        color:#ff8e1b
        }

.int-more {
    text-align: right;
    margin-top:9px
}

    .int-more a {
        display: inline-block;
        width: 115px;
        height: 30px;
        background: #e9f0f4;
        line-height: 30px;
        text-align: center;
        font-size:13px;
        transition:linear all .2s
    }
        .int-more a:hover {
        background:#d9e5ec
        }

        .int-more a i {
            width: 9px;
            height: 5px;
            display: inline-block;
            vertical-align: middle;
            margin:-2px -5px 0 5px
        }

        .int-more a.int-open i {
            background:url(../images/more-icon.png) 0 0
        }

        .int-more a.int-close i {
            background:url(../images/more-icon.png) -9px 0;
        }
.car-info-imp {
    padding-top: 35px;
}

    .car-info-imp ul li {
        width: 50%;
        float: left;
        margin-bottom: 35px;
    }

        .car-info-imp ul li i {
            width: 48px;
            height: 48px;
            border-radius: 48px;
            background: #249bd3;
            display: block;
            margin: -2px 15px 0 0;
        }

            .car-info-imp ul li i svg {
                width: 28px;
                height: 28px;
                margin: 10px;
                color: #fff;
            }

        .car-info-imp ul li p b {
            font-size: 22px;
            color: #249bd3;
            padding-right: 5px;
        }

    .car-info-imp p {
        line-height: 1.5em;
    }

.info-text-title {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 0 0;
    clear: both;
    border-bottom: solid 2px #e2edf4;
    position: relative;
    padding-left: 48px;
    line-height: 30px;
    margin-bottom: 10px;
}

    .info-text-title i {
        width: 40px;
        height: 30px;
        background: url(../images/ind-info-left-d.png) no-repeat;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .info-text-title i svg {
            width: 20px;
            height: 20px;
            margin: 6px 0 0 8px;
            color: #249bd3;
        }

.ind-park-list {
    /* margin-left: -10px; */
    clear: both;
    overflow: hidden;
    transition: all ease .25s;
    margin: 0 12px 0 8px;
}

    .ind-park-list ul {
        display: flex;
        flex-wrap: wrap;
    }

        .ind-park-list ul li {
            float: left;
            margin: 5px 0 5px 0;
        }

            .ind-park-list ul li.ind-park-jkq a i {
                background: #309bd3;
            }

            .ind-park-list ul li.ind-park-gxq a i {
                background: #0ab9c4;
            }

            .ind-park-list ul li.ind-park-jkq a {
                background: #53b3e5;
            }

                .ind-park-list ul li.ind-park-jkq a:hover {
                    background: #309bd3;
                }

            .ind-park-list ul li.ind-park-gxq a {
                background: #42c9d1;
            }

                .ind-park-list ul li.ind-park-gxq a:hover {
                    background: #0ab9c4;
                }

            .ind-park-list ul li a {
                display: block;
                background: #e9f0f4;
                margin-left: 10px;
                height: 40px;
                border-radius: 3px 0 0 3px;
                position: relative;
                transition: .15s all linear;
                color: #fff;
                border-radius: 1px;
            }



                .ind-park-list ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                }

                .ind-park-list ul li a i {
                    position: absolute;
                    width: 41px;
                    height: 40px;
                    display: block;
                    border-radius: 3px 0 0 3px;
                }

                    .ind-park-list ul li a i svg {
                        width: 24px;
                        height: 24px;
                        margin: 8px;
                        color: #fff;
                    }

                .ind-park-list ul li a span {
                    padding-left: 55px;
                    display: flex;
                    align-items: center;
                    height: 40px;
                    padding-right: 15px;
                    transition: .15s all linear;
                }

                    .ind-park-list ul li a span b {
                        font-weight: normal;
                        line-height: 1.2em;
                    }

.ind-left-zt-sel {
    width: 290px;
    margin: -10px auto 0 auto;
    position: relative;
}

.ind-left-sel-btn {
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    border: solid 1px #d7dddf;
    transition: .2s all linear;
}

    .ind-left-sel-btn:hover {
        border: solid 1px #b1bbbd;
    }

    .ind-left-sel-btn i {
        width: 10px;
        height: 5px;
        background: url(../images/arrow.png);
        position: absolute;
        right: 12px;
        top: 15px;
    }

.car-ind-list-tab {
    padding: 5px 0;
}

.car-ind-list {
    position: absolute;
    left: 0;
    top: 34px;
    background: #fff;
    width: 480px;
    padding: 10px;
    z-index: 98;
    border: solid 1px #b1bbbd;
}

.car-ind-list-tab ul li {
    float: left;
    width: 158px;
    margin-right: 2px;
}

    .car-ind-list-tab ul li a {
        display: block;
        margin: 0 1px;
        background: #eeeeee;
        height: 35px;
        line-height: 35px;
        display: block;
        width: 157px;
        color: #333;
        text-align: center;
    }

        .car-ind-list-tab ul li a:hover {
            background: #3c93cf;
            color: #fff;
        }

        .car-ind-list-tab ul li a.checked {
            background: #3c93cf;
            color: #fff;
        }

.car-ind-sub {
    position: absolute;
    top: 48px;
}

.car-ind-list-wrap dl dt {
    clear: both;
    padding: 12px 0 6px 0;
    border-top: solid 1px #eeeeee;
}

    .car-ind-list-wrap dl dt:first-child {
        border: none;
    }

.car-ind-list-wrap {
    padding: 5px 0 0 0;
    overflow: hidden;
    margin: 0 10px;
}

    .car-ind-list-wrap dl dt:before {
        content: '';
        width: 4px;
        height: 16px;
        vertical-align: middle;
        margin: -2px 14px 0 0;
        background: #4591dd;
        display: inline-block;
    }

    .car-ind-list-wrap dl dd {
        float: left;
        margin: 0 20px;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .car-ind-list-wrap dl dd:hover {
            color: #3c93cf;
        }

.ind-left-zt-list {
    height: calc(100% - 130px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px 5px 15px;
    margin: 15px 0;
}

    .ind-left-zt-list ul li {
        margin: 0 0 10px 0;
        background: #ecf4fa;
        padding: 10px 15px;
    }

        .ind-left-zt-list ul li p b {
            display: inline-block;
            margin-bottom: 6px;
            font-size: 15px;
        }

        .ind-left-zt-list ul li p img {
            width: 100%;
        }

.ilz-cy-lb {
    padding-top: 8px;
    overflow: hidden;
    margin-right: -10px;
}

    .ilz-cy-lb span {
        display: block;
        float: left;
        margin: 2px 15px 2px 0;
        font-size: 13px;
    }

        .ilz-cy-lb span:before {
            content: '';
            width: 10px;
            height: 10px;
            border-radius: 10px;
            vertical-align: middle;
            margin: -3px 3px 0 0;
            background: #3c93cf;
            display: inline-block;
        }

.ind-left-map {
    width: 100%;
    height: 100%;
}

.ind-left-map-hawk {
    position: absolute;
    left: 20px;
    bottom: 0;
    background: #fff;
    border: solid 1px #b4cbd8;
    background: rgba(255, 255, 255, 0.5);
    width: 120px;
    height: 120px;
    cursor: pointer;
}

    .ind-left-map-hawk:hover {
        background: #fff;
    }

.car-right-zt-tab {
    height: 40px;
    background: #d1deed;
    margin-bottom: 20px;
}

    .car-right-zt-tab ul li {
        float: left;
        margin-right: 1px;
    }

        .car-right-zt-tab ul li a {
            width: 130px;
            height: 40px;
            line-height: 39px;
            display: block;
            text-align: center;
            position: relative;
        }

            .car-right-zt-tab ul li a:hover {
                background: #249bd3;
                color: #fff;
            }

            .car-right-zt-tab ul li a i {
                display: block;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                position: absolute;
                border-top: 8px solid #249bd3;
                left: 57px;
                display: none;
            }

            .car-right-zt-tab ul li a.checked {
                background: #249bd3;
                color: #fff;
            }

                .car-right-zt-tab ul li a.checked i {
                    display: block;
                }

.crt-wrap-wrap {
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.crt-chart {
    flex: 1;
    margin-top: 15px;
}

    .crt-chart div {
        width: 50%;
        height: 50%;
        float: left;
    }

.car-info-zdcy-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.car-info-zdcy-list {
    margin-bottom: 8px;
}

.car-info-zdcy-title {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
}

    .car-info-zdcy-title:after {
        content: '';
        position: absolute;
        left: 100px;
        right: 0;
        border-top: solid 1px #dadfe3;
        top: 33px;
    }

.ciz-left-icon {
    height: 96px;
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

    .ciz-left-icon i {
        background: #279ed6;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 36px;
        margin-bottom: 5px;
    }

    .ciz-left-icon p {
        line-height: 1.3em;
    }

        .ciz-left-icon p i svg {
            width: 28px;
            height: 28px;
            color: #fff;
            margin: 6px;
        }

.ciz-en-list {
    margin-left: 0;
    margin-top: 16px;
}

    .ciz-en-list ul li {
        float: left;
        margin: 5px 0 5px -1px;
        border: solid 1px #e1e2e7;
        padding: 5px 10px;
        background: #fff;
    }

        .ciz-en-list ul li img {
            width: 114px;
            height: 76px;
        }

.car-info-yqzc-wrap table {
    width: 100%;
}

    .car-info-yqzc-wrap table th {
        border-bottom: solid 1px #ccc;
        padding: 5px 8px;
        font-size: 15px;
        color: #249bd3;
        font-weight: bold;
        text-align: left;
    }

    .car-info-yqzc-wrap table td {
        border-bottom: solid 1px #ccc;
        padding: 10px 8px;
        font-size: 14px;
        vertical-align: top;
        color: #222;
    }

.car-info-yqdk-wrap {
    padding-top: 5px;
    margin: 0 -5px;
}

    .car-info-yqdk-wrap ul {
        display: flex;
        flex-wrap: wrap;
        flex-grow: 0;
    }

        .car-info-yqdk-wrap ul li {
            width: 33.33%;
            cursor: pointer;
        }

            .car-info-yqdk-wrap ul li p {
                padding: 0 18px;
            }

                .car-info-yqdk-wrap ul li p b {
                    font-size: 16px;
                    color: #222;
                    display: inline-block;
                    padding-bottom: 5px;
                }

            .car-info-yqdk-wrap ul li div {
                margin: 8px;
                background: #fff;
                /* height: 125px; */
                padding: 15px 0;
            }

            .car-info-yqdk-wrap ul li i {
                background: #dcebf3;
                color: #1f81ba;
                display: inline-block;
                padding: 3px 10px;
                margin-top: 8px;
                font-size: 13px;
            }


/*企业详情  */

.car-ent-top-fel {
    display: flex;
}

    .car-ent-top-fel div {
        flex: 1;
    }

.car-ent-td-list {
    overflow: hidden;
    clear: both;
}

    .car-ent-td-list ul li {
        float: left;
        margin: 4px 0;
    }

        .car-ent-td-list ul li span {
            display: inline-block;
            word-break: normal;
            background: #249bd3;
            color: #344e65;
            margin: 0 10px 8px 0;
            padding: 4px 12px;
            font-size: 14px;
            color: #fff;
        }

        .car-ent-td-list ul li b {
            color: #2c3a40;
            display: inline-block;
            margin-right: 18px;
        }

            .car-ent-td-list ul li b:before {
                content: '';
                background: #249bd3;
                display: inline-block;
                vertical-align: middle;
                margin: -2px 6px 0 0;
                width: 12px;
                height: 12px;
                border-radius: 12px;
            }


/*  */

.inno-popup {
    margin: 0px 20px;
    line-height: 40px;
    border: 1px solid #cedff1;
    border-radius: 2px;
    color: #333;
    box-shadow: 2px 2px 10px rgba(60, 148, 207, .2);
    background: #fff;
}
/* 全图按钮 */
.c2-middle-fullmap {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 999;
    cursor: pointer;
    color: #fff;
    background: #a3cbef;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    /* border: 1px solid #cedff1; */
    font-size: 14px;
    transition: all linear .2s;
}

    .c2-middle-fullmap:hover {
        background: #3c94cf;
    }

    .c2-middle-fullmap svg {
        width: 28px;
        height: 28px;
        vertical-align: middle;
        margin-top: 8px;
    }
/* 地图图例 */
.map-legend{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.map-legend ul li{
    color:#333;
    position: relative;
    vertical-align: middle;
    height: 20px;
}
.map-legend ul li i{
    display: inline-block;
    width: 25px;
    height: 14px;
    margin-top: 3px;
}

/*产业之旅*/
.ind-bp-bag {
    position: absolute;
    left: 0;
    top: 64px;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 9999
}

.ind-bp-wrap {
    width: 990px;
    height: 510px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -290px 0 0 -520px;
    background: #fff;
    border-radius: 5px;
    padding: 25px 30px;

}

.ibw-input {
    position: relative;
    font-size: 22px;
    font-weight: bold;
}
.ind-bp-nav{
    padding-top: 10px;
}
.ind-bp-title {
    font-size: 14px;
    color: #666;
    padding: 10px 0 8px 0;
}

.bp-ind-list {
    margin: 0 -10px 0 0;
}

.bp-ind-list-title {
    font-size: 15px;
    padding-bottom: 4px;
}

.bp-ind-list ul li {

    float: left;
    width: 250px;
    margin: 10px 0;

}

.bp-ind-icon i {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    display: block;
}

.bp-ind-icon i svg {
    width: 30px;
    height: 30px;
    margin: 9px;
    color: #fff;
}

.bp-ind-det {
    margin: -2px 0 0 60px;
}

.bp-ind-list-class a {
    font-size: 14px;
    margin-right: 8px;
}

.bp-ind-list-class a i {
    width: 56px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 1px;
    background: url(../images/tag-db-icon.png);
    opacity: 0.92;
}

.bp-ind-list-class a span {
    display: inline-block;
    word-wrap: none;
}

.bp-ind-list-class a:hover {
    color: #2ca2da;
}

.isn-1 {
    background: linear-gradient(45deg, #259dd9, #41b8f4);
}

.isn-2 {
    background: linear-gradient(45deg, #11a3d3, #4ccded);
}

.isn-3 {
    background: linear-gradient(45deg, #3f8cf6, #5da7fb);
}

.isn-4 {
    background: linear-gradient(45deg, #4d63cf, #648bfa);
}

.isn-5 {
    background: linear-gradient(45deg, #31bc73, #48da8d);
}

.isn-6 {
    background: linear-gradient(45deg, #5cbb37, #68d851);
}

.isn-7 {
    background: linear-gradient(45deg, #32bebc, #4ededc);
}

.isn-8 {
    background: linear-gradient(45deg, #12c599, #33e6ba);
}

.isn-9 {
    background: linear-gradient(45deg, #fb7f23, #fd9f59);
}


.ibw-input-list {
    position: absolute;
    left: 0;
    top: 52px;
    right: 0;
    background: #fff;
    z-index: 999999;
    opacity: 0.98;
}

.ibw-input-list ul {
    border: solid 1px #d2d8dd;
    border-top: none;
    width: 100%;
    max-height: 250px;
    overflow: auto;
}

.ibw-input-list ul li {
    font-size: 15px;
    padding: 6px 15px;
    cursor: pointer
}

.ibw-input-list ul li:hover {
    background: #eee
}

.ibw-input input {
    width: 100%;
    height: 52px;
    border: solid 1px #d2d8dd;
    padding: 0 15px;
    font-size: 16px;
    line-height: 52px;
}




.ibw-btn {
    text-align: center;
    clear: both;
    padding-top: 26px
}

.ibw-btn a {
    padding: 12px 100px;
    background: #2ca2da;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #2ca2da;
    display: inline-block;
    border-radius: 4px
}

.ibw-btn a:hover {
    opacity: 0.9
}
