.part-tese.show .gallery_container{
	opacity:1;
	transform:translateY(0);
	-ms-transform:translateY(0);
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	transition:all 1s .1s;
	-webkit-transition:all 1s .1s;
	-moz-transition:all 1s .1s;
	-o-transition:all 1s .1s
	}
.part-tese .gallery_container{
	height:550px;
	top:210px;
	margin-left:365px
	}
.part-tese .gallery_container .gallery_wrap{
	width:900px;
	height:520px
	}
.threeD_gallery_wrap{
	position:absolute;
	top:50%;
	/* 将平面图形转换为具有透视的3D图形，该属性只能使其子元素产生3D，不对自身节点产生影响。 */
	/* -webkit-perspective:1000px;
	-moz-perspective:1000px;
	-ms-perspective:1000px;
	perspective:1000px;
	 */
	}
.front_side{
	z-index:5;
	-webkit-transform:rotateY(0) translateX(0) translateZ(0);
	-moz-transform:rotateY(0) translateX(0) translateZ(0);
	-ms-transform:rotateY(0) translateX(0) translateZ(0);
	-o-transform:rotateY(0) translateX(0) translateZ(0);
	transform:rotateY(0) translateX(0) translateZ(0)
	}
.threeD_gallery_item{
	position:absolute;
	/* width:100%; */
	/* height:100%; */
	cursor:pointer;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
	
	}
.part-tese .gallery_right_middle{
	z-index:3;
	transform:rotateY(-30deg) translateX(200px) translateZ(-200px) scale(.6);
	-ms-transform:rotateY(-30deg) translateX(200px) translateZ(-200px) scale(.6);
	-webkit-transform:rotateY(-30deg) translateX(200px) translateZ(-200px) scale(.6);/* 设置缩放 */
	-moz-transform:rotateY(-30deg) translateX(200px) translateZ(-200px) scale(.6);
	-o-transform:rotateY(-30deg) translateX(200px) translateZ(-200px) scale(.6)
	}
.gallery_out{
	-webkit-transform:rotateY(0) translateX(0) translateZ(0) scale(.6);
	-moz-transform:rotateY(0) translateX(0) translateZ(0) scale(.6);
	-ms-transform:rotateY(0) translateX(0) translateZ(0) scale(.6);
	-o-transform:rotateY(0) translateX(0) translateZ(0) scale(.6);
	transform:rotateY(0) translateX(0) translateZ(0) scale(.6);
	z-index:-1;
	opacity:0!important
	}
.part-tese .gallery_left_middle{
	z-index:3;
	transform:rotateY(30deg) translateX(-200px) translateZ(-200px) scale(.6);
	-ms-transform:rotateY(30deg) translateX(-200px) translateZ(-200px) scale(.6);
	-webkit-transform:rotateY(30deg) translateX(-200px) translateZ(-200px) scale(.6);
	-moz-transform:rotateY(30deg) translateX(-200px) translateZ(-200px) scale(.6);
	-o-transform:rotateY(30deg) translateX(-200px) translateZ(-200px) scale(.6)
	}
.gallery_container .gallery_item img.show{
	visibility:visible
	}
.gallery_container .gallery_item img{
	/* width:100%; */
	/* height:100%; */
	visibility:hidden
	}
.gallery_container .prev{
	left: 0;
	}
/* .gallery_container .next{
	right: 0;
	} */
.gallery_container .prev{
	position: absolute;
	top: 130px;
	width: 40px;
	line-height: 65px;
	z-index: 99;
	background-color:rgba(255, 170, 0, 0.3);
	text-align: center;
	margin-left: -235px;
	color: #FFFFFF;
	}
.gallery_container .next{
	position: absolute;
	top: 130px;
	width: 40px;
	line-height: 65px;
	z-index: 99;
	background-color:rgba(255, 170, 0, 0.3);
	text-align: center;
	margin-left: 577px;
	color: #FFFFFF;
}
/* .gallery_container{
	width: 200px;
} */<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2020-09-04 11:09:37" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->