﻿.container{
    width: 1200px;
    margin: 0 auto;
}
.breadNav{  display: none;
    margin: 10px 0;  
    float: left;
    line-height: 40px;
}
.spanWrap{
    overflow: hidden;
    padding-left: 35px;
    position: relative;
    margin-bottom: 14px;
}
.span{
    line-height: 30px;
    padding: 8px 10px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
}
.spanOn{
    background: #296BB8;
    color: #fff;
    border-radius: 4px;
}
.c1:before{
    content: '\7c7b\578b\ff1a';
    position: absolute;
    left: 0;
    line-height: 45px;
    color: #666;
}
.c2:before{
    content: '\5730\57df\ff1a';
    position: absolute;
    left: 0;
    line-height: 45px;
    color: #666;
}
.c3:before{
    content: '\7279\5f81\ff1a';
    position: absolute;
    left: 0;
    line-height: 45px;
    color: #666;
}
.openBtn{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #333;
    position: absolute;
    top: 0px;
    right: -55px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.maxH{
    max-height: 50px;
}
.search2{
    width:365px;
    /* height:41px; */
    border:1px solid rgba(229,229,229,1);
    border-radius:8px;
    line-height: 41px;
    position: relative;
    margin: 38px 0  38px 160px;
    float: left;
}
.search2::before {
    content: '';
    display: block;
    width: 156px;
    height: 69px;
    position: absolute;
    left: -5px;
    top: 0;
    transform: translate(-100%,-25%);
    background: url(../image/qydta.png)no-repeat;
    background-size: 100%;
}
.search2 input{
    border: none;
    line-height: 39px;
    text-indent: 2em;
    width: 300px;
}
.search2 input:focus{
    outline:none;
}
.searchTips{
    color: #747474;
    font-size: 16px;
    float: left;
    margin: 38px 20px;
    line-height: 41px;
}
.leftCon{
    width: 100%;
    height: 600px;
    float: left;
}
.companyLi{
    width: 260px;
    height: 368px;
    background:rgba(255,255,255,1);
    box-shadow:0px 0px 21px 0px rgba(37,143,252,0.22);
    border-radius:8px;
    float: left;
    margin-left: 20px;
    margin-top: 13px;
}
.companyUl .companyLi:nth-child(3n-2){
    margin-left: 0;
}
.companyLi img{
    width: 260px;
    height: 235px;
}
.locSpan{
    display: inline-block;
    width: 18px;
    height: 24px;
    background: url(https://jcmk.zqzzy.com/css/img/dingwei.png)no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.companyInfo{
    font-size: 14px;
    color: #666666;
    line-height: 1.5em;
    padding: 5px;
    box-sizing: border-box;
}
.cT{
    font-size: 16px;
    font-weight: bold;
    color: #479ED0;
    margin: 5px 0;
}
.ddd {
    overflow: hidden;
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
    white-space:nowrap;
}
.ddd2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pageWrap{
    margin: 20px auto;
    text-align: center;
}
.companyUl{
    overflow: hidden;
    padding-bottom: 13px;
}
.rightMap{
    width:339px;
    height:500px;
    float: right;
}
.rightMap h3{
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #296BB8;
}
#allMap{
    width: 100%;
    height: 440px;
    border:1px solid rgba(41,107,184,1);
    box-sizing: border-box;
}
.layerBtn{
    width:100px;
    height:36px;
    border:1px solid #ABDAFE;
    border-radius:21px;
    font-size: 16px;
    color: #19225A;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}
.layerBtn:hover{
    background:linear-gradient(90deg,rgba(171,218,254,1),rgba(94,178,248,1));
    color: #fff;
    border: 1px solid rgba(171,218,254,1);
}
.layerBtn2{
    width:100px;
    height:36px;
    border:1px solid #ABDAFE;
    border-radius:21px;
    font-size: 16px;
    color: #19225A;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    float: left;
    margin-top: 6px;
    margin-left: 6px;
}
.layerBtn2:hover{
    background:linear-gradient(90deg,rgba(171,218,254,1),rgba(94,178,248,1));
    color: #fff;
    border: 1px solid rgba(171,218,254,1);
}