@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 768px){
.navbar2{display:none;}
}
@media screen and (max-width: 768px){
.navbar2{width: 100%;bottom: 0px;position: fixed;z-index: 99;border-top: 1px solid #d2d2d2;}
.foot_nav2 {
    width: 33.33%;
    float: left;
    background-color: #359dff;
    text-align: center;
    color: #FFF;
}
.foot_nav2 a {
    color: #FFF;
    display: block;
}
.tel222 {
    height: 60px;
    padding-top: 36px;
    background: url(../images/footericon_3.png) no-repeat center 5px / 29px;
}
.wx222 {
    height: 60px;
    padding-top: 36px;
    background: url(../images/ico-mess.png) no-repeat center 5px / 29px;
}
.add222 {
    height: 60px;
    padding-top: 36px;
    background: url(../images/xqcx.png) no-repeat center 5px / 29px;
}
.map222 {
    height: 60px;
    padding-top: 36px;
    background: url(../images/footericon_2.png) no-repeat center 5px / 29px;
}
}