.layui-layer-content{
	background:transparent
}
/*top*/
html{
	min-height:100%;
}
body {
	font-size: 16px;
	
	word-wrap: break-word;
	word-break: normal;
	min-width:1000px;
	min-height:100%;
	font-family:arial;
}

.top {
	width: 100%;
	height: 30px;
	background: #3d3d3d;
	line-height: 30px;
	
}

.top .phone {
	float: left;
	margin-top: 8px;
	_background: none;
}

.top img {
	vertical-align: middle;
}

.centerbody {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.top .fa-phone {
	font-size: 20px;
	color: #17A598
}

.top span {
	color: #fff;
	float: left;
}

.top .rightIcon {
	float: right;
}

.rightIcon .fa {
	color: #fff;
	margin-right: 10px;
}

.headcontain {
	width: 100%;
	height: 90px;
	line-height: 90px;
	font-family: "Times New Roman", Georgia, Serif;
}

.headcontain .logo {
	vertical-align: middle;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

.headcontain .conName {
	font-size: 40px;
	font-weight: 500;
	height: 90px;
	vertical-align: middle;
	float: left;
}

.nav {
	float: right;
	font-size: 16px;
	height: 70px
}

.nav>li {
	float: left;
	padding: 0 15px;
	height: 70px;
	text-align: center;
	position: relative;
}

.nav>li:hover {
	cursor: pointer;
}

.nav .active {
	color: #19BFEF;
	height: 70px;
	background: url(../images/nav_selected.png) center bottom no-repeat;
}

.nav .menu {
	position: absolute;
	left: -10px;
	top: 60px;
	z-index: 9;
	text-align: left;
	
}

.nav .menu li {
	color: #fff;
	background: #000;
	font-size: 16px;
	width: 130px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 30px;
	line-height: 30px;
	padding-left:10px;
}

.nav .menu li a {
	color: #fff;
}
.nav .menu li a:hover{
	color: #fff;
	text-decoration: underline;
}

.hide {
	display: none;
}

.index-layer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 2
}

.swiper-pagination-bullet {
	background: #CECECE!important;
}

.swiper-pagination-bullet-active {
	background: #19BFEF!important;
}

.swiper-container {
	padding-bottom: 60px;
}

.owl-pagination {
	text-align: center;
}

.owl-theme .owl-controls .owl-page span {
	background: #19BFEF!important;
}

.owl-theme .owl-controls .active span {
	background: #CECECE!important;
}

.partleft {
	width: 460px;
	padding-right: 10px;
	background: url(../images/index_part1.jpg) no-repeat;
	height: 300px;
	color: #fff;
	line-height: 2;
	font-size: 14px;
	padding: 10px 15px;
	float: left;
}

.partleft h2,
.partright h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 3;
	font-family: Arial;
}

.partleft div {}

.partleft .learnmore,
.partright .learnmore {
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	margin-top: 10px;
	font-size: 16px;
	padding: 5px 10px;
}

.partleft .learnmore:hover,
.partright .learnmore:hover {
	color: #19BFEF;
	background: #fff;
}


.partleft .learnmore a,
.partright .learnmore a {
	color: #fff;
}

.partleft .learnmore:hover,
.partright .learnmore:hover {
	cursor: pointer;
}

.partright {
	width: 470px;
	padding-right: 10px;
	background: url(../images/index_part12.jpg) no-repeat;
	height: 300px;
	color: #fff;
	line-height: 2;
	font-size: 14px;
	padding: 10px 15px;
	float: right;
}

.clear {
	clear: both;
}

.protext {
	text-align: center;
	font-size: 24px;
	margin: 20px 0;
	font-weight: bold;
	font-family: Arial;
}

.promain {
	width: 100%;
	height: 400px;
}

.procontent {
	width: 330px;
	height: 400px;
	margin-right: 3px;
	text-align: center;
	float: left;
	color: #fff;
}

.procontent:hover {
	cursor: pointer;
}

.procontent img {
	width: 200px;
}
.procontent img:hover{
	animation: pingPangScale 0.5s ease-out 2, pingPangJump 0.5s ease-out 3 1s;
	-webkit-animation: pingPangScale 0.5s ease-out 2, pingPangJump 0.5s ease-out 3 1s;
	-moz-animation: pingPangScale 0.5s ease-out 2, pingPangJump 0.5s ease-out 3 1s;
	-ms-animation: pingPangScale 0.5s ease-out 2, pingPangJump 0.5s ease-out 3 1s;
	-o-animation: pingPangScale 0.5s ease-out 2, pingPangJump 0.5s ease-out 3 1s;
	opacity: .6;
	filter:alpha(opacity=60);/*IE*/;
}

.procontent p {
	color: #19BFEF;
	padding: 5px 15px;
	height: 40px;
	line-height: 1.5;
	margin-bottom: 20px;
	margin-top:30px;
}

