.float_right {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -200px;
  width: 150px;
  background-color: #287DC7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  z-index: 201908;
}
.float_right .fr_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}
.float_right .fr_close i,
.float_right .fr_close:before {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 1px;
  background-color: #fff;
}
.float_right .fr_close i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.float_right .fr_close:before {
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.float_right h4 {
  font-size: 17px;
  color: #ffffff;
  font-weight: normal;
  padding-left: 44px;
  height: 30px;
  line-height: 30px;
}
.float_right .part01 {
  margin-top: 24px;
  padding-bottom: 8px;
  font-size: 14px;
}
.float_right .part01 .fr_t01 h4 {
  background: url("img/fr02.png") no-repeat 13px center;
  background-size: 20px;
  margin-bottom: 10px;
}
.float_right .part01 a {
  display: block;
  margin: 0 auto 12px;
  width: 120px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: #287dc7;
  font-size: 14px;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.float_right .part01 a:hover {
  text-decoration: underline;
}
.float_right .part02 {
  width: 100%;
  position: relative;
  background-color: #2B6CA5;
  height: 98px;
  overflow: hidden;
}
.float_right .part02:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 26px;
  background-color: #287DC7;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.float_right .part02 .tel_box {
  margin-top: 20px;
}
.float_right .part02 .tel_box h4 {
  background: url("img/fr03.png") no-repeat 13px center;
  background-size: 20px;
}
.float_right .part02 .tel_box p {
  text-align: center;
}
.float_right .part03 {
  width: 100%;
  position: relative;
  height: 96px;
  overflow: hidden;
}
.float_right .part03:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 26px;
  background-color: #2B6CA5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.float_right .part03 .time_box {
  margin-top: 20px;
}
.float_right .part03 .time_box h4 {
  background: url("img/fr01.png") no-repeat 13px center;
  background-size: 20px;
}
.float_right .part03 .time_box p {
  text-align: center;
}
.float_m_r {
  display: none;
  width: 53px;
  position: fixed;
  z-index: 201908;
  bottom: 30%;
  right: 0;
}
.float_m_r a {
  display: block;
  width: 100%;
  height: 60px;
}
.float_m_r a.zx_btn {
  background: url("img/fr05.png") no-repeat center #2b6ca5;
  background-size: 35px;
  border-top-left-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
}
.float_m_r a.tel_btn {
  background: url("img/fr04.png") no-repeat center #287dc7;
  background-size: 35px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
}
@media (max-width: 999px) {
  .float_right {
    display: none;
  }
  .float_m_r {
    display: block;
  }
}
@media (max-width: 450px) {
  .float_m_r {
    width: 40px;
  }
  .float_m_r a {
    height: 40px;
  }
  .float_m_r a.zx_btn {
    background-size: 24px;
  }
  .float_m_r a.tel_btn {
    background-size: 24px;
  }
}
