﻿html,body{
    min-width: 1200px;
}
.header{
    width: 100%;
    height: 70px;
    color: #fff;
    position: absolute;
    top: 0;
    z-index: 11;
}
.container{
    width: 1200px;
    font-size: 18px;
    margin: 0 auto;
}
.logo {
    width: 225px;
    height: 57px;
    margin-top: 0px;
    float: left;
    vertical-align: middle;
    margin-left: 10%;
}
@media screen and (max-width: 1400px) {
    .logo {
        margin-left: 10%;
    }
}
.topNav {
    float: right;
    margin-right: 20px;
    display: flex;
    width: 50%;
    max-width: 768px;
    justify-content: space-between;
}

.topNav li {
    /* float: left;
    margin-left: 58px; */
    font-size: 18px;
    margin-top: 25px;
    padding-bottom: 5px;
    color: #fff;
    cursor: pointer;
}
.topNav li:hover{
    border-bottom: 3px solid #ECA62C;
}
.on{
    border-bottom: 3px solid #ECA62C;
}
.logInWrap{
    float: right;
    line-height: 45px;
}
.logIn{
    width:255px;
    height:45px;
    background:rgba(236,166,44,1);
    float: left;
    text-align: center;
}
.san{
    width: 0;
    height: 0;
    border-top: 45px solid #ECA62C;
    border-right: 45px solid transparent;
    float: left;
}
.map{
    width: 100%;
    height: 100%;
}
.rightBox{
    width: 249px;
    height: 450px;
    background-color: #fff;
    z-index: 11;
    border-radius: 5px;
    padding-top: 10px;
    overflow-y: auto;
}
.rightWrap{
    width: 249px;
}
.right_li{
    position: relative;
}
.right_li2{
    width: 180px;
    height: 50px;
    margin: 20px auto;
}
.right_li:hover .streetList{
    display: block;
}
.streetList{
    width:504px;
    height:282px;
    background:rgba(255,255,255,1);
    border-radius:8px;
    position: absolute;
    left:0;
    top: 0px;
    transform: translate(-100%,0);
    display: none;
}
.li_in{
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    padding: 5px 0;
    padding-left: 50px;
    border-bottom: 1px solid #f2f2f2;

}
.ii1{
    background: url(https://jcmk.zqzzy.com/css/img/ii1.png)no-repeat left center;
}
.ii2{
    background: url(https://jcmk.zqzzy.com/css/img/ii2.png)no-repeat left center;
}
.ii3{
    background: url(https://jcmk.zqzzy.com/css/img/ii3.png)no-repeat left center;
}
.ii4{
    background: url(https://jcmk.zqzzy.com/css/img/ii4.png)no-repeat left center;
}
.ii5{
    background: url(https://jcmk.zqzzy.com/css/img/ii5.png)no-repeat left center;
}
.ii6{
    background: url(https://jcmk.zqzzy.com/css/img/ii6.png)no-repeat left center;
}
.li_in p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchOpen {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 25px;
    position: absolute;
    left: 20px;
    top: 100px;
    z-index: 11;
}

.searchOpen .iconfont {
    font-size: 50px;
}

.search {
    width: 400px;
    max-height: 620px;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    left: 90px;
    top: 100px;
    z-index: 11;
    padding: 15px;
    box-sizing: border-box;
    display: none;
}

.searchInput {
    width: 50%;
    height: 40px;
    border-radius: 5px;
    border:1px solid rgba(138,138,138,1);
    float:left;
}

.searchInput .input {
    border: 1px solid #f2f2f2;
    height: 40px;
    width: 80%;
    margin-left: 5%;
    border: none;
    box-sizing: border-box;
    color: #333;
}
.searchInput .input:focus{
    border: 0px;
    outline: none;
}
.icon-sousuo{
    width: 15%;
    height: 40px;
    display: block;
    background: url('../image/search.png')no-repeat center center;
     float: right;
    background-size:80%;
}
.resultList {
    /* padding: 20px; */
    width:100%;
    max-height: 530px;
    overflow-y: auto;
}

.resultList li {
    width: 364px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
}
.resultList li img {
    width: 80px;
    height: 90px;
    float: left;
}

.companyInfo {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 4px;
}
.numBox{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #006abe;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
}
.search_title{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    color: #222222;
}
.search_title2{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: right;
    color: #666;
}
.p_loc{
    /* margin-left: 20px; */
    background: url(https://jcmk.zqzzy.com/css/img/loc.png)no-repeat left center;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.page_wrap{
    text-align: center;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}
.companyImg{
    width: 60px;
    height: 60px;
    object-fit: contain;
    /* border: 1px solid #f2f2f2; */
}
.toSign{
    width:153px;
    height:48px;
    text-align: center;
    line-height: 48px;
    background:rgba(41,107,184,1);
    border-radius:8px;
    margin: 20px auto 0 auto;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.streetList{
    padding: 20px;
    box-sizing: border-box;
}
.streetuUl li{
    padding: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
}

.blue{
    background: #296BB8;
    color: #fff;
}
.btnWrap{
    width: 185px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
}
.btn{
    width:74px;
    height:33px;
    border-radius:3px;
    text-align: center;
    line-height: 33px;
    float: left;
}
.ok{
    background:rgba(236,166,44,1);
    color: #fff;
    margin-right: 20px;
}
.no{
    background:#EDEDED;
    color: #000;
}

.c1 {
    width: 100%;
    height: 244px;
    padding: 18px;
    box-sizing: border-box;
    background: #F6F3F7;
}

.know {
    width: 360px;
    height: 100%;
    float: left;
}

.know p:first-child {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.know p:last-child {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    -webkit-line-clamp: 6;
}

.line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.tabsWrap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.tabs1{
    width: 582px;
    height: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.titL{
    border-left: 5px solid #296BB8;
    font-size: 18px;
    color: #296BB8;
    text-indent: 1em;
    float: left;
    overflow: hidden;
}
.titR{
    float: right;
    font-size: 14px;
    color: #333;
}
.tabTit{
    overflow: hidden;
}
.imgWrap{
    width:183px;
    height:176px;
    margin-top: 10px;
    position: relative;
    float: left;
}
.imgWrap img{
    width:183px;
    height:176px;
    object-fit: cover;
}
.imgWrap:hover .bottomInfo{
    display: block;
}
.bottomInfo{
    position: absolute;
    bottom: 0;
    width:183px;
    height: 62px;
    line-height: 31px;
    color: #fff;
    text-align: center;
    background:rgba(0,0,0,0.6);
    display: none;
}
.bottomInfo p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mr{
    margin-right: 4px;
}
.c2{
    overflow: hidden;
}
.swiperWrap{
    width:380px;
    height:170px;
    background:rgba(252,251,242,1);
    padding: 5px;
    box-sizing: border-box;
}
.big {
    float: left;
    width: 34px;
    height: 34px;
    font-size: 36px;
}

.small {
    float: left;
    margin-left: 5px;
    font-size: 16px;
    color: #666;
}

.tit-a {
    overflow: hidden;
    padding: 5px;
}
.More{
    float: right;
    margin: 5px;
    color: #D4B97B;
}
.timeWrap{
    width:42px;
    height:42px;
    background:rgba(212,185,123,1);
    border-radius:3px;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: left;
}
.conB{
    width: 315px;
    float: right;
}
.listL{
    overflow: hidden;
}
.mp{
    margin-top: 20px;
}
.swiperWrap {
    width: 380px;
    height: 160px;
    float: left;
    margin: 20px 0;
}
.red {
    background: #FAF0F0;
    margin-left: 30px;
}
.blue1 {
    background: #EBF1F7;
    margin-left: 30px;
}
.footer{
    width: 100%;
    height: 266px;
    background: #fff;
    padding-top: 40px;
    color: #000;
    border-top:1px solid rgba(0,0,0,1);
}
.footerList{
    overflow: hidden;
}
.footerList li p{
    font-size: 16px;
}
.footerList li {
    margin-top: 20px;
    float: left;
}
.infoL p{
    margin-top: 20px;
}
.erList{
    float: left;
    margin-right: 20px;
}
.erList img{
    width: 65px;
    height: 65px;
    margin: 20px 0;
}
.sup{
    text-align: center;
    margin-top: 40px;
}