.team {
	padding: 61px 0 0;
	background: #F7F7F7;
	margin-bottom: 55px;
}

.team .title {
	position: relative;
	height: 90px;
	overflow: hidden;
}

.team .title>.en {
	font-size: 56px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E8EAF0;
	position: relative;
	text-align: center;
}

.team .title>.zh {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A2F6A;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.team > .short-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}


.team>.category {
	display: flex;
	justify-content: center;
	margin: 63px 0;
	font-size: 28px;
	color: #666666;
	line-height: 44px;
}

.team>.category .item {
	margin-right: 70px;
	position: relative;
	cursor: pointer;
}

.team>.category .item.active {
	color: #1A2F6A;

}

.team>.category .item.active::after {
	content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    width: 100%;
    height: 6px;
    background: rgba(162,193,226,0.8);
}

.introd {
	width: 1320px;
	padding-bottom: 100px;
	margin: auto;
}

.introd .item {
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	background: #FFFFFF;
	/* box-shadow: 0px 0px 4px 0px rgba(102, 102, 102, 0.3); */
	border-radius: 10px 10px 0px 0px;
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
}

.introd .item .card {
	 display: flex;
    justify-content: flex-start;
	padding: 0 0 24px;
    min-height: 250px;
    height: 250px;
    text-align: left;
}

.introd .item .avator {
	width: 55%;
    /*height: 240px;*/
    border-radius: 50%;
	object-fit: cover;
	margin: 60px 0;
}

.introd .item .fh {
	display: inline-block;
	border-left: 20px solid transparent;
	border-right: 20px solid #3C6CA9;
	border-bottom: 20px solid transparent;
	width: 0;
	height: 0;
	position: relative;
	top: 6px;
}

.introd .item .right {
	padding: 0 10px;
}

.introd .item .right .name>.doctor {
	font-size: 22px;
	font-weight: bold;
	color: #3C6CA9;
	line-height: 33px;
	margin: 0 6px;
}

.introd .item .right .name>.post {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 33px;
	display: block;
}

.introd .item .right .des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.introd .item .right .type {
	font-size: 14px;
	font-weight: 400;
	color: #416EAC;
	line-height: 26px;
	margin: 19px 0;
	display:-webkit-box;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.introd .item .right .work{
	line-height: 26px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.swiper {
	height: 480px;
	overflow: hidden;
	width: 100%;
}

.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;
	transition: 300ms;
	transform: scale(0.8);
	opacity: 0.6;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
	opacity: 1;
}
.swiper-slide > img{
	/*height: 385px;*/
	object-fit:cover;
}
.swiper-slide-active > img{
	/*height: 480px;*/
	object-fit:cover;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	background: rgba(0, 0, 0, 0.3);
	color: #fff !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 14px!important;
}
.swiper-button-next {
	right: 25.5% !important;
}

.swiper-button-prev {
	left: 25.3% !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	background: rgba(0, 0, 0, 0.3);
	color: #333;
}
.swiper-box{
	padding: 80px 0;
	background: #fff;
}

@media screen and (max-width: 1440px) {
	.introd {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1200px) {
.team>.category .item {
	font-size: 20px;
	}
}
@media screen and (max-width: 782px) {
    
    .introd .item .right .type.ms{
        height: 100px;
        background: #F5FAFF;
        text-align: left;
    }
	.swiper-box {
		height: 100%;
		padding: 15px;
		margin-top: 20px;
		background: #fff;
	}

	.swiper {
		height: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
		font-size: 16px!important;
	}
	.team {
		padding: 41px 0 0;
	}

	.team>.category {
		padding: 0 15px;
		box-sizing: border-box;
		display: block;
		margin-top: 20px;
	}

	.team>.category .item.active::after {
		display: none;
	}

	.team>.category .item {
		margin-right: 30px;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #1A2F6A;
		line-height: 22px;
		text-align: center;
		line-height: 38px;
		margin: auto;
		margin-bottom: 30px;
	}

	.team>.category .item.active {
		background: #1A2F6A;
		color: #fff;
		border-radius: 18px;

	}
	.team .title{
		height: 45px;
	}
	.team .title>.en{
		font-size: 28px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #E8EAF0;
		line-height: 22px;
	}
	.team .title>.zh{
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #1A2F6A;
		line-height: 32px;
	}
	.introd .item .right .type {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		background: #FFFFFF;
		/*border: 1px solid #1A2F6A;*/
		border-radius: 5px;
		padding: 15px 14px;
		box-sizing: border-box;
		height: 100px;
        
	}

	.introd .item .card {
		padding-bottom: 0;
		justify-content: center;
		/*height: 375px;*/
		height: auto;
		text-align: center;
	}

	.introd .item .right .type:last-child {
		border: none;
	}

	.introd .item .right .name>.doctor {
		font-size: 16px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #3C6CA9;
		line-height: 17px;

	}

	.introd .item .right .name>.post {
		font-size: 11px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #333333;
		line-height: 17px;
		margin: 13px 0;
		display: block;
	}

	.swiper-button-next {
		right: 0 !important;
		z-index: 9999!important;
	}

	.swiper-button-prev {
		left: 0px !important;
	}

	.introd .item {
		text-align: center;
		margin-bottom: 5px;
	}

	.introd .item .avator {
		width: 140px;
		height: 140px;
		background: #FFFFFF;
		border: 1px solid #1B306B;
		border-radius: 70px;
		margin: 20px 0;
	}
	
	.team > .short-title{
	    
	    font-size: 16px;
	    padding: 0 16px;
	    line-height: 26px;
	}
}
