body, html{width: 100%;height: 100%;margin:0;overflow:hidden;font-family:"微软雅黑";}
#allmap{
    z-index: 1;
    height: 100%;
    margin-top: 4px;
    position: relative;
}
/*@media (min-width: 1201px) {*/
    /*#allmap{*/
        /*z-index: 1;*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*margin-top: 4px;*/
        /*position: relative;*/
    /*}*/
/*}*/
th{
    text-align : center;
}

/*header*/
header{
    width: 100%;
    background-color: #fff;
    height: 60px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.349019607);
}
header .logo{
    width: 150px;
    height: 45px;
    margin-right: 20px;
    float: left;
}
header .logo img{
    width: 150px;
    height: 45px;
    margin-top: 7px;
    float: left;
}
header .container{
    width: 1210px;
}
header .container nav{
    float: left;
}
header .container nav li{
    width: 98px;
    float: left;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    color: #000;
}
header .container nav li a{
    font-size: 18px;
    font-weight: bold;
    padding: 0!important;
}
header .container ul{
    float: right;
    width: 380px;
}
header .container ul li{
    display: inline-block;
    line-height: 60px;
    text-align: center;
}
header #Login_cookie,header #Login_cookie a{
    padding: 2px 4px;
    font-size: 15px;
}
header #Login_cookie a,header #Login_cookie li,header .time{
    color: #000 ;
}
header #Login_cookie a:hover{
    color: #00A2E9;
    background: rgba(255,255,255,0.8);
    border-radius: 6px;
}
#vip_service a:hover,#invitation a:hover{
    background: none !important;
    border-radius: 0 !important;
}
/*vip服务  邀请有奖动态特效*/
#vip_service a{
    animation-name:change;
    animation-duration:2s;
    animation-timing-function:linear;
    animation-delay:-2s;
    animation-iteration-count:infinite;
    /*animation:animation 1s  linear 0.75s infinite alternate;*/
    color: #d9d909 !important;}
