html,body{
    font-size: 10px !important;
    user-select: none;
}
#home{
    display: none;
}
#product{
    margin-top: 120px;
}
@media screen and (min-width:763px) {
    #home{
        display: block;
    }
    #product{
        /* margin-top:0; */
    }
}


.menu-top li a {
    color: #777 !important;
    font-size: 1.6em;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.map img{
    width: 100%;
    height: auto;
}
.b-g{
    height: 203px;
    /* outline: 1px solid; */
    text-align: center;
    /* display: flex; */
    /* align-items: center; */
    /* margin: 0 auto; */
}
.b-g .img-responsive{
    /* width: 100%; */
    height: 100%;
    /* text-align: center; */
    /* align-content: baseline; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.footer > .row{
    background: none;
    background-color: #0989FF;
}

.footer .f1{
    background: transparent;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin: 20px auto 0;
    /* max-width: 1200px; */
    /* width: 90%; */
    display: flex;
    /* flex-basis: content; */
    /* flex-direction: row; */
    flex-wrap: nowrap;
}
@media screen and (min-width: 992px){
    .footer > .row{
        /* background-color: #03a9f4; */
        background: url(../img/db.png) no-repeat;
        background-size: 100% 100%;
        margin: 0;
        /* outline: 1px solid red; */
    }
    .footer .f1{
        background: transparent;
        /* margin-left: auto; */
        /* margin-right: auto; */
        margin: 350px auto 0;
        /* max-width: 1200px; */
        width: 80%;
        display: flex;
        /* flex-basis: content; */
        /* flex-direction: row; */
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
}


.footer .height220{
    /* height: 220px; */
}

.footer .row .col{
    flex-basis: 33%;
    /* display: flex; */
    /* text-align: center; */
}

@media (max-width:850px) {
    .footer .f1{
        flex-direction: column;
        align-items: center;
        text-align: left;
    }
    .footer .row .col{
        /* flex-basis: 50%; */
        min-width: 215px;
        /* flex-direction: row; */
        /* display: block; */
        align-items: flex-start;
    }
}


.footer h1{
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 1.2em;
    /* text-align: center; */
}
.ac-gf-directory-column-section-list {
    margin-right: 20px;
    list-style: none;
    padding: 0;
    /* text-align: left; */
}
.ac-gf-directory-column-section-item {
    display: block;
    pointer-events: auto;
    margin-bottom: 1em;
    color: #fff;
}
.ac-gf-directory-column-section-list a{
    text-decoration: none;
    color: #fff;
}
.copyright-wrap{
    background-color: #4EA2FF;
}
.about img{
    width: 100%;
    height: auto;
}
.about .js{
    text-align: left;
    text-indent: 2em;
    font-size: 1.6em;
}
.title2{
    border-left: 11px solid #266cff;
    padding: 10px 20px;
    font-size: 1.4em;
    line-height: 1;
    color: #333;
    font-weight: 700;
}
.serv1{
    background: url(../img/service/gyby_09.png) no-repeat;
    background-size: 100% 100%;
    /* background-color: #fff; */
}
.serv2{
    background: url(../img/service/jg.jpg) no-repeat;
    background-size: 100% 100%;
    
}
.serv3{
    background: url(../img/service/ga.jpg) no-repeat;
    background-size: 100% 100%;
}
.serv4{
    background: url(../img/service/beidou.jpg) no-repeat;
    background-size: cover;
}
.serv5{
    background: url(../img/service/wv.jpg) no-repeat;
    background-size: 100% 100%;
}

.hyfa{
    display: flex;
    /* z-index: 1111; */
    /* float: left; */
    flex-wrap: wrap;
    position: relative;
    /* justify-content: center; */
    /* align-items: center; */
}
.hyfa .hyfa-item{
    flex-basis: 100%;
    padding: 0 5px;
    /* background: #fff; */
    /* text-align: center; */
}

@media (min-width: 375px){
  
    .comp{
        display: none;
    }
	
}

@media (min-width: 768px){
    .hyfa .hyfa-item {
        flex-basis: 50%;
    }
    .comp{
        display: none;
    }
}
@media (min-width: 992px){
    .hyfa .hyfa-item {
        flex-basis: 20%;
    }
    .comp{
        display: inline;
    }
    .service{
        width: auto;
    }
}
