﻿/*------------------------底部---------------*/


/*link*/
.footer_wrapper{
 background: url(/Sites/Uploaded/UserUpLoad/20210923/20210923110513.png)no-repeat center;
 background-size: cover;
}
.link {
  padding-bottom: 15px;
}

.linktitle_a {
  float: left;
  line-height: 14px;
  color: #fff;
  font-size: 14px;
}
.linkli:nth-child(4)::after {
 display: none;
}
.linktitle_a:hover {
  text-decoration: none;
  color: #fff;
}

.swiper-container-link {
  height: 50px;
  width: 1200px;
  padding: 20px 0px;
}

.linkul {
  overflow: hidden;
  margin: 0px auto;
}

.noFind {
  padding: 20px;
}
.link_ul{
  float: left;
  width: 92%;
}
.linkli {
  float: left;
  padding: 0px 30px;
  box-sizing: border-box;
  line-height: 14px;
  position: relative;
  margin-bottom: 10px;
}
.linkli:nth-child(4){
 margin-right: 350px;
}
.linkli::after{
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #fff;
}

.linkli.last::after{
  display: none;
}

.linkli a {
  color: #fff;
  font-size: 14px;
}




/*foot*/

.friendLink {
  overflow: hidden;
  padding: 29px 0 20px;
}

.footer {
  color: #fff;
}

.footerNav li {
  float: left;
  line-height: 25px;
  color: #fff;
}

.footerNav li.line {
  padding: 0 12px;
  margin: 0;
  font-size: 12px;
}

.footerNav a {
  color: #fff;
  font-size: 14px;
}

.footerNav a:hover {
  text-decoration: underline;
}


.footer p {
  text-align: center;
  line-height: 25px;
}


.yyzx {
  width: 108px;
  text-align: center;
  position: absolute;
  right: -16px;
  top: 12px;
}

.yyzx img {
  width: 30%;
}

.yyzx .yyzx_p {
  font-size: 12px;
  transform: scale(0.7);
  color: #000;
  line-height: 18px;
}

#imgConac {
  width: 44px;
}

.footer_In {
  padding: 32px 0;
  border-top: 1px solid #8251a2;
}

.records_wrapper {
  font-size: 14px;
  color: #fff;
  margin-top: 25px;
}

.records_wrapper a {
  font-size: 14px;
  color: #fff;
}

.records_wrapper a:hover {
  color: #fff;
}
.info_wrapper{
 margin-top: 25px;
}
.info_wrapper .info_com {
  float: left;
  font-size: 14px;
  color: #fff;
  margin-right: 75px;
}

.info_wrapper .info_com a {
  color: #fff;
}

.footerNav_right {
  width: 405px;
}

.footerNav_right .code_com {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.code_com img{
  width: 100px;
}

.footer_btm {
  padding: 15px 0;
  overflow: hidden;
}

.footer_btm span {
  font-size: 12px;
  color: #fff;
  margin-right: 30px;
  display: flex;
  align-items: center;
  float: left;
}

.footer_btm span .doctor {
  width: 50px;
  height: auto;
  margin-left: 5px;
}
.phone_footer {
  display: none;
}
.footerNav_right .code_com span {
  width: 12px;
  float: left;
  line-height: 18px;
}

.dyh {
  float: left;
  text-align: center;
  margin-left: 35px;
}

.dyh p {
  text-align: center;
  font-size: 14px;
}

.code_com.code_com1 img {
  margin-left: 20px;
}
.fixed_footer {
  position: fixed;
  right: 0;
  top: 38%;
  z-index: 1;
}

.fixed_footer li {
  width: 100px;
  height: 100px;
  background: #fff;
  margin-bottom: 2px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.fixed_footer li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.fixed_footer li a img {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1280px) {
 .footerNav_right {
 width: auto;
}
 .linkli:nth-child(4){margin-right:0}
 .linkli:nth-child(4)::after {
 display: block;
}
 .w1280 {
 width: 100%;
 padding: 20px;
 box-sizing: border-box;
}

}

@media only screen and (max-width: 768px) {
  ul.footerNav {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
}
  .fixed_footer{display: none;}
  .FriendLink, .footer, .footer_In{
 width: 100%;
  }

  .friendLink{
 padding: 0.3rem 0.4rem;
 box-sizing: border-box;
 border-bottom: 1px solid rgba(255, 255, 255, 0.2);
 display: none;
  }

  .linkli{
 padding: 0 0.22rem;
 line-height: 24px;
  }
.linkli a {
 font-size: 14px;
  }
  .linktitle_a {
 line-height: 24px;
 font-size: 14px;
  }
  .footer_In{
 padding: 0.3rem 0.4rem;
 box-sizing: border-box;
  }
  .info_wrapper{
 margin-top: 0.2rem;
  }
  .records_wrapper{
 margin-top: 0.2rem;
  }
  .records_wrapper span{
 display: block;
 float: none;
 margin-top: 0.2rem;
  } 
  .footerNav_left {
 float: none;
 text-align: center;
  }
  .footerNav_right{
 width: fit-content;
 margin: 0 auto;
 float: none;
 margin-top: 0.4rem;
  }

  .dyh {
 margin: 0 18px;
  }

}
@media only screen and (max-width: 500px) {
.linkli a {
 font-size: 12px;
  }
  .linktitle_a {
 line-height: 24px;
 font-size: 12px;
  }
  .footerNav a{
 font-size: 12px;
  }
  .footerNav li.line {
 padding: 0 8px;
  }
  .info_wrapper .info_com{
 width: 100%;
 margin-top: 0.2rem;
 font-size: 12px;
  }
  .records_wrapper,.records_wrapper a{
 font-size: 12px;
  }
  .records_wrapper span{
 line-height: 0.35rem;
  }
  .dyh {
 margin: 0 8px;
  }
  .code_com img{
 width: 90px;
  }
  .info_wrapper{
 margin-top: 0;
  }
}
@media only screen and (max-width: 320px){
  .code_com img {
 width: 75px;
}
}  