/* footer */
.footer {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer_back {
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
}

.footer_con {
  width: 95%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}

.footer_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 300px;
  /* flex-basis: 0;
    flex-grow: 1; */
}

.footer_item {
  /* margin-right:45px; */
  margin-right: 30px;
}

.footer_item a {
  color: #fff;
  text-decoration: none;
}

.footer_item_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer_item_item {
  margin-right: 1.5em;
}


.footer_item_txt1 {
  font-size: 16px;
  color: #fff;
  line-height: 1em;
  margin-bottom: 1em;
  position: relative;
}

.footer_item_txt1::before {
  content: "+";
  font-weight: bolder;
  position: absolute;
  left: -0.8em;
}

.footer_item_txt2 {
  font-size: 14px;
  color: #fff;
  line-height: 1em;
  margin-bottom: .8em;
}

.footer_item_txt3 {
  font-size: 12px;
  color: #fff;
  line-height: 1em;
  margin-bottom: .8em;
}

.fotter_contact {
  color: #fff;
}

.fotter_contact_1 {
  font-size: 16px;
}

.fotter_contact_2 {
  font-size: 12px;
}

.fotter_contact_3 {
  font-size: 14px;
  margin-top: 0.5em;
  white-space: nowrap;
}

.fotter_contact_4 {
  font-size: 12px;
  transform-origin: left;
  transform: scale(.75);
  width: 100px;
  white-space: nowrap;
}

.fotter_contact_5 {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
}

.fotter_contact_5>div:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.fotter_contact_5>div:nth-child(1)>span:nth-child(1) {
  font-size: 14px;
}

.fotter_contact_5>div:nth-child(1)>span:nth-child(2) {
  font-size: 12px;
  transform-origin: left;
  transform: scale(.75);
  margin-top: -5px;
}

.fotter_contact_5>div:nth-child(2) {
  font-size: 24px;
}

.fotter_contact_5>div:nth-child(2)>a {
  color: #fff;
  text-decoration: none;
}

.fotter_contact_6 {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 1.5em;
}

.fotter_contact_7 {
  font-size: 15px;
  line-height: 1.5;
}

.fotter_contact_8 {
  font-size: 15px;
  line-height: 1.5;
}


.fotter_menu_m {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  display: none;
}

