.rd-navbar-brand{
	display: flex;
	align-items: center;
}
.rd-navbar-brand .slogan{
	margin-left: 1rem;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	display: flex;
}
.rd-navbar-brand .slogan .tel{

}
.rd-navbar-brand .slogan .tel img{
	width: 36px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 5px;
}
.rd-navbar-brand .slogan .tel span{
	font-size: 18px;
}
.cultureSwiper{
	width: 90%;
	margin: auto 5%;
	box-sizing: border-box;
	overflow: hidden;
	height: 690px;
}
.ie-panel {
				display: none;
				background: #212121;
				padding: 10px 0;
				box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
				clear: both;
				text-align: center;
				position: relative;
				z-index: 1;
			}

			html.ie-10 .ie-panel,
			html.lt-ie-10 .ie-panel {
				display: block;
			}
.mi-header-banner{
	position: relative;
}
.mi-header-banner .owl-dots{
	position: absolute;
	bottom: 1vh;
	width: 100%;
	text-align: center;
}
.swiper-container-photos {
	padding-bottom: 0px;
}

.swiper-container-photos .swiper-wrapper {}

.swiper-container-photos .swiper-slide {
	width: 978px;
	transition-timing-function: linear;
}
.mi-culture-banner{
	max-height: 900px;
}
.mi-culture-banner .owl-dots{
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100px;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: 999;
	justify-content: center;
	align-items: center;
}
.mi-culture-banner .owl-dots .owl-dot{
	margin: 5px 0;
}
.mi-video{
	background-color: #f0f8ff;
}
.mi-video h3{
	margin-top: 80px;
}
.mi-video .row{
	margin-top: 0 !important;
}
.mi-video .video-item{
	padding-bottom: 20px;
}
.mi-video .video-item .item{
	box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.12), 0 1px 18px 0 rgba(0,0,0,.14);
}
.mi-video .video-minimal{
	border-radius: 10px;
	position: relative;
	height: 510px;
	cursor: pointer;
}
.mi-video .video-minimal .video-minimal-figure{
	height: 100%;
}
.mi-video .video-minimal .play-icon{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,.3);
}
.mi-video .video-minimal .play-icon i{
	font-size: 65px;
	font-style: inherit;
}
.mi-video .video-minimal .video-minimal-figure{

}
.mi-video .video-minimal .video-minimal-figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.doctorSwiper{
	width: 90%;
	margin: 50px 5% 0;
	box-sizing: border-box;
	overflow: hidden;
	/*position: relative;*/
}
.mi-about{
	padding-top: 130px;
	background-color: #f7f7f7;
}
.mi-about p {
    font-size: 18px;
    line-height: 1.8;
    font-family: segoeuib_0;
}
.mi-about h3{
	letter-spacing: 2px;
	text-align: center;
    font-family: segoeuib_0;
}
.about-image {
	display: flex;
	flex-wrap: wrap;
}

.about-image .item {
	width: 49%;
	margin-top: 20px;
	margin-right: 2%;
}
.about-image .item:nth-child(2n){
	margin-right: 0;
}

.about-image .item img {
	width: 100%;
}

@media only screen and (max-width:1400px) {
	.mi-video .video-minimal{
		height: 350px;
	}
}
@media only screen and (max-width:1200px) {
	.swiper-container-photos .swiper-slide {
		width: 770px;
	}
	.mi-video .video-minimal{
		height: 300px;
	}
}

@media only screen and (max-width:980px) {
	.swiper-container-photos .swiper-slide {
		width: 471px;
	}
}

@media only screen and (max-height:480px) {
	.swiper-container-photos .swiper-slide {
		width: 471px;
	}
}

.swiper-container-photos .swiper-slide img {
	width: 100%;
	border-radius: 4px;
	cursor: pointer;
}

.swiper-container-photos .swiper-slide .title {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: left top;
	left: -3px;
	font-size: 11px;
	color: rgb(102, 102, 102);
}

.swiper-container-photos .swiper-button-next {
	background-image: url(../img/cursor-next.png);
}

.swiper-container-photos .swiper-button-prev {
	background-image: url(../img/cursor-prev.png);
}

.swiper-container-photos .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 6px !important;
	width: 9px;
	height: 9px;
	position: relative;
	outline: none;
	vertical-align: middle;
}

.swiper-container-photos .swiper-pagination-bullet span {
	width: 3px;
	height: 3px;
	background: #CCC;
	display: block;
	border-radius: 50%;
	margin-top: 3px;
	margin-left: 3px;
}

