.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
  }

  .yb_bar .yb_top {
    background: #305dc3 url(/skin/img/bar/bar1.png) no-repeat;
  }
  .yb_bar .yb_free {
    background: #305dc3 url(/skin/img/bar/bar2.png) no-repeat;
  }
  .yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
  }

  .yb_bar .yb_phone {
    background: #305dc3 url(/skin/img/bar/bar3.png) no-repeat;
  }

  .yb_bar .yb_QQ {
    text-indent: 0;
    background: #305dc3 url(/skin/img/bar/bar4.png) no-repeat;
  }

  .yb_bar .yb_ercode {
    background: #305dc3 url(/skin/img/bar/bar5.png) no-repeat;
  }

  .yb_QQ a:hover {
    color: #fff;
  }

  .yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  .hd_qr {
    padding: 6px 37px 25px 37px;
    box-sizing: border-box;
    width: 180px;
  }

  a {
    text-decoration: none;
  }


.topNav{    
  display: flex;
}
.topNav-last-child{
    border-right: 1px solid #ffa118!important;
}
.itemshape {
    float: left;
    width: 100px;
    height: 110px;
    background-color: #01294c;
    transform: skewX(-30deg);
    line-height: 110px;
    font-size: 18px;
    color: #ffffff !important;        
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ffa118;
    border-right: 1px solid #ffa118;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.itemshape:hover{
    background-color: #ffa118;
    border-left: 1px solid #01294c;
    border-right: 1px solid #01294c;
    text-decoration: none!important;
    .submenu{
      display: block;
    }
}

.itemshape-selected{
    background-color: #ffa118;
    border-left: 1px solid #01294c;
    border-right: 1px solid #01294c;
}
.itemshape-content{
    transform: skewX(30deg);
    color: #ffffff !important;
    width: 100%;
    text-align: center;
    text-decoration: none!important;
}

.itemshape .submenu{
  transform: skewX(30deg);
  position: absolute;
  top: 110px;
  left: 15px;
  width: 150px;
  display: none;
}
.itemshape .submenu li {
	
	text-align: center;
	background-color: #e7f3ff;
  width: 100%;
}

.itemshape .submenu  li.cur {
	background: url(/skin/img/navbg.png) repeat-x center !important;
}

.itemshape .submenu  li:hover {
	background: url(/skin/img/navbg.png) repeat-x center !important;
}