.navBox {
  width: 100%;
  background-color: #2e86a9;
  height: 65px;
}

.nav {
  display: block;
  margin: 0 auto;
  width: 1400px;
  text-align: center;
}

.nav .item_a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 65px;
  position: relative;
  width: 109px;
  color: #fff;
}

.nav .li_o {
  display: table-cell;
  color: rgba(255, 255, 255, .8);
  text-align: center;
}

.nav .active {
  background-color: #09355c;
}

.nav a:hover {
  background-color: #09355c;
}

.bu_bj {
  background: -webkit-gradient(linear, top, from(#3aa4f8), to(#0139c1));
  background: -webkit-linear-gradient(top, #3aa4f8, #0139c1);
  background: -moz-linear-gradient(top, #3aa4f8, #0139c1);
  background: -o-linear-gradient(top, #3aa4f8, #0139c1);
  background: linear-gradient(top, #3aa4f8, #0139c1);
}

.sec_nav {
  position: absolute;
  font-size: 20px;
  display: none;
  width: 168px;
  text-align: center;
  background-color: #2e86a9;
  z-index: 111;
  background-color: #005faf\9;
  * background-color: #005faf;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F00519d,endcolorstr=#7F00519d);*/
}

.sec_nav,
.sec_nav a {
  color: #fff;
}

.sec_nav a {
  display: block;
  line-height: 65px;
}

.sec_nav a:hover {
  color: #fff;
  background-color: #09355c;
}


/*è‡ªå®šä¹‰åŠ¨ç”»*/
.transition_a,
.transition_o a,
.hover_table tbody tr,
.hover_arrow_shadow .icon_public {
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


@media screen and (max-width:1440px) {
  .nav {
    width: 1000px;
    top: -18px;
    display: block;
    position: relative;
  }

  .nav .item_a {
    font-size: 18px;
    width: 100px;
  }

  .sec_nav {
    font-size: 16px;
    width: 100px;
  }
}

.left-menu {
    width: 275px;
    float: left;
    overflow: hidden;  
    padding-right:20px;}

.left-menu li {
    height: 65px;
    line-height: 65px;
    padding-bottom: 2px;
    cursor: pointer;
    background: url(../img/index_lunbotab_v2019_06.png) no-repeat left center;}

.left-menu li.active {
    background: url(../img/index_lunbotab_v2019_03.png) no-repeat left center;}

.left-menu li .lunboUlWen {
    height: 65px;
    font-size: 22px;
    padding-left:32px;
    color: #FFF;
    font-weight: bold;
    position: relative;}

.left-menu li .lunboUlWen i {
    display: block;
    position: absolute;
    top: 26px;
    right: 16px;
    width: 9px;
    height: 14px;
    background: url(../img/index_TLb1_v2019_rt1.png) no-repeat;} 
.left-menu li.active .lunboUlWen {
    color: #2c658d;}

.left-menu li img {
    width: 100%;
    height: 100%;} 