a{
    cursor: pointer;
}
/* 自定义滚动条 */
::-webkit-scrollbar { /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}


::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 2px;
    background-color: #b7b9c9;
    opacity: .8;
}

::-webkit-scrollbar-track { /*滚动条里面轨道*/}

.navbar-toggle > .white-icon-bar {
    background-color: black;
}
.navbar-nav>li>a{
    color: #26272e;
}
.navbar-logo{
    width: 48px;
}
#navbar:hover{
    background: #f4f4f4;
    color: #264683;
}
.is-active{
    background: #f4f4f4!important;
    color: #264683!important;
}
.navbar-logo{
    width: 48px;
}
.navbar-brand{
    position: relative;
    padding: 5px;
}
.navbar-brand>img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.content-box{
    height: 100%;
}
.content-box-container{
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}
#navbar{
    background-color: #ffffff;
}
#home, #whatWeDo, #whyUs, #software, #website, #tellUs{
    height: 100%;
}


#footer{
    background-color: #ffffff;
    padding: 60px 0;
    font-size: 16px;
    letter-spacing: 1;
}
.footer-title{
    margin-bottom: 36px;
}
#footer .mb-title{
    padding-bottom: 25px;
}
#footer .pb-10{
    padding-bottom: 10px;
}
/* goToTop */
.goToTop{
    position: fixed;
    bottom: 72px;
    right: 7%;
    width: 40px;
    cursor: pointer;
}
.qrcode{
    display: inline-block;
    background: url("../img/QRCode.png") no-repeat;
    height: 50px;
    width: 50px;
    background-position: 0 -11px;
}
.gaia{
    vertical-align: top;
    width: 50px;
    margin-right: 45px;
}



/* 大于768px */
@media (min-width: 768px){
    .container {
        width: 760px;
    }
    .navbar-nav>li>a{
        font-size: 16px;
    }
    #navbar{
        padding: 5px 0;
    }
    .nav>li>a:hover{
        background: none;
    }
}
/* 大于992px */
@media (min-width: 992px){
    .container {
        width: 950px;
    }
    .navbar-nav>li>a{
        font-size: 17px;
    }
}
/* 大于1200px */
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
    #navbar{
        padding: 10px 0;
    }
    .content-box{
        padding-top: 70px;
    }
}
/*大于1600px*/
@media (min-width: 1600px){
    .container {
        width: 1550px;
    }
    .navbar-nav>li>a{
        font-size: 20px;
    }
}
/* 小于1200px */
@media (max-width: 1200px){
    .navbar-logo{
        width: 40px;
    }
    #footer .mb-title{
        padding-bottom: 5px ;
    }
    .footer-card>div{
        margin-bottom: 20px;
    }
    .footer-title{
        margin-bottom: 10px;
    }
}
@media (max-width: 1400px) {
    #navbar{
        padding: 5px 0;
    }
    .navbar-logo{
        width: 35px;
    }
    .content-box{
        padding-top: 60px;
    }
}
/* 798px以下 */
@media screen and (max-width: 768px){
    .navbar-logo{
        width: 35px;
        left: 20px;
    }
    .navbar-brand {
        padding: 7px 10px;
    }
    .content-box{
        padding-top: 50px;
    }
    .gaia {
        width: 48px;
    }
}

