/* 首页轮播图 */
.slider {
	width: 99vw;
	height: 90vh;
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	margin: 0 0.1vw;
}

.slider img {
	width: 100%;
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.slider img.active {
	opacity: 1;
}

/* 底部logo */
.img-responsive {
	width: 50%;
}

/* 教师介绍 */
.col-md-6 {
	width: 100%;
	height: 500px;
}

.tea-left {
	width: 58%;
	height: 100%;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	float: left;
}

.tea-title {
	color: #7D0000;
	font-size: 40px;
	text-align: left;
}

.tea-name {
	display: block;
	font-size: 30px;
}

.tea-jj {
	font-size: 16px;
	color: #666666;
	margin-top: 50px;
}

.tea-info-more {
	display: flex;
}

#tea {
	width: 180px;
	height: 180px;
	text-align: center;
}

#tea img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: block;
}

#tea span {
	margin-top: auto;
}

button {
	font-size: 30px;
	background-color: white;
	border: 0px;
	color: #666666;
}

#go-left:hover,
#go-right:hover {
	color: #7D0000;
}

.selection img {
	border: 3px solid #7D0000;
}

/* 医学组选中框样式 */
.mdc_stu.selection img {
	border: 3px solid #7D0000 !important;
}

.tea-right {
	width: 40%;
	height: 100%;
	float: right;
}

.tea-image {
	width: 450px;
	height: 450px;
	background-image: url('/static/image/tea-photo/2.png');
	border-radius: 50%;
	margin-top: 5%;
	border: 2px solid #7D0000;
	background-size: cover;
	/* 拉伸背景图片以覆盖整个容器 */
}

/* 项目经历 */
.col-md-10 {
	width: 100%;
	height: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#html5{
	padding: 30px 0 20px 0;
}

.project-exe-title {
	color: #7D0000;
	font-size: 40px;
	text-align: center;
}

.project-exe-photo {
	width: 100%;
	height: 90%;
	overflow: hidden;
	position: relative;
	overflow-x: scroll;
	margin-top: 5x;
}

.project-exe-photo ul {
	width: 100%;
	height: 100%;
	white-space: nowrap;
	margin-top: 30px;
	position: absolute;
	padding-left: 0;
}

.project-exe-photo ul li {
	width: 350px;
	height: 90%;
	list-style: none;
	display: inline-block;
}

.project-exe-photo ul li img {
	width: 350px;
	height: 100%;
	white-space: nowrap;
	border: 1px solid #7D0000;
}

/* 项目成果 */
.col-md-9 {
	width: 100%;
	height: 310px;
}

.project-res-title {
	color: #7D0000;
	font-size: 38px;
	padding: 0 0 15px 0;
}

.project-res-all {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.project-res-list {
	width: 100%;
	height: auto;
}

.line {
	width: 100%;
	border: 1.5px solid #666666;
	background-color: #666666;
}

.project-res-list-name {
	width: auto;
	height: auto;
	text-align: justify;
	float: left;
	margin-left: 5px;
	padding: 8px 10px;
}

a {
	text-decoration: none;
	font-size: 30px;
}

a:hover {
	text-decoration: none;
	color: #7D0000;
}

.project-res-list-photo {
	width: 65%;
	height: 100%;
	float: right;
	margin-right: 20px;
	position: relative;
	overflow-x: scroll;
}

.project-res-list-photo ul {
	width: 100%;
	height: 100%;
	white-space: nowrap;
	position: absolute;
}

.project-res-list-photo li {
	width: 250px;
	height: 80%;
	list-style: none;
	display: inline-block;
	margin: 20px;
}

.project-res-list-photo ul li img {
	width: 100%;
	height: 100%;
	border: 1px solid #7D0000;
}

/* 实验室简介 */
#container {
	width: 100%;
	height: 700px;
	background: #f8f8f8;
	margin-top: 50px;
}

.col-md-16 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.laboratory-title {
	font-size: 40px;
	color: #7D0000;
	text-align: center;
}

.laboratory-info {
	width: 100%;
	height: 90%;
	margin-top: 10px;
	display: flex;
	justify-content: space-evenly;
}

