.swiper-container {
	width: 100%;
	height: 100%;
	
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img{
   display:block;
   width:100%;
}
.main_area_one,.main_area_two,.main_area_three{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	box-sizing: border-box;
}
.font-h2{
	justify-content: space-between;
	align-items: center;
}
.font-h2 strong{
	font-size: 1.25rem;
	padding: .5rem 1rem;
}
.font-h2 strong i{
	font-style: normal;
	font-weight: normal;
	padding-left: .5rem;
	text-transform: capitalize;
}
.font-h2 strong a{
	color: #FFFFFF;
}
.welcome-grids{
	margin-top:2rem;
}
.welcome-grids,.home-doctor ul{
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.welcome-grids .welcome-grid,.home-doctor ul li{
	width: 24%;
}
.welcome-grids .welcome-grid:not(:nth-child(n+5)),.home-doctor ul li:not(:nth-child(n+5)){
	margin-bottom: 1rem;
}
.welcome-grid .img-responsive{
	display: block;
	width: 100%;
	height: 11.75rem;
	object-fit: cover;
}
.wel-info{
	margin-top: 1rem;
}
.wel-info h4{
	margin-bottom: .75rem;
	font-weight: 400;
	font-size: 1.2rem;
}
.home-doctor{
	margin-top:2rem;
}
.home-doctor ul li{
	position: relative;
	display: block;
	padding: 1.875rem;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	}
.home-doctor ul li:not(:nth-child(4n)),.welcome-grids .welcome-grid:not(:nth-child(4n)){
	margin-right: 1.3%;
}
.home-doctor ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   /* 仅顶部弧形 */
  background-color: #1065a1;
  clip-path: ellipse(100% 40% at 50% 0%);
  z-index: -1; /* 确保伪元素在内容之后 */
}
.home-doctor ul li img{
	box-sizing: border-box;
	display: block;
	width: 7.0625rem;
	height: 7.0625rem;
	object-fit: cover;
	border-radius: 100%;
	padding: .5rem;
	margin: 0 auto;
	border: 1px solid #4399d7;
}
.home-doctor ul li .intro h5 {
    font-size: 1.2rem;
    line-height: 1.875rem;
    font-weight: 400;
    padding-top: 1rem;
    margin-bottom: .75rem;
}
.home-doctor ul li .intro p,.wel-info p{
	color:#707070;
	line-height: 1.5rem;
}
.home-doctor ul li .intro a{
	padding-top: .75rem;
	display: block;
	color: #f6466c;
}
.home-zixun{
	justify-content: space-between;
	margin-top: 2rem;
}
.home-zixun ul{
	width: 48%;
	box-shadow: 0 0 10px rgb(223 223 223 / 90%);
	padding: 1rem;
	box-sizing: border-box;
}
.home-zixun ul li:not(:last-child) a{
	display: block;
	border-bottom: 1px solid #f5f5f5;
	box-sizing: border-box;
	transition: all .4s ease;
	padding-bottom: 1rem
}
.home-zixun ul li a h4 {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2.625rem;
    height: 2.625rem;
    overflow: hidden;
    padding-top: 0.9375rem;
}
.home-zixun ul li a .intro {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #707070;
}
.home-zixun ul li a .setting {
    font-size: 0.875rem;
    color: #888;
    line-height: 1.75rem;
    justify-content: space-between;
    padding-top: 0.625rem;
    overflow: hidden;
}
@media(max-width: 786px) {
	.swiper-container.marginTop{
		margin-top: 4rem;
	}
	.home-zixun{
		flex-wrap: wrap;
	}
	.home-zixun ul{
		width: 100%;
	}
	
	.home-zixun ul:first-child{
		margin-bottom: 1rem;
	}
}

@media(max-width: 600px) {
	.welcome-grids .welcome-grid, .home-doctor ul li{
		width: 49%;
	}
	.home-doctor ul li:not(:nth-child(4n)), .welcome-grids .welcome-grid:not(:nth-child(4n)) {
	    margin-right: 2%;
	}
	.home-doctor ul li:nth-child(2n),.welcome-grids .welcome-grid:nth-child(2n){
		margin-right: 0;
	}
	.welcome-grids .welcome-grid:not(:nth-last-child(2)),.welcome-grids .welcome-grid:not(:last-child), .home-doctor ul li:not(:nth-last-child(2)),.home-doctor ul li:not(:last-child){
		margin-bottom: 1rem;
	}
}
@media(max-width: 480px) {
	.welcome-grids .welcome-grid, .home-doctor ul li{
		width: 100%;
	}
	.welcome-grids .welcome-grid:not(:last-child),.home-doctor ul li:not(:last-child){
		margin-bottom: 1rem;
	}
}