/* leftmenu */
.subNavBox {
  width: 267px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.subNavBox a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-family: "微软雅黑";
}
.subNav {
  background: #053d9b;
  width: 267px;
  font-size: 18px;
  font-weight: bold;
  float: left;
  height: 47px;
  line-height: 47px;
  overflow: hidden;
  margin-top: 10px!important;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}
.subNav:hover {
  background: #ff8a00;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.currentDd {
  background: #ff8a00;
  font-size: 18px;
  font-weight: bold;
}
.currentDt {
  background: #ff8a00;
  font-size: 18px;
  font-weight: bold;
}
.navContent {
  display: none;
  width: 267px;
}
.navContent li {
  display: block;
  background: url("../images/l1_subline.png") bottom center no-repeat;
  text-align: center;
  font-size: 16px;
  line-height: 47px;
  color: #416bb3;
}
.navContent li a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #416bb3;
}
.navContent li a:hover {
  color: #416bb3;
  font-size: 16px;
  background: url("../images/l1_subbg.png") center center no-repeat;
  line-height: 40px;
}

