.banner{
    width: 100%;
    height: auto;
}
.swiper-container{
    width: 100%;
    height: 100%;
}
.banner-img{
    width: 15rem;
    height: 2.9rem;
    display: block;
	
}
.main{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ditu-title{
    text-align: center;
    font-size: .6rem;
    font-weight: 600;
    margin-top: .8rem;
}
.ditu-img{
    width: 10.6rem;
    height: 9.9rem;
    display: block;
    margin: 0 auto;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.content-title{
    margin-top: 1rem;
    border-bottom: .05rem solid #c9c9c9;
    height: .8rem;
    line-height: .8rem;
    font-size: .5rem;
    padding-left: .6rem;
}
.content-title span{
    padding-left: .2rem;
    font-size: .42rem;
    color: #747474;
    font-style: italic;
}
.mendian-inf{
    margin: 0 .6rem;
    overflow: hidden;
    height: auto;
}
.mendian-choose{
    margin: .6rem 0;
    height: auto;
    display: flex;
}
.mendian-choose-title{
    font-size: .4rem;
    width: 1.5rem;
}
.mendian-choose-con{
    display: flex;
    margin-left: .4rem;
    flex-wrap: wrap;
    width: 11.5rem;
}
.mendian-choose-con p{
    font-size: .4rem;
    margin:0 .2rem .3rem;
}
.mendian-choose-con p.active{
    color: #fdd000;
}
.mendian-box{
    height: auto;
    margin-top: .8rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.mendian-list{
    margin-bottom: .6rem;
    display: flex;
    justify-content: space-between;
    height: 4.5rem;
    overflow: hidden;
}
.mendian-left{
    width: 7.4rem;
    height: 4.5rem;
}
.mendian-left img{
    width: 100%;
    height: 100%;
    display: block;
}
.mendian-right{
    width: 6.2rem;
    height: 100%;
    overflow: hidden;
}
.mendian-name{
    font-size: .4rem;
    color: #222;
    margin-top: .2rem;
}
.mendian-dizhi{
    font-size: .4rem;
    color: #222;
    margin-top: .2rem;
}
.mendian-lianxi{
    font-size: .4rem;
    color: #222;
    margin-top: .2rem;
}
.mendian-phone{
    background: url("../images/mendian/dianhua.png") 0 center no-repeat;
    background-size: .68rem .68rem;
    padding-left: 1rem;
    font-size: .4rem;
    color: #222;
    margin-top: .2rem;
    height: .8rem;
    line-height: .8rem;
}