ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}

.ft-carousel .carousel-item img {
	width: 100%;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
    display: none;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	
display: none;

}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	right: 50px;
	background: url(images/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(images/next.png) no-repeat;
}
.example {width: 900px;height: 50px;font-size: 40px;text-align: center;    margin-left: 300px;}
.carousel-item{line-height: 50px;color: #fff;font-family:  Arial Blac
}
.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: auto;
	
	zoom: 1;
}
.swiper {
	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-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
  }

  .swiper-slide  a img {
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	margin: 0 auto;
	max-height: 220px;
  }
  .swiper-slide .doctor-img {
	  width: 84% ;
	  display: block;
	  margin: 0 auto;
  }
.scroll_horizontal  .swiper-slide h2 a{
    font-family: MicrosoftYaHei-Bold;
    line-height: 36px;
	color: rgba(144,94,35,1);
	font-weight: 700;

}
.scroll_horizontal  .swiper-slide h2 {
	width: 84%;
	line-height: 21px;
    border-top: 4px solid saddlebrown;
}
.scroll_horizontal .swiper-slide strong {
	font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 38px;
    display: block;
    color: rgba(130,130,130,1);
}
#mSC2 {
	height: 380px;
}
.swiper-wrapper {
	height: 335px !important;
}
.flexslider .slides li {
	
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li {
	float:left;
	background:rgba(134,134,134,1);
border-radius:50%;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li.flex-active,
.flex-control-paging li.on{
	width:50px;
height:16px;
background:rgba(144,94,35,1);
opacity:1;
border-radius:8px;
}

.flexslider .slides a img {
	
}
.slides{
        height: 325px;
    overflow: hidden;}