@keyframes change{
    0% {text-shadow: none;color: #d9d909
    }
    15% {text-shadow: none;color: #d9d909
    }
    25% {text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    50%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    75%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    85%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    95%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    100% {text-shadow: none;color: #d9d909}
}
#invitation a{
    animation-name:invitation;
    animation-duration:2s;
    animation-timing-function:linear;
    animation-delay:-3s;
    animation-iteration-count:infinite;
    /*animation:animation 1s  linear 0.75s infinite alternate;*/
    color: #E0E009 !important;}
@keyframes invitation{
    0% {text-shadow: none;color: #d9d909
    }
    15% {text-shadow: none;color: #d9d909
    }
    25% {text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    50%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    75%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    85%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    95%{text-shadow: 0 0 10px #d9d909;color: #ffff09
    }
    100% {text-shadow: none;color: #d9d909}
}
/*右边搜索*/
.right{
    position: absolute;
    width: 57%;
    height: 100%;
    top:64px;
    right: 0;
    background: #fff;
    z-index: 999;
    overflow:auto
}

.shrink{
    position: absolute;
    z-index: 998;
    width: 100px;
    height: 100px;
    line-height: 94px;
    border-radius: 60px;
    background: rgba(226,119,130,0.8);
    cursor: pointer;
    top:46%;
    left: 40.5%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    padding-right: 35px;
}
/*搜索条件*/
.condition{
    width: 98%;
    height: 230px;
    border: 1px solid #ddd;
    margin: 15px auto 0;
    padding: 5px 0;
}
.condition dl{
    width: 95%;
    line-height: 50px;
    margin: 0 auto;
}
.condition dl:last-child {
    border: none;
}
.condition dl dt {
    display: inline-block;
    width: 80px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 30px;
    font-weight: 400;
    color: #aaa;
}
.condition dl dd {
    display: inline-block;
    height: 30px;
    padding: 5px 10px;
    cursor: pointer;
    color: #333;
}
.condition dl .active,
.condition dl .active:hover {
    background: #169BD5;
    color: #fff;
    border-radius: 3px;
}
/*行业*/
 .hy-hide {
    position: absolute;
    z-index: 999;
    background: white;
    border: 1px solid #ccc;
    margin: -10px 112px;
    width: 270px;
}

 .hy-hide ul li {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    cursor: pointer;
}

 .hy-hide .li-first {
    background: #f1f1f1;
}
 .hy-hide ul li:first-child:hover{
    background: #f5f9fc;
}
 .hy-hide ul li:hover {
    background: #f5f9fc url(/static/image/se1.png) center right no-repeat;
    background-position:96%;
}

 .hy-hide ul li span {
    float: right;
    margin-right: 8px;
}
.triangle{
    position: absolute;
    top: 22px;
    right: 8px;
}
.li-1,.li-2,.li-3,.li-4,.li-5,.li-6,.li-7,.li-8,.li-9,.li-10,.li-11,.li-12,.li-13,.li-14,.li-15,.li-16,.li-17,.li-18,.li-19,.li-20{
    background: url(/static/image/se1.png) center right no-repeat;
    background-position:96%;
}
.hy-1,
.hy-2,
.hy-3,
.hy-4,
.hy-5,
.hy-6,
.hy-7,
.hy-8,
.hy-9,
.hy-10,
.hy-11,
.hy-12,
.hy-13,
.hy-14,
.hy-15,
.hy-16,
.hy-17,
.hy-18,
.hy-19,
.hy-20 {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
}

.hy-1,
.hy-2,
.hy-6,
.hy-8,
.hy-10,
.hy-11,
.hy-12,
.hy-16,
.hy-17,
.hy-20 {
    margin: -30px 268px;
    width: 200px;
}

.hy-3,
.hy-9,
.hy-15,
.hy-18,
.hy-19 {
    margin: -30px 268px;
    width: 310px;
}

.hy-4,
.hy-5,
.hy-7,
.hy-13,
.hy-14 {
    margin: -30px 268px;
    width: 200px;
}
.hy-btn i{
    margin: 0;
}

/*数据可视化*/
.visualization{
    width: 98%;
    height: 260px;
    line-height: 240px;
    border: 1px solid #ddd;
    margin: 15px auto 0;
    padding: 15px 0;
    position: relative;
}
#state{
    display: inline-block;
    width: 260px;
    height: 240px;
    top:0;
    position: absolute;
    left: 1%;
}
#industry{
    display: inline-block;
    width: 460px;
    height: 240px;
    top:0;
    position: absolute;
    left: 27%;
}
#year{
     display: inline-block;
     width: 260px;
     height: 240px;
     top:0;
     position: absolute;
     left: 70%;
 }
.btn-prompt{
    width: 100%;
}
.btn-prompt div{
    height: 45px;
    float: left;
    margin-top: 105px;
    text-align: center;
    color: #aaa;
}
.prompt-1{
    width: 280px;
}
.prompt-2{
    width: 370px;
}
.prompt-3{
    width: 240px;
}

/**/
.enterprise-list{
    width: 98%;
    height: auto;
    margin: 15px auto 0;
}
table tr th,table tr td{
    border: 1px solid #e1e1e1;
    padding: 5px;
    height: 45px;
    text-align: center;
}
table a{
    color: #00A2E9;
}
.list-1{
    width: 295px;
}
.list-2{
    width: 124px;
}
.list-3{
    width: 170px;
}

/*分页*/
.pagea{
    width: 98%;
    height: 150px;
    line-height: 80px;
    margin: 0 auto;
}

.pagea .on {
    background: #00A6EA;
    display: inline-block;
    width: 36px;
    height: 35.8px;
    margin: 0 2px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
.pagea .on a{
    color: #FFFFFF;
    text-decoration: none;
}
.pagea .on a:hover{
    color: #FFFFFF;
    border: 1px solid #00A6EA;
    text-decoration: none;
}
.pagea .pagea_left a,.pagea .pagea_right a{
    width: 75px ;
    height: 35px;
}
.pagea a {
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #333;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    text-decoration: none;
}
.pagea a:hover,.ssny_zxxx a:hover{
    border: 1px solid #00A6EA;
    color: #00A6EA;
    text-decoration: none;
}
.pagea .left{
    float: left;
}
.pagea .pg_right{
    float: right;
    margin-right: 30px;
}

.dl_1{
    display: block;
    height: 30px;
    line-height: 30px;
}
.dl_1 dd{
    color:rgba(15,15,15,0.33) !important;
    font-size: 13px !important;
    margin-left: 110px;
    padding: 5px 12px !important;
}




















