/**nav logo**/
.Nav_Logo{width: 1400px;margin: 0 auto;height: 120px;z-index: 99;}
.logo{float: left;padding-top: 24px;}
.nav{float: right;position: relative;}
.nav ul{}
.nav ul li{float: left;line-height: 120px;font-size: 18px;color: #151515;position:relative;    width: 105px;padding: 0;text-align: center;}
.nav ul li:hover{background: #0b6681;}
.nav ul li:hover a{color:#fff;}
/**二级导航**/
.subnav{
    width: 140%;
    background: rgba(251,251,251,0.95);
    position: absolute;
    top: 119px;
    left: -20%;
    z-index: 99;
    display: none;}
.subnav li{
    float:none !important;
    line-height: 45px !important;
    text-align:center;
    overflow:none !important;}
.subnav li>a{color:#000 !important;}
.subnav li:hover{background:#0b6681;}
.subnav li:hover>a{color:#fff !important;}
.nav ul li:hover .subnav{display: block;animation: moves 1s ease-in-out forwards;}
/**三级栏目**/
.thirnav{
   position:absolute;
   left:147px;
   top:0px;
   background: rgba(251,251,251,0.95);
   display:none;}
.thirnav li>a{color:#000 !important;}
.thirnav li:hover{background:#0b6681;}
.thirnav li:hover>a{color:#fff !important;}
.subnav li:hover .thirnav{display: block;animation: moves 1s ease-in-out forwards;}
/**二级导航显示动画**/
@keyframes moves{
    0%{transform: translateY(200);opacity: 0.5;}
    50%{opacity: 1;}
}



.col_subnav{
  padding-left:0px !important;
  display:none;
  position:relative;
  left:-15px !important;}
.col_subnav li{
  padding-left:15px !important;}
.col_subnav li {
    background: #fff url(template_files/2/hdimg/bas/images/col_sign1.png) no-repeat 185px center !important;}
.col_subnav li:hover{
    background: #f4f4f4 url(template_files/2/hdimg/bas/images/col_sign.png) no-repeat 185px center !important;}
.Left_nav ul li:hover .col_subnav{
  display:block;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
