.cebianl-warp{
  width: auto;
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 99;
  box-shadow: 1px 1px 2px 3px #f5f5f5;
}
.cebianl-con{
  background: #ffffff;

}
.cebianl-con-lis ul{
  margin: 0;
}
.cebianl-con-lis ul li{
  height: 60px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: #797979;
  position: relative;
  font-family: "PingFang SC","Microsoft Yahei","微软雅黑",arial,"\5b8b\4f53";
}
.cebianl-con-lis ul li:last-child a{
  border-bottom: none;
}
.cebianl-con-lis ul li:hover{
  background: #2a68cf;
  color: #ffffff;
}
.cebianl-con-lis ul li a {
  border-bottom: 1px solid #d4d4d4;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.cebianl-con-lis ul li a img{
  width: auto;
  height: 20px;
}
.cebianl-con-lis ul li:nth-of-type(1) a::before{
  content: "";
  background: url("../images/cbl11_03.png") no-repeat;
  background-size: 100% auto;
  width: 27px;
  height: 20px;
  display: none;
  position: relative;
  left: 0;
  top: 0;
}
.cebianl-con-lis ul li:nth-of-type(2) a::before{
  content: "";
  background: url("../images/cbl22_06.png") no-repeat;
  background-size: 100% auto;
  width: 27px;
  height: 20px;
  display: none;
  position: relative;
  left: 0;
  top: 0;
}
.cebianl-con-lis ul li:nth-of-type(3) a::before{
  content: "";
  background: url("../images/cbl33_08.png") no-repeat;
  background-size: 100% auto;
  width: 27px;
  height: 20px;
  display: none;
  position: relative;
  left: 0;
  top: 0;
}
.cebianl-con-lis ul li:nth-of-type(4) a::before{
  content: "";
  background: url("../images/cbl44_10.png") no-repeat;
  background-size: 100% auto;
  width: 27px;
  height: 20px;
  display: none;
  position: relative;
  left: 0;
  top: 0;
}
.cebianl-con-lis ul li:nth-of-type(5) a::before{
  content: "";
  background: url("../images/cbl55_12.png") no-repeat;
  background-size: 100% auto;
  width: 27px;
  height: 20px;
  display: none;
  position: relative;
  left: 0;
  top: 0;
}
.cebianl-con-lis ul li:hover a img{
  display: none;
}
.cebianl-con-lis ul li:hover a::before{
  display: block;
}
.cebianl-con-lis ul li:hover .cbl-erji-warp{
  display: block;
}

.cbl-erji-warp{
  position: absolute;
  right: 80px;
  top: 0;
  display: none;
  min-width: 160px;
  width: 100%;
}
.cbl-erji::after{
  content: "";
  position: absolute;
  right: -15px;
  top: 20%;
  width:0;
  height:0;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:15px solid #f6f8fb;
}
.cbl-erji{
  width: auto;
  background: #f6f8fb;
  text-align: center;
  margin-right: 20px;
  position: relative;
  padding: 10px;
  white-space: nowrap;
}
.cbl-erji p{
  margin: 0;
  font-size: 14px;
  color: #3a3a3a;
}
.cebianl-con-lis ul li:hover .cbl-erji{
  color: #797979;
}




.ms-cebl{
  display: none;
}
@media screen and (max-width: 1024px) {
  .cebianl-warp{
    box-shadow: none;
  }
  .ms-cebl{
    display: block;
  }
  .ms-cebl p{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #2a68cf;
    color: #ffffff;
    padding: 5px 0;
  }
  .ms-cebl .xiangy{
    display: none;
  }
  .cebianl-con{
    transform: translateX(90px);
    -o-transform: translateX(90px);
    -moz-transform: translateX(90px);
    -ms-transform: translateX(90px);
    -webkit-transform: translateX(90px);
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;

  }
  .cebianl-con-lis ul li{
	  height: 50px;
  }
.cebianl-con-lis ul li a {
  padding: 0 5px;
}
}