.topimg{height: 450px;}
/* 功能按钮#956729 */
.servicesCon{margin:0 auto;background:#F6F3EC}
.servicesBox{margin:0 auto;padding:30px 0; }
.servicesBox .swiper{ margin:0 auto;}
/* .servicesBox div{width:calc(100% - 104px);height:295px;;margin:0 auto;padding-top:90px;display:inline-block;position: absolute;left:58px;top:0;overflow: hidden;;} */
.servicesBox .swiper-wrapper{display: flex;justify-content: space-between;}
.servicesBox .swiper-wrapper .fas,.servicesBox .swiper-wrapper .far{font-size:60px;}
.servicesBox .swiper-slide {display: flex;color:#fff;width:189px;height:189px;margin:0;background:url(../images/servicesboxbg1.png) no-repeat;text-align: center;letter-spacing: 0.1em;justify-content: center;align-items: center;
  transition: transform .3s;}

.servicesBox a1{color:#fff;font-weight:100;letter-spacing: 0.1em;outline:none;}
.servicesBox a1{display:flex;flex-direction: column;justify-content: center;align-items: center;}
.servicesBox .swiper-slide:nth-child(2n) {background:url(../images/servicesboxbg2.png) no-repeat;outline:none;} 
.servicesBox .swiper-slide:nth-child(2n+1) {background:url(../images/servicesboxbg1.png) no-repeat;outline:none;}

.servicesBox h4{font-size:16px; margin-top:10px;}
 
.swiper-slide a{color:#fff} 
.servicesBox .active p img{display: block;}
.servicesBox button{width:52px;height:52px;background:none;overflow:none;border:none;margin-top:160px;}
.servicesBox .swiper-button-prev{width:52px;height:52px;background:url(../images/servicesleft1.png);float:left;}
.servicesBox .swiper-button-next{width:52px;height:52px;background:url(../images/servicesright1.png);float:right;}
.servicesBox .swiper-button-prev:hover,.servicesBox .swiper-button-prev:focus,.servicesBox .swiper-button-prev:active{width:52px;height:52px;background:url(../images/servicesleft2.png);float:left;}
.servicesBox .swiper-button-next:hover,.servicesBox .swiper-button-next:focus,.servicesBox .swiper-button-next:active{width:52px;height:52px;background:url(../images/servicesright2.png);float:right;}

.servicesBox .swiper-button-prev::after{content:none;}
.servicesBox .swiper-button-next::after{content:none;}

.servicesDoctor {
 
  margin:20px auto;
}
.title {
  
  height: 60px;
  margin: 0 auto;
  font-weight: 900;
  font-size: 30px;
  line-height: 41px;
  color: #333;
}
.servicesDoctor p{ line-height:28px;text-indent:2em;margin-bottom:20px;}
@media only screen and (max-width:1200px){
    .topimg{height:200px;}
    .servicesDoctor{padding:0 20px;}
    .servicesBox .swiper-wrapper {flex-wrap: wrap;justify-content: space-evenly;}
    .servicesBox{padding:30px 0 20px 0; }
    .servicesBox .swiper-wrapper .fas,.servicesBox .swiper-wrapper .far{font-size:30px;}
    .servicesBox .swiper-slide{box-shadow: 0 4px 8px rgba(0,0,0,.1);border-radius:10px;margin-bottom:10px;width:46%;height:100px;background-image:none;background:#871C16}
    .servicesBox .swiper-slide:nth-child(1) {display:none}
    .servicesBox .swiper-slide:nth-child(2n) {background-image:none;background:#871C16} 
    .servicesBox .swiper-slide:nth-child(2n+1) {background-image:none;background:var(--color)} 
 
}
