.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-260px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-260px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-260px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-260px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-260px) rotate3d(0,0,0,90deg);	
	opacity: 0;
}

.ch-info .xxbg1 {  background: #00b8ee; }
.ch-info .xxbg2 {  background: #86c447;}
.ch-info .xxbg3 {  background: #f5a50e;}
.ch-info .xxbg4 {  background: #f15b42;}
.ch-info .xxbg5 {  background: #c72c66;}
.ch-info .xxbg6 {  background: #70c5c2;}
.xximg1 {background-image: url(/images/lanmu/Curriculum/xximg1.jpg);background-size: cover;}
.xximg2 { 	background-image: url(/images/lanmu/Curriculum/xximg2.jpg);background-size: cover;}
.xximg3 { 	background-image: url(/images/lanmu/Curriculum/xximg3.jpg);background-size: cover;}
.xximg4 { 	background-image: url(/images/lanmu/Curriculum/xximg4.jpg);background-size: cover;}
.xximg5 { 	background-image: url(/images/lanmu/Curriculum/xximg5.jpg);background-size: cover;}
.xximg6 { 	background-image: url(/images/lanmu/Curriculum/xximg6.jpg);background-size: cover;}
.zximg1 {	background-image: url(/images/lanmu/Curriculum/zximg1.jpg);background-size: cover;}
.zximg2 {	background-image: url(/images/lanmu/Curriculum/zximg2.jpg);background-size: cover;}
.zximg3 {	background-image: url(/images/lanmu/Curriculum/zximg3.jpg);background-size: cover;}
.zximg4 {background-image: url(/images/lanmu/Curriculum/zximg4.jpg);background-size: cover;}

.ch-info h3 {
	color: #fff;
	font-size: 19px;
	line-height: 20px;
	margin: 0 15px;
	padding: 60px 0 0 0;
	height: 60px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	margin: 0 auto;
	width: 90%;
	text-indent: 0;
	font-size: 16px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-front, .zx-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,0,0) rotate3d(1,0,0,0deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back, .zx-item:hover .ch-info-back  {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}

@media screen and (max-width: 600px) {
.ch-info h3 {
	letter-spacing: 1px;
	font-size: 18px;
	margin: 0 15px;
	padding: 29% 0 0 0;
	height: auto;
}
.ch-info p {font-size:14PX;display: none;}
}