.swiper-container-photos .swiper-pagination-bullet i {
	background: #000;
	height: 1px;
	width: 20px;
	position: absolute;
	top: 4px;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.swiper-container-photos .swiper-pagination-bullet-active span,
.swiper-pagination-bullet:hover span {
	width: 9px;
	height: 9px;
	margin-top: 0;
	margin-left: 0;
	background: #000;
	position: relative;
	z-index: 1;
}

.swiper-container-photos .swiper-pagination-bullet-active i {
	animation: middle 6s;
}

.swiper-container-photos .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation: first 6s;
}

.swiper-container-photos .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation: last 6s;
}

@keyframes first {
	0% {
		transform: scaleX(0.5);
		left: 0px;
	}

	/*091*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}

	/*0915*/
}

@keyframes last {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	/*1090*/
	20% {
		transform: scaleX(0.3);
		left: 2px;
	}

	/*090*/
	100% {
		transform: scaleX(0.3);
		left: 0px;
	}

	/*090*/
}

@keyframes middle {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	/*1091*/
	20% {
		transform: scaleX(0.45);
		left: 2px;
	}

	/*092*/
	100% {
		transform: scaleX(1);
		left: 2px;
	}

	/*0913*/
}
.mi-environment{
	height: auto;
	width: 100%;
	background-color: aliceblue;
	position: relative;
	padding: 100px 0 80px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 30px;
}
.mi-environment .container-sm{
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}
.mi-environment .container-sm .title{
	font-size: 50px;
	width: 50%;
}
.mi-environment .container-sm .desc{
	font-size: 16px;
	width: 50%;
	display: flex;
	align-items: center;
	line-height: 1.75;
}
.address-content .col-lg-4{
	padding-left: 0;
}
.address-content .col-lg-4:last-child{
	padding-right: 0;
}
.address-content .item{
	display: flex;
	margin-bottom: 20px;
	background-color: #f8f8f8;
	cursor: pointer;
	transition: all ease .35s;
	border-radius: 8px;
	overflow: hidden;
}
.address-content .item:last-child{
	margin-bottom: 0;
}
.address-content .one{
	margin-bottom: 0;
}
.address-content .cover{
	width: 30%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.address-content .one .cover{
	width: 66%;
	padding: 10px;
}
.address-content .item .cover img{
	width: 100%;
	height: auto;
	border-radius: 100%;
	object-fit: contain;
	margin-right: 2%;
	border-radius: 100%;
}
.address-content .item .info{
	padding-top: 20px;
	width: 66%;
}
.address-content .item .info .icon{
	font-size: 22px;
	margin-right:2%;
	margin-left: 3%;
}
.address-content .one .info .icon{
	font-size: 36px;
	margin-bottom: 20px;
}
.address-content .one .info{
	padding-top: 30px;
	width: 36%;
}
.address-content .item .info h2{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}
.address-content .item p{
	text-align: left;
	font-size: 14px;
	padding-left: 10%;
	margin-top: 10px;
}
.address-content .two p,.address-content .three p{
	font-size: 12px;
	padding-left: 0;
	margin-top: 2px;
}
.address-content .two,.address-content .three{
	padding-bottom: 2px;
}
.address-content .one .info h2{
	margin-bottom: 40px;
	text-align: center;
}
.address-content .one p{
	text-align: center;
	padding-left: 0;
}
.address-content .one img{
	width: 60%;
	height: 320px;
}

.address-content .item:hover{
	background-color: #2f318b;
	background-image: linear-gradient(to right, #30cfd0 0%, #330867 100%);
	transition: all ease .35s;
	color:#ffffff;
}
.address-content .item:hover h2{
	color: #ffffff;
}

.mi-service{
	position: relative;
	padding-top: 1px;
}
.mi-service .service-images{
	width: 100%;
	height: auto;
}
.mi-service .service-images img{
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all .3s;
}
.service-btns{
	position: absolute;
	left: 12%;
	display: flex;
	flex-direction: column;
	top: 0;
	align-items: center;
	height: 100%;
	justify-content: center;
}
.service-btns .item{
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 20px 0;
}
.service-btns .item .icon{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	padding: 13px;
	transition: all .3s; 
	position: relative;
	z-index: 100;
}
.service-btns .item:hover .icon,.service-btns .item .on{
	box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4);
	transition: all .3s; 
	background-color: #00b6d5;
}
.service-btns .item .title{
	background-color: rgba(255, 255, 255, .95);
	padding: 10px 30px;
	margin-left: -7px;
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	color: #000;
	font-size: 16px;
	position: relative;
	z-index: 10;
}
.service-btns .item:hover .title{
	color: #00788d;
}
.service-btns .item .title span{
	margin-left: 10px;
}
.mi-service .service-infos{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,182,213,.6);
	display: flex;
	padding: 30px 35px;
	color: #ffffff;
	align-items: center;
	width: 50%;
	box-sizing: border-box;
}
.mi-service .service-infos .tb{
	border-right: 2px solid #ffffff;
	height: 60px;
	margin-right: 3%;
	padding-right: 30px;
}
.mi-service .service-infos .tb img{
	width: 60px;
	height: 60px;
}
.mi-service .service-infos h2{
	color: #ffffff;
	font-size: 30px;
}