.laboratory-info-left {
	width: 45%;
	height: 80%;
	margin-top: 50px;
}

.laboratory-info-left img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #7D0000;
}

.laboratory-info-right {
	width: 50%;
	height: 80%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-top: 50px;
}

.laboratory-info-right-title {
	font-size: 30px;
	width: 50%;
	margin-left: 50%;
}

.laboratory-info-right-line {
	background: #7D0000;
	width: 30%;
	border: 2px solid #7D0000;
	margin-left: 65%;
}

.laboratory-info-right-info {
	width: 80%;
	font-size: 14px;
	text-indent: 2ch;
	text-align: justify;
	margin-left: 5%;
}

.strong-text {
	color: #ca0000;
	font-size: 30px;
}

#sys{
	background-color:#f8f8f8;
	margin-top: 50px;
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	align-items: center;
	justify-content: center;
}

#zoomedImage{
	max-width: 95%;
	max-height: 95%;
}

/* 计算机组学生介绍模块的相关样式 */
.stu-left {
	width: 58%;
	height: 100%;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	float: left;
}

.stu-title {
	color: #7D0000;
	font-size: 40px;
	text-align: left;
}

.stu-name {
	display: block;
	font-size: 30px;
}

.stu-jj {
	font-size: 16px;
	color: #666666;
	margin-top: 50px;
}

.stu-info-more {
	display: flex;
}

#stu {
	width: 180px;
	height: 180px;
	text-align: center;
}

#stu img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: block;
}

#stu span {
	margin-top: auto;
}

.stu-right {
	width: 40%;
	height: 100%;
	float: right;
}

.stu-image {
	width: 450px;
	height: 450px;
	background-image: url('../img/stu-photo/1.png');
	border-radius: 50%;
	margin-top: 5%;
	border: 2px solid #7D0000;
	background-size: cover;
	/* 拉伸背景图片以覆盖整个容器 */
}

/* 鼠标放到左右按钮上变颜色 */
#go-left2:hover,
#go-right2:hover {
	color: #7D0000;
}

/* 学生组别文本样式 */
.stu-group{
	display: block;
	font-size: 34px;
}


/* 医学组学生介绍模块的相关样式 */
.mdc_stu-left {
	width: 58%;
	height: 100%;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	float: left;
}

.mdc_stu-title {
	color: #7D0000;
	font-size: 40px;
	text-align: left;
}

.mdc_stu-name {
	display: block;
	font-size: 30px;
}

.mdc_stu-jj {
	font-size: 16px;
	color: #666666;
	margin-top: 50px;
}

.mdc_stu-info-more {
	display: flex;
}

.mdc_stu {
    width: 180px;
    height: 180px;
    text-align: center;
}

.mdc_stu img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin: 0 auto; /* 让图片水平居中 */
}

.mdc_stu span {
    display: block; /* 将 span 转换为块级元素 */
    margin-top: 10px; /* 可根据需要调整名字与图片的间距 */
}


.mdc_stu-right {
	width: 40%;
	height: 100%;
	float: right;
}

.mdc_stu-image {
	width: 450px;
	height: 450px;
	background-image: url('../img/stu-photo/1.png');
	border-radius: 50%;
	margin-top: 5%;
	border: 2px solid #7D0000;
	background-size: cover;
	/* 拉伸背景图片以覆盖整个容器 */
}

/* 鼠标放到左右按钮上变颜色 */
#mdc_go-left2:hover,
#mdc_go-right2:hover {
	color: #7D0000;
}

/* 学生组别文本样式 */
.mdc_stu-group{
	display: block;
	font-size: 34px;
}



/* 研究成果走马灯样式 */
#swiper-roll .roll-wrapper {
  width: 100%;
  overflow: hidden;
  height: 500px;
  margin: 0 auto;
  position: relative;
}

.roll-wrapper ul {
  position: absolute;
  top: 0;
  left: 0; /* 移除硬编码宽度 */
  height: 500px;
  display: flex;
  align-items: center;
}

.roll-wrapper li {
  list-style: none;
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  margin: 0 20px; /* 添加间距 */
}

.roll-wrapper li img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 保持图片比例 */
}
