.pellet_content p .pellet_2117.experts_banner {
	width: 100%;
	padding: 0 20px;
	height: 570px;

	background-size: cover;
}

.experts_content {
	margin: auto;
	width: 100%;
	max-width: 1100px;
	position: relative;
	height:100%;
}

.experts_banner_content {
	width: 100%;
	max-width: 660px;
	position: absolute;
	left:0;
	bottom:40px;
}

.experts_title {
	font-size: 50px;
	color: #FFFFFF;
}
.experts_list_title{
	color: #000;
}

.experts_description {
	font-size: 18px;
	color: #FFFFFF;
}
.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: 20px;
	padding-right: 20px;
	margin-top: 60px;
}
.experts_team_list{
}
.experts_list_descption{
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}
.experts_list_title{
	font-size: 18px !important;
	margin-top: 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.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%;
	transition: all 0.5s; 
	
}
.page_all2{
	padding: 0 20px;
	margin-bottom: 80px;
	margin-top: 0;
}
.experts_list a:hover .experts_list_title{
	color: #8D8D8D;
}
.experts_list a:hover .experts_list_descption{
	color: #636061;
}

.experts_list a:hover .experts_list_img_color{
	background:rgba(0,0,0,0.3)
}

/*弹出框代码开始*/
.pop_up{
	display: none;
	z-index: 100;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 99999;
}
.pop_up_main{
	width: 100%;
	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:  linear 0.2s;
    -webkit-transform:  linear 0.2s;
}
.pop_close:hover {
	cursor: pointer;
}
.pop_close:hover img{
	opacity: 0.3;
}
.pop_content{
	padding: 50px 65px;
	overflow-y: hidden;
}
.pop_content_left_buttom{
	color: #000;
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
}
.pop_content_right{
	padding-left: 24px;
	/*margin-top: 95px;*/
	max-height: 335px;
	overflow-y: auto;
}
.pop_up_descption{
	font-size: 16px;
	margin-top: 45px;
	/*line-height:24px;*/
}
.pop_up_left{
	position: absolute;
	left:15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.pop_content_left p span{
	display:inline-block;
	}
.pop_content_left p i{
	display:inline-block;
	font-style:normal;
	}
.huise{    opacity: 0.3!important;
	}
.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_left:hover img{
	opacity: 0.3;
}
.pop_up_right:hover{
	cursor: pointer;
}
.pop_up_right:hover img{
	opacity: 0.3;
}
.pop_content_img img{
	width: 100%;
	height: auto;
}
.pop_content{
	max-height:460px;
}
.mCSB_container{
	margin-right: 0 !important;
}


@media screen and (min-width: 992px) {
	.experts_list:nth-child(3n+1) {
		clear: both;
	}
}


@media screen and (max-width: 991px) {
	.experts_list:nth-child(2n+1) {
		clear: both;
	}
}