.procontent .text {
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	color: #c2c2c2
}
.products p{
	font-family: Arial;
    line-height: 1.5;
    color: #333;
}
.publishing {
	width: 100%;
	height: 300px;
}

.publishingbody,.products{
	width: 100%;
	background: #F5F5F5;
	margin-top:60px;
}

.publishing .publishingpic {
	width: 450px;
	float: left;
}

.publishing .publishingtext {
	float: right;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.5;
	width: 520px;
}

.publishingtext span {
	color: #19BFEF
}

.publishingtext span:hover {
	cursor: pointer;
}

.international {
	width: 100%;
	background: #03A9F4;
	text-align: center;
}

.international img {
	width: 1000px;
}

.international img:hover {
	cursor: pointer;
}

.index_footer {
	width: 100%;
	height: 320px;
	background: #3D3D3D;
	color: #fff;
}

.index_footerleft {
	float: left;
	width: 500px;
	line-height: 2;
	font-size: 14px;
	padding: 20px 0 0 0;
}

.index_footerright {
	float: right;
	width: 500px;
	line-height: 2;
	font-size: 14px;
	padding: 20px 0 0 0;
}
/*内页footer*/
.footer{
	background:#3D3D3D;
	text-align:center;
	color:#fff;
	line-height: 2;
    font-size: 14px;
    padding:20px;
}
.footer .tabs{
	
}
.footer .tabs a{
	margin:0 20px;
	color:#fff;
}
.footer .tabs a:hover{
	cursor: pointer;
	text-decoration: underline;
}

/*about_profile*/

.guide {
	width: 100%;
	border-top: 6px solid #3d3d3d;
	height: 45px;
	background: #f0f0f0;
	text-align: left;
	line-height: 42px;
}

.guide a {
	margin: 0 10px;
	color: #888;
}

.guide span {
	margin: 0 10px;
	color: #bbb;
}

.about_content {
	font-family: Arial;
	line-height: 1.5;
	color: #333;
}

.about_content h2 {
	text-align: center;
	font-weight: bold;
	font-size: 38px;
	margin: 20px 0;
}

.about_content p {
	padding: 0 20px;
}

.about_content .companyImg {
	margin: 10px 0;
}

.about_content .booktext {
	/*width:700px;*/
	/*	float:left;*/
}

.about_content .book {
	float: right;
	height: 223px;
	width: 252px;
}

.booktext ul {
	padding: 0 0 0 40px;
	list-style-type: lower-alpha;
}

.booktext ul p {
	padding-left: 0;
}

.about_content .jlstudy {
	text-align: center;
	margin: 20px 0;
}

.listType {
	list-style-type: lower-alpha;
	padding: 0 0 0 40px;
}

.listType span {
	color: #03A9F4;
	cursor: pointer;
}

.about_content .smallpic {
	text-align: center;
	margin: 20px 0;
}

.about_content .smallpic img {
	height: 120px;
	margin-right: 15px;
}

.about_content h3 {
	color: #03A9F4;
	font-size: 20px;
	margin: 10px 0;
}

.about_content .text {
	padding: 0;
}

.about_content .honor {
	height: 340px;
	margin-bottom: 30px;
}

.about_content .honor li {
	width: 320px;
	margin-right: 10px;
	float: left;
	text-align: center;
}

.about_content .honor li img {
	height: 180px;
}

.about_content .honor li div {
	padding: 10px;
	background: #00BCD5;
	color: #fff;
	margin-top: 30px;
	height: 120px;
}
.skin{
	top:50%!important;
	left:50%!important;
	width:360px!important;
	margin-top:-130px!important;
	margin-left:-180px!important
}


/*technology*/

.technologycontent {
	width: 700px;
	float: left;
	font-family: Arial;
	line-height: 1.5;
	color: #333;
}

.technologytabs {
	width: 250px;
	float: right;
	font-family: Arial;
	line-height: 1.5;
	color: #333;
}

.technologycontent h2,
.technologytabs h2 {
	text-align: center;
	margin: 20px 0;
}

.technologycontent .feature {
	background: #F5F5F5;
	margin: 20px 0 20px;
	padding: 20px 10px 10px 10px;
}

.technologycontent .feature h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.technologycontent .feature ul {
	padding: 0 10px;
}

.technologycontent .feature ul span {
	float: left;
}

.technologycontent .feature ul p {
	padding-left: 25px;
}

.technologycontent img {
	margin-bottom: 20px;
}

.technologytabs .tabs {
	/*	list-style-image:url(../images/ico.png);*/
	/*list-style-position:inside;*/
}

.technologytabs .tabs li {
	border-bottom: 1px solid #d3d3d3;
	line-height: 2;
}

.technologytabs .tabs li span:hover {
	color: #03A9F4;
	cursor: pointer;
}

