/******************联系我们***************/
a:focus{
    text-decoration: none;
    color: #0491dc;
}
a:hover{
    text-decoration: none;
}
a{
    color: #333;
}
/*banner与导航部分*/
.container-fluid{
    padding: 0;
}
.neiyeBanner img{
    width: 100%;
    /*height: auto;*/
}
.navbar-inverse{
    background-color: rgba(0,0,0,0.4);
    border-color: transparent;
}
.navbar-brand img{
    margin-top: -20px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    transition: all 0.3s;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #a6e1ff;
}
@media screen and (max-width: 767px){
    .navbar-brand img{
        width: 100px;
        height: 75px;
    }
    .navbar-inverse {
        background-color: #222;
        border-color: #080808;
    }
    .smallLogoTitle img{
        display: block;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }
    .neiyeBanner img{
        /*height: 200px;*/
        display: none;
    }
    .position{
        margin-top: 50px;
    }
    .sub_btn input {
        width: 100%!important;
    }
    #btnSubmit{
        margin-left: 150px;
        margin-top: -74px;
        float: left;
    }
}
/*解决方案*/
.product{
    margin-top: 30px;
}
.position{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
/*联系我们当前样式*/
.active-wike-ul-li{
    background: #0491dc!important;
    color: #fff!important;
}
.active-wike-ul-li-a {
    color: #fff!important;
}






.article{
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    color: #0491dc;
}
.article span{
    width: 70px;
    height: 1px;
    display: block;
    border-bottom: 3px solid #0491dc;
}
.bigText{
    text-align: center;
    margin-bottom: 30px;
}
.bigText div{
    font-size: 60px;
}
.bigText h6{
    margin-top: -16px;
    margin-left: 8px;
}
.text1{
    margin-top: 10px;
    margin-bottom: 30px;
}
.text1 h4{
    color: #000;
}

.clearfix{
    clear: both!important;
}
/*底部*/
.bgFooter{
    padding: 50px 0;
    background: #282d2b;
}
.footerText{
    color: #fff;
}
.footerText h4{
    font-weight: bold;
}
.footerText a{
    color: #ccc;
}
.footerText li{
    margin-top: 15px;
}
.Twocode img{
    width: 130px;
}
.Twocode h5{
    margin-left: 26px;
}
/*临时*/
/*div{
    border:1px solid #000;
}*/

