/*这个css文件是用于每个页面的，当前仅当只有这个css文件才是公共类所有页面的*/


/*固定在右侧的悬浮导航(刘越版)1/2*/

.concatLiuYue{position: fixed;top: 50%;right: 2%;background: #fff;border-radius: .05rem;-webkit-transform: translate(0, calc(-50% + 0.5px));-ms-transform: translate(0, calc(-50% + 0.5px));transform: translate(0, calc(-50% + 0.5px));z-index: 999888;-webkit-box-shadow: 0 0 10px #eee;box-shadow: 0 0 10px #eee;overflow: -hidden;}
.concatLiuYue a{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: .1rem;}
.concatLiuYue p{font-size: .16rem;margin-top: 0;line-height: .16rem;display: inline-block;color: #000;margin-top: 0.1rem;}
.concatLiuYue .show{display: block;}
.concatLiuYue .hide{display: none;}
.concatLiuYue img{ width: .3rem;}
.concatLiuYue li{padding: .1rem 0;position: relative;cursor: pointer;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.concatLiuYue li:last-child{padding: .2rem 0;}
.concatLiuYue li:hover{background: #3142C6;}
.concatLiuYue li:hover p{color: #fff;}
.concatLiuYue li:hover .hide{display: block;}
.concatLiuYue li:hover .show{display: none;}
.concatLiuYue li>img{width: auto;left: 0;top: 0;-webkit-transform: translate(-100%, 0);-ms-transform: translate(-100%, 0);transform: translate(-100%, 0);position: absolute;display: none;}

/*固定在右侧的悬浮导航(刘越版)2/2*/

.concatLiuYue .hovertel{position: relative;}
.concatLiuYue .hovertel .telflex{display: none;background: url(../image/dhbg.png) no-repeat center;color: #000;font-size: 16px;line-height: 24px;height: 56px;width: 140px;height: 52px;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);border-radius: 5px;right: 110px;padding: 4px 0 0 20px;}
.concatLiuYue .hovertel:hover .telflex,.concatLiuYue .hovertel:hover .sideimg{display: block;}


/*响应式布局*/

@media screen and (max-width:1000px){
  /*隐藏右侧的固定在右侧的悬浮导航*/
  .concatLiuYue{display: none;}
  }


.concatLiuYue .hovertel .sideimg{display:none;position: absolute;top:5px;right:130px;width:100px;height: 100px;}
.concatLiuYue .hovertel .sideimg img{display: block;width:100%;}