.expertflex{display:flex;}
	
.expertflex .swiper-button-next-difine{width:40px;height:40px;background: url(/html/static/web/default/img/arrow-right.png) no-repeat;display:block;cursor:pointer;background-size:100%;margin-top:230px;}

.expertflex .swiper-button-prev-difine {width:40px;height:40px;background: url(/html/static/web/default/img/arrow-left.png) no-repeat;display:block;cursor:pointer;background-size:100%;margin-top:230px;}

.expertflex .expertlist{
	height: 500px;
	width:1280px;
	margin-bottom:50px;
	padding-top:60px;
	padding-bottom:50px;
}


.userinfo{
	width:90%;
	display: flex;
	background:rgb(255,255,255,0.1);
	margin:5%;
	-webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
	box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);

}
.userinfo .userimg{
	display:table-cell;
	width:170px;
	height:150px;
	text-align:left;
	vertical-align:middle;
}
.userinfo .userimg img{
	width:150px;
	height:150px;
}
.userinfo .usertext{
	flex:3;
	text-align:left;
	padding-top:15px;
}
.userinfo .usertext p{
	display:block;
	text-align:left;
	color:#fff;
}
.userinfo .usertext .user_title{
	font-size:20px;
}
.userinfo .usertext .user_text{
	font-size:14px;
	margin-top:25px;
	margin-right:15px;
	font-weight:lighter;
	font-family:Arial;
	/*溢出代码*/
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4; /* 这里是超出几行省略 */
	overflow: hidden;
	/*溢出代码*/
}


.swiper {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}

 .swiper-slide {
	text-align: center;
	font-size: 18px;
	
	height:150px;

	/* 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;
	width:100%;
	margin-bottom:45px;
}

.mySwiperCooper{
	width: 100%;
	height: 450px;
}
.mySwiperCooper .swiper-wrapper{
	
	}
.mySwiperCooper .swiper-wrapper .swiper-slide {
		text-align: center;
		height:50px;
		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;
		width:100%;
		margin-bottom:10px;
	}
}

.mySwiperCooper2{
	width: 100%;
}
.mySwiperCooper2 .swiper-wrapper{

}
.mySwiperCooper2 .swiper-wrapper .swiper-slide {
		
		text-align: center;
		height:50px;
		margin-bottom:25px;
		width:100%;
	}
}

@media screen and (max-width: 1024px) {
	.expertflex .expertlist{
		height: 430px;
		width:1280px;
		margin-bottom:20px;
		padding-top:50px;
		padding-bottom:50px;
	}


	.userinfo{
		width:90%;
		display: flex;
		background:rgb(255,255,255,0.1);
		margin:5%;
		-webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
		box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
		
	}
	.userinfo .userimg{
		display:table-cell;
		width:135px;
		height:120px;
		text-align:left;
		vertical-align:middle;
	}
	.userinfo .userimg img{
		width:120px;
		height:120px;
	}
	.userinfo .usertext .user_text{
		font-size:14px;
		margin-top:15px;
		margin-right:5px;
		font-weight:lighter;
		font-family:Arial;
		/*溢出代码*/
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp:3; /* 这里是超出几行省略 */
		overflow: hidden;
		/*溢出代码*/		
	}
	.swiper {
		width: 100%;
		height: 430px;
		margin-left: auto;
		margin-right: auto;
	}

	.swiper-slide {
		text-align: center;
		font-size: 18px;
		height:120px;

		/* 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;
		width:100%;
		margin-bottom:30px;
	}
	.mySwiper_mobile{
		width: 100%;
		
	}
	.mySwiper_mobile .swiper-wrapper .swiper-slide {
			text-align: center;
			height:49px;
			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;
			width:100%;
			margin-bottom:30px;
	}
	.mySwiperCooper{
		width: 100%;
		height: 450px;
	}
	.mySwiperCooper .swiper-wrapper .swiper-slide {
			text-align: center;
			height:49px;
			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;
			width:100%;
			margin-bottom:10px;
		}
	}

}


.mySwiper .swiper-pagination{
		bottom: 80px!important;
	}
.mySwiper>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
    width: 100%;
}
.mySwiper .swiper-pagination-bullet { width: 30px; height: 6px; margin: 0 4px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;

}
.mySwiper .swiper-pagination-bullet:after { content: ""; display: block; height: 6px; background-color: #fff; opacity: 1;border-radius:0px;}
.mySwiper .swiper-pagination-bullet:hover:after, 
.mySwiper .swiper-pagination-bullet-active:after { background-color: #00CCFF;border-radius:0px;opacity: 1;}


/**移动端**/
.mySwiper_mobile .swiper-pagination{
		bottom: 100px!important;
	}

.mySwiper_mobile .swiper-pagination-bullet { width: 30px; height: 4px; margin: 0 4px !important; border-radius: 0; background-color: #fff; opacity: 1;

}
.mySwiper_mobile .swiper-pagination-bullet:after { content: ""; display: block; width: 30px; height: 4px;opacity: 1;border-radius:0px;background-color: #fff;}
.mySwiper_mobile .swiper-pagination-bullet:hover:after, 
.mySwiper_mobile .swiper-pagination-bullet-active:after { width: 30px; height: 4px; background-color: #00CCFF;border-radius:0px;opacity: 1;}


.swiper-button-disabled{opacity:50%;}



