.banner{
    width: 100%;
    height: auto;
}

.banner>img{
    width: 100%;
    display: block;
}

.container{
    width: 6.46rem;
    height: auto;
    margin: 0.2rem auto 0 auto;
    min-height: 8rem;

}

.container>h1{
    color: #5ac8c8;
    font-size: 0.24rem;
    margin-top: 0.15rem;
}

.container img{
    width: 100%;
}

.container>h1:first-child{
    margin-top: 0;
}

.container>p,.container>p>a{
    color: #7d7d7d;
    font-size: 0.2rem;
    line-height: 0.3rem;
    margin-top: 0.15rem;
}





.map{
    width: 100%;
    margin-top: 0.2rem;
    display: block;
}

.img-box{
    width: 6rem;
    height: 1.82rem;
    margin: 0.45rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.img-left{
    width: 2.61rem;
    height: 100%;
}

.img-left>img,.img-right>img{
    width: 100%;
    display: block;
}

.img-right{
    width: 3.3rem;
    height: 100%;
}

.br-second{
    margin-top: 0.45rem !important;
}