.technologytabs .tabs li img {
	margin-right: 10px;
	vertical-align: middle;
}

.technologytabs .contact {
	background: #F0F0F0;
	margin-top: 20px;
	padding-bottom: 20px;
}

.technologytabs .contact div {
	width: 150px;
	margin: 20px auto 0;
	background: #03A9F4;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
}

.technologytabs .contact div:hover {
	cursor: pointer;
}
/*教育出版*/
.products{
	width: 100%;
	background: #F5F5F5;
	font-family: Arial;
	padding:10px 0;
	margin-top:30px;
}
.products h2{
	text-align: center;
    font-weight: bold;
    font-size: 30px;
   /* margin: 10px 0 10px 0;*/
}
.products p{
    line-height: 1.5;
    color: #333;
    padding: 0 40px;
    margin-bottom:20px;
}
.products .show{
	text-align: center;
	width:840px;
	margin:50px auto;
}
.products .show .btncontainer{
	border:1px solid #03A9F4;
	padding:2px;
	width: 180px;
    height: 45px;
    line-height: 40px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	float:left;
	margin:0 10px;
}
.products .show button{
	width: 100%;
    height: 100%;
	background:#03A9F4;
	color:#fff;
	padding:5px 10px;
	font-size:16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	line-height:1;
	outline:px solid #03A9F4;
}
.productsbooks{
	width:100%;
	min-width:1000px;
}
.productsbooks .bookcontainer{
	float:left;
	width:12.45%;
	background:#000;
	position:relative;
	text-align:center;
}
.productsbooks .bookcontainer img:hover{
	opacity: .6;
	filter:alpha(opacity=60);/*IE*/
	background:#000;
}

.productsbooks .bookcontainer p{
		position: absolute;  
        top: 0px;  
        width: 100%;  
        height: 100%;
        background: #000;;  
        opacity: 0.6;
        filter:alpha(opacity=60);/*IE*/
        text-align: center;  
        line-height: 1;  
        font-size: 18px;  
        color: white;  
        display: none; 
       font-family: Arial;  
       padding-top:100px;
       font-weight: bold;
	
}
.productsbooks .bookcontainer:hover > p{  
        display: block;
        *display: none;   
		_display: none;
}
/*mass publishing*/
.mass_bigTitle{
	text-align: center;
    font-weight: bold;
    font-size: 38px;
    margin: 20px 0 0 0;
}
.mass_cover{
	float:left;
	width:170px;
	margin:20px 0  0 20px;
	
}
.mass_text{
	width:750px;
	font-size:14px;
	color:#333;
	line-height: 2;
	margin:20px 30px 20px 20px;
	float:left;
	
}
.mass_content{
	width:300px;
	/*height:100px;*/
	margin-left:-450px;
	_margin-left:15px;
	*margin-left:15px;
	margin-right:15px;
	margin-top:30px;
	margin-bottom:30px;
	float:left;
	position:relative;
	opacity: 0;
	
}

.mass_title1{
	width:100%;
	height:60px;
	background: #94c4c4;
	text-align: center;
	color:#fff;
	font-size:24px;
	line-height:60px;
}
.mass_title2{
	width:100%;
	height:60px;
	background: #efd4ae;
	text-align: center;
	color:#fff;
	font-size:24px;
	line-height:60px;
}
.mass_title3{
	width:100%;
	height:60px;
	background: #bae1b3 ;
	text-align: center;
	color:#fff;
	font-size:24px;
	line-height:60px;
}
.mass_content img{
	border:1px solid #e5e5e4;
	border-top:none;
}
.kongfupanda{
	position:absolute;
	right:0;
	top:120px;
	width:100px;
	height:80px;
	/*background:#ff0000;*/
	opacity: 0;
	filter:alpha(opacity=0);
}
.tech_vedio{
	position:absolute;
	right:0;
	bottom:40px;
	width:150px;
	height:120px;
	/*background:#ff0000;*/
	opacity: 0;
	filter:alpha(opacity=0);
}
.kongfupanda:hover,.tech_vedio:hover{
	cursor: pointer;
}
 /*childrenpublishing*/
.childrenpub {
	text-align: center;
	width:810px;
	margin:60px auto;
}
.childrenpub  .btncontainer{
	border:1px solid #000;
	padding:2px;
	width: 170px;
    height: 45px;
    line-height: 40px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	float:left;
	margin:0 10px;
}
.childrenpub .btncontainer button:hover{
	cursor: pointer;
}
.childrenpub  button{
	width: 100%;
    height: 100%;
    background:#fff;
	color:#333333;
	padding:5px 10px;
	font-size:16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	line-height:1;
}
.childrenpub .active{
	border:1px solid #03A9F4;
}
.childrenpub .active button{
	background:#03A9F4;
	color:#fff;
}
.popular p{
	color:#cccccc;
	font-size:14px;
	line-height:1.5;
	padding:0 10px;
}

