/*  .demo{ background: #FFffff;}*/

nav.navbar.bootsnav{
    border: none;
    background: none;
    margin-bottom: 150px;
}
nav.navbar.bootsnav ul.nav > li{
    margin-right: 10px;
}
nav.navbar.bootsnav ul.nav > li:before{
    content: "";
    width: 2px;
    height: 0;
    background: #40A0F4;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li:hover:before{ height: 20px; }
nav.navbar.bootsnav ul.nav > li.megamenu-fw:before{ left: 11%; }
nav.navbar.bootsnav ul.nav > li:after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #40A0F4;
    margin: 0 auto;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav > li:hover:after{
    bottom: 16px;
    opacity: 1;
}


/*弹出框导航/二级导航*/
.navbar .navbar-nav li a{font-size:16px ;}

.nav-down{position:relative; top:68px; left: 0px; width:1168px; z-index:20;background-color:rgba(255,255,255,0.7);}
.nav-down-menu{width:100%;padding:10px 0; margin: 0 auto;}
.nav-down-tab1{font-size:14px;width:90%; margin: 0 auto;}
.nav-down-tab1 tr th{height:40px;color: #40A0F4; font-weight: 500;padding-top: 10px; }
.nav-down-tab1 tr th a{color:#40A0F4;}
.nav-down-tab1 tr th a:hover{color: #0076dd;}

.nav-down-tab1 tr td{ height:32px;}
.nav-down-tab1 tr td a{ color:#212121;}
.nav-down-tab1 tr td a:hover{ color:#40A0F4;}


/*滚动条 start*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,1);
    background: #F0F3F6;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.2);
    background-color:rgba(230 230, 230, 1);
}
::-webkit-scrollbar-thumb:hover {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color:rgba(180, 200, 255, 0.9);
}

/*导航注册按钮*/
.but-nav button{text-align: center; color: #ffffff; border-radius:4px ; width: 100px; line-height: 36px;}
.but-nav p{display: inline-block; width: 40px ; height:1px; background: #999999;}
