.banner img{
	width: 100%;
}
.alumni .sec1{
	background-color: #f2f2f2;
	text-align: center;
	font-size: 0;
	padding: 80px 0 40px;
}
.alumni .sec1 .title{
	margin-bottom: 50px;
}
.alumni .sec1 .title h3{
	font-size: 36px;
	color: #212121;
	font-weight: bold;
	font-family: "acrom";
	margin-bottom: 30px;
}
.alumni .sec1 .title h4{
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
/*列表(往届+应届)*/
.alumni.list .sec1 .control{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 12px;
	display: inline-block;
	vertical-align: top;
}
.alumni.list .sec1 .control.top{
	margin-bottom: 30px;
}
.alumni.list .sec1 .control.bottom{
	margin-bottom: 40px;
}
.alumni.list .sec1 .control a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	position: relative;
	padding: 0 20px;
}
.alumni.list .sec1 .control.top a,.alumni.list .sec1 .control.bottom a span{
	font-family: "acrom";
}
.alumni.list .sec1 .control a.active{
	color: #333;
}
.alumni.list .sec1 .control a .line{
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 100%;
	height: 1px;
	background-color: #212121;
	display: none;
}
.alumni.list .sec1 .control a.active .line{
	display: block;
}
.alumni.list .sec1 .content ul{
	text-align: left;
}
.alumni.list .sec1 .content ul li{
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-right: 25px;
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 8px;
}
.alumni.list .sec1 .content ul li:nth-child(5n){
	margin-right: 0;
}
.alumni.list .sec1 .content ul li img{
	width: 100%;
}
.alumni.list .sec1 .content ul li .text-box{
	background-color: #fff;
	padding: 20px 0;
}
.alumni.list .sec1 .content ul li .text-box .name{
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
}
.alumni.list .sec1 .content ul li .text-box .university{
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-bottom: 8px;
}
.alumni.list .sec1 .content ul li .text-box .faculty{
	font-size: 14px;
	color: #666;
}
/*校友动态*/
.alumni.dynamics .sec1{
	padding: 80px 0;
}
.alumni.dynamics .sec1 .container{
	margin-bottom: 40px;
}
.alumni.dynamics .sec1 .container .box{
    background: #fff;
    width: 49%;
    margin-bottom: 2%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 25px 35px 20px 80px;
    text-align: left;
    position: relative;
}
.alumni.dynamics .sec1 .container .box:nth-child(odd){
	float: left;
  	margin-right: 2%;
}
.alumni.dynamics .sec1 .container .box:nth-child(even){
	float: right;
	margin-right: 0;
}
.alumni.dynamics .sec1 .container .box .name-box{
	position: relative;
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
.alumni.dynamics .sec1 .container .box .name-box .avatar-box{
	width: 50px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -25px;
	border-radius: 50%;
	overflow: hidden;
}
.alumni.dynamics .sec1 .container .box .name-box .avatar-box img{
	width: 100%;
}
.alumni.dynamics .sec1 .container .box .name-box b{
	font-size: 16px;
	color: #333;
	margin-right: 10px;
}
.alumni.dynamics .sec1 .container .box .name-box span{
	color: #1781e0;
}
.alumni.dynamics .sec1 .container .box .text-box{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 15px;
}
.alumni.dynamics .sec1 .container .box .time-box{
	font-size: 12px;
	color: #666;
}
.alumni.dynamics .sec1 .container .box .img-box1{
	margin-bottom: 20px;
}
.alumni.dynamics .sec1 .container .box .img-box1.hide{
	display: none;
}
.alumni.dynamics .sec1 .container .box .img-box1 a{
	display: inline-block;
	vertical-align: top;
	padding: 0.5%;
	width: 25%;
}
.alumni.dynamics .sec1 .container .box .img-box1 img{
	width: 100%;
}
.alumni.dynamics .sec1 .container .box .img-box2{
	background-color: #f2f2f2;
	padding: 10px 35px 10px 80px;
	margin: 0 -35px 20px -80px;
	display: none;
}
.alumni.dynamics .sec1 .container .box .img-box2.active{
	display: block;
}
.alumni.dynamics .sec1 .container .box .img-box2 .shouqi{
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}
.alumni.dynamics .sec1 .container .box .img-box2 .shouqi img{
	vertical-align: middle;
	margin-right: 5px;
}
.alumni.dynamics .sec1 .container .box .img-box2 .gallery-top{
	margin-bottom: 10px;
}
.alumni.dynamics .sec1 .container .box .img-box2 .gallery-top .swiper-slide img{
	width: 100%;
}
.alumni.dynamics .sec1 .container .box .img-box2 .gallery-thumbs .swiper-slide{
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid #f2f2f2;
    padding: 1px;
}
.alumni.dynamics .sec1 .container .box .img-box2 .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border-color: #1781e0;
}
.alumni.dynamics .sec1 .container .box .img-box2 .gallery-thumbs .swiper-slide img{
	width: 100%;
}
.alumni.dynamics .sec1 .loading-more{
	font-size: 14px;
	color: #666;
}
.alumni.dynamics .sec1 .loading-more .spinner {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 10px;
}
.alumni.dynamics .sec1 .loading-more .container1 > div,.alumni.dynamics .sec1 .loading-more .container2 > div,.alumni.dynamics .sec1 .loading-more .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #b4b4b4;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.alumni.dynamics .sec1 .loading-more .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.alumni.dynamics .sec1 .loading-more .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.alumni.dynamics .sec1 .loading-more .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.alumni.dynamics .sec1 .loading-more .circle1 { top: 0; left: 0; }
.alumni.dynamics .sec1 .loading-more .circle2 { top: 0; right: 0; }
.alumni.dynamics .sec1 .loading-more .circle3 { right: 0; bottom: 0; }
.alumni.dynamics .sec1 .loading-more .circle4 { left: 0; bottom: 0; }
.alumni.dynamics .sec1 .loading-more .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.alumni.dynamics .sec1 .loading-more .container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.alumni.dynamics .sec1 .loading-more .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.alumni.dynamics .sec1 .loading-more .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.alumni.dynamics .sec1 .loading-more .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.alumni.dynamics .sec1 .loading-more .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.alumni.dynamics .sec1 .loading-more .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.alumni.dynamics .sec1 .loading-more .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.alumni.dynamics .sec1 .loading-more .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.alumni.dynamics .sec1 .loading-more .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.alumni.dynamics .sec1 .loading-more .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){
	.alumni .sec1{
		padding: 60px 0 40px;
	}
	.alumni .sec1 .title h3{
		font-size: 30px;
		margin-bottom: 18px;
	}
	/*列表(往届+应届)*/
	.alumni.list #wrap{
		min-height: auto;
	}
	.alumni.list .sec1 .content ul li{
		width: 19%;
		margin-right: 1.25%;
		margin-bottom: 1.25%;
	}
}
@media only screen and (max-width:768px){
	.web .sec5 .tab-control a{
		font-size: 12px;
	}
	/*列表(往届+应届)*/
	.alumni.list .sec1 .control a{
		font-size: 12px;
	}
	.alumni.list .sec1 .content ul li .text-box{
		padding: 10px 0;
	}
	.alumni.list .sec1 .content ul li .text-box .name{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.alumni.list .sec1 .content ul li .text-box .university{
		font-size: 12px;
	}
	.alumni.list .sec1 .content ul li .text-box .faculty{
		font-size: 12px;
	}
	/*校友动态*/
	.alumni.dynamics .sec1 .container .box .name-box b{
		display: block;
		margin-bottom: 5px;
	}
	.alumni.dynamics .sec1 .container .box .text-box{
		font-size: 12px;
		line-height: 22px;
	}
}
@media only screen and (max-width:767px){
	.alumni .sec1{
		padding: 2.1875rem 4% 1.4375rem;
	}
	.alumni .sec1 .title{
		margin-bottom: 1.25rem;
	}
	.alumni .sec1 .title h3{
		font-size: 1.25rem;
		margin-bottom: 0.375rem;
	}
	.alumni .sec1 .title h4{
		font-size: 0.75rem;
	}
	/*列表(往届+应届)*/
	.alumni.list .sec1 .select-box{
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	.alumni.list .sec1 .select-box.top{
		margin-bottom: 0.9375rem;
	}
	.alumni.list .sec1 .select-box.bottom{
		margin-bottom: 1.25rem;
	}
	.alumni.list .sec1 .select-box .icon{
		width: 0.5625rem;
		position: absolute;
		top: 0.75rem;
		right: 1rem;
	}
	.alumni.list .sec1 .select-box .input{
		font-size: 0.75rem;
		color: #333;
		font-weight: bold;
		background-color: #fff;
		width: 10.9375rem;
		height: 1.875rem;
		border: 0.0625rem solid #e8e8e8;
		line-height: 1.75rem;
		border-radius: 0.9375rem;
	}
	.alumni.list .sec1 .select-box .option-box{
		font-size: 0.75rem;
		color: #333;
		font-weight: bold;
		position: absolute;
		left: 0;
		width: 100%;
		top: 1.875rem;
		background-color: #fff;
		border: 1px solid #e8e8e8;
		border-radius: 0.9375rem;
		display: none;
		z-index: 2;
	}
	.alumni.list .sec1 .select-box .option-box a{
		font-size: 0.75rem;
		color: #333;
		font-weight: bold;
		display: block;
		line-height: 1.8125rem;
		border-bottom: 1px solid #e8e8e8;
	}
	.alumni.list .sec1 .select-box .option-box a:last-child{
		border-bottom: 0 none;
	}
	.alumni.list .sec1 .content ul{
		text-align: left;
	}
	.alumni.list .sec1 .content ul li{
		width: 10.46875rem;
		margin-right: 0.625rem;
		margin-bottom: 0.625rem;
		border-radius: 0.375rem;
		margin-bottom: 0.625rem;
	}
	.alumni.list .sec1 .content ul li:nth-child(5n){
		margin-right: auto;
	}
	.alumni.list .sec1 .content ul li:nth-child(2n){
		margin-right: 0;
	}
	.alumni.list .sec1 .content ul li .text-box{
		padding: 0.9375rem 0 0.625rem;
	}
	.alumni.list .sec1 .content ul li .text-box .name{
		font-size: 0.75rem;
		margin-bottom: 0.9375rem;
	}
	.alumni.list .sec1 .content ul li .text-box .university{
		font-size: 0.75rem;
		margin-bottom: 0.375rem;
	}
	.alumni.list .sec1 .content ul li .text-box .faculty{
		font-size: 0.75rem;
	}


	/*校友动态*/
	.alumni.dynamics .sec1{
		padding: 2.1875rem 0;
	}
	.alumni.dynamics .sec1 .container{
		margin-bottom: 1.5625rem;
		padding: 0 4%;
	}
	.alumni.dynamics .sec1 .container .box{
	    width: 100%;
	    margin-bottom: 1rem;
	    border-radius: 0.25rem;
	    box-shadow: 0px 0px 0.3125rem rgba(0,0,0,0.1);
	    padding: 0.9375rem 0.9375rem 0.9375rem 4.6875rem;
	}
	.alumni.dynamics .sec1 .container .box:nth-child(odd){
		float: none;
	  	margin-right: 0;
	}
	.alumni.dynamics .sec1 .container .box:nth-child(even){
		float: none;
	}
	.alumni.dynamics .sec1 .container .box .name-box{
		font-size: 0.6875rem;
		margin-bottom: 0.3125rem;
	}
	.alumni.dynamics .sec1 .container .box .name-box .avatar-box{
		width: 3.125rem;
		left: -4.0625rem;
		margin-top: -1.5625rem;
	}
	.alumni.dynamics .sec1 .container .box .name-box b{
		font-size: 0.9375rem;
		display: block;
		margin-bottom: 0.625rem
	}
	.alumni.dynamics .sec1 .container .box .text-box{
		font-size: 0.75rem;
		line-height: 1.25rem;
		margin-bottom: 0.6875rem;
	}
	.alumni.dynamics .sec1 .container .box .time-box{
		font-size: 0.6875rem;
	}
	.alumni.dynamics .sec1 .container .box .img-box1{
		margin-bottom: 0.6875rem;
	}
	.alumni.dynamics .sec1 .container .box .img-box2{
		padding: 0.6875rem 0.9375rem 0.6875rem 4.6875rem;
		margin: 0 0.9375rem 0.6875rem -4.6875rem;
	}
	.alumni.dynamics .sec1 .container .box .img-box2 .shouqi{
		font-size: 0.6875rem;
		margin-bottom: 0.6875rem;
	}
	.alumni.dynamics .sec1 .container .box .img-box2 .shouqi img{
		margin-right: 0.6875rem;
	}
	.alumni.dynamics .sec1 .container .box .img-box2 .gallery-top{
		margin-bottom: 0.6875rem;
	}
	.alumni.dynamics .sec1 .loading-more{
		font-size: 0.6875rem;
	}
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}