.mode { padding: .4rem 0; margin-bottom: .4rem; position: relative; overflow: hidden; z-index: 1; }
.w-70 { width: calc(100% - 20px - ((100% - 40px) / 3) ); float: left; }
.w-30 { width: calc( (100% - 40px) / 3 ); float: left; margin-left: 20px; }
 
.content-70 { width:calc( 100% - 5.1rem);  float: left;}
.content-30 { width: 5.1rem; float: right;}

/* banner */
#banner { width: 100%; height: calc(100vh - 250px); margin-bottom: .4rem; overflow: hidden; }
#banner .swiper-slide { text-align: left; }
#banner .swiper-slide .container { height: 100%; }
#banner .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background: -webkit-linear-gradient(top , rgba(0,0,0,0) , rgba(0,0,0,0.5) 88%);
	background: -moz-linear-gradient(top , rgba(0,0,0,0) , rgba(0,0,0,0.5) 88%);
	background: -ms-linear-gradient(top , rgba(0,0,0,0) , rgba(0,0,0,0.5) 88%);
	background: linear-gradient(top , rgba(0,0,0,0) , rgba(0,0,0,0.5) 88%);
}

#banner .swiper-slide a video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}

.ban-tittle h1 { margin-bottom: .2rem; }

#banner .swiper-pagination span { 
	width: 30px; 
	height: 3px; 
	margin: auto 8px; 
	border-radius: 15px; 
	position: relative; 
	background-color: rgba(255,255,255,.15);
}

#banner .swiper-pagination span:before {
	content: "";
	width: 0;
	height: 100%;
	border-radius: 15px;
	background-color: var(--theme_skyblue) ;
	position: absolute;
	left: -45px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	
	/* transition: all .35s; */
}

#banner .swiper-pagination span.swiper-pagination-bullet-active:before {
	opacity: 1;
	animation: slidebarShow 5s ease forwards;
}


#banner .swiper-slide h1 ,
#banner .swiper-slide p { opacity: 0; transform: translateX(100%)  translateY(25px) scale(.85); }

.txt_upIn h1 { animation: txtIn 1.3s ease .1s forwards; }
.txt_upIn p { animation: txtIn 1.3s ease .3s forwards; }

@-webkit-keyframes txtIn {
	from {opacity: 0; transform: translateX(100%) translateY(25px) scale(.85);}
	to {opacity: 1; transform: translateX(0%) translateY(0) scale(1);}
}

@-moz-keyframes txtIn {
	from {opacity: 0; transform: translateX(100%) translateY(25px) scale(.85);}
	to {opacity: 1; transform: translateX(0%) translateY(0) scale(1);}
}
@-ms-keyframes txtIn {
	from {opacity: 0; transform: translateX(100%) translateY(25px) scale(.85);}
	to {opacity: 1; transform: translateX(0%) translateY(0) scale(1);}
}
@keyframes txtIn {
	from {opacity: 0; transform: translateX(100%) translateY(25px) scale(.85);}
	to {opacity: 1; transform: translateX(0%) translateY(0) scale(1);}
}
 
/* banner-end */

/* mode-news */
.newslist_imgleft dl:hover .news-tittle { color: var(--theme_skyblue);  }

.home-notice {  padding: .4rem;  }
.home-notice .co-tittle h3 { opacity: .7; }
.home-notice .fix-icon {
	position: absolute;
	top: 27%;
	right: 32px;
	z-index: 0;
	height: 1.33rem;
} 

