/*ƶNav*/
ul,li{
    list-style-type: none;
}
p,ul,li,div{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a:hover, a:visited, a:link, a:active, a{
    text-decoration: none !important;
}
.nav>li>a:focus{
    background: none;
}

.nav > li{
    float: none;
    background: rgba(18, 43, 136, 0.9);
}
.navbar-nav{
    text-align: center !important;
    margin: 0 !important;
    overflow: auto;
    width: 100% !important;
    height: 100vh;
    background: rgba(0,0,0,.3);
}
.collapse{
    height: 100vh;
}
.navbar-nav a{
    text-align: left;
    font-size: 16px;
    line-height: 50px !important;
    padding: 0 18px 0 18px !important;
    color: white !important;
}
.navbar-nav .open .dropdown-menu{
    padding-left: 30px !important;
    background: rgba(20, 49, 169, 0.91) !important;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background-color: rgba(25, 72, 227, 0.91) !important;
}
.container-fluid>.navbar-header{
    width: 100%;
    margin-left: 0 !important;
}
.container-fluid{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.navbar-toggle{
    display: block !important;
}
.navbar-brand{
    padding: 10px;
    margin-right: 20px;
    flex: 1;
}
.navbar-brand img{
    width: 160px;
}
.navbar-header {
    display: flex;
    background: #122b88;
    align-items: center;
}
.navbar-header ._btns{
    display: flex;
    align-items: center;
}
.navbar-header ._btns .m_search{
    margin-right: 10px;
}
.navbar-header ._btns .m_search i{
    font-size: 16px;
    color: white !important;
}
.navbar-default{
    background: none !important;
}
.navbar-toggle {
    border: 0px !important;
}
.navbar-toggle:focus,.navbar-toggle:hover{
    background: none !important;
}
.navbar-toggle:hover .icon-bar{
    background-color: white !important;
}
.icon-bar{
    background-color: white !important;
}
.nav-pills a{
    color: white !important;
}
/*pcNav*/

.pcNav{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.pcNav>li>a{
    display: block;
    font-size: 18px;
    color:white;
    line-height: 60px;
    text-shadow: 1px 3px 3px rgb(103, 100, 100);
    margin:0 10px;
    position: relative;
    padding: 0 10px;
    padding-bottom: 20px;
}
.pcNav>li>a:before{
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: white;
    position: absolute;
    left: -10px;
    top: 20px;
    box-shadow: 1px 3px 3px rgb(103, 100, 100);
}

.pcNav>li>a:after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 20px;
    left: 0;
    background: #122b88;
    display: none;
}
.pcNav>li:last-child>a{
    margin-right: 0;
}
.pcNav>li:first-child>a:before{
    display: none;
}
/*二级菜单*/
.pcNav>li{
    position: relative;
}
.pcNav>li:hover>a:after{
   display: block;
}
/*pc*/
.pcNav .nav_two{
    display: none;
    position: absolute;
    box-sizing: content-box;
    top: 10px;
    left: 50%;
    width: 843px;
    transform: translateX(-50%);
    box-shadow: 0px 4px 7px rgba(92, 92, 92, .5);
    padding: 18px;
    background: white url("../image/menuBg.png") no-repeat;
    background-position: 600px 70px;
    min-height: 200px;
}
.pcNav .nav_two .top{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 2px;
    color: #122b88;
}
.pcNav .nav_two .top span{
    margin-left: 10px;
    color: #ced4fa;
}
.pcNav>li:hover .nav_two{
     display: block;
     animation: any .36s forwards;
 }
.pcNav .nav_two ul{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    padding-right: 200px;
}
.pcNav .nav_two ul li{
    width: 150px;
    height: 58px;
}
.pcNav .nav_two li a{
    line-height: 58px;
    color: #353535;
    font-size: 18px;
    display: flex;
    border-bottom: 2px solid transparent;
    transition: all .3s ease;
}
.pcNav .nav_two li a .iconfont{
    display: block;
    transform: rotate(90deg);
    color: #353535;
    font-size: 24px;
    margin-right: 8px;
}
.pcNav>li>.nav_two a:hover{
    border-bottom-color: #122b88;
}
@keyframes any {
    0%{
        opacity: 0;
        top: 70px;
    }
    100%{
        opacity: 1;
        top: 80px;
    }
}
.navbar{
    display: none;
}
@media (max-width: 1600px) {
    .pcNav>li>a{
        font-size: 16px;
        margin: 0px;
    }
    .pcNav>li>a:before{
        left: -0px;
    }
}
@media (max-width: 1300px) {
    .pcNav>li>a{
        font-size: 16px;
        margin: 0px;
        line-height: 24px;
        padding-top: 10px;
        text-align: center;
    }
    .pcNav>li>a>p{
        width: 40px;
    }
    .pcNav>li>a:before{
        left: -0px;
        top: 15px;
        height: 40px;
    }
    @keyframes any {
        0%{
            opacity: 0;
            top: 60px;
        }
        100%{
            opacity: 1;
            top: 80px;
        }
    }
}

@media only screen and (max-width:991px ) {
    .navbar{
        display: block;
    }
    .header{
        display: none;
    }
}
