.info{
    position: fixed;
    top: 135px;
    left: 0;
    width: 550px;
    height: 600px;
    overflow: hidden;
    z-index: 99;
}
.swiper-container2{
    width: 100%;
    position: relative;
}

.swiper-container2>.swiper-wrapper .swiper-slide{
    width: 550px!important;
    height: 580px;
    background: rgba(255,255,255,.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination2{
    position: absolute;
    bottom: 5px!important;
    display: flex;
    justify-content: center;
    z-index: 100;
}
/*.info_box{
    width: 303px;
    height: 402px;
    padding-top: 34px;
    padding: 34px 14px 12px;
}*/
.info_box{
    width: 520px;
    height: 500px;

    padding-top: 34px;
    padding: 34px 14px 12px;
}
.info_tit{
    font-size: 14px;
    font-weight: bold;
    color: rgb(0,77,156);
    text-align: center;
}
.info_tit2{
    font-size: 14px;
    font-weight: bold;
    color: rgb(0,77,156);
}
.info_con{
    font-size: 12px;
    color: rgb(102,102,102);
    line-height: 16px;
    margin-top: 12px;
}
.info_con span{
    /*display: block;*/
}
.phone{
    padding-left: 20px;
    margin-top: 15px;
}
.phone2{
    padding-left: 20px;
}
.address{
    text-align: right;
    margin-top: 26px;
}
.address2{
    text-align: right;
}


#one {
    background-color: rgba(255,255,255,.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    /**height: 270px;**/
    padding: 13px 11px 11px;
    transform: translate3d(0, 0, 0); /* 开启硬件加速 */
    z-index: 999;
}

#close {
    position: absolute;
    top: 0;
    right: 8px;
}

.float_top{
    width: 60px;
    height: 23px;
    background: url("/static/img/yuan_bg.png") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    color: rgb(255,255,255);
    font-size: 14px;
    line-height: 20px;
    opacity: .7;
}
.float_con{
    padding: 18px 15px;
    background: rgba(2,96,192,.1);
    margin-top: -6px;
}

.con_tit{
    font-size: 18px;
    color: rgb(0,77,156);
    font-weight: 600;
    text-align: center;
}
.con_main{
    font-size: 12px;
    color: rgb(102,102,102);
    line-height: 24px;
    margin-top: 6px;
}