/* 参会指南 */

.container {
    width: 100%;
    background: #ffffff;
}

.bannerBox {}

.partGuidCont {
    width: 1000px;
    margin: 40px auto;
}

.btnMeeting {
    width: 1000px;
    background: #13418b;
    height: 44px;
    line-height: 44px;
}

.zoom {
    overflow: hidden;
    zoom: 1;
}

.btnMeeting .on {
    background: url(../images/btn-on.jpg) no-repeat bottom left;
    color: #1d2089;
}

.btnMeeting li {
    width: 235px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    float: left;
    color: #ffffff;
}

.cont .show {
    display: block;
}

.map {
    width: 1000px;
    height: 222px;
    margin: 20px auto 10px;
}

.cont-box {
    padding: 0 15px;
    display: none;
    position: relative;
}


/* 手机端 */

@media screen and (min-width:320px) and (max-width: 768px) {
    .cont-box {
        padding: 0;
        display: none;
        position: relative;
    }
    .contbox {
        padding: 0 20px;
    }
}