@charset "utf-8";
/* CSS Document */
.swiper {
	width: 100%;
	height: 100%;
	--swiper-navigation-size: 0; /* 设置按钮大小 */
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	/*	object-fit: cover;*/
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	/*	object-fit: cover;*/
}
.mainSwiper {
	width: 100%;
	height: auto;
}
.mainSwiper .swiper {
	width: 100%;
	height: auto;
}
.mainSwiper .swiper-slide a {
	display: block;
	width: 100%;
	height: auto;
position:relative;

	/*	object-fit: cover;*/
}
.mainSwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
transition:all 2s ease;
	/*	object-fit: cover;*/
}
.mainSwiper .swiper-slide:hover img{
transform:scale(1.1);
}
@keyframes myframe{
  0%{transform:scale(1.1)}
100%{transform:scale(1)}
}

.mainSwiper .swiper-slide p {
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    background: url("../img/bgImg/tm.png") repeat;
}

.mainSwiper .swiper-button-prev {
	left: 0;
}
.mainSwiper .swiper-button-next {
	right: 0;
}
/*学生风采*/
.stuSwiper {
	width: 100%;
	height: 588px;
	margin-top: 20px;
	padding-top: 20px;
}
.stuSwiper .swiper-wrapper{
	height: 473px;
}
.stuSwiper .swiper-slide{
	background: transparent;
}

.academic_item {	
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
a.academic_item  {
	display: block;
	width: 267px;
	height: 473px;
	position: relative;
}
.academic_item_pic {
	width: 100%;
	height: 309px;
	overflow: hidden;
	position: absolute;
	left: 0;
}
/*第1、3个*/
a.item_odd .academic_item_pic {
	top: 0;
}

/*第2、4个*/
a.item_even .academic_item_pic {
	bottom: 0;
}

.academic_item_pic  img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 2s ease;
}
.academic_item_pic img:hover{
	transform: scale(1.1, 1.1);
}
.academic_item_text {
	width: 100%;
	padding: 30px 23px;
	height: 164px;
	overflow: hidden;
	position: absolute;
	left: 0;
	text-align: left;
}
.academic_item_text > h2 {
	display: block;
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.academic_item_text > p {
	font-size: 17px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-top: 5px;
}
/*第1、3个*/
a.item_odd .academic_item_text {
	background-color: var(--blue);
	color: #fefefe;
	bottom: 0;
}
/*第2、4个*/
a.item_even .academic_item_text {
	background-color: var(--light-blue2);
	color: #333;
	top: 0;
}

.academic_item:after {
	content: '';
	display: block;
	width: 28px;
	height: 26px;
	background: url("../img/xsfc/triangle1.png") no-repeat center center;
	position: absolute;
	left: 121px;
	bottom: 163px;
	z-index: 20;
}
.academic_item.item_even:after {
	background: url(../img/xsfc/triangle2.png) no-repeat center center;
	top: 163px;
}


.stuSwiper .btn{
	position: absolute;
	top: 547px;
	width: 38px;
	height: 38px;
}
.stuSwiper .swiper-button-prev {
	left: 525px;
}
.stuSwiper .swiper-button-center{
	left: 580px;
}
.stuSwiper .swiper-button-next {
	right: 525px;
}