.experts_banner {
	width: 100%;
	padding: 0 20px;
	height: 570px;
	/*background: url(../img/experts_banner.jpg) no-repeat;*/
	background-size: cover!important;
	max-height: 350px
}

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

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

.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: 20px;
	padding-right: 20px;
	margin-top: 60px;
}
.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%;
	width: 60%;
	margin:auto;
	position: relative;
}
.experts_team_list{
	margin: auto;
	width: 60%
}
.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: #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;
}
.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: 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;
}
.pop_content_left_buttom{
	color: #000;
	margin-top: 20px;
	line-height: 26px;
	display:none; 
}
.pop_content_right{
	padding-left: 24px;
	margin-top: 65px;
}
.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;
	margin-top: 30px;
    margin-left: -17px;
}
