
.overlay {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.overlay-hover:hover .overlay-fade {
	opacity: 1
}

.overlay-scale {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.overlay-hover:hover .overlay-scale {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.overlay-hover:hover .overlay-spin {
	-webkit-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg)
}
.overlay-hover:hover .overlay-grayscale {
	filter: grayscale(0);
	-webkit-filter: grayscale(0)
}[class*=overlay-slide] {
	opacity: 0
}

.animation-hover:not(:hover),.animation-hover:not(:hover) [class*=animation-],.touch .animation-hover:not(.hover),.touch .animation-hover:not(.hover) [class*=animation-] {
	-webkit-animation-name: none;
	-o-animation-name: none;
	animation-name: none
}

.overlay-figure {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0
}

.overlay-blur,.overlay-fade,.overlay-grayscale,.overlay-scale,.overlay-spin,[class*=overlay-slide] {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity -webkit-transform -webkit-filter,opacity -webkit-transform filter;
	-o-transition-property: opacity -o-transform filter;
	transition-property: opacity transform filter
}

.overlay-fade {
	opacity: .7
}

.overlay-hover:hover .overlay-fade {
	opacity: 1
}

.overlay-scale {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.overlay-hover:hover .overlay-scale {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.overlay-panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
	color: #fff
}

.overlay-panel a:not([class]) {
	color: inherit;
	text-decoration: underline
}

.overlay-panel>:last-child {
	margin-bottom: 0
}

.overlay-panel h1,.overlay-panel h2,.overlay-panel h3,.overlay-panel h4,.overlay-panel h5,.overlay-panel h6 {
	color: inherit
}

.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
	opacity: 0
}

.overlay-hover:not(:hover) .overlay-panel:not(.overlay-background-fixed) {
	opacity: 0
}

.overlay-background {
	background: rgba(0,0,0,.5)
}
.overlay-blur,.overlay-fade,.overlay-grayscale,.overlay-scale,.overlay-spin,[class*=overlay-slide] {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: opacity -webkit-transform -webkit-filter,opacity -webkit-transform filter;
	-o-transition-property: opacity -o-transform filter;
	transition-property: opacity transform filter
}

.overlay-fade {
	opacity: .7
}

.overlay-hover:hover .overlay-fade {
	opacity: 1
}

.animation-slide-bottom {
	-webkit-animation-name: slide-bottom;
	-o-animation-name: slide-bottom;
	animation-name: slide-bottom
}

.case-swiper {
    text-align:center;
	width: 100%;
	position: relative;
	overflow: hidden
}

.case-swiper .case-ul {
    width:1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none
}

.case-swiper .case-ul .case-li {
	margin-bottom: 0px;
	padding: 0;
	float: left;
	width: 25%;
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0)
}

.case-swiper .case-ul .case-li a {
	display: block;
	overflow: hidden
}

.case-swiper .case-ul .case-li img {
	width: 100%;
	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 1s ease-out;
	-ms-transition: transform 1s ease-out;
	transition: transform 1s ease-out;
	object-fit: cover
}

.case-swiper .case-ul .case-li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: transform 1s ease-out;
	-moz-transition: transform 1s ease-out;
	-ms-transition: transform 1s ease-out;
	transition: transform 1s ease-out
}

.case-swiper .case-ul .case-li:nth-child(1) {
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0.2s
}

.case-swiper .case-ul .case-li:nth-child(2) {
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0.3s
}

.case-swiper .case-ul .case-li:nth-child(3) {
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0.4s
}

.case-swiper .case-ul .case-li:nth-child(4) {
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0.5s
}

.case-swiper .case-ul .case-li:nth-child(5) {
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0.6s
}

.case-swiper .case-ul .case-li:nth-child(6) {
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0.7s
}

.case-swiper .case-ul .case-li:nth-child(7) {
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0.8s
}

.case-swiper .case-ul .case-li:nth-child(8) {
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 0.9s
}

.case-swiper .case-ul .case-li:nth-child(9) {
	transition: all 1s cubic-bezier(0.215,0.61,0.355,1) 1s
}

.case-swiper .left {
	display: inline-block;
	margin: 0 auto;
	width: 42px;
	border: 1px solid;
	border-color: #444444;
	border-color:;
	margin-top: 20px;
	margin-right: 10px;
	height: 42px;
	cursor: pointer;
	transition: all .6s ease
}

.case-swiper .left i {
	font-size: 42px;
	color: #444444;
	color:
}

.case-swiper .left:hover {
	background: #e3120b;
	background:;
	border-color: #e3120b;
	border-color:
}

.case-swiper .left:hover i {
	color: #fff
}

.case-swiper .right {
	display: inline-block;
	width: 42px;
	border: 1px solid;
	border-color: #444444;
	border-color:;
	margin-top: 20px;
	height: 42px;
	cursor: pointer;
	transition: all .6s ease
}

.case-swiper .right i {
	font-size: 42px;
	color: #444444;
	color:;
	transition: all .6s ease
}

.case-swiper .right:hover {
	background: #e3120b;
	background:;
	border-color: #e3120b;
	border-color:
}

.case-swiper .right:hover i {
	color: #fff
}

.case-swiper .case-ctrl {
	display: none
}

.case-swiper.isSwiper .case-ctrl {
	display: block;
	position: relative;
	z-index: 9
}

.case-swiper.isSwiper .case-ctrl .left {
	z-index: 11
}

.case-swiper.isSwiper .case-ctrl .right {
	z-index: 11
}

.case-li{
	opacity: 1!important;
	-webkit-transform: none!important;
	transform: none!important
}

@media (min-width:1600px) {
	.container {
		width: 82%
	}
}

.case-swiper .case-ul {
	padding-left: 0
}

@media (max-width:1600px) {
	.container {
		position: static;
		transform: none;
		padding: 30px
	}
}

@media (max-width:1400px) {
	.container {
		width: 1024px!important
	}
}

@media (max-width:991px) {
	.container {
		position: static;
		transform: none;
		padding: 15px
	}

	.title {
		height: auto!important;
		font-size: 18px;
		padding-bottom: 15px;
		line-height: 1.2
	}

	.case-swiper .case-ul .case-li {
		width: 25%
	}

	.case-swiper .case-ul .case-li h3 {
		font-size: 16px
	}

	.case-swiper .case-ul .case-li p {
		font-size: 12px
	}

	.case-swiper .case-ul {
		width: 100%!important
	}
}
@media (max-width:767px) {
	.met-page {
		padding-top: 60px
	}

	.case-swiper .case-ul {
		width: 1000%!important;
		padding-left: 0
	}
}