.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 {
	box-sizing: border-box;
	padding: 0 40px;
	width: 100%;
	position: absolute;
	top: 15%;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	font-family: Arial;
	z-index: 99;
	transition: opacity 1s;
	opacity: 1;

}

.hidden {
	opacity: 0;
}

.video_big_title {
	width: 50%;
	font-size: 30px;
	font-family: Arial;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}

.video_small_title {
	width: 50%;
	font-size: 20px;
	line-height: 30px;
	color: #dddada;
	text-align: left;
	font-family: Arial;
}



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

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

}

.scroll_new .play_icon {
	position: absolute;
	bottom: 50px;
	right: 30px;
	width: 70px;
	height: 70px;
	background-image: url('../../img/company/play.png');
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 99;
}

.play_icon.play {
	background-image: url('../../img/company/pause.png');

}

.container_box {
	margin-top: 50px;
	position: relative;
	box-sizing: border-box;
	padding: 0 35px;
	background-color: #FFF;
}

.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-style: normal;
	font-weight: 400;
	padding-top: 30px;
	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 {
	margin-top: 150px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 55px 0;
	box-sizing: border-box;
}

.num2 {
	transform: translateY(-200px);
}

.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;
	width: calc(33.3%);
}

.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;
	width: 300px;
}

.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-bottom: 77px;
	padding-left: 36px;
	width: 100%;
	text-align: left;
	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 0px 61px 36px;
	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: 120px;
	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%;
	overflow: hidden;
}

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

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

.detail-item2 {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 750px;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}

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

#year1 {
	left: 0;
}

.detail-item-txt {
	display: flex;
	flex-direction: column;
	margin-bottom: 47px;
	height: 170px;
	padding: 0px 36px;
}

.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;
	top: 24px;
	right: 10px;
	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);
}