.logoBar, .logoBar .wrapper {
    height: 143px;
}
.logoBar.city .wrapper {
    width: 100%;
}
.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.logoBar .logo-left {
    float: left;
    padding-top: 40px;
}
.logoBar .logo-left img {
    float: left;
    cursor: pointer;
}
.logoBar .logo-right {
    float: right;
    padding-top: 45px;
}
.logoBar .searchBox, .logoBar .searchMap {
    float: left;
}
 .logoBar .search-hot {
    position: relative;
    height: 30px;
}


.logoBar .search-hot span, .logoBar .search-hot label {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
}

.logoBar .search-area {
    height: 37px;
}
.logoBar .search-area input {
    float: left;
    padding: 0 12px;
    width: 220px;
    height: 37px;
    line-height: 37px;
    border: 2px solid #e02c2c;
    color: #333;
}
.logoBar .search-area button {
    float: left;
    padding-left: 33px;
    width: 75px;
    height: 37px;
    line-height: 35px;
    color: #fffefe;
    border: none;
    outline: none;
    cursor: pointer;
    background: #e02c2c url(/static/plugins/home/images/ico-search.png) no-repeat 10px center;
}
.logoBar .search-hot label {
    margin-right: 2px;
    color: #999;
}
.logoBar .search-hot span {
    margin-right: 8px;
    color: #999;
}

.banmain1_sub {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner_main2{
    width: 1200px;
    height: 142px;
    margin-left: calc(50% - 600px);
    position:absolute;
    z-index: 999;
    top:46px;

}