.gsjj {
	background-color: rgba(0, 0, 0, 0.7);
}


/* 视频 */

/* 视频-桌面端 */
.gsjj_video {
	position: relative;
}

.gsjj_video_outer {
	height: 30vw;
}

.gsjj_video_outer video {
	width: 100vw;
	height: 100%;
}

.gsjj_video_inner {
	position: absolute;
	left: 50%;
	top: 75%;
	transform: translate(-50%, 0);
}

.gsjj_video_inner a {
	width: 6vw;
	height: 5vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

.gsjj_video_inner a img {
	width: 50%;
}

.gsjj_video_inner a p {
	font-size: 1vw;
}

.gsjj_video_opacity {
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.7);
}

.gsjj_video_opacity img {
	width: 2.2vw;
	height: 2.2vw;
	position: absolute;
	top: 2.8vw;
	right: 28.5vw;
	z-index: 9;
}

.gsjj_video_opacity video {
	height: 25vw;
}


/* 公司简介 */

/* 公司简介-桌面端 */
.gsjj_gsjj {
	margin: 50px auto 0;
}

.gsjj_gsjj_container {
	margin-top: 40px;
}

.gsjj_gsjj_container_floor {
	width: 1200px;
	margin: 0 auto;
}

.gsjj_gsjj_container_floor p {
	font-size: 16px;
	line-height: 40px;
}

.gsjj_gsjj_container_floor:nth-of-type(1) p {
	text-indent: 36px;
}

.gsjj_gsjj_container_floor:nth-of-type(2) {
	display: flex;
	justify-content: center;
}

.gsjj_gsjj_container_floor:nth-of-type(2)>div {
	width: 50%;
}

.gsjj_gsjj_container_floor:nth-of-type(2)>div:nth-of-type(1) {
	display: flex;
	justify-content: center;
}

.gsjj_gsjj_container_floor:nth-of-type(2)>div:nth-of-type(2) p:nth-of-type(2) {
	text-indent: 36px;
}

/* 公司简介-移动端 */
.mobile_gsjj_gsjj {
	margin-top: 3rem;
	padding: 0 1rem;
}

.mobile_gsjj_gsjj_container {
	margin-top: 1rem;
}

.mobile_gsjj_gsjj_container_floor {
	margin: 20px 0;
}

.mobile_gsjj_gsjj_container_floor p {
	font-size: 16px;
	line-height: 30px;
}


/* 企业大事记 */

/* 企业大事记-桌面端 */
.gsjj_qydsj {
	margin: 50px auto 0;
}

.gsjj_qydsj_container {
	margin-top: 40px;
}

.gsjj_qydsj_container_floor {
	/* width: 1200px; */
	/* margin: 0 auto; */
}

.gsjj_qydsj_container_floor img {
	width: 100%;
}

/* 企业大事记-移动端 */
.mobile_gsjj_qydsj {
	margin-top: 3rem;
	padding: 0 1rem;
}

.mobile_gsjj_qydsj_container {
	margin-top: 1rem;
}

.mobile_gsjj_qydsj_container_floor {
	margin: 20px 0;
}

.mobile_gsjj_qydsj_container_floor img {
	width: 100%;
}