.video_swiper {
	position: sticky;
	top: 0;
	object-fit: cover;
	overflow: hidden;
}

.video_swiper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9;
}

video::-webkit-media-controls {
	display: none !important;
}

.video_txt_content {
	width: 100%;
	position: absolute;
	top: 25%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-family: Arial;
	text-align: center;
	z-index: 99;
	transition: opacity 1s;
    opacity: 1;

}
.hidden {
    opacity: 0;
}
.video_big_title {
	width: 40%;
	font-size: 64px;
	font-family: Arial;
	color: #FFF;
	font-weight: 700;
}

.video_small_title {
	width: 60%;
	font-size: 28px;
	color: #dddada;
	text-align: left;
	font-family: Arial;
}

@media (max-width:1200px) {
	.video_big_title {
		font-size: 40px;
	}

	.video_small_title {
		width: 300px;
		font-size: 24px;
		line-height: 30px;
		text-align: left;

	}

	.culture_txt {
		font-size: 20px !important;
	}
}

.scroll_new .keyboard_icon {
	position: fixed;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 99;
	width: 23px;
}

.scroll_new .audible_icon {
	position: absolute;
	top: 100px;
	right: 100px;
	background-image: url('../../img/company/audible.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 26.715px;
	height: 25px;
	cursor: pointer;
	z-index: 99;
	width: 23px;
}

.audible_icon.audible {
	background-image: url('../../img/company/no_audible.png');

}

.scroll_mouse {
	position: fixed;
	bottom: 70px;
	left: 50%;
	margin-left: -1px;
	border: 1px solid #fff;
	height: 4px;
	border-radius: 10px;
	text-align: center;
	background-color: #fff;
	z-index: 999;
	animation: mouse_animation 1.5s infinite;
}

@keyframes mouse_animation {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-7px);
	}

	100% {
		transform: translateY(0);
	}
}

.container_box {
	position: relative;
	box-sizing: border-box;
	padding-top: 100px;
	background-color: #FFF;
}

.company-content {
	width: 100%;
	padding: 46px 15.2% 0px 15.2%;
	box-sizing: border-box;
}

.title {
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	transform: translateY(-50px);
	opacity: 0;
}

.title.active {
	transform: translateY(0px);
	opacity: 1;
	transition: all 1s ease-out
}

.decrip {
	color: #000;
	text-align: justify;
	font-family: Source Han Sans CN;
	font-size: 20px;
	font-weight: 400;
	padding-top: 30px;
	letter-spacing: 2px;
	transform: translateY(-50px);
	opacity: 0;
}

.decrip.active {
	transform: translateY(0px);
	opacity: 1;
	transition: all 1s ease-out .4s
}

.decrip:last-child {
	padding-top: 14px;
}

.company-data {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 55px 6.67% 0px 6.67%;
	box-sizing: border-box
}

.num1.active {
	opacity: 1;
	transition: all 1s ease-out
}

.num2.active {
	opacity: 1;
	transition: all 1s ease-out .4s
}

.num3.active {
	opacity: 1;
	transition: all 1s ease-out .8s
}

.year {
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 0;
}

.year span:first-child {
	color: #000;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
}

.year span:nth-child(2) {
	color: #000;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.5px;
}

.company-history {
	opacity: 0;
	transform: translateY(-50px);
}

.company-history.active {
	transform: translateY(0px);
	opacity: 1;
	transition: all 1s ease-out .8s
}

.company-history-title {
	padding-top: 132px;
	padding-bottom: 77px;
	width: 100%;
	text-align: center;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	opacity: 0;
	transform: translateY(-50px);
}

.company-history-title.active {
	transform: translateY(0px);
	opacity: 1;
	transition: all 1s ease-out .4s
}

.company-history-year {
	position: relative;
	width: 100%;
	padding: 0px 6.67% 61px 6.67%;
	box-sizing: border-box;
}

.line {
	width: 100%;
	height: 2px;
	background-color: #ccc;
}

.company-history-yearCon {
	position: relative;
	top: -13px;
	width: 100%;
	overflow-x: hidden;
}

.company-history-list {
	display: flex;
	transform: translateX(47%);
}

.year-item {
	width: 107px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	cursor: pointer;
}

.year-item-circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ccc;
	background-color: #fff;
}

.year-item-circles {
	border: 2px solid #D80C24;
	background-color: #D80C24;
}

.year-item-num {
	padding-top: 18px;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
}

.year-item-nums {
	color: #D80C24;
}

.company-history-detail {
	position: relative;
	width: 100%;
	padding: 0px 0px 61px 6.67%;
	box-sizing: border-box;
}

.company-history-detail-list {
	position: relative;
	width: 100%;
	height: 590px;
	overflow-x: hidden;
}

.detail-item {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 590px;
	display: flex;
	overflow-x: hidden;
}

.detail-item2 {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 590px;
	display: flex;
}

.detail-item2:not(:first-child) {
	left: 100%;
}

#year1 {
	left: 0;
}

.detail-item-txt {
	display: flex;
	flex-direction: column;
	padding-left: 28px;
}

.detail-item-year {
	color: #D80C24;
	font-family: Source Han Sans CN;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	opacity: 0;
	transform: translateY(-50px);
}

.detail-item-year.active {
	transform: translateY(0px);
	opacity: 1;
	transition: all 1s ease-out
}

.detail-item-descrip {
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	opacity: 0;
	transform: translateY(-50px);
}

.detail-item-descrip.active {
	transform: translateY(0px);
	opacity: 1;
	transition: all 1s ease-out .5s
}

.car-btn {
	position: absolute;
	bottom: 0px;
	left: 875px;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.car-btn-arrow {
	width: 153px;
	height: 81px;
	background-image: url("../../img/company/line.png");
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.car-btn-left {
	width: 48px;
	height: 40px;
	cursor: pointer;
	transition: transform .4s ease-out;
}

.car-btn-left img {
	transform: rotate(180deg);
}

.car-btn-left:hover {
	transform: translateX(-5px);
}

.car-btn-right {
	width: 48px;
	height: 40px;
	cursor: pointer;
	transition: transform .4s ease-out;
}

.car-btn-right:hover {
	transform: translateX(5px);
}
#footer{
	position: relative;
}