@charset "utf-8";
/* CSS Document */
body {
	color: #333;
	font-size:clamp(14px,0.83vw,16px);
	font-family: "微软雅黑";
	line-height: 1.36;
	background: #f8f8f8;
}
*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;.news-list-info h4
	color: #333333;
}
img{
	border: none;
	line-height: 0;
	font-size: 0;
	max-width: 100% !important;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
li{
	list-style: none;
}
.opacity{
	opacity: 0;
}
.flex{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.between{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.wrapper{
	width: clamp(1024px,76vw,1430px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
header{
	background: rgba(1,104,183,0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	color: #fff;
}
.head-top{
	padding-top: 30px;
	padding-bottom: 15px;
}
.brand-logo{
	display: block;
	height: 78px;
}
.brand-logo img{
	height: 100%;
}
.search{
	background: #FEFCF8;
	width: 276px;
	display: flex;
	align-items: center;
}
.search .ss-in{
	flex: 1;
	height: 40px;
	line-height: 40px;
	outline: none;
	box-sizing: border-box;
	padding: 0 15px;
	border: none;
}
.ss-btn{
	width: 50px;
	height: 40px;
	cursor: pointer;
	flex-shrink: 0;
	border: none;
	background: url(../images/iss.png) no-repeat center;
}
.navbar li{
	padding-left: clamp(15px,2.3vw,45px);
	padding-right: clamp(15px,2.3vw,45px);
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}
.navbar li:first-child{
	padding-left: 0;
}
.navbar li a{
	color: #fff;
	display: block;
	font-size: 18px;
	position: relative;
}
.navbar li a::after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -8px;
	left: 0;
	z-index: 1;
	background: #fff;
	transform: scaleX(0);
	transition: all 0.15s ease-out;
}
.navbar .active a::after,.navbar li a:hover::after{
	transform: scaleX(1);
}
.subnav{
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 100%;
	visibility: hidden;
	background: #ffffff;
	border-top: 3px solid #0079FF;
	transform: translateX(-50%);
	margin-top: -10px;
	opacity: 0;
	transition: all 0.2s ease-out;
}
.subnav a{
	font-size: 16px !important;
	color: #1A1A1A !important;
	text-align: center;
	padding: 10px 20px;
	transition: all 0.15s ease-out;
	white-space: nowrap;
}
.subnav a:hover{
	background: #E3E7ED !important;
	color: #0168B7 !important;
}
.subnav a::after{
	display: none;
}
.navbar li:hover .subnav{
	visibility: visible;
	opacity: 1;
	margin-top: 0px;
}
.nav-tool{
	
}
.nav-tool li{
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #ffffff;
	line-height: 20px;
}
.nav-tool li:first-child{
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.mob-header{
	display: none;
}
.bar-ihome{
	color: #ffffff;
	font-size: 20px;
	background: url(../images/ihome.png) no-repeat left;
	background-size: 18px auto;
	padding-left: 28px;
	transition: all 0.15s ease-out;
	position: relative;
	font-weight: lighter
}
.bar-lang{
	color: #ffffff;
	font-size: 20px;
	background: url(../images/ilang.png) no-repeat left;
	background-size: 20px auto;
	padding-left: 28px;
	transition: all 0.15s ease-out;
	position: relative;
	font-weight: lighter
}
.bar-ihome::after,.bar-lang::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #ffffff;
	position: absolute;
	bottom: -8px;
	left: 0;
	z-index: 1;
	transition: all 0.15s ease-out;
	transform: scale(0,1);
}
.bar-ihome:hover::after,.bar-lang:hover::after{
	transform: scale(1,1);
}
.backUp{
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 10001;
	background: #0168B7;
	color: #ffffff;
	padding: 10px 30px 10px 10px;
	cursor: pointer;
	font-size: clamp(16px,1.14vw,20px);
	box-shadow: 0 0 12px rgba(0,0,0,0.3);
	display: none;
}
.backUp::after{
	content: '';
	background: url(../images/arrow.png) no-repeat;
	width: 21px;
	height: 17px;
	transform: rotate(-90deg) scale(0.7);
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -9px;
	z-index: 1;
}
footer{
	background: #2C2A2A;
}
.f-box{
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.f-tool{
	display: flex;
	align-items: stretch;
}
.f-tool li{
	padding-left: 16px;
}
.f-tool li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	transition: all 0.15s ease-out;
}
.f-tool li a img{
	max-width: 100%;
}
.f-tool li a:hover{
	transform: translateY(-5px);
	background: rgba(0,0,0,0.4);
}
.copyright{
	color: rgba(255,255,255,0.7);
	padding: 20px 0;
}
.copyright a{
	color: rgba(255,255,255,0.7);
}
.home-title-group{
	padding-top: clamp(30px,3vw,60px);
	padding-bottom: clamp(20px,1.5vw,40px);
}
.home-title{
	font-size: clamp(16px,1.66vw,32px);
	color: #1a1a1a;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
.home-title-group .morebar{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-decoration: underline;
	color: #333333;
	font-size: 14px;
	font-weight: normal;
}
.banner{
	height: 900px;
	overflow: hidden;
	position: relative;
}
.banner .swiper{
	height: 100%;
	z-index: 0;
	width: 100%;
}
.banner .swiper-pagination-bullet-active{
	background: #282828;
}
.swiper-button-next,.swiper-button-prev{
	outline: none;
}
.banner .swiper-button-prev{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	transition: all 0.15s ease-out;
}
.banner .swiper-button-prev:hover{
	background: rgba(0,0,0,0.6);
}
.banner .swiper-button-prev:after{
	content: '';
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	margin-left: 4px;
}
.banner .swiper-button-next{
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	background: rgba(0,0,0,0.4);
	border-radius: 50%;
	transition: all 0.15s ease-out;
}
.banner .swiper-button-next:hover{
	background: rgba(0,0,0,0.6);
}
.banner .swiper-button-next:after{
	content: '';
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	margin-right: 4px;
}
.banner .swiper-slide .wrapper{
	height: 100%;
}
.banner-tips{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
	box-sizing: border-box;
	padding-top: clamp(120px,9.78vw,188px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
	width: clamp(400px,35vw,520px);
	font-size: clamp(14px,1.95vw,20px);
	text-shadow: 0px 4px 7px rgba(32,86,199,0.42);
}
.banner-tips h2{
	font-size: clamp(30px,2vw,46px);
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.banner-tips h2::after{
	content: '';
	background: #fff;
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.banner-num{
	position: absolute;
	bottom: 30px;
	left: 10%;
	z-index: 100;
	color: #ffffff;
	font-size: 20px;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.8)
}
.banner-num span{
	transition: all 0.15s ease-out;
}
.banner-num strong{
	font-size: 32px;
	transition: all 0.15s ease-out;
}
.bar-apply{
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	background: #0168B7;
	border-radius: 4px;
	color: #ffffff;
	text-align: center;
	font-size: clamp(14px,1vw,18px);
	font-weight: normal;
	margin-top: 30px;
	transition: all 0.15s ease-out;
}
.bar-apply:hover{
	background: #0e59ae;
	transform: scale(0.6);
}
.news-swiper{
	position: relative;
	padding-bottom: 40px;
}
.news-swiper .swiper-pagination-bullet{
	margin: 0 4px;
}
.news-swiper .swiper-pagination-bullet-active{
	background: #282828;
}
.mySwiper{
	overflow: hidden;
}
.news-swiper .swiper-pagination{
	text-align: center;
	width: 100%;
}
.news-swiper .swiper-button-prev{
	width: 60px;
	height: 60px;
	border: 1px solid rgba(0,0,0,0.8);
	border-radius: 50%;
	left: -100px;
}
.news-swiper .swiper-button-prev:after{
	content: '';
	border-left: 1px solid rgba(0,0,0,0.6);
	border-top: 1px solid rgba(0,0,0,0.6);
	width: 9px;
	height: 9px;
	margin-left: 4px;
	transform: rotate(-45deg);
}
.news-swiper .swiper-button-next{
	width: 60px;
	height: 60px;
	border: 1px solid rgba(0,0,0,0.8);
	border-radius: 50%;
	right: -100px;
}
.news-swiper .swiper-button-next:after{
	content: '';
	border-bottom: 1px solid rgba(0,0,0,0.6);
	border-right: 1px solid rgba(0,0,0,0.6);
	width: 9px;
	height: 9px;
	margin-right: 4px;
	transform: rotate(-45deg);
}
.news-thumbs{
	align-items: stretch;
}
.news-thumbs a{
	width: 33.3333%;
	display: block;
	position: relative;
	height: clamp(200px,18.32vw,262px);
	overflow: hidden;
}
.news-thumbs a img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.img-cover{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.15s ease-out;
}
.news-thumbs a:hover .img-cover{
	opacity: 1;
}
.news-thumbs a:hover img,.news-01:hover img{
	transform: scale(1.1);
}
.news-01:hover .news-info1 h3{
	text-decoration: underline;
}
.news-tips{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4),rgba(0,0,0,0.6),rgba(0,0,0,0.8));
	box-sizing: border-box;
	padding: 10px 15px;
	color: #ffffff;
	transition: all 0.15s ease-out;
}
.news-tips h3{
	font-size: clamp(14px,1vw,18px);
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all 0.15s ease-out;
}
.news-thumbs a:hover .news-tips{
	padding-bottom: 20px;
}
.news-thumbs a:hover .news-tips h3{
	text-decoration: underline;
}
.news-01{
	background: #232323;
	position: relative;
}
.news-img01{
	position: relative;
	overflow: hidden;
	width: 66.6666%;
	height: clamp(160px,25vw,360px);
	flex-shrink: 0;
}
.news-img01 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s ease-out;
}
.news-01:hover .news-img01 img{
	transform: scale(1.05);
}
.news-01:hover .img-cover{
	opacity: 1;
}
.news-info1{
	color: #fff;
	padding: clamp(15px,2vw,40px);
}
.news-info1 .news-date{
	position: relative;
	font-size: clamp(16px,1.14vw,22px);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-info1 .news-date::after{
	content: "";
	background: #0168B7;
	height: 5px;
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.news-info1 h3{
	font-size: clamp(14px,1vw,20px);
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.ep-box{
	background: url(../images/epbg.jpg) no-repeat center;
	background-size: cover;
}
.ep-box .list{
	padding-top: clamp(40px,3vw,60px);
}
.ep-title{
	font-size: clamp(16px,1.66vw,32px);
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	padding-top: clamp(30px,3vw,60px);
	padding-bottom: clamp(10px,2vw,40px);
	padding-left: clamp(80px,6.7vw,130px);
	padding-right: clamp(80px,6.7vw,130px);
	position: relative;
}
.ep-title::after{
	content: '';
	width: 84px;
	height: 6px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -42px;
	z-index: 1;
}
.list{
	align-items: stretch;
	margin-left: -14px;
	margin-right: -14px;
	padding-bottom: clamp(60px,5.2vw,100px);
	flex-wrap: wrap;
}
.list li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 14px;
}
.list li a{
	display: block;
}
.ep-poster{
	height: clamp(100px,18.6vw,266px);
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
.ep-poster img{
	width: 100%;
	height: 100%;
	transform: scale(1.01);
	object-fit: cover;
	transition: all 0.15s ease-out;
}
.list li:hover .ep-poster img{
	transform: scale(1.05);
}
.ep-name{
	background: rgba(44,42,42,0.4);
	border: 1px solid #FFFFFF;
	font-size: clamp(12px,1.25vw,24px);
	padding: clamp(8px,1vw,20px) clamp(10px,1.56vw,30px);
	color: #ffffff;
	text-align: center;
}
.ep-name p{
	display: inline-block;
	transition: all 0.15s ease-out;
}
.list li a:hover .ep-name p{
	transform: translateY(-5px);
	text-decoration: underline;
}
.video-poster{
	height: clamp(200px,18vw,260px);
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	position: relative;
}
.video-poster img{
	width: 100%;
	height: 100%;
	transform: scale(1.01);
	object-fit: cover;
	transition: all 0.15s ease-out;
}
.video-poster:hover img{
	transform: scale(1.05);
}
.iplay{
	display: block;
	background: url(../images/iplay.png) no-repeat;
	background-size: cover;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
	z-index: 1;
}
.video-name{
	font-size: clamp(16px,1.1vw,20px);
	padding: clamp(10px,1vw,20px) clamp(20px,1.56vw,30px);
	color: #333333;
	text-align: center;
	transition: all 0.15s ease-out;
}
.list li a:hover .video-name{
	color: #0168B7;
	text-decoration: underline;
	transform: translateY(-4px);
}
.bgf2{
	background: #F2F2F2;
}
.visite-list{
	margin-left: -14px;
	margin-right: 14px;
	align-items: stretch;
	padding-bottom: clamp(30px,4.68vw,90px)
}
.visite-list li{
	width: 16.66%;
	box-sizing: border-box;
	padding: 14px;
}
.visite-poster{
	height: clamp(100px,7vw,136px);
	overflow: hidden;
	position: relative;
}
.visite-poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.15s ease-out;
	display: block;
}
.visite-poster::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	transition: all 0.15s ease-out;
	opacity: 0;
}
.visite-title{
	font-size: clamp(18px,1.6vw,24px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8px;
	transition: all 0.15s ease-out;
}
.visite-list li:hover .visite-poster img{
	transform: scale(1.1);
}
.visite-list li:hover .visite-poster::after{
	opacity: 1;
}
.visite-list li:hover .visite-title{
	color: #0168B7;
	text-decoration: underline;
	transform: translateY(-4px)
}
.visite-desc{
	font-size: clamp(14px,1vw,16px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
	line-height: 1.3
}
.event-list{
	align-items: flex-start;
	margin-left: clamp(-20px,-1.4vw,-10px);
	margin-right: clamp(-20px,-1.4vw,-10px);
}
.event-list li{
	box-sizing: border-box;
	padding: 0 clamp(10px,1.4vw,20px);
	width: 33.333%;
	cursor: default;
}
.events{
	display: flex;
	align-items: flex-start;
	padding-bottom: clamp(40px,5.2vw,100px);
}
.event-date{
	width: 76px;
	height: 76px;
	background: #232323;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
	padding: 10px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: clamp(12px,1.2vw,20px);
	font-size: clamp(14px,1.1vw,18px);
}
.event-date p{
	font-size: clamp(18px,1.6vw,32px);
	padding-bottom: 4px;
}
.event-info{
	flex: 1;
}
.event-info h3{
	font-size: clamp(14px,1vw,20px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 1.4;
	transform: translateY(-6px);
	margin-bottom: 4px;
	transition: all 0.15s ease-out;
}
.event-list li:hover .event-info h3{
	color: #0168B7;
	text-decoration: underline;
	transform: translateY(-3px);
}
.event-desc{
	font-size: clamp(12px,0.8vw,14px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: #666666;
}
.swufe-bg{
	background: #0168B7 url(../images/zsbg.jpg) no-repeat left;
	background-size: auto 100%;
	position: relative;
}
.swufe-bg .home-title,.swufe-bg .home-title-group .morebar{
	color: #ffffff;
}
.morebar:hover{
	color: #0168B7
}
.swufe-box{
	position: relative;
}
.swufe-swiper{
	padding-bottom: clamp(20px,5.52vw,106px);
	padding-left: 35.67%;
	box-sizing: border-box;
	overflow: hidden;
	min-height: clamp(340px,27vw,520px)
}
.swufe-show{
	display: none;
}
.swufe-swiper .swiper-slide{
	width: auto !important;
	padding: 0 20px;
	box-sizing: border-box;
}
.swufe{
	background: #ffffff;
	display: block;
	width: clamp(160px,17vw,330px)
}
.swufe-poster{
	overflow: hidden;
}
.swufe-poster img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.15s ease-out;
}
.swufe:hover .swufe-poster img{
	transform: scale(1.05);
}
.swufe-name{
	font-size: clamp(14px,0.95vw,18px);
	padding: 15px 20px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	color: #1a1a1a;
	transition: all 0.15s ease-out
}
.swufe:hover .swufe-name{
	color: #0168B7;
	transform: translateY(-4px)
}
.swufe-tabs-box{
	position: absolute;
	left: 0;
	width: 100%;
}
.swufe-tabs{
	width: 300px;
}
.swufe-tabs li{
	padding: 20px 0;
	cursor: pointer;
}
.swufe-tabs li a{
	display: block;
	color: #fff;
	font-size: clamp(16px,1.4vw,24px);
	opacity: 0.6;
	width: 298px;
	transition: all 0.15s ease-out;
}
.swufe-tabs li:hover a{
	opacity: 1;
}
.i-arrow{
	background: url(../images/arrow2.png) no-repeat right;
	width: 218px;
	height: 13px;
	margin-top: 10px;
	opacity: 0.5;
	transition: all 0.2s ease-out;
}
.swufe-tabs li.active a{
	opacity: 1;
}
.swufe-tabs .active .i-arrow{
	width: 298px;
	opacity: 1;
}
.swufe-swiper .swiper-button-prev{
	left: 35.67%;
	transform: translateX(-120px);
	right: auto;
	top: auto;
	bottom: clamp(60px,5.52vw,106px);
	border: 1px solid #ffffff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.swufe-swiper .swiper-button-prev::after{
	content: '';
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	transform: rotate(-45deg);
	position: absolute;
	margin-right: -5px;
	width: 10px;
	height: 10px;
}
.swufe-swiper .swiper-button-next{
	left: 35.67%;
	transform: translateX(-60px);
	right: auto;
	bottom: clamp(60px,5.52vw,106px);
	top: auto;
	border: 1px solid #ffffff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.swufe-swiper .swiper-button-next::after{
	content: '';
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	transform: rotate(-45deg);
	margin-left: -5px;
	position: absolute;
	width: 10px;
	height: 10px;
}
.swufe-swiper .swiper-pagination{
	width: auto;
	left: 35.67%;
	transform: translateX(-440px);
	top: auto;
	bottom: clamp(60px,5.52vw,106px);
	margin-top: 160px;
	border-bottom: 2px solid rgba(255,255,255,0.2);
	font-size: 28px;
	color: rgba(255,255,255,0.2);
	padding: 0 60px 0 10px;
}
.swufe-swiper .swiper-pagination::before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	background: #D9B96A;
	width: 40px;
	z-index: 1;
}
.swufe-swiper .swiper-pagination .swiper-pagination-current{
	color: rgba(255,255,255,1);
	font-size: 48px;
}
.about-school{
	align-items: flex-start;
	padding: clamp(30px,3.4vw,50px) 0;
	color: #666666;
}
.about-school h3{
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.schools{
	width: 60%;
}
.abouts{
	width: 40%;
	box-sizing: border-box;
	padding-left: 60px;
}
.school-college ul{
	align-items: flex-start;
	margin-left: -30px;
	margin-right: -30px;
	flex-wrap: wrap
}
.school-college li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 30px;
}
.school-college li p{
	padding: 4px 0;
	font-size: 14px;
	transition: all 0.15s ease-out;
}
.school-college li p a,.about-list li p a{
	display: block;
	transition: all 0.15s ease-out;
}
.school-college li p a:hover,.about-list li p a:hover{
	text-decoration: underline;
	color: #0168B7;
}
.school-college li p:hover a,.about-list li p:hover a{
	transform: translateX(3px)
}
.about-list ul{
	align-items: flex-start;
	margin-left: -30px;
	margin-right: -30px;
	flex-wrap: wrap;
}
.about-list li{
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}
.about-list li p{
	padding: 4px 0;
	font-size: 14px;
}
.cban{
	height: 34vw;
}
.cban .wrapper{
	height: 100%;
}
.cban-tips{
	height: 100%;
	padding-top: clamp(120px,9.78vw,188px);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.cban-tit{
	font-size: 18px;
	color: #ffffff;
	border-left: 3px solid #ffffff;
	padding-left: 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	width: clamp(500px,50vw,680px);
}
.cban-tit h2{
	font-size: clamp(18px,1.8vw,32px);
	line-height: 0.8;
	margin-bottom: 20px;
	text-shadow: 2px 4px 6px rgba(0,0,0,0.3);
	text-transform: uppercase;
}
.bgblue{
	background: #0168B7
}
.bgblue .about-school h3{
	color: rgba(255,255,255,1);
}
.bgblue .about-school a{
	color: rgba(255,255,255,0.8);
	transition: all 0.15s ease-out;
}
.bgblue .about-school a:hover{
	color: rgba(255,255,255,1);
	text-decoration: underline;
}
.crum{
	display: flex;
	padding: 20px 0;
}
.crum li{
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
	color: #666666;
}
.crum li a{
	color: #666666;
}
.crum li::after{
	content: '';
	border-top: 1px solid #898989;
	border-right: 1px solid #898989;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
}
.crum li:last-child{
	padding-left: 0;
	margin-right: 0;
}
.crum li:last-child::after{
	display: none;
}
.items-list{
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -18px;
	margin-right: -18px;
	padding-bottom: clamp(30px,2.6vw,50px)
}
.items-list li{
	width: 33.333%;
	box-sizing: border-box;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: clamp(30px,2.6vw,50px)
}
.items-list li a{
	display: block;
	color: #333333;
}
.items-list li a p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.item-poster{
	height: clamp(260px,16.25vw,312px);
	overflow: hidden;
	position: relative;
}
.item-poster::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	opacity: 1;
	transition: all 0.2s ease-out;
}
.item-poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.2s ease-out;
}
.items-list li h3{
	font-size: clamp(14px,1.1vw,20px);
	color: #0168B7;
	padding-top: 15px;
	padding-bottom: 8px;
	transition: all 0.15s ease-out;
}
.items-list li:hover .item-poster img{
	transform: scale(1.1);
}
.items-list li:hover .item-poster::after{
	opacity: 0;
}
.items-list li:hover h3{
	text-decoration: underline;
	transform: translateY(-4px);
}
.ctabs-box{
	border-bottom: 1px solid #DADADA;
}
.ctabs{
	align-items: stretch;
}
.ctabs li a{
	font-size: 20px;
	color: #1a1a1a;
	padding: 20px;
	display: block;
}
#vsb_content_4{
 box-sizing: border-box;
    padding: 10px;
}

#vsb_content_4 P img{
    max-width: 100%;
    height: auto !important;
}


.ctabs .active a{
	background: #0168B7;
	color: #fff;
}
.c-title{
	text-align: center;
	font-size: clamp(16px,1.8vw,36px);
	padding-top: clamp(20px,3.6vw,50px);
	padding-bottom: clamp(10px,1.3vw,30px);
	color: #1a1a1a;
}
.about-citys{
	padding-bottom: clamp(40px,5vw,80px);
}
.about-city{
	padding: clamp(20px,1.8vw,30px) 0;
}
.city-img{
	width: 48%;
	overflow: hidden;
	position: relative;
}
.city-img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	opacity: 0.2;
	transition: all 0.15s ease-out;
}
.city-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.15s ease-out;
}
.city-img:hover img{
	transform: scale(1.03);
}
.city-img:hover::after{
	opacity: 1
}
.city-info{
	flex: 1;
	box-sizing: border-box;
	padding-left: clamp(30px,4.7vw,68px);
	font-size: clamp(14px,1.1vw,18px);
	line-height: 2;
	color: #666666;
}
.about-citys .about-city:nth-child(2n){
	flex-direction: row-reverse;
}
.about-citys .about-city:nth-child(2n) .city-info{
	padding-right: clamp(30px,4.7vw,68px);
	padding-left: 0;
}
.city-info h3{
	font-size: clamp(14px,1.1vw,24px);
	color: #0168B7;
	position: relative;
	margin-bottom: 24px;
	line-height: 1.1;
	padding-bottom: 15px;
}
.city-info h3::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 18px;
	height: 3px;
	background: #0168B7;
}
.univ-title{
	font-size: clamp(14px,1.7vw,24px);
	padding: clamp(26px,2.6vw,50px) 0;
	color: #1a1a1a;
}
.national-ranks{
	align-items: flex-start;
	justify-content: space-around;
	padding-top: clamp(18px,1.7vw,34px);
	padding-bottom: clamp(18px,1.7vw,34px);
}
.national-ranks li{
	box-sizing: border-box;
	padding: 0 clamp(26px,2.6vw,50px);
	position: relative;
	text-align: center;
	color: #0168B7;
	font-size: 18px;
}
.national-ranks li::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 66px;
	margin-top: -33px;
	z-index: 1;
	background: #CCDFF4
}
.national-ranks li:last-child::after{
	display: none;
}
.national-ranks li h3{
	font-size: clamp(20px,1.8vw,36px);
	font-weight: bolder
}
.national-ranks li p{
	max-width: 250px;
}
.accred-list{
	margin-left: -6px;
	margin-right: -6px;
}
.accred-list li{
	width: 12.5%;
	box-sizing: border-box;
	padding: 6px;
}
.accred-list li a{
	border: 1px solid #CCDFF4;
/*	height: clamp(60px,6.99vw,100px);*/
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}
.accred-list li a img{
	max-height: 100%;
	max-width: 100%;
}
.univ-intro{
	font-size: clamp(16px,1.1vw,18px);
	line-height: 2;
	color: #333;
	padding: clamp(18px,1.7vw,34px) 0;
}
.formers{
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	padding-bottom: clamp(12px,2.1vw,40px)
}
.pbtm{
	padding-bottom: clamp(60px,9vw,120px);
}
.office-name{
	font-size: clamp(18px,1.45vw,28px);
	font-weight: bold;
	position: relative;
	padding-left:clamp(12px,1.1vw,20px);
	margin: clamp(5px,1.1vw,20px) 0;
}
.office-name::before{
	content: '';
	width: 5px;
	height: clamp(18px,1.45vw,28px);
	background: #1067C8;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}
.formers li{
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}
.formers li .former{
	display: flex;
	align-items: flex-start;
	background: #fff;
	padding: 20px;
}
.former-poster{
	flex-shrink: 0;
	width: clamp(180px,17.2vw,246px);
	height: clamp(240px,21.67vw,310px);
	margin-right: clamp(15px,2vw,30px);
}
.former-poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.formers li .former h2{
	font-size: clamp(16px,1.1vw,22px);
	color: #0168B7;
	margin-bottom: 6px;
}
.formers li .former h3{
	font-size: clamp(14px,0.8vw,18px);
	line-height: 1.5;
	overflow: hidden;
}
.former-desc{
	color: #666666;
}
.former-desc p{
	margin-top: 5px;
}
.admis-show{
	display: none;
}
.admission-box{
	align-items: flex-start;
	padding-top: 36px;
	padding-bottom: clamp(40px,5vw,100px);
	min-height: 320px;
}
.admis-tabs{
	width: clamp(240px,23vw,330px);
	flex-shrink: 0;
}
.admis-tabs li{
	cursor: pointer;
	border-bottom: 1px solid #D9D9D9
}
.admis-tabs li a{
	display: block;
	font-size: 20px;
	padding-left: 26px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #2E2D29;
	overflow: hidden;
}
.admis-tabs li a::before{
	content: '';
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -6px;
	background: #0168B7;
	opacity: 0;
	transition: all 0.15s ease-out;
}
.admis-tabs li:hover a{
	color: #0168B7;
}
.admis-tabs .active a::before,.admis-tabs li:hover a::before{
	opacity: 1;
	left: 0;
}
.admis-tabs .active a{
	color: #0168B7;
}
.admis-section{
	flex: 1;
	box-sizing: border-box;
	padding-left: clamp(80px,11.1vw,160px);
}
.admis-ctabs{
	display: flex;
	align-items: center;
	padding-bottom: clamp(10px,2vw,30px)
}
.admis-ctabs li{
	padding-right: 36px;
}
.admis-ctabs li a{
	display: block;
	border: 1px solid #0168B7;
	padding: 15px 60px;
	cursor: pointer;
	color: #0168B7;
}
.admis-ctabs .active a{
	background: #0168B7;
	color: #fff;
}
.admis-cshow{
	display: none;
}
.admis-title{
	font-size: clamp(24px,2vw,38px);
	color: #1a1a1a;
	text-align: center;
	padding-top: clamp(30px,3.4vw,50px);
	padding-bottom: clamp(10px,2vw,30px);
}
.admis-date{
	font-size: 20px;
	color: #666;
}
.admis-detail{
	line-height: 2;
	padding: 30px 0;
	font-size: 18px;
	padding-bottom: clamp(80px,7.2vw,140px)
}
.selecte-class{
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.selecte-class li{
	width: 50%;
	box-sizing: border-box;
	padding: 10px 30px;
}
.selecte-class li a{
	display: block;
	position: relative;
	border: 1px solid rgba(16,103,200,0.2);
	padding: 10px 16px;
	color: #0168B7;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.15s ease-out;
	cursor: pointer;
}
.selecte-class li a::after{
	content: '';
	background: url(../images/arr.png) no-repeat;
	width: 11px;
	height: 11px;
	position: absolute;
	top:50%;
	right: 15px;
	margin-top: -5px;
	z-index: 1;
	transition: all 0.15s ease-out;
}
.selecte-class li a:hover{
	text-decoration: underline;
	padding: 10px 20px;
}
.selecte-class li a:hover::after{
	right: 10px;
}
.degree{
	margin-left: 0;
	margin-right: 0;
}
.degree li{
	width: 100%;
	padding: 10px 0;
}
.student-list{
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 20px;
}
.student-list li{
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}
.student-list li a{
	display: flex;
	align-items: center;
	border: 1px solid rgba(16,103,200,0.2);
	padding: 10px;
	font-size: 18px;
	line-height: 1.2;
	color: #0168B7;
	cursor: pointer;
}
.student-list li a img{
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.student-list li a h3{
	font-size: clamp(14px,0.95vw,18px)
}
.student-list li a:hover h3{
	text-decoration: underline;
}
.academics-list{
	padding-bottom: clamp(80px,7.5vw,140px);
}
.academics-list .academics:nth-child(2n){
	flex-direction: row-reverse;
}
.academ-info{
	width: 50%;
	box-sizing: border-box;
	padding: 20px clamp(60px,6.2vw,90px);
}
.academ-info h3{
	font-size: clamp(18px,1.8vw,30px);
	color: #0168B7;
}
.academ-img{
	width: 50%;
	position: relative;
	overflow: hidden;
}
.academ-img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.2s ease-out;
}
.academ-img img{
	width: 100%;
	transition: all 0.2s ease-out;
}
.academ-img:hover img{
	transform: scale(1.05);
}
.academ-img:hover::after{
	opacity: 1;
}
.academ-desc{
	font-size: 16px;
	line-height: 2;
	color: #666666;
	height: 160px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: clamp(30px,4vw,60px);
}
.vmore{
	display: inline-block;
	position: relative;
	padding-left: 30px;
	z-index: 1;
	transition: all 0.2s ease-out;
}
.vmore::before{
	content: '';
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,0.15);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	transform: translateY(-50%);
}
.vmore::after{
	content: '';
	width: 10px;
	height: 2px;
	background: #333333;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translateY(-1px);
	transition: all 0.2s ease-out;
}
.vmore:hover{
	color: #0168B7;
	padding-left: 36px;
}
.vmore:hover::after{
	background: #0168B7;
	transform: rotate(180deg);
}
.news-hot{
	display: block;
	position: relative;
	overflow: hidden;
	width: 60%
}
.news-hot::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	opacity: 0;
	transition: all 0.15s ease-out;
}
.news-hot img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.15s ease-out;
}
.news-hot:hover::after{
	opacity: 1;
}
.news-hot:hover img{
	transform: scale(1.05);
}
.news-hot-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4),rgba(0,0,0,0.6),rgba(0,0,0,0.8));
	box-sizing: border-box;
	padding: 10px 15px;
	color: #ffffff;
}
.news-hot-title h3{
	font-size: clamp(18px,1.6vw,28px);
	font-weight: normal;
	position: relative;
	padding-top: 12px;
	margin-top: 6px;
}
.news-hot-title h3::before{
	content: '';
	width: 46px;
	height: 4px;
	background: #1A86FF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.news-hot:hover .news-hot-title h3{
	text-decoration: underline;
}
.news-top{
	align-items: stretch;
	padding-bottom: clamp(30px,3.6vw,70px);
}
.news-top-list{
	padding-left: 30px;
	width: 40%;
    box-sizing: border-box;
}
.news-top-list li{
	border-bottom: 2px solid #EAEBEE;
	padding-bottom: clamp(8px,1.66vw,32px);
	margin-bottom: clamp(8px,1.66vw,32px);
}
.news-top-list li a{
	display: flex;
	align-items: center;
}
.news-top-img{
	overflow: hidden;
	position: relative;
}
.news-top-img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.15s ease-out;
}
.news-top-img img{
	width: clamp(80px,12vw,180px);
	height: clamp(60px,8vw,118px);
	flex-shrink: 0;
	transition: all 0.15s ease-out;
}

