.sidebar-right {
  display: none;
  box-sizing: border-box;
  position: absolute;
  right: 50%;
  margin-right: -685px;
  top: 420px;
  width: 60px;
  height: auto;
}
#sidebarRight {
  position: relative;
  width: 100%;
  min-height: 70px;
}
.sidebar-right .sidebar-right-item {
  display: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding: 8px 9px;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.sidebar-right .sidebar-right-item .name {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}
.sidebar-right .sidebar_is_show {
  display: block;
}
.sidebar-right .sidebar-right-item .sidebar_img{
	position: absolute;
	top: -50%;
	left: -175px;
	width: 163px;
	height: 138px;
	margin-top: -69px;
	display: none;
}
.sidebar-right .sidebar-right-item .sidebar_img img{
	width: 100%;
	height: 100%;
}
.sidebar-right .sidebar-right-item:hover .sidebar_img{
	display: block;
}
.sidebar-right .sidebar-right-item .sidebar_tel{
	width: 157px;
	box-sizing: border-box;
	position: absolute;
	right: 70px;
	top: 0px;
	border: 1px solid #f1f1f1;
	border-radius: 8px;
	background: #fff;
	padding: 19px 12px;
	display: none;
	
}
.sidebar_tel_left{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 13px;
}
.sidebar_tel_dl{
	flex: 1;
}
.sidebar-right .sidebar_tel .sidebar_tel_title{
	line-height: 18px;
	height: 18px;
	color: #A2A2A2;
	font-weight: 400;
	font-size: 12px;
}
.sidebar-right .sidebar_tel .sidebar_tel_p{
	margin-top: 2px;
	line-height: 18px;
	height: 18px;
	color: #5A5A5A;
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
}
.sidebar-right .sidebar-right-item:hover .sidebar_tel{
	display: flex;
}
@media only screen and (max-width: 1470px) {
  .sidebar-right {
    right: 15px;
    margin-right: 0;
  }
}