@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a {
	vertical-align: top;
}

img {
	border: 0;
	vertical-align: middle;
}

@keyframes myrotate {
	0% {
		transform: rotate(10deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	40% {
		transform: rotate(10deg);
	}

	60% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

input,
button,
text {
	vertical-align: middle;
	outline: none;
	border: none;
}

button {
	padding: 0;
	background: none;
	cursor: pointer;
}

body {
	font-size: 15px;
	color: #333333;
	font-family: Microsoft Yahei;
}

/*清除浮动*/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

a,
img,
span,
p {
	transition: all 0.5s ease-in-out;
}

/* 内容块 */
.centerWidth {
	width: 1520px;
	margin: 0px auto;
}

/* 边距 */
/*****边距调整****/

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr15 {
	margin-right: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mt50 {
	margin-top: 50px;
}

.maxWidth {
	width: auto;
	margin: 0px auto;
}

.overflowsa,
.overflowsa a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.swiper-pagination-bullet{width: 15px!important;height: 15px!important;}
body{min-width: 1520px;overflow-x: hidden;}
.header {
	background: url(head_bjt.png) center top no-repeat;
	height: 250px;
display: none;
	transition: all 0.8s ease;
	z-index: 1000;

}

.headerbjt {
	height: 920px;
}

.header_top {
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.header_top a {
	color: #fff;
}

.header_topdiv {
	position: relative;
	padding: 0 10px;
}

.header_topdivlf,
.header_topdivrt {
	border-bottom: 1px solid #fff;
	width: 35%;
}

.header .logo {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 12px;
	left: 50%;
	margin-left: -156.5px;
	transition: all 0.3s ease-in-out;
}

.logo img.logoimg,
.footlogo img.logoimg {
	width: 140px;
}

.logo img.logotext,
.footlogo img.logotext {
	margin-top: 20px;
}

.header_search {
	margin-left: 20px;
}

.header_search input {
	margin-left: 10px;
}

.navigation_list>li.tion_list {
	width: 145px;
	line-height: 60px;
	text-align: left;
	float: left;
	position: relative;
}

.navigation_list li .lista {
	color: #fff;
	font-size: 20px;
	font-weight: 500;

}


.navigation_divlist {
	position: absolute;
	left: 0%;
	-webkit-transform: translateX(-0%);
	transform: translateX(-0%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 20px;
	z-index: 999;
	color: #fff;
	text-align: left;
}

.navigation_list li.tion_list:hover a.lista,
.navigation_divlist li:hover a {
	color: #0ed716;
}

.navigation_list li.tion_list:hover .navigation_divlist {

	opacity: 1;
	visibility: visible;
}



.navigation_divlist .nav-grp {
	padding: 20px 60px 36px 47px;
	width: 540px;
	background: #0e64d7;
	background-size: cover;
}

.nav-grpcontlf {
	width: 60%;
}

.nav-grpcontlf span {
	font-size: 22px;
	color: #fff;
}

.nav-grpcontlf li {
	float: left;
	width: calc((100% - 41px) / 2);
	line-height: 45px;

}

.nav-grpcontlf li a {
	font-size: 18px;
	color: #fff;
}

.header_searchdiv {
	display: inline-block;
	height: 25px;
	background: #333;
	margin: 0 5px;
	margin-top: 18px;
	border-radius: 15px;
	width: 180px;
}



.header_searchdiv a {
	line-height: 22px;
	padding-right: 10px;
	display: block;
}

.header_searchdiv input {
	background: transparent;
	color: #ffffff;
	font-size: 14px;
	width: 148px;
	display: block;
	line-height: 25px;
}

.grpcontrtbox::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -7px;
	left: 10px;
	border-radius: 0 50px 0 50px;
	z-index: 0;
	background-color: rgba(19, 69, 99, 0.3);
}

.grpcontrtbox .grpcontrtimg {
	width: 207px;
	position: relative;
	overflow: hidden;
	border-radius: 0 50px 0 50px;
}

.nav-grpcontrt {
	position: relative;
}

.navigation_rt li.tion_list:nth-child(3) .navigation_divlist,
.navigation_rt li.tion_list:nth-child(2) .navigation_divlist,
.navigation_rt li.tion_list:nth-child(4) .navigation_divlist {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.navigation_rt li.tion_list {
	text-align: right;
}


.CollegeNews {
	position: relative;
}

.CollegeNewsbjtlf,
.CollegeNewsbjtrt {
	position: absolute;
}

.ybjt {
	background: url(CollegeNewsbjt.png) #FAF8F2 no-repeat;
}

.contenttitle {
	text-align: center;
}

.contenttitle span.contitle_text {
	font-size: 40px;
	font-weight: 600;
	line-height: 70px;
}

.contenttitle span.contitle_text i {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	margin: 10px 15px;

}

.bluei {
	background-color: #0652b0;
}

.whitei {
	background-color: #fff;
}

.blue {
	color: #0652b0;
}

.white {
	color: #fff;
}

.contenttitle span {
	display: block;
}

.contenttitle p {
	font-size: 18px;
	color: #cacaca;
	line-height: 40px;
}




.carousel-container {
	display: flex;
	margin: 30px auto;
	height: 530px;
	position: relative;
	overflow: hidden;
}

.text-content {

	padding: 40px;
	width: 600px;
	z-index: 10;
	position: relative;
}

.text-slide {
	display: none;
	color: #333;
}

.text-slide.active {
	display: block;
	animation: fadeIn 1s;
}

.text-slide h2 {
	font-size: 25px;
	margin-bottom: 20px;
	color: #333;
	text-indent: 50px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.3s;
}

.text-slide p {
	font-size: 20px;
	text-indent: 50px;
	line-height: 35px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;

}

.image-carousel {
	width: 750px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.image-container {
	position: relative;
	width: 85%;
	height: 90%;
}

.image-container a {}

.image-container img {
	opacity: 0.1;
	position: absolute;
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all 1.5s ease-in-out;
	transform-origin: center center;

}

.image-container img:hover {
	transition: all 0.6s;
}

.image-container img.active {
	opacity: 1;
}

.carousel-nav {
	position: absolute;
	bottom: 20%;
	left: 12%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 20;
}

.carousel-nav button {
	width: 40px;
	height: 30px;
	background-color: #0652b0;
	color: white;
	border: none;
	font-size: 20px;
	cursor: pointer;
	transition: all 0.3s;
}

.text-slide a:hover h2 {
	color: #0652b0;
}

.carousel-nav button:hover {
	background-color: #fe8f00;
	transform: scale(1.1);
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.notice {
	background: url(noticebjtlf.png) center no-repeat;
	height: 630px;

}

.notice .contenttitle {
	padding-top: 30px;
}

.noticebox {
	padding-top: 50px;
}

.noticebox li {
	width: 30%;
	float: left;
	position: relative;
}

.noticebox li a:hover {
	color: #dee71c;
}

.noticebox li:nth-child(2) {
	margin: 0 75px;
}

.noticebox li a {
	color: #fff;
	font-size: 20px;
	position: relative;
	padding: 15px 0;
	display: block;
	line-height: 30px;
	background: url(listlin.png) left bottom no-repeat;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.noticebox li i {
	color: #fff;
	opacity: 0.2;
	position: absolute;
	font-style: normal;
	font-weight: bold;
}

.noticebox li .month {
	font-size: 80px;
	top: -13%;
	left: 1%;
}

.noticebox li .day {
	font-size: 30px;
	top: -2%;
	left: 23%;
}

.noticebox li p {
	font-size: 16px;
	line-height: 35px;
	color: #fff;
	text-indent: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

.teachingboxlf {
	width: 580px;
	height: 420px;
	border-top-left-radius: 50px;
	background-color: #fff;

}

.teachingboxlf ul {
	padding: 30px 0px 0px 30px;
}

.teachingboxlf ul li {
	line-height: 70px;
}

.teachingboxlf ul div {
	border-bottom: 2px solid #0652b0;
	color: #0652b0;
	display: block;
	transition: all 1.5s ease-in-out;
	cursor: pointer;
}

.teachingboxlf ul div span.year {
	font-size: 20px;
	display: block;
	font-weight: bold;
	line-height: 30px;
}

.teachingboxlf ul div span.time {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	display: block;
}

.teachingboxlf ul a {
	color: #000;
	font-size: 16px;
	line-height: 50px;
	display: block;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 98%;
}

.teachingboxlf ul p {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	transition: all 1.5s ease-in-out;
	cursor: pointer;
}

/* 默认隐藏所有 div */
.tabnav li .clearfix {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease, height 0.3s ease;
}

/* 第一个 li 的 div 默认显示 */
.tabnav li.active .clearfix {
	opacity: 1;
	height: auto;
}

/* 悬停时显示当前 div */
.tabnav li:hover .clearfix {
	opacity: 1;
	height: auto;
}

.section_lf {
	position: relative;
	display: inline-block;
	width: 900px;
	height: 475px;
	overflow: hidden;
	border-radius: 40px;
}

.section_lf li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.section_lf li a:hover img {
	transform: scale(1.1);
}

.section_lf li a img {
	display: inline-block;
	height: 100%;
	width: 100%;
	transform: scale(1);
	transition: all 0.6s;
}

.teachingbox {
	margin: 30px auto;
}

.recruitmentbox {
	position: relative;
	display: flex;
	align-items: center;
	margin: 30px auto;
}

.introduction {
	width: 215px;
	height: 490px;
	background-color: #af2626;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	float: left;
}

.optionboxbox {
	width: 215px;
	height: 220px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: #af2626;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	float: left;
}

.introduction span {
	font-size: 22px;
	color: #fff;
	line-height: 45px;
	font-weight: bold;
	display: block;
}

.optionboxbox span {
	font-size: 22px;
	color: #fff;
	line-height: 45px;
	font-weight: bold;
	display: block;
}

.videobox {
	width: 780px;
	height: 510px;
	border-radius: 50px;
	background-color: #8e8e8e;
	border-bottom-left-radius: 0px;
	overflow: hidden;

}

.applicantbox {
	border-radius: 0px;
	background-color: #d26d00;
}

.processbox {
	border-radius: 0px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 0px;
	background-color: #0389ce;
}

.majorbox {
	border-top-left-radius: 0px;
	background-color: #029b10;
}

.recruitmentbox3 li {
	border-bottom: 1px solid #efefef;
	line-height: 60px;
	float: left;
	width: 48%;
	margin: 20px 0;
}

.recruitmentbox3 li:hover span {
	color: #0652b0;
}

.recruitmentbox3 li:nth-child(even) {
	float: right;
}

.recruitmentbox3 li span {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.recruitmentbox2 {
	float: left;
	width: 780px;
	z-index: 2;
}

.recruitmentbox3 {
	float: left;
	padding: 50px 0;
	width: 476px;
	padding-left: 45px;
	background: #fff;
	height: 280px;
	z-index: 4;
	padding-top: 150px;
}

.textlast {
	letter-spacing: 30px;
}

.recruitmentbox3 li img {
	padding-right: 10px;
}

.recruitment {
	position: relative;
}

.poabs {
	position: absolute;
	width: 800px;
	height: 280px;
	bottom: 0px;
	right: 0;
	background-color: #fff;
	z-index: 1;

}

.introduction a,
.optionbox a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.introduction a:hover img {
	transform: scale(1.1);
}

.optionbox a:hover img {
	transform: scale(1.1);
}

.personalitybox {
	height: 560px;
	overflow: hidden;
	margin: 30px auto;
}

.personalitybox img:hover {
	transform: scale(1.1);
}

.personalitybox_div {
	width: 380px;
	height: 280px;
	overflow: hidden;

}

.personalitybox_div img {
	width: 100%;
	height: 100%;
}

.personalitybox_btomdiv {
	width: 760px;
	height: 280px;
	overflow: hidden;
	border-bottom-left-radius: 15px;
}

.personalitybox_btomdiv img {
	width: 100%;
	height: 100%;
}

.personalitybox_rt {
	width: 760px;
	height: 560px;
	overflow: hidden;
	border-top-right-radius: 15px;
}

.personalitybox_rt img {
	width: 100%;
	height: 100%;
}

.foot {
	background: url(bottom.png) center no-repeat;
	height: 525px;
}

.footlink {
	color: #fff;
}

.chinese {
	font-size: 25px;
	font-weight: bold;
	margin-left: 90px;
}

.footlink {
	padding-top: 40px;
}

.footlinkese {
	position: relative;
}

.englishsd {
	position: absolute;
	bottom: -15px;
	right: -70px;
	font-size: 18px;
}

.symbol {
	position: absolute;
	bottom: -4px;
	right: -20px;
	font-size: 18px;
}

.footlinka {
	line-height: 48px;
}

.footlinka a {
	float: left;
	color: #fff;
	display: block;
	font-size: 18px;
	margin: 0 15px;
}
.footlinka a:hover {
	font-weight: bold;
	transition: all 0.5s ease-in-out;
	font-size: 20px;
}

.footlogo {
	text-align: center;
	margin: 40px auto;
}

.foottext p {
	line-height: 60px;
	color: #fff;
	font-size: 18px;
}

.foottextul li {
	float: left;
	width: 22%;
}

.foottextul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.foottextul li span {
	font-size: 18px;
	color: #fff;
}
.foottextul li:hover span {
	font-weight: bold;
}

.foottextul li img {
	padding-bottom: 10px;
}
.foottextul li:nth-child(3) img {
	padding-bottom: 7px;
}

.foottext_lf {
	width: 450px;
	padding-left: 80px;
}

.foottext_rt {
	width: 750px;
}

.foottext_rt .lf {
	width: 205px;
}

.foottext_rt .rt {
	width: 545px;
}

.foottext_rt .rt ul {
	display: flex;
	justify-content: flex-end;
}

.secondary-nav {
	background-color: rgba(46, 102, 215, 0.6);
	height: 110px;
	position: fixed;
	width: 100%;
	/* top: -110px; */
	top: 0px;
	/* 初始隐藏在顶部 */
	transition: all 0.8s ease;
	z-index: 999;
}

.secondary-nav .header_topdivrt {
	width: 58%;
	border-bottom: 0px solid #fff;
}

.secondarynavli {
	float: left;
	padding: 0 15px;
	position: relative;
	padding-bottom: 25px;
}

.secondarynavli a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.secondarynavli a:hover {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.secondarylogo {
	width: 490px;
}

.container_rt {
	width: 1020px;
}

.secondarynav {
	display: flex;
	justify-content: flex-end;
}

.container {
	display: flex;
	align-items: center;
	height: 100%
}

.secondarynavdiv {
	display: none;
	width: 100%;
	left: 0;
	position: absolute;
	top: 46px;
	background-color: rgba(46, 102, 215, 0.8);
}

.secondarynavdiv li {
	line-height: 45px;
	text-align: center;

}

.secondarynavdiv li a {
	font-size: 16px;
	font-weight: 400;

}

.secondarynavli:hover .secondarynavdiv {
	display: block;
}

.container_rt input {
	border-radius: 10px;
}

.qtyem .secondary-nav {
	top: 0 !important;
}

.qtyem .headerbjt {
	height: 590px;
	position: relative;
}

.Currentcolumn {
	position: absolute;
	bottom: 0;
	left: 10%;
	background-color: rgba(46, 102, 215, 0.8);
	color: #fff;
	padding: 20px 30px;
	font-size: 30px;

}

.institution {
	width: 745px;
	background-color: #fff;
}

.institution p {
	line-height: 60px;
	font-size: 20px;
	padding: 0 20px;
	background-color: #0049a9;
	color: #fff;
}

.institution ul {
	padding: 0 50px;
}

.institution ul li {
	line-height: 60px;
}

.institution ul li a {
	padding-left: 20px;
	background: url(listlin2.png) left no-repeat;
	font-size: 18px;
	color: #000;
}

.institution ul li:hover a {
	color: #0049a9;
	padding-left: 25px;
}

.liebiaolist .liebiaolistbox {
	width: 70px;
	float: left;
	margin-right: 30px;
}

.liebiaolist img {
	float: left;
}

.liebiaolist .liebiaolistbox2 {
	width: 1065px;
	float: left;
}

.listlbtime {
	font-size: 22px;
	color: #0652b0;
	font-weight: bold;
	display: block;
}

.listlbyer {
	font-size: 18px;
	color: #969696;
	text-align: right;
	display: block;
}

.liebiaolistbox {
	border-bottom: 2px solid #0e57b2;
	line-height: 40px;
}

.liebiaolist li a {
	padding: 0 40px;
	display: block;
}

.liebiaolistbox {}

.liebiaolist img {
	width: 245px;
	height: 135px;
	margin-right: 30px;
}

.liebiaolisttiltst {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 50px;
	display: block;
	max-width: 90%;

}

.liebiaolistbox2 p {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.liebiaolist li {
	padding: 20px 0;
	border-bottom: 2px solid #e5e5e5;
}

.liebiaolist li:hover .liebiaolisttiltst {
	padding-left: 5px;
	color: #0652b0;
}

.path {
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	background: url(path_weizhi.png) no-repeat 0 10px;
	text-indent: 30px;
}

.contenttext {
	background-color: #fff;
	margin: 20px auto;
	padding: 0 20px;
}

.cl-content {
	padding: 0 15px;
}

.cl-content h1.xx-tit {
	font-size: 34px;
	color: #333;
	font-weight: bold;
	line-height: 48px;
	padding: 30px 40px 30px;
	text-align: center;
}

.cl-content .cl-bar {
	padding: 0 30px;
	line-height: 55px;
	background: #f5f5fc;
	text-align: center;
}

.cl-content .cl-bar img {
	margin-right: 5px;
}

.cl-content .cl-bar span {
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-size: 16px;
}

.news-detail {
	padding: 0 30px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
}

.xywhvideobox {
	width: 100%;
	height: 860px;
	text-align: center;
}

.zjnx-swp {
	position: relative;
	float: left;
	width: 715px;
	height: 400px;
	overflow: hidden;
}

.zjnx-swp .cell {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.zjnx-swp .cell:hover img {
	transform: scale(1.1);
}


.zjnx-swp .zjnx-page {
	position: absolute;
	bottom: 0;
	right: 10px;
	z-index: 1;
	margin-bottom: 20px;
	padding-right: 20px;
	text-align: right;
}

.zjnx-swp .zjnx-page .swiper-pagination-bullet {
	margin-right: 5px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #d5d1cc;
	cursor: pointer;
	opacity: 1;
}

.zjnx-swp .zjnx-page .swiper-pagination-bullet-active {
	background-color: #007cdc;
	opacity: 1;
}

.zjnx-swp .cell img {
	width: 100%;
	height: 100%;
}

.contents {
	float: right;
	width: 760px;
}

.contents .contentsp {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	text-align: left;
	line-height: 35px;
}

.contents p {
	text-align: left;
	font-size: 18px;
	color: #333;
	line-height: 35px;
}

.contents .contentspa {
	float: right;
	font-size: 16px;
	color: #007ad8;
}

.zjnx-top-banner {
	position: relative;
	width: 100%;
	height: 170px;
}

.zjnx-top-banner .controll {
	width: 160px;
	height: 170px;
	padding: 20px 40px;
	background-color: #3263ac;
}

.zjnx-top-banner .controll .nav {
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 20px;
	margin-top: 15px;
}

.zjnx-top-banner .controll .nav img {
	width: 100%;
}

.zjnx-top-banner .controll .nav img:hover {
	transform: scale(1.1);
}

.zjnx-top-banner .controll .zjnx_page {
	display: inline-block;
	margin-top: 15px;
	font-size: 12px;
	color: #fff;
	width: 100%;
}

.zjnx-top-banner .controll .zjnx_page .swiper-pagination-current {
	font-size: 40px;
}

.zjnx-top-banner .controll .zjnx_page .swiper-pagination-total {
	font-size: 25px;
}

.zjnx-top-banner .zj_banner {
	position: relative;
	overflow: hidden;
	top: -210px;
	left: 60px;
	width: 600px;
	height: 170px;
	padding: 25px 10px 20px;
}

.zjnx-top-banner .zj_banner .swiper-slide {
	width: 125px;
	height: 125px;
	margin-right: 30px;
	padding-top: 25px;
	text-align: center;
	background-color: #fff;
	border-bottom: 3px solid #007AD8;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.21);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.zjnx-top-banner .zj_banner .swiper-slide:hover img {
	transform: scale(1.1);
}

.zjnx-top-banner .zj_banner .swiper-slide:hover p {
	transform: scale(1.1);
	color: #0652b0;
}

.zjnx-top-banner .zj_banner .swiper-slide img {
	width: 50px;
}

.zjnx .zjnx-part1 .content-box .contents p {
	text-align: left;
	font-size: 18px;
	color: #333;
	line-height: 35px;
	text-align: center;
}

.f-ib {
	display: inline-block;
}

.contentsppp {
	height: 175px;
	overflow: hidden;
}


.n-content2 {
	box-sizing: border-box;
	padding: 30px 40px;
}

.picslide2 {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	width: 1400px;
	margin: 0 auto;
}

.picslide2 .swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.picslide2 .swiper-wrapper {
	position: relative;
	left: 275px;
}

.picslide2 .swiper-slide {
	width: 850px;
	margin: 0 auto;
}

.picslide2 .swiper-slide .img {
	overflow: hidden;
}

.picslide2 .swiper-slide .img img {
	width: 100%;
	height: 470px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.picslide2 .swiper-slide:hover .img img {
	transform: scale(1.1);
}

.picslide2 .swiper-slide .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	z-index: 99;
	opacity: 1;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	transition: all 0.5s ease-in-out;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.picslide2 .swiper-next,
.picslide2 .swiper-prev {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #0062b2;
	position: absolute;
	top: calc((100% - 60px) / 2);
	z-index: 99;
	border-radius: 50%;
	cursor: pointer;
}

.picslide2 .swiper-next {
	right: 16%;
}

.picslide2 .swiper-prev {
	left: 16%;
}


.newstudentsbox {
	width: 395px;
	height: 650px;
	background: #fff;
	padding: 0 20px;
}

.EnrollmentNews {
	float: left;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;

}

.Policyinterpretation {

	float: left;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.newstudentsboxtitle {
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.newstudentsboxtitlebox a {
	display: inline-block;
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 45px;
	padding-bottom: 5px;
	border-bottom: 5px solid #0049a9;
}

.newstudentsboxtitleboxdiv {
	float: right;
	height: 55px;
	display: flex;
	align-items: center;
}

.newstudentsboxtitleboxdiv a {
	border: none;
	display: inline-block;
	line-height: 45px;
}

.newstudentsboxtitleboxdiv span {
	margin: 0 5px;
	float: left;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #eaeaea;
}

.newstudentsboxul li {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
	margin: 15px 0;
}

.newstudentsboxul li:hover a,
.swp2-2a:hover .swp2-2title,
.employmentgzboxdivrt li:hover a {
	color: #0652b0;
}

.newstudentsboxul li a,
.swp2-2title {
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swp2-2a:hover img.swp2-2img {
	transform: scale(1.1);
}

.newstudentsboxul li span,
.swp2-2div span {
	font-size: 18px;
	color: #8c8c8c;
	cursor: pointer;
	display: block;
	padding-top: 5px;
}

.zsjynoticebox {
	width: 650px;
	height: 720px;
	background: #fff;
	float: left;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	position: relative;
}

.zsjynoticeboxtitle {
	position: absolute;
	top: 395px;
	width: 94%;
	padding: 0 20px;
}

.swp2-2 {
	position: relative;
	display: inline-block;
	width: 650px;
	height: 720px;
	overflow: hidden;
}

.swp2-2 .swiper-slide {
	width: 100%;
	height: 100%;
}

.swp2-2a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
}

.swp2-2a img {
	width: 650px;
	height: 375px;
}

.swp2-2div {
	padding: 0 20px;
	padding-top: 120px;
}

.swp2-2text {
	font-size: 16px;
	color: #767676;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 15px;
	text-indent: 30px;
}

.pagzsjynotice {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagzsjynotice span,
.pgnotice3 span {
	width: 30px;
	height: 10px;
	background: #d9d9d9;
	margin: 0 5px;
	display: block;
	float: left;
	border-radius: 5px;
}
iframe{
	width: 1400px;
	height: 680px;
}
.pagzsjynotice span.swiper-active-switch,
.pgnotice3 span.swiper-active-switch {
	background: #0049a9;
}

.MajorIntroduction {
	background: url(zhuanyejies.png) left no-repeat;
	height: 310px;
}

.MajorIntroductiontitle {
	width: 280px;
	margin: 75px 0;
	float: left;
}

.MajorIntroductiontitle a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	line-height: 45px;
	padding-bottom: 5px;
	border-bottom: 5px solid #fff;
}

.MajorIntroductiontitle p {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 15px;
	text-indent: 30px;
}

.swp3-3 a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.swp3-3 a span {
	position: absolute;
	bottom: 50px;
	right: 70px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.img-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	/* 半透明黑色遮罩 */
	pointer-events: none;
	/* 允许点击穿透 */
	border-top-right-radius: 40px;
}

.img-container {
	position: relative;
	width: 390px;
	height: 230px;
	border-top-right-radius: 40px;
	overflow: hidden;
}

.img-container:hover img {
	transform: scale(1.1);

}

.swp3-3 a img {
	width: 100%;
	height: 100%;


}

.jctp_list li {
	width: 408px;
	height: 264px;
}

.MajorIntroductionrt {
	width: 1220px;
	height: 310px;
	position: relative;
	overflow: hidden;
}

.swp3-3 {
	width: 1225px;
	overflow: hidden;
	position: relative;
	height: 264px;
	margin-top: 30px;
}

.pagzsjynotice,
.pgnotice3 {
	position: absolute;
	bottom: -40px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	left: 162px;
}

.employmentgzbox {
	width: 100%;
	height: 650px;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}

.employmentgzboxdiv {
	padding: 30px;
}

.employmentgzboxdivlf {
	width: 410px;
	height: 540px;
}

.employmentgzboxdivlf img {
	width: 100%;
	height: 100%;
}

.employmentgzboxdivrt {
	width: 1010px;
}

.employmentgzboxdivrt li {
	float: left;
	width: 47%;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
	margin: 10px 15px;
}

.employmentgzboxdivrt li a {
	line-height: 30px;
	font-size: 18px;
	color: #000000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.employmentgzboxdivrt li span {
	font-size: 18px;
	color: #8c8c8c;
	cursor: pointer;
	display: block;
	padding-top: 5px;
}

.liebiao2listul li a {
	width: 100%;
	display: block;
}

.liebiao2listul li a div.liebiao2listuldiv {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #8c8c8c;
	padding: 15px;
	margin: 15px;
	float: left;
	width: 130px;
}

.liebiao2listtim {
	font-size: 35px;
	color: #0652b0;
	font-weight: bold;
	display: block;
}

.liebiao2listtim2 {
	font-size: 18px;
	color: #969696;
	display: block;
	width: 100px;
	text-align: center;
	line-height: 45px;
}

.liebiao2listbox2 {
	float: right;
	width: 1290px;
	padding: 15px;
}

.liebiao2listbox2 p {
	font-size: 14px;
	color: #8e8e8e;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.liebiao2listbox2 .liebiaolisttiltst {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 50px;
	display: block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.liebiao2listul li {
	background-color: #ececec;
	margin: 10px auto;
}

.liebiao2listul li:hover {
	background-color: #fff;
}

.liebiao2listul li:hover .liebiaolisttiltst {
	color: #0652b0;
}

.liebiao2listtitle {
	font-size: 30px;
	line-height: 70px;
	font-weight: bold;
	color: #0652b0;
}



.newstab{width: 100%; text-align: center;}
.newstab li{text-align: center;display: inline-table; margin-right: 20px;}
.newstab li.on .white{color: #fff;}
.newstab li.on .whitei{background-color: #fff;}
.newstab li .white{color: #4172B2;}
.newstab li .whitei{background-color: #4172B2;}
.fangda{display: none;width: 100px;height: 100px;margin-top: -200px;margin-left: 10px;}
.fangda img{width: 100%; height: 100%;}