.news-top-list li a:hover h3{
	text-decoration: underline;
	color: #0168B7
}
.news-top-list li a:hover .news-top-img::after{
	opacity: 1;
}
.news-top-list li a:hover .news-top-img img{
	transform: scale(1.05);
}
.news-top-list li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.news-top-info{
	flex: 1;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
	color: #333333;
}
.news-top-info h3{
	font-size: 16px;
	color: #1a1a1a;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list li{
	border-bottom: 2px solid #f2f2f2;
	padding: 45px 0;
}
.news-list li a{
	display: flex;
	align-items: center;
}
.news-list-img{
	position: relative;
	overflow: hidden;
	width: clamp(90px,30vw,390px);
	height: clamp(56px,18.5vw,245px)
}
.news-list-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.15s ease-out;
}
.news-list-img::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.15s ease-out;
}
.news-list-info{
	flex: 1;
	box-sizing: border-box;
	overflow: hidden;
	padding-right: clamp(50px,5.2vw,100px);
	font-size: 18px;
	line-height: 1.8;
	color: #666666;
}
.news-list-info h3{
	font-size: clamp(16px,1.3vw,24px);
	color: #1a1a1a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 15px;
}
.news-list li a:hover .news-list-info h3{
	text-decoration: underline;
	color: #0168B7
}
.news-list li a:hover .news-list-img img{
	transform: scale(1.05);
}
.news-list li a:hover .news-list-img::after{
	opacity: 1;
}
.news-list-info h4{
	color: #1a1a1a;
	font-size: 18px;
}
.news-list-info p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.pages-box{
	padding: clamp(40px,4.68vw,90px) 0 clamp(70px,7.08vw,136px) 0;
	text-align: center;
}
.pages-box a{
	display: inline-block;
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	padding: 2px 15px;
	margin: 0 8px;
	cursor: pointer;
	position: relative;
	color: #B1B1B1;
	transition: all 0.15s ease-out;
}
.pages-box a:hover{
	border: 1px solid #666666;
	color: #666666
}
.pages-box span{
	display: inline-block;
	border: 1px solid #0168B7;
	background: #0168B7;
	border-radius: 4px;
	color: #ffffff;
	padding: 2px 15px;
	margin: 0 8px;
	cursor: no-drop
}
.pages-box .b-prev{
	padding-left: 26px;
}
.pages-box .b-next{
	padding-right: 26px;
}
.b-prev::before{
	content: '';
	background: url(../images/iarr.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: 8px;
}
.b-next::before{
	content: '';
	background: url(../images/iarr.png) no-repeat center;
	background-size: contain;
	transform: rotate(180deg);
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 8px;
}
.events-list{
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: clamp(-60px,-3.2vw,-30px);
	margin-right: clamp(-60px,-3.2vw,-30px);
}
.events-list li{
	width: 50%;
	box-sizing: border-box;
	padding: 0 clamp(30px,3.2vw,60px) 
}
.events-list li .events{
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: clamp(30px,3.2vw,60px);
	padding-top: clamp(26px,2vw,40px);
	height: 100%;
        flex-direction: column;
	box-sizing: border-box;
}
.events-list li .event-date p{
	line-height: 1;
	padding-bottom: 0;
}
.events-list li .event-info h3{
	transform: translateY(0);
}
.events-list li .event-date{
	background: none;
	color: #232323;
	
        height: auto;
        margin-bottom: 20px;
	padding: 0;
	white-space: nowrap;
	line-height: normal;
}
.periodical-list{
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.periodical-list li{
	width: 25%;
	box-sizing: border-box;
	padding: 20px;
}
.periodical-list li .swufe{
	width: 100%;
}
.periodical-list li .swufe-name{
	color: #0168B7;
}
.periodical-tips .home-title-group{
	padding-top: clamp(26px,2vw,40px);
	padding-bottom: 0;
}
.peri-tabs{
	justify-content: center;
}
.peri-tabs li{
	padding: 15px;
}
.peri-tabs li a{
	display: block;
	font-size: 22px;
	color: #666666;
	position: relative;
	cursor: pointer;
	padding: 5px 0;
	transition: all 0.15s ease-out;
}
.peri-tabs li a::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #1a1a1a;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transform: scaleX(0);
	transition: all 0.15s ease-out;
}
.peri-tabs .active a,.peri-tabs li:hover a{
	color: #1a1a1a;
}
.peri-tabs .active a::after,.peri-tabs li:hover a::after{
	transform: scaleX(1)
	
}
.peri-show{
	display: none
}
.online-list{
	flex-wrap: wrap;
	margin-left: -14px;
	margin-right: -14px;
	padding-bottom: clamp(80px,7.5vw,140px);
	align-items: stretch;
}
.online-list li{
	width: 25%;
	box-sizing: border-box;
	padding: 14px;
}
.online-list li a{
	display: block;
}
.online-name{
	font-size: clamp(14px,1.1vw,20px);
	text-align: center;
	color: #0168B7;
	padding: 10px 0;
}
.onlin-img{
/*	height: clamp(200px,23vw,350px);*/
	transition: all 0.15s ease-out;
}
.onlin-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.online-list li a:hover .onlin-img{
	transform: translateY(-15px);
}
.n-a-time{
	color: #0168B7;
}
.n-a-title{
	font-size: clamp(18px,1.25vw,24px);
	line-height: 1.3;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all 0.15s ease-out;
}
.n-a-title:hover{
	color: #0168B7;
	text-decoration: underline;
	transform: translateY(-3px)
}
.n-a-desc{
	color: #666666;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.download-list{
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 30px;
	padding-bottom: clamp(60px,9vw,120px);
}
.download-list li{
	padding: 12px 20px;
}
.download{
	border: 1px solid rgba(1,142,183,0.2);
	border-radius: 0px;
}
.download-title{
	display: block;
	padding: 10px 20px;
	font-size: clamp(14px,1vw,18px);
	color: #0168B7;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.15s ease-out;
}
.download-title:hover{
	transform: translateX(4px);
	text-decoration: underline;
}
.down-icon{
	padding-left: 20px;
	flex-shrink: 0;
}
.bar-download{
	font-size: clamp(14px,0.8vw,16px);
	padding: 15px 20px;
	border-left: 1px solid rgba(1,142,183,0.2);
	color: #0168B7;
}
.admis-tips{
	display: none;
}
.bar-open{
	display: none;
}
.bar-shut{
	display: none;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-100px, 0, 0);
		transform:translate3d(-100px, 0, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@keyframes fadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-100px, 0, 0);
		-ms-transform:translate3d(-100px, 0, 0);
		transform:translate3d(-100px, 0, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none
	}
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translate3d(100px, 0, 0);
		transform:translate3d(100px, 0, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@keyframes fadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translate3d(100px, 0, 0);
		-ms-transform:translate3d(100px, 0, 0);
		transform:translate3d(100px, 0, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none
	}
}
@-webkit-keyframes ring{
  0%{
    transform:translate(0,0);
  }
  16.66%{
    transform:translate(10px,0);
  }
  50%{
    transform:translate(0,10px);
  }
  83.34%{
    transform:translate(-10px,0);
  }
  100%{
    transform:translate(0,0);
  }
}
@keyframes ring{
  0%{
    transform:translate(0,0);
  }
  16.66%{
    transform:translate(10px,0);
  }
  50%{
    transform:translate(0,10px);
  }
  83.34%{
    transform:translate(-10px,0);
  }
  100%{
    transform:translate(0,0);
  }
}
@media (max-width: 1440px) {
	.news-swiper .swiper-button-prev{
		left: 0;
	}
	.news-swiper .swiper-button-next{
		right: 0;
	}
}
@media (max-width: 1024px) {
	.wrapper{
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
		overflow-x: hidden;
	}
	.navbar li{
		padding-left: 30px;
		padding-right: 30px;
	}
	.banner-tips{
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner .swiper-button-next,.banner .swiper-button-prev{
		display: none;
	}
	.news-swiper .swiper-button-next,.news-swiper .swiper-button-prev{
		border: none;
		width: 30px;
		height: 60px;
	}
	.news-swiper .swiper-button-next:after,.news-swiper .swiper-button-prev:after{
		width: 20px;
		height: 20px;
		border-color: #ffffff;
	}
}
@media (max-width: 480px) {
	.wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	header{
		display: none !important;
	}
	.mob-header{
		display: block;
		position: relative;
		z-index: 101;
		height: 56px;
	}
	.mob-head{
		background: rgba(1,104,183,1);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1001;
		color: #fff;
		padding: 12px 15px;
		box-sizing: border-box;
	}
	.mob-logo{
		flex: 1;
	}
	.mob-logo img{
		height: 32px;
	}
	.navbtn {
		/*background: rgba(8,26,65,0.5);*/
		width: 24px;
		height: 24px;
		border: none;
		box-sizing: border-box;
		position: relative;
		z-index: 10000;
	}
	.navbtn i {
		position: absolute;
		top: 0;
		left: 4px;
		display: block;
		height: 2px;
		width: 24px;
		background: #ffffff;
		border-radius: 2px;
		margin-bottom: 5px;
		transition: all 0.3s ease-in-out;
	}
	.navbtn i:nth-child(2n) {
		top: 8px;
		width: 20px
	}
	.navbtn i:nth-child(3n) {
		top: 16px;
		width: 12px
	}
	.navbtn.cur i {
		width: 24px;
		background: #ffffff;
	}
	.navbtn.cur i:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.navbtn.cur i:nth-child(2) {
		opacity: 0;
	}
	.navbtn.cur i:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mob-navbar-nav {
		position: fixed;
		top: 56px;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: rgba(1,104,183,0.9);
		box-sizing: border-box;
		display: none;
/*		box-shadow: 0 0 8px rgba(0,0,0,0.3);*/
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.mob-navbar-nav li a{
		display: block;
		color: #ffffff;
		flex: 1;
		padding: 15px;
	}
	.mob-cover{
		display: none;
		background: rgba(0,0,0,0.9);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
	}
	.mob-nav{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.mob-nav .bat{
		width: 80px;
		height: 48px;
		position: relative;
	}
	.mob-nav .bat::after{
		content: '';
		width: 10px;
		height: 10px;
		border-left: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		transform: rotate(-45deg);
		transition: all 0.3s ease-out;
		position: absolute;
		top: 15px;
		right: 20px;
		z-index: 2
	}
	.mob-nav .bat.cur::after{
		transform: rotate(135deg);
		top: 20px;
	}
	.mob-sub{
		display: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		padding: 8px 15px;
	}
	.mob-navbar-nav .mob-sub a{
		display: block;
		padding: 5px 0;
		font-size: 12px;
		opacity: 0.7;
	}
	.banner{
		height: 200px;
	}
	.banner-num{
		display: none;
	}
	.banner-tips{
		font-size: 14px;
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 60px;
	}
	.banner-tips h2{
		font-size: 18px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.banner-tips h2::after{
		height: 4px;
		width: 30px;
	}
	.bar-apply{
		width: 90px;
		height: 30px;
		line-height: 30px;
		margin-top: 10px;
		font-size: 12px;
	}
	.home-title-group{
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.home-title{
		font-size: 16px;
		padding-bottom: 24px;
	}
	.home-title-group .morebar{
		top: auto;
		bottom: 0;
		right: 15px;
		transform: translate(0)
	}
	.list{
		margin-left: 0;
		margin-right: 0;
		padding-bottom: 20px;
	}
	.list li{
		width: 100%;
	}
	.ep-title{
		font-size: 16px;
		padding: 15px;
	}
	.ep-title::after{
		width: 36px;
		height: 4px;
		margin-left: -18px;
	}
	.ep-box .list{
		padding-top: 10px;
	}
	.ep-box .list li{
		width: 50%;
		padding: 8px;
	}
	.news-01{
		flex-direction: column;
	}
	.news-img01{
		width: 100%;
		
	}
	.news-info1 .news-date{
		padding-bottom: 14px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.news-info1 .news-date::after{
		width: 30px;
		height: 4px;
	}
	.news-info1 h3{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.news-thumbs{
		flex-direction: column;
	}
	.news-thumbs a{
		height: auto;
		width: 100%;
	}
	.news-tips{
		padding: 5px;
		font-size: 12px;
		line-height: 1.2;
	}
	.event-list{
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
		padding: 0 7px
	}
	.event-list li{
		width: 50%;
		padding: 8px;
	}
	.events{
		flex-direction: column
	}
	.event-date{
		display: flex;
		flex-direction: row-reverse;
		width: auto;
		background: none;
		height: auto;
		font-weight: normal;
		color: #666666;
		padding: 0;
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 20px;
	}
	.event-date p{
		margin-left: 5px;
		font-weight: normal;
		font-size: 14px;
	}
	.swufe-tabs-box{
		position: relative;
	}
	.swufe-swiper{
		padding-left: 0;
	}
	.swufe-swiper .mySwiper{
		padding-left: 7px;
	}
	.swufe-swiper .swiper-slide{
		padding: 0 8px
	}
	.swufe-swiper .swiper-button-prev{
		left: 15px;
		transform: translateX(0);
		bottom: 20px;
	}
	.swufe-swiper .swiper-button-next{
		left: 80px;
		transform: translateX(0);
		bottom: 20px;
	}
	.about-school{
		padding-left: 10px;
		padding-right: 10px;
		flex-direction: column;
		padding: 15px;
	}
	.schools{
		width: 100%
	}
	.school-college ul{
		margin-left: 0;
		margin-right: 0;
		flex-direction: column
	}
	.school-college li{
		padding: 0;
		width: 100%;
	}
	.school-college li p,.about-list li p{
		line-height: 1.2;
		font-size: 12px;
		padding: 6px 0;
	}
	.abouts{
		width: 100%;
		padding-left: 0px;
	}
	.about-list ul{
		margin-left: 0;
		margin-right: 0;
		flex-direction: column
	}
	.about-list li{
		width: 100%;
		padding: 0;
		line-height: 1.2
	}
	.about-school h3{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 0;
		padding: 6px 0;
	}
	.about-school h3 .idot{
		width: 20px;
		height: 20px;
	}
	.about-school h3 .idot::before{
		content: '';
		width: 12px;
		height: 2px;
		background: #333333;
		position: absolute;
		top: 9px;
		right: 4px;
		z-index: 1;
		transition: all 0.15s ease-out;
	}
	.about-school h3 .idot::after{
		content: '';
		height: 12px;
		width: 2px;
		background: #333333;
		position: absolute;
		right: 9px;
		top: 4px;
		z-index: 1;
		transition: all 0.15s ease-out;
	}
	.bgblue .about-school h3 .idot::after,.bgblue .about-school h3 .idot::before{
		background: #ffffff;
	}
	.about-school h3.cur .idot::before{
		transform: rotate(90deg);
		opacity: 0;
	}
	.about-school h3.cur .idot::after{
		transform: rotate(90deg);
	}
	.a-s-sub{
		display: none;
	}
	.f-box{
		padding-top: 20px;
		padding-bottom: 15px;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 15px;
		padding-right: 15px;
	}
	.f-logo img{
		height: 40px;
	}
	.f-tool{
		padding-top: 8px;
		justify-content: flex-end;
		width: 100%;
	}
	.f-tool li{
		padding-left: 0;
		padding-right: 6px;
	}
	.f-tool li a{
		transform: scale(0.7);
		transform-origin: right;
	}
	.copyright{
		flex-direction: column;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}
	.copyright p{
		margin-bottom: 6px;
	}
	.swufe-tabs{
		display: flex;
		align-items: stretch;
		justify-content: center;
		width: 100%;
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.swufe-tabs li{
		padding: 0 10px;
	}
	.swufe-tabs li a{
		width: auto;
		padding: 5px 0;
		border-bottom: 2px solid rgba(0,0,0,0);
	}
	.swufe-tabs a .i-arrow{
		display: none;
	}
	.swufe-tabs .active a{
		border-bottom: 2px solid #ffffff;
	}
	.ctabs-box{
		width: 100%;
		overflow-x: auto;
	}
	.ctabs-box .wrapper{
		width: auto;
		overflow: auto
	}
	.ctabs-box::-webkit-scrollbar,.ctabs-box .wrapper::-webkit-scrollbar {
	  display: none;
	}
	.ctabs li a{
		white-space: nowrap;
		font-size: 14px;
		padding: 15px 20px;
	}
	.cban{
		height: 200px;
	}
	.cban-tips{
		padding: 15px;
		box-sizing: border-box;
	}
	.cban-tit{
		width: 100%;
		padding-right: 30px;
		box-sizing: border-box;
		font-size: 14px;
	}
	.cban-tit h2{
		margin-bottom: 10px;
	}
	.about-city{
		flex-direction: column;
		padding: 0 15px;
	}
	.about-citys .about-city:nth-child(2n){
		flex-direction: column;
	}
	.city-img{
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.city-info h3{
		margin-bottom: 8px;
		padding-bottom: 8px;
	}
	.city-info{
		padding: 0;
	}
	.national-ranks{
		flex-wrap: wrap;
	}
	.national-ranks li{
		width: 50%;
		font-size: 16px;
	}
	.national-ranks li:nth-child(2n)::after{
		display: none;
	}
	.univ-title{
		padding-left: 15px;
		padding-right: 15px;
	}
	.accred-list{
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
	}
	.accred-list li{
		width: 25%;
	}
	.univ-intro{
		padding-left: 15px;
		padding-right: 15px;
	}
	.formers{
		margin-left: 0;
		margin-right: 0;
		align-items: stretch
	}
	.formers li{
		width: 100%;
		padding: 10px
	}
	.former-poster{
		width: auto;
		height: 126px;
		margin-right: 8px;
	}
	.formers li .former{
		padding: 10px;
		height: 100%;
		box-sizing: border-box;
	}
	.former-info{
		padding: 0 5px;
	}
	.bar-open{
		display: none;
	}
	.info-open .info-H{
		height: 100px;
		overflow: hidden;
		transition: all 0.15s ease-out;
	}
	.info-open .bar-open{
		color: #0168B7;
		margin-top: 10px;
		font-size: 12px;
		position: relative;
		display: inline-block;
		padding-right: 28px;
	}
	.info-open .bar-open::after{
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		transform: rotate(90deg) translateX(-7px);
		font-size: 28px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}
	.info-shut .bar-open{
		display: none;
	}
	.info-shut .bar-shut{
		color: #0168B7;
		margin-top: 10px;
		font-size: 12px;
		position: relative;
		display: inline-block;
		padding-right: 30px;
	}
	.info-shut .bar-shut::after{
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		transform: rotate(-90deg) translateX(-4px);
		font-size: 30px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
	}
	.admis-detail{
		padding: 15px;
		font-size: 14px;
	}
	.admis-title{
		text-align: center;
		font-size: 16px;
		padding-top: 0px;
	}
	.crum{
		padding: 15px;
	}
	.academics{
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 0 15px;
		margin-bottom: 30px;
	}
	.academ-info{
		width: 100%;
		padding: 0;
	}
	.academ-img{
		width: 100%;
		margin-bottom: 15px;
	}
	.academics-list .academics:nth-child(2n){
		flex-direction: column-reverse;
	}
	.academ-desc{
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.8;
		height: auto;
	}
	.items-list{
		margin-left: 0;
		margin-right: 0;
		padding: 0 8px;
	}
	.items-list li{
		width: 50%;
		padding: 7px;
	}
	.item-poster{
		width: 100%;
		height: auto;
	}
	.items-list li h3{
		padding-top: 8px;
	}
	.news-top{
		flex-direction: column;
	}
	.news-top-list{
		padding-left: 0;
		padding-top: 10px;
	}
	.news-top-list li{
		padding: 10px;
		margin-bottom: 0;
	}
	.news-top-info{
		font-size: 12px;
	}
	.news-top-info h3{
		font-size: 14px;
		margin-top: 5px;
	}
	.news-list li{
		padding: 10px 15px;
	}
	.news-list li a{
		flex-direction:column-reverse
	}
	.news-top-img img{
		width: 112px;
		height: auto;
	}
	.news-list-info{
		padding: 10px 0;
		box-sizing: border-box;
		width: 100%;
	}
	.news-list-info h4{
		font-size: 12px;
	}
	.news-list-info h3{
		margin-bottom: 5px;
	}
	.news-list-info{
		font-size: 14px;
	}
	.admission-box{
		flex-direction: column;
		padding-top: 5px;
	}
	.admis-tabs{
		position: relative;
		padding: 15px;
		width: 100%;
		box-sizing: border-box;
		z-index: 100;
	}
	.admis-tabs-pbox{
		position: relative;
	}
	.admis-tabs ul{
		position: absolute;
		top: 100%;
		left: 0;
		display: none;
		background: #ffffff;
		z-index: 100;
		width: 100%;
	}
	.admis-tabs li a::before{
		display: none;
	}
	.admis-tabs li a{
		font-size: 16px;
		padding: 10px 15px;
	}
	.admis-tips{
		display: block;
		padding: 15px;
		border: 2px solid #0168B7;
		border-radius: 4px;
		cursor: pointer;
		color: #0168B7;
		font-weight: bold;
		font-size: 16px;
	}
	.admis-tips::after{
		content: '';
		border-top: 8px solid #0168B7;
		border-right: 8px solid rgba(0,0,0,0);
		border-left: 8px solid rgba(0,0,0,0);
		position: absolute;
		top: 50%;
		right: 30px;
		z-index: 1;
		border-radius: 8px;
		margin-top: -4px;
	}
	.admis-section{
		padding: 0 10px;
		width: 100%;
		box-sizing: border-box;
	}
	.admis-ctabs li{
		padding: 5px;
	}
	.admis-ctabs li a{
		font-size: 12px;
		padding: 10px 15px;
		border-radius: 8px;
	}
	.admis-date{
		font-size: 12px;
		text-align: center;
		color: #999999;
	}
	.selecte-class{
		margin-left: 0;
		margin-right: 0;
	}
	.selecte-class li{
		padding: 7px;
		width: 100%;
	}
	.download-list{
		margin-left: 0;
		margin-right: 0;
	}
	.download-list li{
		width: 100%;
		box-sizing: border-box;
		padding: 7px 15px;
	}
	.bar-download{
		padding: 10px;
	}
	.download-title{
		padding: 5px 10px;
	}
	.down-icon{
		padding-left: 6px;
	}
	.down-icon img{
		height: 16px;
		width: auto;
	}
	.student-list{
		margin-left: 0px;
		margin-right: 0;
		padding-top: 0;
	}
	.student-list li{
		width: 100%;
		padding: 5px;
	}
	.vmore::before{
		width: 30px;
		height: 30px;
	}
	.admis-detail img{
		max-height: auto !important;
		height: auto !important;
	}
	.office-name{
		margin-left: 10px
	}
}