/* CSS Document */
.head {
	width: 100%;
	position: relative;
}
.head > img {
	display: block;
	width: 100%;
}
.head_title {
	width: 1200px;
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 100;
	margin-left: -600px;
}
/*#########################################################################*/
.screening {
	width: 100%;
	position: relative;
}
.screening_left {
	width: 50%;
	min-width: 600px;
	margin-left: 0;
}
.screening_left > img {
	display: block;
	width: 100%;
}
.screening_right {
	width: 50%;
	min-width: 600px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.screening_right_con {
	width: 100%;
	height: 100%;
	position: relative;
}
.screening_right_con > img {
	display: block;
	width: 100%;
}
.screening_right .in2_2 {
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 100;
	margin-top: -80px;
}
/*#########################################################################*/
.showing {
	width: 100%;
	position: relative;
}
.showing_left {
	width: 50%;
	min-width: 600px;
	margin-left: 0;
}
.showing_left > img {
	display: block;
	width: 100%;
}
.showing_right {
	width: 50%;
	min-width: 600px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.showing_right_con {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #252d6c;
}
.showing_right_con > img {
	display: block;
	width: 100%;
}
.showing_right_con .in2_2 {
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 100;
	margin-top: -110px;
}
.showing_right_con .more {
	width: 96px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: 70px;
	z-index: 100;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	cursor: pointer;
}
.showing_right_con .more:hover {
	color: #252d6c;
	background-color: #fff;
}
/*#########################################################################*/
.member {
	width: 100%;
	background-color: #fafafa;
	padding: 150px 0;
	position: relative;
	z-index: 1;
}
.member_bg {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background-color: #fff;
}
.member_bg div {
	width: 100%;
	height: 400px;
	background-color: #fafafa;
	padding-top: 150px;
	position: absolute;
	top: 0;
	right: 0;
}
.member_con {
	width: 1200px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.member_left {
	width: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	pointer-events: none;
}
.member_title {
	width: 600px;
	height: 200px;
}
.member_left_show {
	width: 600px;
	height: 600px;
	position: relative;
}
.member_left_show img {
	width: 100%;
	display: none;
}
.member_left_show img.member_left_show_img1 {
	display: block;
}
.member_left_show img.member_left_show_img2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.member_left_info {
	width: 600px;
	height: 600px;
	background-color: #fff;
}
.member_left_info_con {
	width: 85%;
	padding: 50px 0;
	margin: 0 auto;
}
.member_left_info p {
	color: #787878;
	font-size: 14px;
	margin: 0 auto;
}
.member_left_info .name {
	color: #505050;
	font-size: 18px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.member_left_info .name b {
	font-size: 24px;
	font-weight: normal;
	margin-right: 10px;
}
.member_left_info .position, .member_left_info .con_num {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.member_left_info .educational {
	margin-bottom: 30px;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.member_right {
	width: 600px;
	position: relative;
	float: right;
}
.member_right_con {
	width: 600px;
	position: relative;
}
.member_right_con_nav {
	width: 1000px;
	height: 200px;
	position: relative;
    left: -400px;
}
.member_right_con_nav div {
	width: 200px;
	height: 200px;
	float: left;
	background-color: #fff;
	cursor: pointer;
}
.member_right_con_nav div.i1 {
	background: url(../img/team/icon_01.png);
	background-position: 0px 200px;
	background-color: #fff;
	margin-left: 200px;
}
.member_right_con_nav div.i2 {
	background: url(../img/team/icon_02.png);
	background-position: 0px 200px;
	background-color: #fff;
}
.member_right_con_nav div.i3 {
	background: url(../img/team/icon_03.png);
	background-position: 0px 200px;
	background-color: #fff;
}
.member_right_con_nav div.i4 {
	background: url(../img/team/icon_04.png);
	background-position: 0px 200px;
	background-color: #fff;
}
.member_right_con_nav div.i5 {
	background: url(../img/team/icon_05.png);
	background-position: 0px 200px;
	background-color: #fff;
}
.member_right_con_nav div.on {
	background-position: 0px 0px;
	background-color: #252d6c;
}
.member_right_con_nav div:hover {
	background-color: #e9eaf0;
}
.member_right_con_nav div.on:hover {
	background-color: #252d6c;
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.member_right_con_list {
	width: 600px;
	position: relative;
}
.member_right_con_list li {
	width: 200px;
	height: 200px;
	float: left;
	background-color: #fafafa;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.member_right_con_list li:nth-child(2n) {
	background-color: #f0f0f0;
}
.member_right_con_list li > img {
	width: 100%;
	opacity: 0;
}
.member_right_con_list li > img.m_01 {
	opacity: 1;
}
.member_right_con_list li > img.m_02 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.member_right_con_list li p {
	width: 200px;
	line-height: 40px;
	background-color: rgba(37,45,108,0.8);
	position: absolute;
	left: 0;
	bottom: -40px;
	z-index: 100;
	margin: 0 auto;
	color: #fff;
	text-indent: 1em;
}
.member_right_con_list li p {
	opacity: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
}
.member_right_con_list li:hover p {
	opacity: 1;
	bottom: 0;
}
.member_right_con_list li .m_02 {
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 0;
}
.member_right_con_list li:hover .m_02 {
	opacity: 1;
}
/*############################################################################*/
.footer {
	width: 100%;
	position: relative;
}
.footer > img {
	display: block;
	width: 100%;
}
.footer_info {
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	margin-top: -70px;
}
/*###########################################################################*/
.pop_details {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 10000000;
	text-align: center;
	background: url(../img/team/pop/bg.jpg) no-repeat;
	background-size: cover;
	background-color: #fff;
	display: none;
}
.pop_details.in {
	-webkit-animation: slideInRight 0.6s ease 0s both;
	-moz-animation: slideInRight 0.6s ease 0s both;
	-o-animation: slideInRight 0.6s ease 0s both;
	-ms-animation: slideInRight 0.6s ease 0s both;
	animation: slideInRight 0.6s ease 0s both;
}
.pop_details.out {
	-webkit-animation: slideOutRight 0.6s ease 0s both;
	-moz-animation: slideOutRight 0.6s ease 0s both;
	-o-animation: slideOutRight 0.6s ease 0s both;
	-ms-animation: slideOutRight 0.6s ease 0s both;
	animation: slideOutRight 0.6s ease 0s both;
}
.pop_details_off {
	position: fixed;
	top: 2%;
	right: 5%;
	z-index: 1000;
	cursor: pointer;
}
.pop_details_con {
	width: 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	margin-left: -600px;
	margin-top: -380px;
	margin-bottom: 100px;
}
.swiper-button-prev {
	left: -50px;
	background: url(../img/team/pop/prev.png);
	background-size: 100% 100%;
}
.swiper-button-next {
	right: -50px;
	background: url(../img/team/pop/next.png);
	background-size: 100% 100%;
}
.swiper-pagination-fraction {
	width: auto;
	color: #787878;
	font-size: 14px;
	bottom: 15px;
	left: 100%;
	margin-left: -30px;
}
.pop_details_con p {
	color: #787878;
	text-align: left;
}

/*#########################################################################*/
@media screen and (max-width:1200px) {

.showing_right, .screening_right {
	left: 600px;
}
}
