html,body{
    font-family: '微软雅黑';
    font-size: 14px;
}
.aboutNav{
    position: relative;
    background: url('../img/nav.png') repeat;
}
.navbar{
    margin-bottom: 0 !important;
}
.aboutNav .logo{
    display: inline-block;
/*     background: url(../img/logo.png) no-repeat 6px 8px; */
    float: left;
    width: 260px;
    height: 60px;
}
.aboutNav .nav{
    border-bottom: none;
}
.aboutNav .nav li a{
    height: 60px;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    padding: 20px 30px;
    color: #2226ce;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    background-color: #F0F3F6 !important;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    margin-right: 0;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: #F0F3F6 !important;
}
.aboutNav .input-group{
    position: absolute;
    right: 30px;
    top: 14px;
}
.aboutNav .input-group input{
    background-color: #f3f3f3;
    border-radius: 6px;
    border:1px solid #e5e5e5;
}
.aboutNav .search{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/about.png) no-repeat -50px;
    float: right;
    position: relative;
    top: -34px;
    left: -10px;
    z-index: 999;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.bannerImg{
    width: 100% !important;
}
.autoImg{
    top: 0;
    left: 0;
    height: 100%;
    z-index: -10;
    zoom: 1;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.col-sm-6, .col-md-6, .col-lg-3{
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.common{
min-width: 600px;
}
@media screen and (max-width:1760px) and (min-width:1504px){
    .partnerDown .partner {
        padding-left: 12% !important;
    }
    .partnerDown .partner .redLine {
        left: 24.5% !important;
    }
}
@media screen and (max-width:1504px) {
    .common,#layer{
        width: 1920px !important;
    }
}
@media screen and (max-width:768px) {
    .collapse {
        display: block;
    }
    .nav{
        margin: 0;
    }
}