.popular .pic{
	width:480px;
	margin:40px 10px;
	float:left;
}

.popular .pic .bookname{
	text-align:center;
	padding:20px 10px;
	background:#03A9F4;
	line-height:24px;
}
.popular .pic .bookname p{
	color:#fff;
	height:20px;
}
.sorts{
	padding:0 20px;	
}
.sorts span{
	float:left;
}
.sorts p{
	padding-left:30px;
}

 /*address*/
.addressbody{
	width:100%;
	margin-top:50px;
	background:url(../images/contact_01.jpg) no-repeat right bottom;
}
.address{
	width:1000px;
	margin:50px auto;
}
.address p{
	
}
.addresspic{
	width:400px;
	float:right;
}

.companyname{
	background:url(../images/contact_icon.jpg) no-repeat 0 center;
	background-position: 0 0;
	color:#03A9F4;
	padding-left:50px;
	font-size:20px;
	line-height:40px;
	height:40px;
	margin-bottom:10px;
}
.companytel{
	background:url(../images/contact_icon.jpg) no-repeat 0 center;
	background-position: 0 -40px;
	padding-left:50px;
	font-size:16px;
	line-height:40px;
	height:40px;
}
.companyfax{
	background:url(../images/contact_icon.jpg) no-repeat 0 center;
	background-position: 0 -70px;
	padding-left:50px;
	font-size:16px;
	line-height:40px;
	height:40px;
	margin-bottom:20px;
}
.companyplace{
	/*background:url(../images/contact_icon.jpg) no-repeat 0 center;
	background-position: 0 -105px;
	padding-left:50px;
	font-size:16px;
	line-height:24px;
	height:150px;*/
	background:url(../images/contact_icon.jpg) no-repeat 0 center;
	background-position: 0 -105px;
	font-size:16px;
	width:50px;
	height:30px;
	float:left;
}
.address .place{
	
}
.address .place p{
	float:left;
	font-size:16px;
	line-height:30px;
}
.companyemail{
	background:url(../images/contact_icon.jpg) no-repeat 0 center;
	background-position: 0 -337px;
	padding-left:50px;
	font-size:16px;
	line-height:40px;
	height:40px;
	
}
/*animation*/
.rotshow1{
	
	animation: commutation .5s ease-out 1;
	-webkit-animation: commutation .5s ease-out 1;
	-moz-animation: commutation .5s ease-out 1;
	-ms-animation: commutation .5s ease-out 1;
	-o-animation: commutation .5s ease-out 1;
}
.rotshow2{
	animation: commutation2 1s ease-out 1;
	-webkit-animation: commutation2 1s ease-out 1;
	-moz-animation: commutation2 1s ease-out 1;
	-ms-animation: commutation2 1s ease-out 1;
	-o-animation: commutation2 1s ease-out 1;
}
.rotshow3{
	animation: commutation3 1.5s ease-out 1;
	-webkit-animation: commutation3 1.5s ease-out 1;
	-moz-animation: commutation3 1.5s ease-out 1;
	-ms-animation: commutation3 1.5s ease-out 1;
	-o-animation: commutation3 1.5s ease-out 1;
}
.rotshow4{
	animation: commutation4 1.5s ease-out 1;
	-webkit-animation: commutation4 1.5s ease-out 1;
	-moz-animation: commutation4 1.5s ease-out 1;
	-ms-animation: commutation4 1.5s ease-out 1;
	-o-animation: commutation4 1.5s ease-out 1;
}
.banner{
	animation: picchange 0.5s ease-out 1;
	-webkit-animation: picchange 0.5s ease-out 1;
	-moz-animation: picchange 0.5s ease-out 1;
	-ms-animation: picchange 0.5s ease-out 1;
	-o-animation: picchange 0.5s ease-out 1;
}

