.box.slideshow ul li div,
#main-slider ul li div {
	width: 100%;
}
.main-slider-item{
	width: 1140px;
	max-height: 500px;
}
.index-slider-img{
	width: 1140px;
	height: 100%;
}
.fotorama__wrap--css3 .fotorama__stage .fotorama__img{
	object-fit: contain;
	object-position: center;
}
#main-slider .fotorama__arr{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px 34px;
}
#main-slider .fotorama__arr.fotorama__arr--prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
}
#main-slider .fotorama__arr.fotorama__arr--next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
}
.video-progress-container{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.video-progress-container #progress-duration {
	width: 100%;
	height: 5px;
	margin-bottom: 5px;
}
.video-progress-container #progress-position {
	height: 3px;
	color: white;
	font-weight: bold;
	background: #1b1d4d;
	text-align: center;
	transition: width 0.5s ease-out;
	width: 0%;
}