/*pc端样式*/
@media only screen and (min-width: 769px) {

}
#heanderAndnav{
    box-sizing: border-box;
}
#header {
    width: 100%;
    height: 70px;
    margin: 15px auto;
    min-width: 1200px;
    z-index: 1000;
    position: relative;
    display: flex;
    justify-content: space-evenly;
}
@media screen and (min-width: 769px) {
    #header {
        margin: 15px auto;
        min-width: 1200px;
    }
}

#header .logo {
    float: left;
}
@media screen and (min-width: 769px) {
    #header .logo2 {
        display: none;
    }
}
#header .header-r {
    float: right;
}
#header .search {
    float: left;
    width: 280px;
    margin-top: 5px;
}
#header .tel {
    margin-top: 10px;
    float: left;
    line-height: 26px;
}
#header .tel img {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
#header .qrcode {
    float: right;
    width: 60px;
    font-size: 12px;
    text-align: center;
    margin-right: 15px;
}
.qrcode img {
    width: 60px;
    height: 60px;
}
@media screen and (min-width: 768px){
    .navbar-default, .probootstrap-navbar {
        display: none;
    }
}
#nav {
    z-index: 999;
    width: 100%;
    height: 50px;
    font-size: 16px;
    min-width: 1200px;
    background: #0067ac;
    line-height: 50px;
    color: #fff;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 1200px;
    }
}
#nav li {
    float: left;
    width: 9.8%;
    text-align: center;
    border-right: #015a96 solid 1px;
    position: relative;
    height: 50px;
}
#nav li a {
    padding: 12px 0;
    color: #fff;
}
#nav .navbar {
    background-color: #2386cf;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
}
#nav .navbar li {
    width: 100%;
    border: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-top: 15px;
    margin-right: 35px;
    background-color: transparent;
    background-image: none;
}
.probootstrap-navbar .navbar-toggle {
    border: none;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #0D83CA;
    width: 100%;
    position: absolute;
    top: 70px;
    left: -20px;
    z-index: 9999;
    color: #fff;
}
.nav>li {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: #fff solid 1px;
    font-size: 16px;
}
.nav>.active {
    background: #014d80;
}
#nav .active {
    background: #014d80;
    border: none;
}
#nav li:hover {
    background: #014d80;
    transition: all 0.5s ease 0s;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.probootstrap-navbar .navbar-brand, .probootstrap-navbar .navbar-nav>li>a, .probootstrap-navbar .parent-nav-link-padding {
    margin-left: 15px;
    margin-right: 15px;
    padding: 54px 0;
}
/*移动端样式*/
@media only screen and (max-width: 768px) {

    #heanderAndnav{
        box-sizing: border-box;
    }
    #header {
        width: 100%;
        height: 70px;
        margin: 15px auto;
        min-width: 100vw!important;
        z-index: 1000;
        position: relative;
        display: flex;
        justify-content: space-evenly;
    }
    .header-r{
        display: flex;
        justify-content: space-evenly;
    }
    #header .search{
        width: 200px!important;
    }
    #header .qrcode{
        margin-left: 3px!important;
        float: right;
        width: 60px;
        font-size: 12px;
        text-align: center;
        margin-right: 0px!important;
    }
    .active2 {
        background: #014d80!important;
        /*border: none;*/
    }
    #nav ul li.active{
        background: #014d80!important;
    }
    .logo>.logo2{
        display: none;
    }
    #banner_about>.banner_pc{
        display: none;
    }
    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    #nav{
        width: 100%!important;
        min-width: 100% !important;
    }
    #nav li{
        float: left;
        width: 9.8%;
        text-align: center;
        border-right: #015a96 solid 1px;
        position: relative;
        height: 50px;
        overflow: hidden;
    }
}