.Lph_left{
  position: fixed;
  left: 50%;

  margin-left: -760px;
  width: 150px;
  background-color: #fff;
  text-align: center;
  padding-top: 10px;
  z-index: 2;
  padding-bottom: 17px;
  top: 190px;
  line-height: 1.6;
  overflow: hidden;
}
.Lph_left:before {
  content: '';
  border-bottom: 35px solid #0362D2;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  position: absolute;
  width: 120px;
  bottom: 100px;
  left: 0;
  box-sizing: border-box;
  z-index: -1;
}
.Lph_left .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.Lph_left .tit p {
  font-size: 12px;
  font-weight: normal;
  color: #0362D2;
}
.Lph_left .cont {
  margin-top: 5px;
}
.Lph_left .cont p {
  font-size: 12px;
  color: #666;
  margin-top: -7px;
}
.Lph_left .cont {
  margin-top: 5px;
}
.Lph_left .cont img {

  width: 120px;
  height: 120px;
  border: 7px solid #fff;
}
.Lph_left .cont .colorfff {
  color: #fff;
  margin-top: 10px;
}

.Lph_left .btn {
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  border-radius: 22px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-top: 10px;
}
.Lph_left:after {
  content: '';
  background-color: #0362D2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
}

.float_right{
  position: fixed;
  left: 50%;
  top: 190px;
  margin-left: 700px;
  width: 90px;
  height: 540px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgb(182 180 181 / 28%);
  cursor: pointer;
}

.float_right_item{
  height: 90px;
  background-image: url(/assets/images/right_bg.png);
  text-align: center;
    background-size: 90px;
  font-size: 14px;
  color: #666666;
  background-repeat: no-repeat;
}
.float_right_item:hover{
  background-color: #0560D2;
  color:#fff;
}
.float_right_item:hover::after,.float_right_item.right_item6::after {
  content: none;
}
.float_right_item>p {
  padding-top: 60px;
  margin-bottom: 13px;
}

.right_item1{
  background-position-y: -555px;
}

.right_item1:hover{
  background-position-y: -457px;
}

.right_item2{
  background-position-y: -170px;
}

.right_item2:hover{
  background-position-y: -72px;
}

.right_item3{
  background-position-y: -937px;
}

.right_item3:hover{
  background-position-y: -840px;
}

.right_item4{
  background-position-y: -647px;
}

.right_item4:hover{
  background-position-y: -744px;
}

.right_item5{
  background-position-y: 23px;
}
.right_item5:hover{
  background-position-y: -1033px;
}

.right_item6{
  background-position-y: -360px;
}

.right_item6:hover{
  background-position-y: -267px;
}


.float_right_ewm{  
  position: absolute;
  left: -280px;
  width: 270px;
  bottom: -13px;
  height: 300px;
  padding-top:40px;
  display: none;
  background: url(/assets/images/right_3.png) no-repeat center 0;
  background-size: 100%;
  z-index: 999;
}

.float_right_item:hover .float_right_ewm{  
  display: block;
}



.float_right_ewm p{
  font-size: 26px;
  font-weight: bold;
  color: #0560D2;
  line-height: 34px;
  text-shadow: 5px 5px 5px #ccc;
}

.float_right_ewm img{
  width: 180px;
  height: 180px;
  margin-top: 10px;
}

.float_right_item::after {
  content: '';
  width: 60px;
  height: 1px;
  background: #EFEFEF;
  border-radius: 1px;
  display: block;
  margin: 0 auto;
}