@font-face {
	font-family: 'DIN-Medium';
	src: url('../fonts/din-mediumitalicalt.eot') format('embedded-opentype'),
		url('../fonts/din-mediumitalicalt.woff') format('woff'),
		url('../fonts/din-mediumitalicalt.woff2') format('woff2'),
		url('../fonts/din-mediumitalicalt.ttf') format('truetype'),
		url('../fonts/din-mediumitalicalt.svg') format('svg');
}


.h1{
	
		position: relative;
		z-index: 2;
	
}
html.menu_open, body.menu_open {
	overflow: hidden;
}

.go_top {
	font-weight: bold;
	font-size: 16px;
	/* margin-right: 15px; */
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-image: -moz-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
	background-image: -webkit-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
	background-image: -ms-linear-gradient(0deg, #cc0808 0%, #d13b19 100%);
	color: #fff;
	cursor: pointer;
	/* display: none; */
	z-index: 10;
}


/* common search input */
.search_btn {
	height: 50px;
	z-index: 600;
	width: 50px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 0 0 10px;
	background: url(../images/search_btn.png) center no-repeat;
	z-index: 999;
}

.search_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
	display: none;
}

.search_box.on {
	display: block;
}

.search_box .close {
	background: url(../images/close.png) center no-repeat;
	background-size: 60%;
	width: 80px;
	height: 80px;
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
}

.ser {
	height: 45px;
	width: 500px;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.ser .search {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.ser .search input.notxt {
	width: calc(100% - 150px);
	padding: 0 0 0 20px;
}

.ser .search input.notxt1 {
	width: 120px;
	font-size: 0;
	bottom: 0;
	background: url(../images/search.png) center no-repeat #007072;
}

.subNavs {
	width: 250px;
	position: absolute;
	left: 0;
	top: 68px;
	display: none;
	padding: 5px 0px;
	box-sizing: border-box;
	background: #fff;
	text-align: left;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
}

.subNavs dd {
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.subNavs dd:hover {
	background: #004098
}

.subNavs dd:hover a {
	color: #fff
}

.nav li:last-child .subNavs {
	left: auto;
	right: 0;
}

.subNavs a {
	font-size: 18px;
	line-height: 25px;
	color: #373837;
	word-break: break-word;
}

.subNav a:hover {
	color: #014D8B;
}

.nav li:hover .subNavs, .nav li.on .subNavs {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}



.nav {
	font-size: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow: visible !important;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.nav::after {
	content: '';
	width: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}


.nav>li {
	/* text-align: center; */
	display: inline-block;
	/* padding: 0 30px; */
	zoom: 1;
	box-sizing: border-box;
	position: relative;
}

.nav>li::before {
	content: '';
	display: block;
	width: 0%;
	height: 3px;
	background: #004098;
	position: absolute;
	left: 50%;
	transition: all 0.3s ease-in-out 0s;
	bottom: 0;
}

.nav>li.on::before {
	width: 100%;
	left: 0%;


}

::before .nav>li:last-child:before {
	display: none;
}

.nav>li>a {
	font-weight: normal;
	display: block;
	position: relative;
	color: #222;
	line-height: 1.2;
	padding: 22px 0;
}

.nav>li:hover>a {
	color: #014D8B
}

.header2 .h2 .nav>li>a {
	color: #333
}

.nav>li>a span {
	line-height: 1.3;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	/* width: 46%; */
	position: relative;
	z-index: 1;
}

.logo1 {
	display: inline-block;
	vertical-align: middle;
	width: 348px;
	overflow: hidden;
}
.logo2::before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: rgba(0,0,0,.1);
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
}
.logo2 {
	display: inline-block;
	vertical-align: middle;
	width: 128px;
	overflow: hidden;
	padding-left: 10px;
	margin-left: 10px;
	box-sizing: border-box;
	position: relative;
}


.mobile_bg {
	width: 100%;
	height: 100%;
	z-index: 90;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
}

.gp-menu {
	width: 100%;
	z-index: 60;
	position: relative;
	display: none;
}

.gp-menu-header {
	position: absolute;
	top: 58px;
	right: 23px;
	z-index: 996;
	width: 27px;
	display: none;
}

.gp-menu-link {
	float: left;
	line-height: 40px;
	height: 40px;
	padding-left: 15px;
}

.gp-menu-link a {
	color: #fff;
}

.gp-menu-header-icon {
	color: #821b1e;
	height: 24px;
	font-size: 25px;
	text-align: center;
	/* float: right; */
	width: 32px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
	/* margin-right: 5px; */
	cursor: pointer;
}

.gp-menu-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 2px) / 3);
	width: 27px;
	height: 3px;
	background-color: #065895;
}

