/* 轮播图样式 */
.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
}


/* 联系式 */
.main_shop{
    width: 100%;
}
.main_shopcent{
    width: 75%;
    height: 320px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_shop_centa{
    width: 50%;
    
}
.main_shop_centa p:nth-child(1){
    font-size: 18px;
    color: #666666;
}
.main_shop_centa p:nth-child(1) > img{
    /* width: 10%; */
}
.main_shop_centa p:nth-child(1) > span{
    margin-left: 5px;
}
.main_shop_centa p:nth-child(2){
    color: #333333;
    font-weight: 600;
    /* margin-left: 30px; */
    margin-top: 10px;
}
.main_shopcent >div:nth-child(1) > p:nth-child(2){
    font-size: 20px;
}
.main_shopcent>div:nth-child(2) > p:nth-child(2){
    font-size: 30px;
}
.main_shopcent>div:nth-child(3) > p:nth-child(2){
    font-size: 22px;
}




/* 底部地图 */
.main_btm{
    width: 100%;
}
.main_btm >img{
    width: 100%;
}