html {
  font-size: 100px;
}
/*body {
  font: 14px/1.231 'PingFang', 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  line-height: 1.5;
}*/
*:before,
*:after {
  box-sizing: content-box;
}

/* 容器样式 */
.container {
  width: 1280px;
  margin: 0 auto;
}


/* Swiper基础样式 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	transform: translate3d(0px,0,0)
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

/* 校园生活样式 */
.campusLife {
  position: relative;
  margin-bottom: 60px;
}
.campusLife .campusLifeBox ul li {
  width: 100%;
  height: 7.86rem;
  position: relative;
}

.campusLife .campusLifeBox ul li img{
  width: 100%;
  height: 7.86rem;
  background: #000;
  object-fit: cover;
  display: block;
}
.campusLife .campusLifeBox ul li video {
  width: 100%;
  height: 7.86rem;
  background: #000;
  object-fit: cover;
}
.campusLife .campusLifeBox ul li i {
  width: 1.14rem;
  height: 1.14rem;
  background: url(../images/videoplay.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-size: 100%;
}
.campusLife .campusLifeBox ul li .tit {  
  position: absolute;
  top: 40px;
  left: 50px;
  /* top: 0; */
  /* left: 0; */
  /* padding: 15px 30px; */
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 0 0 4px rgba(19, 99, 162, .8);
  /* background-color: rgba(0,0,0,.4); */
  /* background-image: linear-gradient(150deg, rgba(36,47,96,.9) 0%, rgba(0,147,221,.9) 100%); */
}
.campusLife .campusLifeBox ul li i.videoSuspend {
  background: url(../images/videoSuspend.png) no-repeat center;
}

.campusLife .campusLifeTitle {
  position: absolute;
  z-index: 2;
  top: 0.74rem;
  top: 0.55rem;
  left: 0;
  width: 100%;
}
.campusLife .title{
  color: #fff;
  text-shadow: 0 0 4px rgba(19, 99, 162, .8);
  /*text-align: left;*/
}
.campusLife .more a{
  color: #fff;
}

.campusLife .campusLifeList {
  width: 100%;
  padding: 0 15.9%;
  position: absolute;
  bottom: 0.7rem;
  left: 0;
  box-sizing: border-box;
}
.campusLife .campusLifeList .swiper-container {
  width: 92%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}
.campusLife .campusLifeList .swiper-container ul li {
  width: 100%;
  display: block;
  height: auto;
  margin: 0rem auto;
  padding: 0.15rem 0;
}

.campusLife .campusLifeList .swiper-container ul li .pic{
  width: 100%;
  padding-top: 56%;
  position: relative;
    -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

}
.campusLife .campusLifeList .swiper-container ul li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.campusLife .campusLifeList .swiper-container ul li.swiper-slide-thumb-active .pic{
  width: calc(100% - 8px);
  padding-top: 55%;
  position: relative;
  transform: translateY(-8px);
}

.campusLife .campusLifeList .swiper-container ul li .pic::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../images/video_button.png);
  -o-background-size: 100%;
  background-size: 100%;
  width: .2rem;
  height: .24rem;
  z-index: 11;
}

.campusLife .campusLifeList .swiper-container ul li.swiper-slide-thumb-active img{
  width: calc(100% - 8px);
  /*border: 4px solid #f69300;*/
  border: 4px solid #145994;
  box-sizing: content-box;
}
.campusLife .campusLifeList .campusLifeListL {
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/campusLifeListL.png) no-repeat center;
  position: absolute;
  left: 14%;
  bottom: 0.6rem;
  z-index: 999;
  cursor: pointer;
  /*opacity: 0.5;*/
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background-size: 100%;*/
  background-size: contain;
  outline: none;
}
.campusLife .campusLifeList .campusLifeListL:hover {
  opacity: 1;
}
.campusLife .campusLifeList .campusLifeListR {
  width: 0.38rem;
  height: 0.38rem;
  background: url(../images/campusLifeListR.png) no-repeat center;
  position: absolute;
  right: 14%;
  bottom: 0.6rem;
  z-index: 999;
  cursor: pointer;
  /*opacity: 0.5;*/
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*background-size: 100%;*/
  background-size: contain;
  outline: none;
}
.campusLife .campusLifeList .campusLifeListR:hover {
  opacity: 1;
}
.campusLifeVideo {
  width: 100%;
  height: 0vh;
  display: block;
  background: #333;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.campusLifeVideo .campusLifeVideoClose {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 9999;
  background: #333;
  cursor: pointer;
}
.campusLifeVideo video {
  width: 100vw;
  height: 100%;
  display: block;
}

/* 响应式样式 */
/*@media (max-width: 1024px) {
  html {
    font-size: 80px;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .campusLife .campusLifeList {
    padding: 0 10%;
  }
  .campusLife .campusLifeList .campusLifeListL {
    left: 5%;
  }
  .campusLife .campusLifeList .campusLifeListR {
    right: 5%;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 60px;
  }
  .campusLife .campusLifeBox ul li {
    height: 5rem;
  }
  .campusLife .campusLifeBox ul li img {
    height: 5rem;
  }
  .campusLife .campusLifeBox ul li i {
    width: 0.8rem;
    height: 0.8rem;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 40px;
  }
  .campusLife .campusLifeBox ul li {
    height: 3rem;
  }
  .campusLife .campusLifeBox ul li img {
    height: 3rem;
  }
  .campusLife .campusLifeTitle .title .titleL h3 {
    font-size: 0.24rem;
  }
  .campusLife .campusLifeTitle .title .titleL i {
    font-size: 0.14rem;
  }
}*/