.bg_orangeline {
	background: -webkit-linear-gradient(-131deg, #ff9600 9%, #ed6d00 73%);
	background: -moz-linear-gradient(-131deg, #ff9600 9%, #ed6d00 73%);
	background: -ms-linear-gradient(-131deg, #ff9600 9%, #ed6d00 73%);
	background: linear-gradient(-131deg, #ff9600 9%, #ed6d00 73%);
}

.notices_list { width: 100%; }
.notices_list ul { padding: 0; }
.notices_list ul li {border-bottom: 1px rgba(255,255,255,.6) solid;	margin-bottom: .2rem;}
.notices_list ul li a { padding-right: .6rem;	padding-bottom: .15rem; }
.notices_list ul li .desc { display: none; }
.notices_list ul li .desc p {color: #fff;  }

.notices_list ul li a h3 { opacity: 1; transition: all .3s; }

.notices_list ul li .rili_date {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	opacity: .6;
	text-align: center;
	font-size: .14rem;
}

.rili_date big { display: block; line-height:35px; }

.notices_list ul li:last-child { margin-bottom: 0; }

.btn-more {
	display: block;
	width: 100%;
	background-image: url(../img/icons/icon-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: rgba(255,255,255,.5);
	line-height: 1.3;
	text-transform: uppercase;
	text-decoration: none;
	transform: translateY(18px);
	transition: all .35s;
}

.btn-more span,
.btn-more:hover  { display: block; color: #fff; text-decoration: none; transition: all .35s; }

.xc-video { 
	width: calc(100% + .2rem); 
	height: 2.25rem; 
	transform: translateX(-.4rem); 
	margin-bottom: .4rem; 
	position: relative;
}

#xc-video span.swiper-pagination-bullet {  background: #fff; opacity: 1; }
#xc-video .swiper-pagination-bullet-active { width: 25px; border-radius: 15px; }
.xc-video .black_wamp { z-index: 0; }

em.btn-videos {
    display: block;
    width: 1.5rem;
    height: 0.5rem;
    background-color: rgba(255,255,255,.15);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 26px;
    transform: translate(-50%,-50%) scale(.85);
	opacity: 1;
    z-index: 5;
	cursor: pointer;
	transition: all .3s;
}

em.btn-videos::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 10px transparent solid;
	border-left: 15px #fff solid;
	border-right: none;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 26px;
	transform: translate(-50%,-50%);
}

.xc-video .black_wamp:hover em.btn-videos { 
	opacity: 1; 
	background-color: rgba(255,255,255,.35); 
	transform: translate(-50%,-50%) scale(1); 
	transition: all .3s; 
}

/* mode-news-end */


/* mode-course */
.bg_lightgreen {
	position: absolute;
	width: 100%;
	height: 4.27rem;
	overflow: hidden;
	top: -3px;
	left: 0;
	z-index: -1;
	background: -webkit-linear-gradient(347deg , #f79a00 -2%, #2db7b3  57% );
	background: -moz-linear-gradient(347deg , #f79a00 -2%, #2db7b3  57% );
	background: -ms-linear-gradient(347deg , #f79a00 -2%, #2db7b3  57% );
	background: linear-gradient(347deg , #f79a00 -2%, #2db7b3  57% );
}

.bg_lightgreen::before {
	content: "";
	width: calc(  calc( (100vw - 14rem) / 2 + 14rem - 197px ) ) ;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	background: -webkit-linear-gradient(153deg , #2db7b3 21% , #004246 125%);
	background: -moz-linear-gradient(153deg , #2db7b3 21% , #004246 125%);
	background: -ms-linear-gradient(153deg , #2db7b3 21% , #004246 125%);
	background: linear-gradient(153deg , #2db7b3 21% , #004246 125%);
	
}

.bg_lightgreen img { 
	opacity: 1;
	height: 100%;
	width: auto;
	transform: translateX(  calc( (100vw - 14rem) / 2 - 3.15rem ) ) ; 
}

#course .swiper-pagination {position: relative; margin-top: 15px; }
#course .swiper-pagination-bullet-active { background-color: #ed6d00; }

#course .swiper-button-next::after, 
#course .swiper-button-prev::after { content: ""; }

.btns_bg {
	position: absolute;
	right: -10px;
	width: 200px;
	height: 55px;
	background-color: rgba(0,0,0,.25);
	top: -55px;
	transform: skewX(-20deg);
}

#course .swiper-button-next, 
#course .swiper-button-prev {
    width: 35px;
    height: 35px;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    margin-top: 12px;
    transform: translateY(0);
    top:0; 
	transform: skewX(20deg);
}

#course .swiper-button-next {
    background-image: url(../img/icons/icon-right.png);
    right: 0.2rem;
}

#course .swiper-button-prev {
    background-image: url(../img/icons/icon-left.png);
    left: auto;
    right: 0.6rem;
}

.course-items { width: 100%; text-align: left; }
.course-items dd {	display: block;	padding: .2rem;	background-color: #fff; }
.lable_types {
	display: block;
	color: #ed6d00;
	font-size: .14rem;
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
}

.lable_types::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed6d00;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.course-items:hover dd h3 { color: #2db7b3; transition: all .3s; }

.project_list ul li dd { background-color: #f7f7f7;  }
.project_list ul li p { background-size: auto 17px; line-height: 1.8; }

/* mode-course-end */



/* 风采展示 */
#fengcai { width: 100%; height: 5rem; }

#fengcai .swiper-pagination {
	position: absolute;
	top: auto;
	bottom: .4rem; 
	left: .4rem;
	height: 1px;
	width: calc(100% - 1.8rem);
	background-color: rgba(255,255,255,.2);
}

#fengcai .swiper-pagination span { background-color: #fff; }

#fengcai .swiper-slide { background-size: cover; }
#fengcai .swiper-slide a.black_wamp {
	display: block;
	width: 100%;
	height: 100%;	
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%);
	background: -moz-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%);
	background: -ms-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%);
	background: linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%);
	position: relative;
	z-index: 4;
}

#fengcai .swiper-slide h3 { -webkit-line-clamp: 1; font-size: .2rem; position: absolute;	bottom: .3rem;	padding: .4rem; }

#fengcai .swiper-button-next::after,
#fengcai .swiper-button-prev::after { content: ""; }

#fengcai .swiper-button-next,
#fengcai .swiper-button-prev { 
	width: 35px; height: 35px; opacity: 1; 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	margin-top: 0;
	transform: translateY(0);
	top: auto;
	bottom: .25rem;  
}

#fengcai .swiper-button-prev { 
	background-image: url(../img/icons/icon-left.png);
	left: auto; right: .8rem;  
}


#fengcai .swiper-button-next { 
	background-image: url(../img/icons/icon-right.png);
	right: .4rem; 
}

/* 风采展示-end */




/* 招生简章 */
#jianzhang { width: 100%; height: calc(5.3rem - 3.7rem); }

#jianzhang .swiper-pagination { width: auto; text-align: right; right: 0; left: auto; bottom: -5px;}
#jianzhang span.swiper-pagination-bullet {  background: #cccccc; opacity: 1; }
#jianzhang .swiper-pagination-bullet-active { background: var(--theme_skyblue) !important; width: 25px; border-radius: 15px; }

#jianzhang .swiper-slide {  text-align: left;}
#jianzhang .swiper-slide a { position: relative;  opacity: 0;  }
#jianzhang .swiper-slide span.news-date {	display: block;	position: absolute;	bottom: 0;}
#jianzhang .swiper-slide .news-tittle { margin-bottom: 10px; }

#jianzhang .swiper-slide-active a { opacity: 1 !important; }

.btn_groups {
	height: 3.2rem;
	margin-top: .2rem;
	padding-top: .2rem;
	display: flex;
	justify-content:space-between;
	flex-flow: row nowrap;
	text-align: left;
	border-top: 1px var(--border_color) solid;
}

.btn_groups a {
	height: 3rem;
	width: calc((100% - .2rem) / 2);
	float: left;
	padding: 0.8rem .2rem; 
	text-decoration: none;
	overflow: hidden;
	position: relative;
	transition: all .3s; 	
}

.btn_groups a img { height:.5rem; width: auto; display: block; margin-bottom: 15px; }

.btn_groups a span { opacity: .3; }

.btn_groups .lightskin {
	display: block;
	width: 3rem;
	height: 100%;
	position: absolute;
	top: 0;
	left:-110%;
	/* background-color: rgba(255,255,255,.15); */
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 4%, rgba(255,255,255,.58)  52%,  rgba(255,255,255,0)  );
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 4%, rgba(255,255,255,.58)  52%,  rgba(255,255,255,0)  );
	background: -ms-linear-gradient(90deg, rgba(255,255,255,0) 4%, rgba(255,255,255,.58)  52%,  rgba(255,255,255,0)  );
	background: linear-gradient(90deg, rgba(255,255,255,0) 4%, rgba(255,255,255,.58)  52%,  rgba(255,255,255,0)  );
	transform: skewX(-25deg);
	/* filter: blur(8px); */	 
	opacity: 0;
}

.btn_groups a:hover { box-shadow: 0 5px 19px -3px rgb(0 0 0 / 30%); transform: translate(0px,-5px); transition: all .3s;  }

.btn_groups a:hover .lightskin {
	animation: lightskin .8s ease-in-out forwards;	
}

@-webkit-keyframes lightskin {
	from {  left:-110%; opacity: 0; }
	to { left: 130%; opacity: 1; }
}

@keyframes lightskin {
	from {  left:-110%; opacity: 0; }
	to { left: 130%; opacity: 1; }
}


/* 招生简章-END */