@keyframes moveLeft {
	0% {
		margin-left:-2000px;
	}
	25% {
		margin-left:-800px;
	}
	50% {
		margin-left:-200px;
	}
	75% {
		margin-left:0px;
	}
	100% {
		margin-left:15px;
	}
}
@-webkit-keyframes moveLeft {
	0% {
		margin-left:-2000px;
	}
	25% {
		margin-left:-800px;
	}
	50% {
		margin-left:-200px;
	}
	75% {
		margin-left:0px;
	}
	100% {
		margin-left:15px;
	}
}
@-moz-keyframes moveLeft {
	0% {
		margin-left:-2000px;
	}
	25% {
		margin-left:-800px;
	}
	50% {
		margin-left:-200px;
	}
	75% {
		margin-left:0px;
	}
	100% {
		margin-left:15px;
	}
}
@-o-keyframes moveLeft {
	0% {
		margin-left:-2000px;
	}
	25% {
		margin-left:-800px;
	}
	50% {
		margin-left:-200px;
	}
	75% {
		margin-left:0px;
	}
	100% {
		margin-left:15px;
	}
}
@keyframes picchange {
	0% {
		transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0) ;
		-webkit-transform: scale(0) ;
		-o-transform: scale(0) ;
	}
	25% {
		transform: scale(0.25) ;
		-ms-transform: scale(0.25) ;
		-moz-transform: scale(0.25);
		-webkit-transform: scale(0.25) ;
		-o-transform: scale(0.25) ;
	}
	50% {
		transform: scale(0.5) ;
		-ms-transform: scale(0.5)  ;
		-moz-transform: scale(0.5)  ;
		-webkit-transform: scale(0.5) ;
		-o-transform: scale(0.5) ;
	}
	75% {
		transform: scale(0.75)  ;
		-ms-transform: scale(0.75) ;
		-moz-transform: scale(0.75)  ;
		-webkit-transform: scale(0.75) ;
		-o-transform: scale(0.75) ;
	}
	100% {
		transform: scale(1)  ;
		-ms-transform: scale(1) ;
		-moz-transform: scale(1) ; 
		-webkit-transform:scale(1) ;
		-o-transform: scale(1) ;
	}
}
@-webkit-keyframes picchange {
	0% {
		transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0) ;
		-webkit-transform: scale(0) ;
		-o-transform: scale(0) ;
	}
	25% {
		transform: scale(0.25) ;
		-ms-transform: scale(0.25) ;
		-moz-transform: scale(0.25);
		-webkit-transform: scale(0.25) ;
		-o-transform: scale(0.25) ;
	}
	50% {
		transform: scale(0.5) ;
		-ms-transform: scale(0.5)  ;
		-moz-transform: scale(0.5)  ;
		-webkit-transform: scale(0.5) ;
		-o-transform: scale(0.5) ;
	}
	75% {
		transform: scale(0.75)  ;
		-ms-transform: scale(0.75) ;
		-moz-transform: scale(0.75)  ;
		-webkit-transform: scale(0.75) ;
		-o-transform: scale(0.75) ;
	}
	100% {
		transform: scale(1)  ;
		-ms-transform: scale(1) ;
		-moz-transform: scale(1) ; 
		-webkit-transform:scale(1) ;
		-o-transform: scale(1) ;
	}
}
@-moz-keyframes picchange {
	0% {
		transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0) ;
		-webkit-transform: scale(0) ;
		-o-transform: scale(0) ;
	}
	25% {
		transform: scale(0.25) ;
		-ms-transform: scale(0.25) ;
		-moz-transform: scale(0.25);
		-webkit-transform: scale(0.25) ;
		-o-transform: scale(0.25) ;
	}
	50% {
		transform: scale(0.5) ;
		-ms-transform: scale(0.5)  ;
		-moz-transform: scale(0.5)  ;
		-webkit-transform: scale(0.5) ;
		-o-transform: scale(0.5) ;
	}
	75% {
		transform: scale(0.75)  ;
		-ms-transform: scale(0.75) ;
		-moz-transform: scale(0.75)  ;
		-webkit-transform: scale(0.75) ;
		-o-transform: scale(0.75) ;
	}
	100% {
		transform: scale(1)  ;
		-ms-transform: scale(1) ;
		-moz-transform: scale(1) ; 
		-webkit-transform:scale(1) ;
		-o-transform: scale(1) ;
	}
}
@-o-keyframes picchange {
	0% {
		transform: scale(0);
		-ms-transform: scale(0);
		-moz-transform: scale(0) ;
		-webkit-transform: scale(0) ;
		-o-transform: scale(0) ;
	}
	25% {
		transform: scale(0.25) ;
		-ms-transform: scale(0.25) ;
		-moz-transform: scale(0.25);
		-webkit-transform: scale(0.25) ;
		-o-transform: scale(0.25) ;
	}
	50% {
		transform: scale(0.5) ;
		-ms-transform: scale(0.5)  ;
		-moz-transform: scale(0.5)  ;
		-webkit-transform: scale(0.5) ;
		-o-transform: scale(0.5) ;
	}
	75% {
		transform: scale(0.75)  ;
		-ms-transform: scale(0.75) ;
		-moz-transform: scale(0.75)  ;
		-webkit-transform: scale(0.75) ;
		-o-transform: scale(0.75) ;
	}
	100% {
		transform: scale(1)  ;
		-ms-transform: scale(1) ;
		-moz-transform: scale(1) ; 
		-webkit-transform:scale(1) ;
		-o-transform: scale(1) ;
	}
}
@keyframes commutation4 {
	0% {
		transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg) ;
		-webkit-transform: rotateX(180deg) ;
		-o-transform: rotateX(180deg) ;
	}
	
	50% {
		transform: rotateX(270deg) ;
		-ms-transform: rotateX(270deg)  ;
		-moz-transform: rotateX(270deg)  ;
		-webkit-transform: rotateX(270deg) ;
		-o-transform: rotateX(270deg) ;
	}
	
	100% {
		transform: rotateX(360deg)  ;
		-ms-transform: rotateX(360deg) ;
		-moz-transform: rotateX(360deg) ; 
		-webkit-transform:rotateX(360deg) ;
		-o-transform: rotateX(360deg) ;
	}
}
@-webkit-keyframes commutation4 {
	0% {
		transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg) ;
		-webkit-transform: rotateX(180deg) ;
		-o-transform: rotateX(180deg) ;
	}
	
	50% {
		transform: rotateX(270deg) ;
		-ms-transform: rotateX(270deg)  ;
		-moz-transform: rotateX(270deg)  ;
		-webkit-transform: rotateX(270deg) ;
		-o-transform: rotateX(270deg) ;
	}
	
	100% {
		transform: rotateX(360deg)  ;
		-ms-transform: rotateX(360deg) ;
		-moz-transform: rotateX(360deg) ; 
		-webkit-transform:rotateX(360deg) ;
		-o-transform: rotateX(360deg) ;
	}
}
@-moz-keyframes commutation4 {
	0% {
		transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg) ;
		-webkit-transform: rotateX(180deg) ;
		-o-transform: rotateX(180deg) ;
	}
	
	50% {
		transform: rotateX(270deg) ;
		-ms-transform: rotateX(270deg)  ;
		-moz-transform: rotateX(270deg)  ;
		-webkit-transform: rotateX(270deg) ;
		-o-transform: rotateX(270deg) ;
	}
	
	100% {
		transform: rotateX(360deg)  ;
		-ms-transform: rotateX(360deg) ;
		-moz-transform: rotateX(360deg) ; 
		-webkit-transform:rotateX(360deg) ;
		-o-transform: rotateX(360deg) ;
	}
}
@-o-keyframes commutation4 {
	0% {
		transform: rotateX(180deg);
		-ms-transform: rotateX(180deg);
		-moz-transform: rotateX(180deg) ;
		-webkit-transform: rotateX(180deg) ;
		-o-transform: rotateX(180deg) ;
	}
	
	50% {
		transform: rotateX(270deg) ;
		-ms-transform: rotateX(270deg)  ;
		-moz-transform: rotateX(270deg)  ;
		-webkit-transform: rotateX(270deg) ;
		-o-transform: rotateX(270deg) ;
	}
	
	100% {
		transform: rotateX(360deg)  ;
		-ms-transform: rotateX(360deg) ;
		-moz-transform: rotateX(360deg) ; 
		-webkit-transform:rotateX(360deg) ;
		-o-transform: rotateX(360deg) ;
	}
}
@keyframes commutation3 {
	0% {
		/*transform: translateY(20deg) scale(0.8);*/
		opacity: 0;
	}
	
	50% {
		/*transform: translateY(0deg) scale(1);*/
		opacity: 0.5;
	}
	
	100% {
		/*transform: translateY(-20deg)  scale(0.8);*/
		opacity: 1;
	}
}
@-moz-keyframes commutation3 {
	0% {
		/*transform: translateY(20deg) scale(0.8);*/
		opacity: 0;
	}
	
	50% {
		/*transform: translateY(0deg) scale(1);*/
		opacity: 0.5;
	}
	
	100% {
		/*transform: translateY(-20deg)  scale(0.8);*/
		opacity: 1;
	}
}
@-webkit-keyframes commutation3 {
	0% {
		/*transform: translateY(20deg) scale(0.8);*/
		opacity: 0;
	}
	
	50% {
		/*transform: translateY(0deg) scale(1);*/
		opacity: 0.5;
	}
	
	100% {
		/*transform: translateY(-20deg)  scale(0.8);*/
		opacity: 1;
	}
}
@-o-keyframes commutation3 {
	0% {
		/*transform: translateY(20deg) scale(0.8);*/
		opacity: 0;
	}
	
	50% {
		/*transform: translateY(0deg) scale(1);*/
		opacity: 0.5;
	}
	
	100% {
		/*transform: translateY(-20deg)  scale(0.8);*/
		opacity: 1;
	}
}
@keyframes commutation2 {
	0% {
		transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg) ;
		-webkit-transform: rotateY(180deg) ;
		-o-transform: rotateY(180deg) ;
	}

	50% {
		transform: rotateY(270deg) ;
		-ms-transform: rotateY(270deg)  ;
		-moz-transform: rotateY(270deg)  ;
		-webkit-transform: rotateY(270deg) ;
		-o-transform: rotateY(270deg) ;
	}
	
	100% {
		transform: rotateY(360deg)  ;
		-ms-transform: rotateY(360deg) ;
		-moz-transform: rotateY(360deg) ; 
		-webkit-transform:rotateY(360deg) ;
		-o-transform: rotateY(360deg) ;
	}
}
@-webkit-keyframes commutation2 {
	0% {
		transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg) ;
		-webkit-transform: rotateY(180deg) ;
		-o-transform: rotateY(180deg) ;
	}

	50% {
		transform: rotateY(270deg) ;
		-ms-transform: rotateY(270deg)  ;
		-moz-transform: rotateY(270deg)  ;
		-webkit-transform: rotateY(270deg) ;
		-o-transform: rotateY(270deg) ;
	}
	
	100% {
		transform: rotateY(360deg)  ;
		-ms-transform: rotateY(360deg) ;
		-moz-transform: rotateY(360deg) ; 
		-webkit-transform:rotateY(360deg) ;
		-o-transform: rotateY(360deg) ;
	}
}
@-moz-keyframes commutation2 {
	0% {
		transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg) ;
		-webkit-transform: rotateY(180deg) ;
		-o-transform: rotateY(180deg) ;
	}

	50% {
		transform: rotateY(270deg) ;
		-ms-transform: rotateY(270deg)  ;
		-moz-transform: rotateY(270deg)  ;
		-webkit-transform: rotateY(270deg) ;
		-o-transform: rotateY(270deg) ;
	}
	
	100% {
		transform: rotateY(360deg)  ;
		-ms-transform: rotateY(360deg) ;
		-moz-transform: rotateY(360deg) ; 
		-webkit-transform:rotateY(360deg) ;
		-o-transform: rotateY(360deg) ;
	}
}
@-o-keyframes commutation2 {
	0% {
		transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg) ;
		-webkit-transform: rotateY(180deg) ;
		-o-transform: rotateY(180deg) ;
	}

	50% {
		transform: rotateY(270deg) ;
		-ms-transform: rotateY(270deg)  ;
		-moz-transform: rotateY(270deg)  ;
		-webkit-transform: rotateY(270deg) ;
		-o-transform: rotateY(270deg) ;
	}
	
	100% {
		transform: rotateY(360deg)  ;
		-ms-transform: rotateY(360deg) ;
		-moz-transform: rotateY(360deg) ; 
		-webkit-transform:rotateY(360deg) ;
		-o-transform: rotateY(360deg) ;
	}
}
@keyframes commutation {
	0% {
		transform: rotate(180deg) scale(0);
		-ms-transform: rotate(180deg)  scale(0);
		-moz-transform: rotate(180deg)  scale(0);
		-webkit-transform: rotate(180deg)  scale(0);
		-o-transform: rotate(180deg)  scale(0);
	}
	25%{
		transform: rotate(225deg) scale(0.25);
		-ms-transform: rotate(225deg)  scale(0.25);
		-moz-transform: rotate(225deg)  scale(0.25);
		-webkit-transform: rotate(225deg)  scale(0.25);
		-o-transform: rotate(225deg)  scale(0.25);
	}
	
	50% {
		transform: rotate(270deg)  scale(0.5);
		-ms-transform: rotate(270deg)  scale(0.5);
		-moz-transform: rotate(270deg)  scale(0.5);
		-webkit-transform: rotate(270deg)  scale(0.5);
		-o-transform: rotate(270deg)  scale(0.5);
	}
	75%{
		transform: rotate(315deg) scale(0.75);
		-ms-transform: rotate(315deg)  scale(0.75);
		-moz-transform: rotate(315deg)  scale(0.75);
		-webkit-transform: rotate(315deg)  scale(0.75);
		-o-transform: rotate(315deg)  scale(0.75);
	}
	100% {
		transform: rotate(360deg)  scale(1);
		-ms-transform: rotate(360deg)  scale(1);
		-moz-transform: rotate(360deg) scale(1); 
		-webkit-transform:rotate(360deg)  scale(1);
		-o-transform: rotate(360deg) scale(1);
	}
}
@-webkit-keyframes commutation {
	0% {
		transform: rotate(180deg) scale(0);
		-ms-transform: rotate(180deg)  scale(0);
		-moz-transform: rotate(180deg)  scale(0);
		-webkit-transform: rotate(180deg)  scale(0);
		-o-transform: rotate(180deg)  scale(0);
	}
	25%{
		transform: rotate(225deg) scale(0.25);
		-ms-transform: rotate(225deg)  scale(0.25);
		-moz-transform: rotate(225deg)  scale(0.25);
		-webkit-transform: rotate(225deg)  scale(0.25);
		-o-transform: rotate(225deg)  scale(0.25);
	}
	
	50% {
		transform: rotate(270deg)  scale(0.5);
		-ms-transform: rotate(270deg)  scale(0.5);
		-moz-transform: rotate(270deg)  scale(0.5);
		-webkit-transform: rotate(270deg)  scale(0.5);
		-o-transform: rotate(270deg)  scale(0.5);
	}
	75%{
		transform: rotate(315deg) scale(0.75);
		-ms-transform: rotate(315deg)  scale(0.75);
		-moz-transform: rotate(315deg)  scale(0.75);
		-webkit-transform: rotate(315deg)  scale(0.75);
		-o-transform: rotate(315deg)  scale(0.75);
	}
	100% {
		transform: rotate(360deg)  scale(1);
		-ms-transform: rotate(360deg)  scale(1);
		-moz-transform: rotate(360deg) scale(1); 
		-webkit-transform:rotate(360deg)  scale(1);
		-o-transform: rotate(360deg) scale(1);
	}
}
@-moz-keyframes commutation {
	0% {
		transform: rotate(180deg) scale(0);
		-ms-transform: rotate(180deg)  scale(0);
		-moz-transform: rotate(180deg)  scale(0);
		-webkit-transform: rotate(180deg)  scale(0);
		-o-transform: rotate(180deg)  scale(0);
	}
	25%{
		transform: rotate(225deg) scale(0.25);
		-ms-transform: rotate(225deg)  scale(0.25);
		-moz-transform: rotate(225deg)  scale(0.25);
		-webkit-transform: rotate(225deg)  scale(0.25);
		-o-transform: rotate(225deg)  scale(0.25);
	}
	
	50% {
		transform: rotate(270deg)  scale(0.5);
		-ms-transform: rotate(270deg)  scale(0.5);
		-moz-transform: rotate(270deg)  scale(0.5);
		-webkit-transform: rotate(270deg)  scale(0.5);
		-o-transform: rotate(270deg)  scale(0.5);
	}
	75%{
		transform: rotate(315deg) scale(0.75);
		-ms-transform: rotate(315deg)  scale(0.75);
		-moz-transform: rotate(315deg)  scale(0.75);
		-webkit-transform: rotate(315deg)  scale(0.75);
		-o-transform: rotate(315deg)  scale(0.75);
	}
	100% {
		transform: rotate(360deg)  scale(1);
		-ms-transform: rotate(360deg)  scale(1);
		-moz-transform: rotate(360deg) scale(1); 
		-webkit-transform:rotate(360deg)  scale(1);
		-o-transform: rotate(360deg) scale(1);
	}
}
@-o-keyframes commutation {
0% {
		transform: rotate(180deg) scale(0);
		-ms-transform: rotate(180deg)  scale(0);
		-moz-transform: rotate(180deg)  scale(0);
		-webkit-transform: rotate(180deg)  scale(0);
		-o-transform: rotate(180deg)  scale(0);
	}
	25%{
		transform: rotate(225deg) scale(0.25);
		-ms-transform: rotate(225deg)  scale(0.25);
		-moz-transform: rotate(225deg)  scale(0.25);
		-webkit-transform: rotate(225deg)  scale(0.25);
		-o-transform: rotate(225deg)  scale(0.25);
	}
	
	50% {
		transform: rotate(270deg)  scale(0.5);
		-ms-transform: rotate(270deg)  scale(0.5);
		-moz-transform: rotate(270deg)  scale(0.5);
		-webkit-transform: rotate(270deg)  scale(0.5);
		-o-transform: rotate(270deg)  scale(0.5);
	}
	75%{
		transform: rotate(315deg) scale(0.75);
		-ms-transform: rotate(315deg)  scale(0.75);
		-moz-transform: rotate(315deg)  scale(0.75);
		-webkit-transform: rotate(315deg)  scale(0.75);
		-o-transform: rotate(315deg)  scale(0.75);
	}
	100% {
		transform: rotate(360deg)  scale(1);
		-ms-transform: rotate(360deg)  scale(1);
		-moz-transform: rotate(360deg) scale(1); 
		-webkit-transform:rotate(360deg)  scale(1);
		-o-transform: rotate(360deg) scale(1);
	}
}
@keyframes pingPangScale {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
	
	50% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
}

@-webkit-keyframes pingPangScale {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
	50% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
}

@-moz-keyframes pingPangScale {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
	50% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
}

@-ms-keyframes pingPangScale {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
	50% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
}

@-o-keyframes pingPangScale {
	0% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
	50% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
	}
	100% {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}
}
@keyframes pingPangJump {
	0% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
}

@-webkit-keyframes pingPangJump {
	0% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
}

@-moz-keyframes pingPangJump {
	0% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
}

@-ms-keyframes pingPangJump {
	0% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
}

@-o-keyframes pingPangJump {
	0% {
		transform: translateY(0);
	}
	65% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
}
