.swiper-banner .swiper-slide.slide3 {
	background: url(../image/s-fact1_01.png) no-repeat center top #06195E;
}





table tr th{
	text-align:right;
}
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background-color:#fff;
	/*color: #fff;*/
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
	background-color: inherit;
	padding: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
	margin: 0;
	padding: 0;
	line-height: 25px;
	color: #fff;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/* imghvr-fade
   ----------------------------- */
.imghvr-fade figcaption {
	opacity: 0;
}
.imghvr-fade:hover > img {
	/*opacity: 0;*/
}
.imghvr-fade:hover figcaption {
	opacity: 1;
}

/* imghvr-fold*
----------------------------- */
[class^='imghvr-fold'],
[class*=' imghvr-fold'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}

[class^='imghvr-fold'] figcaption,
[class*=' imghvr-fold'] figcaption {
	z-index: 1;
	opacity: 0;
}

[class^='imghvr-fold']:hover figcaption,
[class*=' imghvr-fold']:hover figcaption {
	-webkit-transform: rotateX(0deg) translate3d(0, 0%, 0) scale(1);
	transform: rotateX(0deg) translate3d(0, 0%, 0) scale(1);
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
/* imghvr-fold-left
   ----------------------------- */
.imghvr-fold-left{
	/*width:24%;*/
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.imghvr-fold-left1{
	background: #09acc4;
}
.imghvr-fold-left2{
	background: #53c49b;
}
.imghvr-fold-left3{
	background: #56bcb0;
}
.imghvr-fold-left4{
	background: #98bc70;
}
@media screen and (max-width: 800px) {
	.imghvr-fold-left{
	}
}
@media screen and (max-width: 500px) {
	.imghvr-fold-left{
	}
}
.ys1{
	padding-left: 0;
	padding-top:0;

}
.imghvr-fold-left > div {
	-webkit-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	height: 280px;
	line-height: 280px;
	width: 100%;
	text-align: center;
	position: relative;
}
.imghvr-fold-left figcaption {
	-webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
	transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.imghvr-fold-left:hover > div {
	-webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
	transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

.imghvr-fold-left > div span{
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 99;
	width: 100%;
	font-size: 16px;
	color: #fff;
	display: block;
}


@-webkit-keyframes tipsy {
0 {
	-webkit-transform: translateX(0) translateY(0) rotate(0deg);
	transform: translateX(0%) translateY(0%) rotate(0deg);
}
100% {
	-webkit-transform: translateX(0%) translateY(0%) rotate(360deg);
	transform: translateX(0%) translateY(0%) rotate(360deg);
}
}

@keyframes tipsy {
0 {
	-webkit-transform: translateX(0%) translateY(0%) rotate(0deg);
	transform: translateX(0%) translateY(0%) rotate(0deg);
}
100% {
	-webkit-transform: translateX(0%) translateY(0%) rotate(360deg);
	transform: translateX(0%) translateY(0%) rotate(360deg);
}
}
.this_c3 {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	color: #fffbf1;
	font-size: 14px;
	line-height: 30px;
	padding-top:105px;
}
.this_c3 i{
	font-size: 36px;
}
.this_c3:before,
.this_c3:after {
	content: '';
	padding: .9em .4em;
	position: absolute;
	left: 0%;
	width: 100%;
	height: 100%;
	top: 0%;
	display: block;
	background: url("../image/recomm_bg.png") no-repeat;
	background-position: 50% 50%;
	-webkit-animation: 10s infinite alternate ease-in-out tipsy;
	animation: 10s infinite alternate ease-in-out tipsy;
}
.padding0{padding:0!important;}