.fotter_menu_m_item {
  width: 45%;
  font-size: 16px;
  line-height: 1em;
  /* font-weight: 300; */
  color: #000;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}

.fotter_menu_m_item>a {
  text-decoration: none;
  color: #000;
}

/* .fotter_menu_m_item::before {
  content: "·";
  font-weight: initial;
  position: absolute;
  left: 15px;
} */

/* 备案 */
.beian {
  width: 100%;
  /* height: 38px; */
  background: #7abdbf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.beian>div {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}

.beian>div a {
  color: #fff;
  text-decoration: none;
}

.beian>div>img {
  width: 22px;
  margin-right: 6px;
}

.right_footer_mobile {
  display: none;
}

.right_footer_funs {
  width: 68px;
  padding: 2px 2px;
  background: linear-gradient(to top, #B50220 65%, #6D184A);
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 99999;
  box-shadow: 0 0 20px #cdcdcd;
}

.box_item {
  width: 100%;
  height: 68px;
  // background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s linear;
}

.box_item>a {
  display: block;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_box1 {
  width: 28px;
  height: 28px;
  background: url(https://oss.ebermedical.cn/img/functionArea/ej2.png);
  background-size: cover;
  transition: all .3s linear;
}

.img_box2 {
  width: 28px;
  height: 22px;
  background: url(https://oss.ebermedical.cn/img/functionArea/wx2.png) no-repeat;
  background-size: cover;
  transition: all .3s linear;
}

.box_item>a>.img_box3 {
  width: 65%;
  height: 55px;
  background: url(https://oss.ebermedical.cn/img/functionArea/bj2.png);
  background-size: cover;
  transition: all .3s linear;
}

.img_box4 {
  width: 26px;
  height: 26px;
  background: url(https://oss.ebermedical.cn/img/functionArea/dh2.png);
  background-size: cover;
  transition: all .3s linear;
}

.box_item:hover {
  // background: linear-gradient(to top, #B50220 65%, #6D184A);
  background-color: rgba(255, 255 ,255, 0.9);
}

.box_item:hover>.img_box1 {
  background: url(https://oss.ebermedical.cn/img/functionArea/ej1.png);
  background-size: 100% 100%;
}

.box_item:hover>.img_box2 {
  background: url(https://oss.ebermedical.cn/img/functionArea/wx1.png);
  background-size: 100% 100%;
}

.box_item:hover>a>.img_box3 {
  background: url(https://oss.ebermedical.cn/img/functionArea/bj1.png);
  background-size: cover;
}

.box_item:hover>.img_box4 {
  background: url(https://oss.ebermedical.cn/img/functionArea/dh1.png);
  background-size: 100% 100%;
}

.house_box {
  width: 210px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: -205px;
  top: 0;
  z-index: 9999;
  display: none;
}

.calls {
  width: 190px;
  height: 150px;
  padding: 10px 0;
  padding-left: 10px;
  background-color: #fff;
  border-top: 5px solid #CE1220;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.title_line {
  font-size: 18px;
  color: #121212;
  line-height: 30px;
}

.jj_line {
  font-size: 13px;
  color: #121212;
  line-height: 24px;
}

.ljzx>a {
  width: 99px;
  display: block;
  background: #fff;
  border-radius: 16px 16px 16px 16px;
  border: 2px solid #CE1220;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #CE1220;
  line-height: 33px;
  text-decoration: none;
}

.box_item:hover>.img_box1>.house_box {
  display: block;
}

.house_box2 {
  width: 270px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: -265px;
  top: 0;
  z-index: 9999;
  display: none;
}

.box_item:hover>.img_box2>.house_box2 {
  display: block;
}

.calls2 {
  width: 260px;
  /* height: 320px; */
  z-index: 9;
  padding: 10px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.calls2>.backs {
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, #B50220 65%, #6D184A);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.calls2>.title_line {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 38px;
  z-index: 9;
  padding-left: 15px;
}

.calls2>.jj_line {
  font-size: 13px;
  color: #FFFFFF;
  line-height: 24px;
  z-index: 9;
  padding-left: 15px;
}

.erweima_img {
  width: 220px;
  height: 220px;
  background-color: #fff;
  z-index: 9;
  margin: 15px auto;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
}



.house_box4 {
  width: 210px;
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  left: -205px;
  top: 206px;
  z-index: 9999;
  display: none;
}

.calls4 {
  width: 190px;
  height: 100px;
  padding: 10px 0;
  padding-left: 10px;
  background-color: #fff;
  border-top: 5px solid #CE1220;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.calls4>.title_line {
  font-size: 18px;
  color: #121212;
  line-height: 28px;
}

.calls4>.jj_line {
  font-size: 14px;
  color: #121212;
  line-height: 24px;
  font-weight: 500;
}


.box_item:hover>.img_box4>.house_box4 {
  display: block;
}




@media only screen and (max-width: 1360px) {
  .footer_con {
    max-width: 1120px;
    padding: 10px 0;
    justify-content: space-around;
  }

  .footer_list {
    max-height: 170px;
  }

  .fotter_contact_1,
  .fotter_contact_3 {
    font-size: 10px;
  }

  .fotter_contact_2,
  .fotter_contact_4 {
    font-size: 8px;
  }

  .fotter_contact_5>div:nth-child(1)>span:nth-child(1) {
    font-size: 10px;
  }

  .fotter_contact_5>div:nth-child(1)>span:nth-child(2) {
    font-size: 8px;
  }

  .fotter_contact_5>div:nth-child(2)>a {
    font-size: 16px;
  }

  .fotter_contact_6 {
    font-size: 10px;
    margin-top: .5em;
  }

  .fotter_contact_7 {
    font-size: 10px;
  }

  .footer_item {
    margin-bottom: 0 !important;
    font-size: 10px;
  }


  .footer_item_txt1 {
    font-size: 10px;
  }

  .footer_item_txt1::before {
    content: "+";
    font-weight: bolder;
    position: absolute;
    left: -0.8em;
  }

  .footer_item_txt1 {
    font-size: 10px;

  }

  .footer_item_txt2 {
    font-size: 10px;
  }

  .footer_item_txt3 {
    font-size: 8px;
  }

  .fotter_contact {
    color: #fff;
  }



  .fotter_menu_m_item {
    font-size: 10px;
  }


  .beian>div {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 10px;
    margin-right: 20px;
  }




















}


/* mobile */
@media only screen and (max-width: 1024px) {
  .footer {
    display: none;
  }
}

@media only screen and (max-width: 768px) {

  /* .copy_menu .header_m_menu_list{
    position: relative;
    left: initial;
    height: initial;
    border-top: 2px solid #eee;
    padding-top: 0;
  } */
  .right_footer_funs {
    display: none;
  }


  .fotter_menu_m {
    display: flex;
    position: relative;
    /* background-image: url(../img/footer.png); */
    /* background-size: 100% 110%; */
  }

  .fotter_menu_m_back {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
  }

  .fotter_menu_m_item:last-child {
    margin-bottom: 0;
  }

  .fotter_menu_m_item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .fotter_menu_m_item>a {
    color: #fff;
  }

  .beian {
    /* flex-wrap: wrap; */
    flex-direction: column;
  }

  .beian>div {
    font-size: 12px;
    margin: 3px auto;
  }

  .beian>div>img {
    width: 18px;
  }

  .beian {
    padding-bottom: 120px;
  }

  .right_footer_mobile {
    width: 80%;
    height: 100px;
    padding: 0 10%;
    background: linear-gradient(to top, #00398A, #61C3C4);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 20px #cdcdcd;
  }

  .mobile_item_box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .top_center_img {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -20px;
  }

  .top_center_img>img {
    width: 60%;
  }

  .as {
    margin-bottom: 3px;
  }
 
  .right_footer_mobile>.mobile_item_box>.bottom_text>a {
    text-decoration: none !important;
    font-size: 20px !important;
    color: #121212 !important;
    line-height: 23px !important;
  }
}

@media only screen and (max-width: 400px) {
  .right_footer_mobile>.mobile_item_box>.bottom_text>a {
    text-decoration: none !important;
    font-size: 16px !important;
    color: #121212 !important;
    line-height: 23px !important;
  }
}