/*专业团队*/
/*$$
{"color":[{"val":"#000000","title":"栏目标题文字颜色"},
{"val":"#ffffff","title":"左侧内容/按钮 文字颜色"},
{"val":"#b99c62","title":"标题文字颜色"}],
"background":[{"val":"#f5f5f5","title":"默认背景颜色"},
{"val":"#b99c62","title":"搜索栏目背景颜色"},
{"val":"#ffffff","title":"默认背景颜色"}],
"border":[{"val":"#ffffff","title":"标题左侧边框"},
{"val":"#dfd2b7","title":"列表内容右侧边框"}]}
$$*/
#team_155{
	width: 100%;
	background: #f5f5f5;
	padding: 70px 0;
}
#team_155 .column {
	font-size: 28px;
	color: #000000;
	width: 100%;
	text-align: center;
	line-height: 70px;
	background: url(./../../../static/images/NP00028_02.png) no-repeat bottom center;
	background-size: 448px 31px;
	padding-bottom: 20px;
}
#team_155 .teamBox{
	width: 1200px;
	margin:60px auto 30px;
	position: relative;
	height: 588px;
}
#team_155 .teamIntr{
	width: 270px;
	height: 588px;
	background: url(./../../../static/images/NP00028_01.jpg) no-repeat;
	background-size: 100% 100%;
	box-shadow:rgb(0,0,0,.15) 0px 0px 15px 7px;
	float: left;
	color: #ffffff;
	position: relative;
}
#team_155 .teamIntr .con{
	width: 130px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	top:45px;
}
#team_155 .teamIntr .name{
	writing-mode: vertical-rl;
	border-left:#ffffff solid 1px;
	width: 55px;
	display: flex;
	align-items: center;
	float: right;
	font-size: 18px;
}
#team_155 .teamIntr .title{
	writing-mode: vertical-rl;
	height: 270px;
	float: right;
	width: 75px;
	line-height: 30px;
	padding: 0 10px;
}
#team_155 .teamIntr .btnMore{
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 80px;
	left: 50%;
	margin-left: -75px;
	font-size: 14px;
	cursor: pointer;
}
#team_155 .teamIntr .btnMore::before{
	position: absolute;
	left: 0;
	top:0;
	content: '';
	border: #ffffff solid 1px;
	width: 100%;
	height: 100%;
	transition: all .8s;
	z-index: 8;
}
#team_155 .teamIntr .btnMore i{
	position: relative;
	z-index: 11;
	color: #ffffff;
}
#team_155 .teamIntr .btnMore::after{
	position: absolute;
	left: 50%;
	top:50%;
	content: '';
	background: #b99c62;
	width: 0;
	height: 0;
	transition: all .8s;
	z-index: 10;
}
#team_155 .teamIntr .btnMore:hover::after{
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}
#team_155 .teamList{
	width: calc(100% - 270px);
	position: relative;
	float: left;
	height: 100%;
	overflow: hidden;
}
#team_155 .teamSwiper{
	width: calc(100% + 1px);
	height: 100%;
	overflow: hidden;
	margin-right: -1px;
}
#team_155 .teamItem .imgT{
	width: 100%;
	height: 295px;
	overflow: hidden;
}
#team_155 .teamItem .imgT img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}
#team_155 .teamItem:hover img{
	transform: scale(1.1);
}
#team_155 .teamList .teamItem{
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-right:#dfd2b7 solid 1px;
	cursor: pointer;
}
#team_155 .teamItem .con{
	width: 110px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	top:35px;
}
#team_155 .teamItem .name{
	writing-mode: vertical-rl;
	width: 50px;
	display: flex;
	align-items: center;
	float: right;
	font-size: 18px;
	color: #666666;	
}
#team_155 .teamItem .title{
	writing-mode: vertical-rl;
	height: 270px;
	float: right;
	width: 30px;
	line-height: 30px;
	height: 200px;
	color: #666666;	
}
#team_155 .teamItem:hover .name{
	color: #b99c62;
}
#team_155 .btnPrev,
#team_155 .btnNext{
	width: 45px;
	height: 45px;
	position: absolute;
	z-index: 100;
	border-radius: 50%;
	left:248px;
	cursor: pointer;
}
#team_155 .btnPrev{
	background:rgb(185,156,98,.9) url(./../../../static/images/NP00028_03.png) no-repeat center center ;
	background-size: 12px 19px;
	top:100px;
}
#team_155 .btnNext{
	background:rgb(185,156,98,.9) url(./../../../static/images/NP00028_04.png) no-repeat center center ;
	background-size: 12px 19px;
	top:438px;
}
@media screen and (max-width: 1200px) {
	#team_155 .teamBox{
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	#team_155{
		padding: 30px 0;
	}
	#team_155 .column{
		font-size: 20px;
		background-size: 80% auto;
		line-height: 40px;
	}
	#team_155 .teamIntr{
		width: 180px;
	}
	#team_155 .teamList{
		width: calc(100% - 180px);
	}
	#team_155 .btnPrev, #team_155 .btnNext{
		width: 35px;
		height: 35px;
		left: 160px;
	}
	#team_155 .teamBox{
		height: 500px;
	}
	#team_155 .teamIntr{
		height: 500px;
	}
	#team_155 .teamItem .imgT{
		height: 260px;
	}
	#team_155 .teamItem .title{
		height: 180px;
	}
	#team_155 .teamIntr .btnMore{
		width: 120px;
		height: 30px;
		line-height: 30px;
		margin-left: -60px;
		bottom: 60px;
	}
	#team_155 .btnNext{
		top:370px;
	}
}