:root{
	--defalutSize:.18rem;
}
.home{
	position: relative;
}
.headTop{
	background:rgba(4,25,53,.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 110;
	/* background:-webkit-linear-gradient(top,rgba(4,25,53) 90%,rgba(255,255,255,0) 110%);
	background:-o-linear-gradient(top,#041935 40%,transparent 110%);
	background:-moz-linear-gradient(top,#041935 40%,transparent 110%);
	background:linear-gradient(top,#041935 40%,transparent 110%);  */
	
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	transition: all .35s;
}

	


.headTop .logo{
	width: 3.55rem;
	margin: 0;
	height: 1.05rem;
	position: relative;
}
.headTop .logo img{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.meau{
	position: relative;
}
.meau ul{
	margin-top: .5rem;
	margin-bottom: 0;
}
.meau ul li{
	float: left;
	height: .4rem;
	width: auto;
	padding: 0 .15rem;
	position: relative;
	transition: all .35s;
}
.sildeDown_item{
	width: 2.5rem;
	position: absolute;
	left: 0;
	padding: .1rem .15rem .4rem;
	border-left: 3px solid #f8c433;
	background-color: white;
	display: none;
}
.meau ul li:last-child .sildeDown_item{
	position: absolute;
	border: none;
	border-right: 3px solid #f8c433;
	left: auto;
	right: 0;
}
.sildeDown_item dd a{
	color: #012a5c;
	font-size: .18rem;
	border-bottom: 1px solid #cacaca;
	padding: .2rem 0 .05rem;
	position: relative;
}
.sildeDown_item dd a::after{
	content: "";
	position: absolute;
	width: .25rem;
	height: .25rem;
	top: 50%;
	right: 0;
	transform: translateY(-20%);
	background: url(../images/icon/arrow_right.png) no-repeat center center;
	background-size: .2rem; 
	opacity: 0;
	transition: all .35s;
}
.sildeDown_item dd.active a,.sildeDown_item dd:hover a{
	font-weight: bold;
	border-color: #012a5c;
}
.sildeDown_item dd.active a::after,.sildeDown_item dd:hover a::after{
	opacity: 1;
	transition: all .35s;
}
.meau ul>li>a{
	display: block;
	color: white;
	font-weight: 700;
	font-size: .18rem;
	height: 100%;
	line-height: .4rem;
	text-align: center;
	transition: all 0.35s;
}
.meau .meau_item li:hover{
	background-color: #f8c433;
	transition: all 0.35s;
}
.meau .meau_item li.active{
	background-color: #f8c433;
	transition: all .35s;
}
.headTop .container{
	position: relative;
}
.headTop .search{
	position: absolute;
	top: 0px;
	right: calc(30px + .3rem);
}
.headTop .search input{
	width: 0;
	height: .3rem;
	border: none;
	outline: none;
	border-bottom:1px solid #868c96;
	padding: 0;
	transition: all .35s;
	background-color: transparent;
	color: white;
}
.searchImg{
	display: block;
	width: .3rem;
	height: .3rem;
	background-color: #868c96;
	background-image: url(../images/icon/icon-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
}
.search:hover input{
	width: 2.55rem;
}
a.lan_en{
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: .12rem;
	color: #333;
	width: 0.3rem;
	height: 0.3rem;
	line-height: .3rem;
	background-color: white;
	text-align: center;
	
	border-radius: 50%;
}
.fiexdTop{
	
	background: white;
	transition: all .35s;
	/* background:-webkit-linear-gradient(top,white 60%,transparent 150%);
	background:-o-linear-gradient(top,white 60%,transparent 150%);
	background:-moz-linear-gradient(top,white 60%,transparent 150%);
	background:linear-gradient(top,white 60%,transparent 150%); */
}
/* .fiexdTop .logo{
	width: 3rem;
	
}

.fiexdTop .meau .meau_item li{
	float: left;
	

}
*/
.fiexdTop .meau .meau_item li>a{
	color: #333;
}
.fiexdTop a.lan_en{
	color: white;
	background-color: #012a5c;
}
.phoneMeau{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 110;
	padding: 10px 0;
	display: none;
	background-color: white;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
}
.phoneMeau .container{
	width: 90%;
	padding: 0;
	position: relative;
}
.phoneMeau .smLogo{
	height: 40px;
}
.phoneMeau .smLogo a img{
	width: auto;
	height: 40px;
}

.phoneMeau .dot{
	position: absolute;
	top: 5px;
	right: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #cacaca;
}

.phoneMeau .dot span{
	display: block;
    width: 65%;
    height: 2px;
    background-color: white;
    margin: 6px auto;
    transition: all .35s;
}
.phoneMeau .dot.active span:nth-child(2){
	background-color: transparent;
	transition: all .35s;
}
.phoneMeau .dot.active span:nth-child(1){
	transform-origin: center center;
    transform: translate(0 ,7px) rotate(-45deg);
	transition: all .35s;

}
.phoneMeau .dot.active span:nth-child(3){
	transform-origin: center center;
    transform: translate(0 ,-9px) rotate(45deg);
	transition: all .35s;
	
}
.smMeau{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #012a5c;
	z-index: 100;
	padding-top: 80px;
	box-sizing: border-box;
	display: none;
}
.sm_lan_en{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 35px;
	background-color: #f8c433;
	text-align: center;
	color: white;
	font-size: 13px;
	float: right;
}
.smNav ul{
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.smNav ul li{
	padding: 10px 0;
	margin-bottom: 10px;
	position: relative;
}
.smNav ul li.active::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-image: url(../images//icon/arrow_f8c433.png);
	background-repeat: no-repeat;
	background-position:center center;
	background-size: 25px;
	transition: all .35s;
}
.smNav ul li.active{
	color: #f8c433;
	border-bottom: 1px solid #f8c433;
}
.smNav ul li a{
	color: white;
}
.smNav ul li.active a{
	color: #f8c433;
}
.sm_bottom_search{
	width: 100%;
}
.sm_search{
	margin-bottom: 20px;
	width: 100%;
}
.sm_search input{
	width: calc(100% - 80px);
	height: 35px;
	border: none;
	outline: none;
	border-bottom:1px solid #868c96;
	padding: 0;
	transition: all .35s;
	background-color: transparent;
	color: white;
	float: left;
}
.sm_searchImg{
	display: block;
	width: 35px;
	height: 35px;
	background-color: #868c96;
	background-image: url(../images/icon/icon-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	float: left;
}

.smMeau .QRcode{
	position: absolute;
	bottom: 20px;
	left: 5%;
	color: white;
	
}
.smMeau .QRcode img{
	width: 100px;
	height: 100px;
}
.smMeau .QRcode p{
	position: absolute;
	bottom: 0;
	left: 110px;
	width: 200px;
}
.banner{
	position: relative;
	overflow: hidden;
	/* height: 100vh; */
}
.swiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* #vertical{
	padding: 15px;
	transform: translate(-2px,0) scale(1.12);
} */
.banner .sm_banner{
	display: none;
}
.banner .swiper-wrapper{
	width: 100%;
}
.banner .swiper-pagination{
	bottom: .70rem !important;
}
.banner .swiper-pagination-bullet,.news .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 0%;
	
    background: #000;
    
    border: 1px solid white;
}
.banner .swiper-pagination-bullet-active,.news .swiper-pagination-bullet-active{
	border-width: 0;
	background-color: #f8c433;
}
.banner .swiper-slide{
	overflow: hidden;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;	
	object-fit: cover;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner .swiper-slide .sm_banner img {
	height: 100%;	
	
}
.banner .swiper-slide .ball{
	position: absolute;
	bottom: 0;
	left: 0%;
	z-index: 2;
	opacity: 0;
	animation-duration: 2s; 
}
.banner .swiper-slide .EN{
	position: absolute;
	width: 9rem;

	top: 2.25rem;
	left: 50%;
	transform: translate(-50%,200%);
	z-index: 1;	
	opacity: 0;
}
.banner .swiper-slide .ZH{
	position: absolute;
	width: 6rem;
	height: auto;
	bottom: 1.7rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	animation-duration: 2s; 
}
.banner .swiper-slide a:nth-child(2){
	height: 9.5rem;
}
.banner .swiper-slide a:nth-child(2) video{
	height:100%;
	width: 100%;
	object-fit: cover;
}
.banner .swiper-slide  .banner_introduce{
	position: absolute;
	left: 0%;
	width: 45%;
	bottom: .5rem;
	padding: .2rem .2rem .3rem;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 5px;
}
.banner .swiper-slide  .banner_introduce a{
	color: white;
	height: auto;
}
.banner .swiper-slide  .banner_introduce a p{
	color: white;
	font-size: .24rem;
	font-weight: bold;
}
.myfadeUp{
	animation:  myfadeUp .8s ease-in-out 1s forwards;
}
.myfadeIn{
	animation: myfadeIn 2s ease-in-out;
}

@-o-keyframes myfadeIn {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes myfadeIn {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes myfadeIn {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes myfadeIn {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


@-o-keyframes myfadeUp {
	0% {
		opacity: 0;
		transform: translate(-50%,200%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%,0);
	}
}

@-ms-keyframes myfadeUp {
	0% {
		opacity: 0;
		transform: translate(-50%,200%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%,0);
	}
}

@-webkit-keyframes myfadeUp {
	0% {
		opacity: 0;
		transform: translate(-50%,200%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%,0);
	}
}


@keyframes myfadeUp {
	0% {
		opacity: 0;
		transform: translate(-50%,200%);
	}
	100% {
		opacity: 1;
		transform: translate(-50%,0);
	}
}


.banner .swiper-slide-active {
	
} 



.row{
	margin: 0;
}

/* 院系总览 */
.Overview{
	padding-top: .85rem;
	
	padding-bottom: .95rem;
	position: relative;
}
.OverviewBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/关于-底图2.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.OwHeader{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.OwHeader .title span{
	font-size: .25rem;
	color: #333;
	font-weight: bold;
	vertical-align: middle;

}
.OwHeader .title img{
	width: auto;
	height: .3rem;
	vertical-align: middle;
	margin-right: .05rem;
}
.arrow{
	width: 30px;
	height: 30px;
	background-color: #a2abb7;
	position: relative;
	transition: all .35s;
}
 .arrow:hover{
	background-color: #f8c433;
	transition: all .35s;
}
.arrow span:nth-child(1){
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: left center;
	display: block;
	width: 100%;
	height: 1px;
	transform: rotate(-45deg) translateY(-50%) translateX(-50%);
	background-color: #3d5673;
	z-index: 1;
}
 .arrow span:nth-child(2), .arrow span:nth-child(3){
	display: block;
	width: 55%;
	height: 1px;
	background-color: #3d5673;
	z-index: 1;
	position: absolute;
	right: 5px;
	top: 4px;
}
.arrow span:nth-child(3){
	
	transform: rotate(-90deg);
	right: -3px;
	top: 13px;
}

.OwContent{
	margin: .4rem 0;
	
	height: 4.3rem;
	display: flex;
	justify-content: space-between;
}

.OwMeau{
	width: calc(2.65rem + 8px);
	height: calc(4.3rem + 8px);
	position: relative;
	margin: -4px 0 0 -4px;
	padding: 4px;
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* box-shadow: 0px 6px 8px rgba(1,42,92, .2); */
	overflow: hidden;
}
.OwMeau .swiper{
	overflow: visible;
}
#vertical .swiper-wrapper{
	flex-direction: column;
	/* padding: 15px; */
}

.OwMeauItem{
	width: 100%;
	/* height: 100%; */
	background-color: white;
	box-shadow: 0px 2px 4px rgba(1,42,92, .2);
	/* padding: .15rem 0 .05rem .25rem; */
	box-sizing: border-box;
	/* margin-bottom: .1rem; */
	padding: .15rem .25rem;
	color: #727272;
	font-size: .16rem;
}
.OwMeauItem div{
	line-height: 1;
}
.OwMeauItem p{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.OwMeauItem div img{
	vertical-align: middle;
	width: .3rem;
}
.OwMeauItem big{
	font-size: .4rem;
	display: inline-block;
	padding-left: 5px;
	color: #012a5c;
	font-weight: bolder;
	vertical-align: middle;
	font-family: "SN-Bold";
}
.OwSwiper{
	float: left;
	width: 8.1rem;
	margin: 0;
	height: 4.3rem;
	position: relative;
}
/* .OwSwiper::after{
	content: "";
	position: absolute;
	width: .9rem;
	height: .9rem;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .2);
	border: 1px solid white;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.OwSwiper::before{
	content: "";
	width: 0;
	height: 0;
	border-width: .12rem;
	border-color:transparent transparent transparent white;
	border-style: solid;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:  translateY(-50%);
	z-index: 2;

} */

.OwSwiper .swiper-slide{
	position: relative;
}

.OwSwiper .swiper-slide  video{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
	height: 100%;
	
}
.silder{
	float: right;
	width: 2.65rem;
}
.wuli{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 3.9rem;
}
.wuli img{
	width: auto;
	height: 100%;
	position: absolute;
	transition: all .35s;

	
}
.silder p{
	height: .4rem;
	line-height: .4rem;
	color: #848484;
	border-bottom: 1px solid #848484;
	text-align: center;
	font-weight: bold;
	transition: all .35s;
}
.silder:hover .wuli img{
	transform: scale(1.1);
}
.silder:hover p{
	color: #666;
}
.silder:hover{
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
/* 院系总览手机版、 */

.Popup_video{
    z-index: 999;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    display: none;
}
.Popup_video video{
    width: 100%;
    max-width: 80vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_close{
    position: absolute;
    width: .35rem;
    height: .35rem;
    background: url(../images/icon/close.png) no-repeat center center;
    background-size: cover;
    top: 50px;
    right: 80px;
    cursor: pointer;
}
.OwSwiper .swiper-slide img{
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.OwSwiper .show{
	cursor: pointer;
}
/* .OwSwiper .show::before{
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	border: 1px solid white;
	transform: translate(-50%,-50%);
	z-index: 1;
	background-color: rgba(255, 255, 255, .3);
	cursor: pointer;
}
.OwSwiper .show::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid white;
	border-color: transparent transparent transparent white;
	top: 50%;
	left: 50%;
	transform: translate(-15%,-50%);
	opacity: .85;
} */
.sm_Overview{
	position: relative;
	overflow: hidden;
	padding: 40px 0 55px;
	display: none;
	
}
.sm_Overview .sm_OwSwiperBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.sm_Overview .sm_OwSwiperBg img{
	height: 100%;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-65%,-50%);
	z-index: -1;
}
.sm_Overview .OwSwiper{
	height: 240px;
	width: 100%;
	margin: 20px 0 30px;
}
.sm_Overview .OwSwiper .swiper-slide{
	overflow: hidden;
}
.sm_Overview .OwSwiper  video{
	width: 110%;
	height: auto;
}
.sm_Overview .OwSwiper::after{
	width: 40px;
	height: 40px;
}
.sm_Overview .OwSwiper::before{
	border-width: 5px;
}
.sm_Overview .OwMeau{
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0;
	padding: 0;
}
.sm_Overview .OwMeauItem{
	flex-basis: 49%;
    height: 95px;
	padding: 10px 10px 5px 15px;
	margin-bottom: 10px;
	font-size: 14px;
}
.sm_Overview .OwMeauItem div img{
	width: 30px;
}
.sm_Overview .OwMeauItem div big{
	font-size: 40px;
}
.sm_Overview .OwMeauItem p{
	margin-top: 5px;
	line-height: 1.4;
}
.sm_wuli{
	display: none;
	background: -o-linear-gradient(top, #012a5c 68%, #f8c433 2px, transparent 69%);
	background: -moz-linear-gradient(top, #012a5c 68%, #f8c433 2px, transparent 69%);
	background:-webkit-linear-gradient(top, #012a5c 68%, #f8c433 2px, transparent 69%);
	background: linear-gradient(top, #012a5c 68%, #f8c433 2px, transparent 69%);
	width: 100%;
	padding-top: 30px;
	color: white;
}

.sm_wuli .titleImg{
	width: 49%;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
}
.sm_wuli .titleImg img{
	width: 100%;
}
.sm_wuli_right{
	width: 40%;
	float: right;
	border-top: 1px solid white;
	font-size: 14px;
}
.sm_wuli_right p{
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 40px;
	font-size: 20px;
}


/* 新闻聚焦 */
.news{
	position: relative;
	border-top: 1px solid white;
	position: relative;
	padding-bottom: 1.95rem;
	color: white;
	padding-top: 1.07rem;
	
}
.news a{
	color: white;
}
.newsBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/bg2.png);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.news .swiper-pagination{
	bottom: .85rem  !important;
}
.news .OwHeader{
	border-top: 1px solid white;
	align-items: center;
	padding: .15rem 0;
	font-family: "SN-Bold";
}
.news .OwHeader span{
	color: white;
}
.news .swiper{
	margin-top: .3rem;
	
}

.news .swiper .swiper-slide{
	
	flex-basis: calc(25% - 15px);
}

.news .imgs{
	width: 100%;
	height: 2.1rem;
	overflow: hidden;
	position: relative;	
}
.news .imgs img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition: all .35s;

}
.news_foot{
	height: 1.4rem;
	padding-top: .25rem;
	border-bottom: 1px solid #344b69;
	/* color: white; */
	padding-bottom: .15rem;
	font-size: .18rem;
	position: relative;
}
.news_foot .news_describe{
	height: .65rem;
	line-height: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	position: relative;
}
.ellipsis_after::after{
	/* content: "..."; */
	
	padding-left: .4rem;
	position: absolute;
	bottom: .05rem;
	right: 0;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}
.news_foot span{
	position: absolute;
	color: #a4a9b2;
	bottom: .1rem;
	
	font-size: .14rem;
}




.activity{
	padding-bottom: 1.6rem;
	position: relative;
	padding-top: 1.15rem;
	overflow: hidden;
	background: rgb(177,186,198);
	background: -o-linear-gradient(bottom, rgba(177,186,198), rgba(253,253,253));
	background: -moz-linear-gradient(bottom, rgba(177,186,198), rgba(253,253,253));
	background: -webkit-linear-gradient(bottom, rgba(177,186,198), rgba(253,253,253));
	background: linear-gradient(bottom, rgba(177,186,198), rgba(253,253,253));
}
:root .activity{
	filter: none;
}
.activity .container{
	z-index: 2;
}
.activityBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.activityBg div{
	height: 100% !important;
}
.activityBg div canvas{
	width: 100% !important;
	height: 100% !important;
	transform: translateY(35%);
}
.activity_content{
	width: 9.3rem;
	height: 7.3rem;
	border-top: 2px solid #333333;
	float: left;
	
}
.activity_content_left{
	width: 100%;
	float: left;
	color: #a2abb7;
	font-size: .14rem;
	display: flex;
	justify-content: space-between;
	margin-top: .4rem;
}
.activity_content_left a{
	color: #a2abb7;
}
.lf_top{
	width: 6.9rem;
	z-index: 5;
}
.lf_top:hover .lf_top_img img{
	transform: scale(1.1) translate(-50%,0%);
	transition:all .35s;
}
.lf_top_bottom{
	padding: .3rem;
	background-color: white;
	height: 2.3rem;
	border-bottom: 6px solid #f8c433;
}
.lf_top_bottom h4{
	font-size: .22rem;
	font-weight: bold;
	color: #061f3e;
	line-height: 1.3;
	margin-bottom: .15rem;
	margin-top: 0;
}
.lf_top_bottom p{
	line-height: 1.8;
	margin-bottom: .08rem;
}
.lf_top_bottom p img{
	width: .18rem;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
	
}
.lf_top_img{
	width: 100%;
	height: 4rem;
	position: relative;
	overflow: hidden;
}
.lf_top_img img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
	transition:all .35s;
}
.lf_right{
	width: 2.2rem;
	z-index: 5;
}
.lf_right .item:hover .right_item_img img{
	transform: scale(1.1) translate(-50%,0%);
	transition:all .35s;
}
.right_item_img{
	width: 100%;
	height: 1.35rem;
	position: relative;
	overflow: hidden;

}
.right_item_img img{
	width: 115%;
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
	transition:all .35s;
}
.right_item_bottom{
	background-color: rgba(255, 255, 255, .8);
	height: 1.65rem;
	margin-bottom: .3rem;
	padding: .2rem .1rem;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	overflow: hidden;
}
.right_item_bottom h4{
	color: #333;
	font-size: .16rem;
	margin-bottom: .1rem;
	line-height: 1.3;
	word-break: break-all;
	display: -webkit-box;
 
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
 
overflow: hidden;
}
.right_item_bottom p{
	line-height: 1.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.activity_notice{
	width:3.5rem;
	height: 7.3rem;
	border-top: 2px solid #333333;
	position: relative;
	z-index: 5;
	float: right;
}
.activity_notice ul{
	width: 100%;
	height: 6.3rem;
	margin-top: .4rem;
}
.activity_notice ul li{
	height: 20%;
	width: 100%;
	border-top: 1px solid #cacaca;
	font-size: .16rem;
	color: #333;
	padding: .15rem 0;
	z-index: 5;
	transition: all .35s;
} 
.activity_notice ul li a{
	color: #333;
}
.activity_notice ul li:hover a{
	color: #08294f;
	border-color: #08294f;
	transition: all .35s;
}
.activity_notice ul li:hover span{
	color:#08294f;
	transition: all .35s;

}
.activity_notice ul li p{
	margin-bottom: .1rem;
	line-height: 1.5;
	font-weight: 600;
}
.activity_notice ul li span{
	font-size: .14rem;
	color: #808080;
	transition: all .35s;

}

/* 活动中心手机版 */
.sm_activity_notice{
	padding: 30px 0 50px;
	display: none;
}
.sm_activity_notice .OwHeader{
	border-top: 2px solid #08294f;
	margin-bottom: 30px;
}

.sm_activity_notice ul li{
	height: 100px;
	width: 100%;
	border-top: 1px solid #cacaca;
	font-size:16px;
	color: #333;
	padding: 15px 0 10px;

}
.sm_activity_notice ul li a{
	color: #333;
}
.sm_activity_notice ul li p{
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: 700;
}

.footer{
	width: 100%;
	background-color: #012a5c;
	color: white;
	padding: .6rem 0 1.4rem 0;
	font-size: .16rem;
	position: relative;
	overflow: hidden;
}
/* 尾部 */
.foot{
    position: relative;
    overflow: hidden;
}
.footer{
    background-color: transparent;
}
.footerBgColor{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #012a5c;
}
.footer .row{
	margin: 0;
}
.footer .footer_logo{
	width: 3.55rem;
	transform: translateY(-.1rem);
}
.footer .footer_logo img{
	width: 100%;
	height: auto;
	
}
.footer .college{
	margin-top: .45rem;
	padding: .1rem 0;
	border-top:1px solid rgba(255, 255, 255, .3);
}
.footer .college p a{
	color: white;
}
.footer .college p:hover a{
	color: #f8c433;
}
.footer .ft_meau{
	overflow: hidden;
	display: grid;
    grid-template-columns: 2.5rem 3.3rem auto;
    gap: 15px;
}
.footer .ft_meau dl{
	float: left;
	height: 4.35rem;
	/*width: 3.3rem;*/
	padding-left: .25rem;

	position: relative;
}
/*.footer .ft_meau dl:last-child{ width: 1.9rem; }*/
.footer .ft_meau dl::before{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, .3);
}
.footer .ft_meau dl dt{
	font-size: .2rem;
	font-weight: bold;
	margin-bottom: .3rem;
}
.footer .ft_meau dl dd{
	position: relative;
	margin-bottom: .2rem;
}
.footer .ft_meau dl dd a{
	
	color: white;
	font-size: .16rem;
	transition: all .35s;
}
.footer .ft_meau dl dd::before{
	content: "";
	height: 100%;
	width: 2px;
	background-color: #f8c433;
	position: absolute;
	top: 0;
	left: -.25rem;
	opacity: 0;
	transition: all .35s;
}
.footer .ft_meau dl dd:hover a{
	color: #f8c433;
	transition: all .35s;
}
.footer .ft_meau dl dd:hover::before{
	opacity: 1;
	transition: all .35s;
}
.footer .QR{
	width: 100%;
	position: absolute;
	bottom: 0;
	display: flex;
}
.footer .QR img{
	width: 1rem;
	height: 1rem;
}
.footer .QR p{
	position: absolute;
	bottom: 0;
	left: 1.1rem;
}
.ft-copyright{
	position: absolute;
	bottom: 0;
	height: .5rem;
	width: 100%;
	border-width:1px 0 ;
	border-color: white;
	border-style:solid ;
	background-color: #011228;
}
.ft-copyright p{
	height: 100%;
	line-height: .5rem;
	text-align: center;
	font-size: .14rem;
}

.sm_footer{
	display: none;
	background-color: #012a5c;
	color: white;
	position: relative;
	display: none;
}
.sm_footer_logo{
	width: 100%;
	padding:15px 0 ;
	border-bottom: 1px solid #cacaca;
	margin-top: 20px;
}
.sm_footer_logo img{
	height: 44px;
	width: auto;
}
.contact{
	padding-top: 20px;
}
.contact dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact dd{
	font-size: 16px;
	line-height: 1.8;
}
.contact .QR{
	margin: 30px 0 40px;
	position: relative;
}
.contact .QR img{
	width: 100px;
	height: 100px;
}
.contact .QR p{
	position:absolute;
	bottom: 0;
	left: 110px;
}
.sm_footer ul{
	font-size: 16px;
	padding-bottom: 50px;
}
.sm_footer ul li{
	padding: 15px 0 !important;
	border-top: 1px solid #cacaca;
}
.sm_footer .ft-copyright{
	height: 40px;
	position: relative;
}

.sm_footer .ft-copyright  p{
	height: 100%;
	line-height: 40px;
	white-space: nowrap;
	display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
}

.goTop{
	/* background: url(../images/icon/goTop.png) no-repeat center center white; */
	background-image: url(../images/icon/goTop.png);
	background-repeat: no-repeat;
	background-position: 54% center;
	background-color: #012a5c;
	position: fixed;
	bottom: 1.4rem;
	right: 5%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 99;
	display: none;

	background-size: 25px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
	color: white;
	font-size: 20px !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    color: white;
	font-size: 20px !important;
}