.experts_banner {
	width: 100%;
	padding: 0 20px;
	height: 570px;
	background-size: cover;
	background-repeat: no-repeat;
}

.experts_content {
	margin: auto;
	width: 100%;
	max-width: 1100px;
}

.experts_banner_content {
	width: 100%;
	max-width: 660px;
	padding-top: 250px;
}

.experts_title {
	font-size: 24px;
	color: #FFFFFF;
}
.experts_list_title{
	color: #000;
}

.experts_description {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}
.experts_list_content{
	overflow: auto;
	padding-bottom: 50px;
	margin: auto;
	width: 100%;
	max-width: 1140px;
}
.experts_list_content2{
	overflow: auto;
	margin: auto;
	width: 100%;
	max-width: 1140px;
}
.experts_list_content2{
	padding-top: 10px;
}
.experts_list{
	/* padding-left: 140px;
	padding-right: 20px; */
	margin-top: 60px;
	padding:0px 25px;
}
.experts_team_list{
}
.experts_list_descption{
	margin-top: 10px;
	color: #666;
}
.experts_list_title{
	margin-top: 20px;
}
.experts_buttom_height{
	height: 130px;
}
.experts_list{
	cursor: pointer;
}

.experts_list_img img {
	width: 100%;
	height: 100%;
}
.experts_list_img{
	font-size: 0;
	height: 100%;
	position: relative;
}
.experts_list_img_color{
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
.page_all2{
	padding: 0 20px;
	margin-bottom: 80px;
	margin-top: 0;
}
.experts_list a:hover .experts_list_title{
	color: #38598d;
}
.experts_list a:hover .experts_list_descption{
	color: #636061;
}

.experts_list a:hover .experts_list_img_color{
	/* background:rgba(0,0,0,0.3); */
	background:rgba(56,89,141,0.3);
}

/*弹出框代码开始*/
.pop_up{
	display: none;
	z-index: 99999;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.pop_up_main{
	width: 80%;
	max-width: 900px;
	/* height: 100%; */
	/* max-height: 489px; */
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.pop_close{
	height: 22px;
	position: absolute;
	top: 15px;
	right: 10px;
	transition: all linear 0.2s;
	-webkit-transform: all linear 0.2s;
}
.pop_close:hover {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.pop_content{
	padding: 28px 65px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pop_content_left_buttom{
	color: #000;
	margin-top: 20px;
	line-height: 26px;
}
.pop_content_right{
	padding-left: 24px;
	/* margin-top: 95px; */
}
.pop_up_descption{
	font-size: 14px;
	margin-top: 45px;
}
.pop_up_left{
	position: absolute;
	left:15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.pop_up_right{
	position: absolute;
	right:15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	
}
.pop_up_right img{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
/*弹出框代码结束*/
#content_6{color:#333; background:#fff;}
#content_6 p:nth-child(even){color:#666;}

.pop_up_left:hover{
	cursor: pointer;
}
.pop_up_right:hover{
	cursor: pointer;
}
.pop_content_img img{
	width: 100%;
	height: auto;
}
.pop_up_main .pop_content .width_55_float .pop_up_descption{
	height:auto !important;
	margin-top:10px !important;
	max-height:200px;
	overflow:auto;
}
@media screen and (max-width:767px){
	.pop_up_main .width_55_float .pop_up_descption p span{ 
		font-size:14px !important;
		line-height:20px !important;
	}
	.pop_up_main .width_55_float .pop_up_descption p{
		line-height:20px !important;
	}
	.pop_up_main .pop_content .width_45_float{
		width:100%;
	}
	.pop_up_main .pop_content .width_55_float{
		width:100%;
	}
	.pop_up_main .width_45_float .pop_content_img{
		text-align:center;
	}
	.pop_up_main .width_45_float .pop_content_img img{
		width:auto !important;
		max-width:100%;
		margin:0 auto;
	}
	.pop_up_main{
		height:auto !important;
		/* max-height:none; */
	}
	.pop_up_main .pop_content_right{
		padding-left:0px;
	}
	.pop_up_main .pop_content_right .experts_list_title{
		margin-top:0px;
	}
	.pop_up_main .pop_content .width_55_float .pop_up_descption{
		max-height: 100px;
	}
}
@media screen and (max-width:550px){
	.pop_up_main .pop_content .width_55_float .pop_up_descption{
		margin-bottom:20px;
	}
	.pop_up_main .width_45_float .pop_content_img img{
		width:auto !important;
		max-width:100%;
		margin:0 auto;
	}
}
@media screen and (max-width:767px){
	.pop_content{
		flex-wrap:wrap;
	}
}