/*服务项目 begin*/
.mi-services{
	background-color: #F7F7F7;
}
.mi-services .mi-services-title{
	text-align: center;
	margin: 75px 0 30px;
}
.mi-services .options {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	overflow: hidden;
	min-width: 600px;
	max-width: 100%;
	width: calc(100% - 100px);
	height: 600px;
	margin:0 auto 60px;
}
.mi-services .options .option {
	position: relative;
	overflow: hidden;
	width: 90px;
	margin: 0 10px;
	background: var(--optionBackground, var(--defaultBackground, #f7f7f7));
	background-size: auto 100%;
	background-position: left;
	cursor: pointer;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
	background-repeat: no-repeat;
}

/*.mi-services .options .option:nth-child(1) {
	--defaultBackground: #ED5565;
}

.mi-services .options .option:nth-child(2) {
	--defaultBackground: #FC6E51;
}

.mi-services .options .option:nth-child(3) {
	--defaultBackground: #FFCE54;
}

.mi-services .options .option:nth-child(4) {
	--defaultBackground: #2ECC71;
}

.mi-services .options .option:nth-child(5) {
	--defaultBackground: #5D9CEC;
}

.mi-services .options .option:nth-child(6) {
	--defaultBackground: #AC92EC;
}*/

.mi-services .options .option.active {
	flex-grow: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	max-width: 100%;
	margin: 0px;
	border-radius: 20px;
	background-size: 100% auto;
	/*&:active {
     transform:scale(0.9);
  }*/
}

.mi-services .options .option.active .shadow {
	box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}

.mi-services .options .option.active .label {
	bottom: 20px;
	left: 20px;
	display: none;
}

.mi-services .options .option.active .label .info>div {
	left: 0;
	opacity: 1;
}

.mi-services .options .option:not(.active) {
	flex-grow: 1;
	border-radius: 30px;
}

.mi-services .options .option .shadow {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 600px;
	background-color: rgba(0,0,0,.6);
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
	width: 90px;
}

.mi-services .options .active .shadow {
	display: none;
}

.mi-services .options .option:not(.active) .label {
	top: 35px;
	left: 30px;
}

.mi-services .options .option:not(.active) .label .info>div {
	left: 20px;
	opacity: 0;
}


.mi-services .options .option .label {
	position: absolute;
	right: 0;
	height: 40px;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.mi-services .options .option .label .icon {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: white;
	color: var(--defaultBackground);
}

.mi-services .options .option .label .title-info {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-orientation: upright;
	writing-mode: vertical-rl;
	width: 41px;
	height: 500px;
	margin-top: 20px;
	letter-spacing: 10px;
}

/*.mi-services .options .option .label .info>div {
	position: relative;
	transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}*/

.mi-services .options .option .label .info .main {
	font-weight: bold;
	font-size: 1.2rem;
	writing-mode: vertical-rl; /* 从右到左的垂直排列 */
	text-orientation: upright; /* 文本方向保持直立 */
	opacity: 1;
	height: 300px;
	width: 100%;
}

.mi-services .options .option .label .info .sub {
	transition-delay: .1s;
}

.mi-team{
	background-color: #eeeeee;
	position: relative;
	padding-bottom: 75px;
}
.mi-team .swiper-button-next,.mi-team .swiper-button-prev{
	top: 62%;
}
.service-swiper{
	display: none;
}
.footer-img{
	display: flex;
	justify-content: center;
	width: 100%;
}
.footer-img a{
	margin: 0 5%;
	display: flex;
	flex-direction: column;
}
.footer-img a.footer-weixin{
	text-align: center;
	display: block;
}
.footer-img a.footer-weixin img{
	width: 85px;
	margin-bottom: 5px;
	margin-top: 7px;
}
.footer-img a.footer-weixin p{
	font-size: 12px;
	margin-top: 5px;
	color: #ffffff;
}
@media screen and (max-width: 718px) {
	.footer-logo{
		width: 40%;
	}
	.footer-weixin{
		display: inherit;
	}
	.mi-services .mi-services-title{
		margin: 30px 0 25px;
	}
	.mi-services .options{
		display: none;
	}
	.mi-services .service-swiper{
		display: inherit;
		position: relative;
	}
	.mi-services .service-swiper img{
		border-radius: 8px;
	}
	.rd-navbar-fixed .rd-navbar-panel{
		background-color: #F7F7F7;
	}
	.rd-navbar-fixed .rd-navbar-panel .rd-navbar-toggle .rd-navbar-toggle span,.rd-navbar-toggle span::before,.rd-navbar-toggle span,.rd-navbar-toggle span::after{
		color: #333333;
		background-color: #333333;
		width: 28px;
	}
	.rd-navbar-brand .slogan .tel span{
		color: #333333;
	}
	.mi-culture-banner{
		padding-top: 30px !important;
	}
	.options {
		min-width: 520px;
	}
	.cultureSwiper{
		height: 235px;
		padding-top: 0 !important;
	}
	.options .option:nth-child(5) {
		display: none;
	}
	.mi-culture-banner{
		padding-top: 30px;
	}
	.address-content .one .cover{
		width: 30%;
	}
	.address-content .one .info{
		width: 66%;
	}
	.address-content .item .info h2{
		margin-bottom: 0;
	}
	.address-content .item p{
		margin-top: 0;
	}
	.address-content .item p:last-child{
		margin-bottom: 10px;
	}
	.address-content .one .info .icon{
		float: left;
		font-size: 22px;
		margin-bottom: 0;
		margin-top: 5px;
	}
	.address-content .one .info h2{
		text-align: left;
	}
	.address-content .one p{
		padding-left: 27px;
		text-align: left;
	}
	.rd-navbar-brand .slogan p.s-title{
		display: none;
	}
	.address-content .two .info p{
		font-size: 12px;
		margin-bottom: 0;
	}
	.address-content .three .info p{
		font-size: 12px;
		margin-bottom: 0;
	}
	.foot-nav{
		margin-bottom: 0;
	}
	.footer-minimal-nav li {
		padding: 0 5px;
		margin-bottom: 10px;
		font-size: 13px;
	}
	.footer-minimal .rights{
		font-size: 13px;
		margin-top: 35px;
	}
	.footer-minimal .rights .filing{
		width: 15px;
		margin-bottom: 3px;
	}
}

@media screen and (max-width: 638px) {
	.options {
		min-width: 440px;
	}

	.options .option:nth-child(4) {
		display: none;
	}
}

@media screen and (max-width: 558px) {
	.options {
		min-width: 360px;
	}

	.options .option:nth-child(3) {
		display: none;
	}
}

@media screen and (max-width: 478px) {
	.options {
		min-width: 280px;
	}

	.options .option:nth-child(2) {
		display: none;
	}
}
/*服务项目 end*/





.doctor-cover{
	text-align: center;
	margin-bottom: 1rem;
}
.doctor-cover img{
	border-radius: .2rem;
	width: 20rem;
}
.doctor-level{
	margin-left: 1rem;
	margin-top: .1rem;
	color: #333333;
	font-weight: bold;
}
.doctor-title{
	color: #000000;
}

.mi-culture-banner{
	max-height: 1100px;
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	position: relative;
}
.mi-culture-banner .mi-culture-title{
	text-align: center;
	margin-bottom: 10px;
}
.mi-culture-banner .swiper-slide{
	text-align: center;
}
.mi-culture-banner .swiper-slide img{
	max-height: 900px;
	width: auto;
	object-fit: contain;
	cursor: pointer;
	border-radius: 10px;
}
.mi-culture-banner .swiper-pagination{
	right: 2% !important;
}
.mi-culture-banner .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 0 5px;
}
.mi-culture-banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #2f318b;
}
@media (min-width: 576px) {
	
}

@media (max-width: 768px) {
	.mi-about {
	    padding-top: 50px;
	}
	.about-image .item{
		margin-top: 10px;
	}
	.mi-environment {
	    padding: 40px 0 80px;
	}
	.mi-environment .container-sm{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.mi-environment .container-sm .title{
		width: 100%;
		font-size: 35px;
	}
	.mi-environment .container-sm .desc{
		width: 100%;
	}
	.address-content{
		margin-top: 20px;
	}
	.address-content .col-lg-4{
		padding-right: 0;
	}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1480px) {
	
}



