.sx-nav{
	font-size: 14px;
    color: #999999;
	line-height:19px;
	padding: 20px 0;
}
.sx-nav span{
	margin:0 5px;
}
.sx-nav .index{
	color: #999999;
}
.sx-nav .index-nav{
	color: #222;
}
.sx-content{
	position: relative;
}
.title-box{
	padding: 50px 0 26px;
}
.title-box .title-span{
	height: 28px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000;
	line-height: 28px;
	padding-right: 24px;
	float: left;
}
.title-box .title-more{
	float: right;
	width: 10px;
	height: 20px;
	background: url(/images/szkc/arrow.png) no-repeat right center;
	background-size: 10px 20px;
	margin-top: 8px;
}
.team-list{
	width: 100%;
	margin-top: 20px;
    /*position: relative;*/
	/*height: 150px;*/
	/*position: absolute;*/
	/*bottom: 0px;*/
	/*left: 0px;*/
}
.team-list .swiper-container{
	height: 100%;
	width: 1100px;
    margin: 0 auto;
}
.team-list .swiper-slide{
	margin-top: 15px;
	width: 126px;
	height: 166px;
	/*opacity: 0.6;*/
}
.team-list .swiper-slide-thumb-active img{
	border: 3px solid #CA0712;
	/*transform: translateX(0px) scale(1.1);
    opacity: 1;
    box-shadow: 0px 17px 20px 0px rgb(0 0 0 / 30%);*/
}
.team-list .swiper-slide img{
	width: 100%;
	height: 126px;
	object-fit: cover;
}
.team-list .swiper-slide .slide-name{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.team-list .swiper-slide .swiper-tlt{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #333333;
	margin-top: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}
.team-sum .swiper-button-prev{
	width: 26px!important;
	height: 42px!important;
	background-image: url(/images/szkc/slideleft.png)!important;
	background-size: 100% 100%;
	left: 0px!important;
	top: 88%!important;
}
.team-sum .swiper-button-next{
	width: 26px!important;
	height: 42px!important;
	background-image: url(/images/szkc/slideright.png)!important;
	background-size: 100% 100%;
	right: 0px!important;
	top: 88%!important;
}
.team-sum{
	width: 1000px;
	/*height: 350px;*/
	margin: 0 auto;
	margin-bottom: 50px;
}
.team-item{
	display: flex;
	justify-content: space-between;
}
.team-img{
	width: 311px;
	height: 348px;
	background: url(/images/szkc/jsbg.png) no-repeat;
	background-size: 280px 280px;
	background-position-y: 91px;
	text-align: center;
	padding-top: 20px;
}
.team-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.team-text{
	width: 638px;
}
.team-name{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 60px;
}
.team-obj{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 23px;
}
.team-jj{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
