﻿* {
	text-decoration: none;
	border: none;
	font-family: '微软雅黑';
	list-style: none;
	padding: 0;
	margin: 0;
	/*background-color: #f6f6f6;*/
}

.video-warp {
	padding: 10vh 0;
	box-sizing: border-box;
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;

}

.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}

#myVideo {
	margin: auto;
	height: 70vh;
}

.swiper-button-white {
	--swiper-navigation-size: 6vw;
	background-color: rgba(0, 0, 0, 0.5);
}

.swiper-button-next,
.swiper-button-prev {
	width: calc(var(--swiper-navigation-size)) !important;
	border-radius: calc(var(--swiper-navigation-size)/2);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 4vw !important;
}

.swiper-button-prev {
	left: 0 !important;
}

.swiper-button-next {
	right: 0 !important;
}


.video_img {
	position: absolute;
	background-color: transparent;
	width: 30px;
	height: 30px;
	right: 1%;
	top: 1%;
	cursor: pointer;
	z-index: 999;

}

.swiper-slide {
	margin: 0 1vw !important;
}

.relative {
	position: relative;
}

.flex_c_c {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flex_r_b {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex_video {}


.video_list {
	width: 80vw !important;
}

.project_play {
	width: 6vw;
	height: 6vw;
	position: absolute;
	/* top: 12vw;
	left: 6vw; */
	object-fit: contain;
	background-color: transparent;
}

.swiper-slide {
	/* width: 18vw !important; */
	background-color: transparent;
	margin: 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.project_img {
	/*width: 18vw;*/
	object-fit: contain;
	transition: 0.3s all;
	cursor: pointer;
}


.project_img:hover {
	transform: scale(1.1);
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 0.3s ease 0s;
}



.border_10 {
	border-radius: 10px;
}

.mar_top_50 {
	/* margin-top: 50px; */
	margin-top: 5vw;
}

.mar_bottom_50 {
	/* margin-top: 50px; */
	margin-bottom: 5vw;
}


.mar_top_20 {
	/* margin-top: 20px; */
	margin-top: 2vw;

}

.mar_bottom_80 {
	/* margin-bottom: 80px; */
	margin-bottom: 8vw;

}

.width_56 {
	width: 56%;
}

.width_100 {
	width: 100%;
}

.width_80 {
	width: 80%;
}

.data_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* align-items: center; */
	justify-content: space-between;
	gap: 2vw;
}

.data_info {
	/* width: 36vw; */
	/* height: 30vw; */
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}

/* .data_info_img:hover {
	transform: scale(1.1);
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 0.3s ease 0s;
	
} */

.data_info_img {
	width: 100%;
	height: 80%;
	object-fit: fill;
	background-color: #fff;

}

.data_info_text {
	width: 100%;
	font-size: 1vw;
	text-align: center;
	/* color: #666666; */
	background-color: white;
	margin: 5px;
}