.gp-menu-header-icon-out span {
	width: 27px;
	height: 2px;
	background-color: #004098;
	display: block;
	border-radius: 0px;
}

.gp-menu-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
	transform: translateY(9px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
	transform: translateY(0px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
	transform: translateY(-9px) rotate(0deg);
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.gp-menu-header-icon-click span {
	background-color: #065895;
	top: calc((100% - 2px) / 2.1);
}

.gp-menu-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.gp-menu-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.gp-menu-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.gp-menu-nav {
	width: 100%;
	position: fixed;
	top: 140px;
	height: 100vh;
	overflow-y: scroll;
	right: 0px;
	padding-top: 0;
	padding-bottom: 20px;
	background: #fff;
	display: none !important;
}


.gp-menu-nav>ul {
	width: 100%;
}

.gp-menu-nav>ul li {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}

.gp-menu-nav>ul.gp-avg-1>li:nth-child(1) {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.gp-menu-nav>ul.gp-avg-1>li {
	position: relative;
	border-bottom: 1px solid rgb(211, 213, 223);
}

.gp-menu-nav>ul.gp-avg-1>li>a {
	display: inline-block;
	padding: 15px 0 15px 25px;
	font-size: 18px;
	color: #333;

}

.gp-menu-nav>ul.gp-avg-1>li>span {
	color: #333;
	margin-left: 20px;
}

.gp-menu-nav>ul>li>ul {
	background: rgba(0, 0, 0, 0.1);
	padding: 0 59px;
}

.gp-menu-nav>ul>li>ul a {
	display: inline-block;
	padding: 10px 0;
	/* font-size: 2.4rem; */
}

.gp-menu-arrow {
	cursor: pointer;
	width: 30px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	/* font-size: 2.8rem; */
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.gp-menu-arrow img {
	display: inline-block;
	width: 8px;
	margin: 0 auto;
}

.gp-menu-nav>ul>li.on .gp-menu-arrow {
	transform: rotate(-90deg);
}

.gp-menu-nav li ul {
	display: none;
}

.gp-menu-nav a {
	color: #333;
}

.open .gp-menu-link {
	display: none;
}

.open .gp-menu-header {
	background: none;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}



.gp-menu-nav.gp-menu-dropdown2 {
	background: #F5F5F5;
}

.gp-menu-nav.gp-menu-dropdown2>ul {
	position: relative;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li {
	border-bottom: none;
	position: static;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a {
	padding: 0;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 0 5px;
	position: relative;
	z-index: 900;
	color: #333;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:after {
	content: "\e73a";
	font-size: 1.4rem;
	margin-left: 5px;
	transition: all 0.3s;
	display: inline-block;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:before {
	content: '';
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #000;
	position: absolute;
	left: 50%;
	bottom: -100%;
	margin-left: -5px;
	opacity: 0.2;
	transition: all 0.3s;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:before {
	bottom: 0;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	right: 5px;
	padding: 8px 0;
	text-align: center;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul a {
	color: #666
}

.gp-menu-nav.gp-menu-dropdown2>ul li {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:after {
	transform: rotate(180deg);
}


.gp-menu-nav.gp-menu-offcanvas1 {
	position: fixed;
	display: block;
	transform: translate(-150%, 0);
	transition: all 1s ease-in-out;
	width: 85%;
	right: auto;
	left: 0
}

.open .gp-menu-offcanvas1 {
	transform: translate(0, 0);
	position: absolute;
}


.gp-menu-nav.gp-menu-offcanvas2 {
	position: fixed;
	display: block;
	transform: translate(150%, 0);
	transition: all 1s ease-in-out;
	width: 0;
}

.open .gp-menu-offcanvas2 {
	transform: translate(0, 0);
	position: absolute;
	width: 100%;
}

.gp-container {
	width: 1400px;
}

.gp-ser {
	display: inline-block;
	margin-left: 33px;
	vertical-align: middle;
	width: 160px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(0, 0, 0, .06);
	position: relative;
	color: rgba(255, 255, 255, .3);
	/* padding: 0 40px 0 18px; */
	box-sizing: border-box;
}

.notxt {
	left: 0;
	background: rgba(0, 0, 0, .06);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	outline: none;
	border-radius: 32px;
	border: none;
	padding: 0 40px 0 18px;
	box-sizing: border-box;

}
.notxt::-webkit-input-placeholder{	color: rgba(255,255,255, .3) !important;} 
.notxt:moz-placeholder{	color: rgba(255,255,255, .3) !important;} 
.notxt:-ms-input-placeholder{	color: rgba(255,255,255, .3) !important;}
.notxt:focus{
	color:#fff  !important;

}

.notxt1 {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #fff;
	font-size: 20px;
}

.top {
	padding: 2px 0;
	box-sizing: border-box;
	background: #004098;
	overflow: hidden;
}

.logobox {
	padding: 33px 0;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	overflow: hidden;
}

.logobox::before {
	content: '';
	display: block;
	width: 39.71%;
	height: 104px;
	background: url(../images/door.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: -10px;
	bottom: -1px;
}

.en {
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
}

footer {
	padding: 55px 0 55px;
	box-sizing: border-box;
	background: url(../images/footer.png) no-repeat;
	background-size: cover;
}

.flogo a {
	display: inline-block;
	vertical-align: middle;
}

.flogo1 {}

.flogo2 {
	position: relative;
	padding-left: 17px;
	margin-left: 17px;
	box-sizing: border-box;
}

.flogo2::before {
	content: '';
	display: block;
	width: 1px;
	height: 44px;
	background: rgba(255, 255, 255, .1);
	position: absolute;
	left: 0;
	top: calc(50% - 22px);
}

.flogo {
	margin-bottom: 30px;
}

.footerltxt {
	line-height: 26px;
	color: rgba(255, 255, 255, .7);
}

.footerm {
	display: inline-block;
	margin: 0 -10px;
	font-size: 0;
}

.footerm li {
	display: inline-block;
}

.footerm li .item .ewm {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: #fff;
}

.footerm li .item {
	margin: 0 10px;
	/* padding: 8px; */
	box-sizing: border-box;
	text-align: center;
}

.ewmtxt {
	line-height: 24px;
	margin-top: 20px;
}

.tg {
	display: inline-block;
	width: 127px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-bottom: 35px;
	background: rgba(0, 0, 0, 0.2);
}

.footerr {
	text-align: right;
}

.footerbox {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 1780px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1460px) {
	.gp-container {
		width: 1300px;
	}

	.logobox::before {
		height: 94px;
	}

}

@media screen and (max-width:1360px) {
	.gp-container {
		width: 85%;
	}

	.logobox::before {
		height: 90px;

		before {
			height: 94px;
		}


	}
}
@media screen and (max-width:1300px){
	.logobox {
		padding: 17px 0;
	}
	.nav>li>a{
		padding: 11px 0;
	}
}

@media screen and (max-width:1240px) {
	/* .gp-container {
		width: 1100px;
	} */

	.logobox::before {
		height: 80px;
	}
}

@media screen and (max-width: 1200px) {
	/* .gp-container {
		width: 1000px;
	} */

	.logobox::before {
		height: 69px;
	}

	.flogo1 {
		width: 200px;
	}

	.flogo2 {
		width: 60px;
		padding-left: 8px;
		margin-left: 8px;
	}

	.flogo2::before {
		height: 26px;
		top: calc(50% - 13px);
	}
}

@media screen and (max-width:1100px) {
	.gp-container {
		width: 900px;

	}


}

@media screen and (max-width: 996px) {

	.gp-menu, .gp-menu-nav, .gp-menu-header {
		display: block !important;
	}
	.notxt{
		color: #fff !important;
		background: #004098;
	}
	.gp-container {
		width: auto;
		margin-left: 25px;
		margin-right: 25px;

	}

	.nav {
		display: none;
	}

	.top {
		display: none;
	}

	.gp-ser {
		width: calc(100% - 60px);
		max-width: 300px;
		margin: 15px;
	}

	.en {
		margin-left: 15px;
		font-size: 16px;
	}

	.gp-f18 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.gp-f20 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width:998px) {
	.logobox {
		padding: 10px 0;
		border: none;
	}

	footer {
		padding: 28px 0 45px;
	}

	.gp-menu-header {
		top: 23px;
	}

	.logo1 {
		width: 248px;
	}

	.logo2 {
		width: 104px;
		margin-left: 2px;
	}

	.gp-menu-nav {
		top: 72.88px;
		height: calc(100vh - 72.88px);
	}
}

@media screen and (max-width:768px) {
	.logobox::before {
		height: 55px;
	}

	.gp-f18 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.gp-f20 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.gp-f26 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}



@media screen and (max-width:479px) {
	.logobox::before {
		height: 36px;
		width: 200px;
	}

	.gp-f26 {
		font-size: 20px;
		font-size: 2.0rem;
	}
	.go_top{
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}

@media screen and (max-width:440px) {
	.logo1 {
		width: 180px;
	}

	.logo2 {
		width: 61px;
		margin-left: 6px;
		padding-left: 6px;
	}

	.gp-menu-header {
		top: 16px;
	}

	.gp-menu-header-icon {
		transform: scale(.8);
	}
	.gp-menu-nav {
		top: 58.88px;
		height: calc(100vh - 58.88px);
	}
}

@media screen and (max-width: 320px) {}





@media screen and (max-width: 900px) {
	.footerbox {
		display: block;
		font-size: 0;
	}

	.footerl, .footerm {
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}

	.footerm {
		text-align: right;
	}

	.footerr {
		text-align: center;
		margin-top: 20px;
	}

	.tg {
		margin-bottom: 20px;
	}

	.flogo1 {
		width: 250px;
	}

	.flogo2 {
		width: 90px;
	}

	.footerm {
		margin: 0 -5px;
	}

	.footerm li .item {
		margin: 0 5px;
	}
}

@media screen and (max-width: 768px) {
	.page_articleTitle {
		margin: 0 0 16px;
		padding-bottom: 0;
	}

	.article_author span {
		display: block;
		padding: 2px 0;
		border: 0;
		line-height: 25px;
	}

	.article_author i {
		display: none;
	}


}

@media screen and (max-width:730px) {
	.footerl, .footerm {
		width: 100%;
		text-align: center;
	}
	.footerr{
		margin-top: 0;
	}
	.flogo {
		margin-bottom:20px;
	}
	.ewmtxt {
		margin-top: 10px;
	}
	.tg{
		margin-bottom: 10px;
	}
	.footerm{
		margin: 20px 0px;
	}
}
@media screen and (max-width:400px){
	.flogo1 {
		width: 200px;
	}

	.flogo2 {
		width: 65px;
	}

}
@media screen and (min-width:997px) {
	.effect0 {
		opacity: 0;
		transition: all 0.8s ease-out;
	}

	.effect0.isView {
		opacity: 1;
		-webkit-animation-name: effect0;
		animation-name: effect0;
	}

	.effect1, .effect11, .effect11 li {
		opacity: 0;
		transition: all 1.1s ease-out;
		transform: translateY(70px);
	}

	.effect1.isView, .effect11.isView, .effect11.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect1;
		animation-name: effect1;
	}

	.effect2, .effect21, .effect21 li {
		opacity: 0;
		transition: all 1.1s ease-out;
		transform: translateX(50px);
	}

	.effect2.isView, .effect21.isView, .effect21.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect2;
		animation-name: effect2;
	}

	.effect3, .effect31, .effect31 li {
		opacity: 0;
		transition: all 1.1s ease-out;
		transform: translateY(-70px);
	}

	.effect3.isView, .effect31.isView, .effect31.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect3;
		animation-name: effect3;
	}

	.effect4, .effect41, .effect41 li {
		opacity: 0;
		transition: all 1.1s ease-out;
		transform: translateX(-50px);
	}

	.effect4.isView, .effect41.isView, .effect41.isView li {
		opacity: 1;
		transform: none;
		-webkit-animation-name: effect4;
		animation-name: effect4;
	}

	.effect {
		transition: transform 1s, opacity 1s ease-in-out;
		animation-duration: 1s;
		-webkit-animation-duration: 1s;
		animation-timing-function: ease-in-out;
		-webkit-animation-timing-function: ease-in-out;
	}
}

@-webkit-keyframes effect0 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes effect0 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes effect1 {
	from {
		opacity: 0;
		transform: translateY(70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect1 {
	from {
		opacity: 0;
		transform: translateY(70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes effect2 {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect2 {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes effect3 {
	from {
		opacity: 0;
		transform: translateY(-70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect3 {
	from {
		opacity: 0;
		transform: translateY(-70px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes effect4 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes effect4 {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
