/* bannner图 */
.bannner {
	height: 81vh;
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.7s ease;
	/* min-height: 800px; */
	margin: 0 auto;
	margin-bottom: 0;
	/* max-width: 1400px; */
}

/* .white_head1{
	height: 0px;
	min-height: 0;
	margin-bottom: 250px;
} */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/*text-align: center;*/
	font-size: 18px;
	background: #fff;
	height: 100% !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannner .swiper-pagination-bullet {
	width: 16px !important;
	height: 5px !important;
	background-color: #fff !important;
	/* margin-left: 13px !important; */
	opacity: 0.6 !important;
	border-radius: 0px !important;
	top: 7px !important;
	position: relative;
	margin-bottom: 10px !important;
	transition: all 0.2s;
	right: -24px;
}

.quanjingindex {
	position: absolute;
	height: 46px;
	width: 180px;
	bottom: 20%;
	left: 50%;
	margin-left: -90px;
	z-index: 9999;
	background: #2f59b3;
	color: #fff;
	line-height: 46px;
	text-align: center;
	border: 0px solid;
	font-size: 15px;
	border-radius: 3px;
	opacity: 0.4;
	cursor: pointer;
}

.quanjingindex:hover {
	opacity: 1;
	background: #2f59b3;
}

.pob {
	position: absolute;
	z-index: 10;
	bottom: 60px;
	left: 50%;
	margin-left: -12.5px;
	animation: myfirst 0.8s linear 0.8s infinite alternate;
	-moz-animation: myfirst 0.8s linear 0.8s infinite alternate;
	-webkit-animation: myfirst 0.8s linear 0.8s infinite alternate;
	-o-animation: myfirst 0.8s linear 0.8s infinite alternate;
}


@keyframes myfirst {
	0% {
		bottom: 50px;
	}

	25% {
		bottom: 54px;
	}

	50% {
		bottom: 60px;
	}

	75% {
		bottom: 64px;
	}

	100% {
		bottom: 70px;
	}
}

.swiper-pagination1 {
	top: 32% !important;
	right: 113px !important;
	width: auto !important;
	left: auto !important;

}

.swiper-pagination1 span {
	display: block !important;
}

.bannner .swiper-pagination-bullet-active {
	background: #fff !important;
	width: 42px !important;
	height: 5px !important;
	opacity: 1 !important;
	right: 0;
}

.swiper-jiantou {
	width: 100%;
	position: relative;
	bottom: 60px;
	display: flex;
	justify-content: center;
}

.bannner .swiper-button-next,
.bannner .swiper-container-rtl .swiper-button-prev1 {
	right: -25px !important;
	position: inherit !important;
	background-image: url(../image/you.png) !important;
	width: 60px !important;
	height: 23px !important;
	background-size: 60px 22px !important;
}

.bannner .swiper-button-prev,
.bannner .swiper-container-rtl .swiper-button-next1 {
	left: 00px !important;
	position: inherit !important;
	background-image: url(../image/zuo.png) !important;
	width: 60px !important;
	height: 23px !important;
	background-size: 60px 22px !important;
}

.swiper-num {
	position: absolute;
	left: 94%;
	top: 72%;
	bottom: 0;
	z-index: 2;
	color: #fff;
}

.swiper-num .active {
	display: inline-block;
	color: #fff;
	font-size: 23px;
	padding-right: 3px;
	margin-bottom: 5px;
}

.swiper-num span {
	font-size: 32px;
}

.swiper-num .total {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}

.bannner iframe {
	width: 100%;
	height: 100%;
}

/* 工作动态 */
.xueyuan {
	padding-top: 80px;
}

.xueyuan_biaoti {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 55px;
}

.xueyuan_biaoti h1 {
	display: flex;
	align-items: baseline;
	font-weight: 500;
	font-size: 56px;
	color: #333740;
}

.xueyuan_biaoti h1 span {
	font-weight: 500;
	font-size: 26px;
	color: #C5C6CC;
}

.xueyuan_biaoti p {
	font-weight: 500;
	font-size: 16px;
	color: #333740;
	position: relative;
}

.xueyuan_biaoti p img {
	width: 40px;
	height: 40px;
	margin-left: 10px;
}

.xueyuan_zuoyou {
	display: flex;
	justify-content: space-between;
}

.xueyuan_zuo {
	width: 780px;
	height: 626px;
	position: relative;
	overflow: hidden;
}

.img {
	width: 100%;
	height: 100%;
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.x_biaoti {
	width: 100%;
	height: 152px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	padding-left: 30px;

}

.x_biaoti p {
	width: 60%;
	font-weight: 400;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: left;
}

.x_zhishi {
	position: relative;
	width: 30%;
	bottom: 15%;
	left: 65%;
}

.x_zhishi .swiper-pagination2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.x_zhishi .swiper-pagination2 .swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1;
	margin-left: 19px;
	position: relative;
}

.x_zhishi .swiper-pagination2 .swiper-pagination-bullet-active::after {
	content: "";
	width: 24px;
	height: 24px;
	border: 1px solid #FFFFFF;
	background: transparent;
	position: absolute;
	left: -9px;
	top: -9px;
	border-radius: 50px;

}

.x_zhishi .swiper-button-next2,
.x_zhishi .swiper-button-prev2 {
	width: 12px !important;
	height: 24px !important;
	background-size: 12px 24px !important;
	margin-top: -12px;
}

.x_zhishi .swiper-button-prev2 {
	left: 35px !important;
}

.xueyuan_you {
	width: 800px;
	border-top: 1px solid #D3D5DB;
	padding-left: 40px;
}

.xyy_one {
	height: 169px;
	border-bottom: 1px solid #D3D5DB;
	display: flex;
	align-items: center;
	position: relative;
}

.xyy_one:hover p {
	color: #1B4499;

}

.xyy_one_right_l {
	text-align: right;
	width: 100%;

}

.xyy_one_right_l img {
	width: 14.3px;
	height: 14.3px;
	margin-bottom: 16px;
}

.xyy_one_right_l p {

font-weight: 500;

font-size: 20px;

color: #333740;

display: block;

transition: all 0.3s;
}

.xyy_two {
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #D3D5DB;
	position: relative;
}


.xyy_sj {
	padding-top: 7px;
	padding-bottom: 14px;
	font-weight: 500;
	font-size: 16px;
	color: #1B4499;
}

.xyy_zy {
	display: flex;
	justify-content: space-between;
}

.xyy_two_b {
	width: 264px;
}

.xyy_two_b p {
	font-weight: 500;
	font-size: 20px;
	color: #333740;
	transition: all 0.3s;
}

.xyy_two_n {
	width: 393px;
}

.xyy_two_n p {
	font-weight: 400;
	font-size: 16px;
	color: #787B80;
	line-height: 26px;
	transition: all 0.3s;
	display: -webkit-box;
	/* 使用旧版弹性盒子模型 */
	-webkit-box-orient: vertical;
	/* 内容垂直排列 */
	-webkit-line-clamp: 2;
	/* 限制显示行数 */
	overflow: hidden;
	/* 隐藏溢出内容 */
}

.xyy_one_right {
	width: 0px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.xyy_one_left {
	width: 550px;
	height: 0;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	color: #333740;
	line-height: 44px;
	border-right: 1px solid #D3D5DB;
	overflow: hidden;
	padding: 0;
	opacity: 0;
}

.xyy_one_left p {
	width: 480px;
}

.xyy_two:hover {
	display: flex;
	justify-content: space-between;

}

.xyy_two:hover .xyy_sj {
	display: none;
}

.xyy_two:hover .xyy_zy {
	display: none;
}

.xyy_two:hover .xyy_one_left {

	height: 100%;
	opacity: 1;
	transition: all 0.3s;
}

.xyy_two:hover .xyy_one_right {
	width: 209px;
}

.xyy_two::after {
	content: "";
	width: 0;
	height: 6px;
	background-color: #1B4499;
	left: -5%;
	top: -5px;
	position: absolute;
	transition: all 0.4s;

}

.xyy_two:hover::after {
	width: 105%;
}

/* 政策文件 */
.xuetuan {
	padding-top: 100px;
	padding-bottom: 119px;
}

.xuetuan_zhengce {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xtzc_li {
	width: 500px;
	height: 177px;
	border-bottom: 1px solid #D3D5DB;
	position: relative;
	transition: all 0.3s;
}

.xtzc_li span {
	font-weight: 500;
	font-size: 16px;
	color: #333740;
	display: block;
	padding-top: 38px;
	padding-bottom: 20px;
}

.xtzc_li p {
	height: 58px;
	font-weight: 400;
	font-size: 20px;
	color: #333740;
	line-height: 32px;
	transition: all 0.3s;
}

.xtzc_li img {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 50px;
	bottom: -40px;
	opacity: 0;
	transition: all 0.3s;
}

.xtzc_li:hover {
	border-bottom: 1px solid #B82109;
}

.xtzc_li:hover p {
	color: #1B4499;
}

.xtzc_li:hover img {
	opacity: 1;
}

.xtzc_li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 6px;
	background-color: #1B4499;
	transition: all 0.3s;


}

.xtzc_li:hover::after {
	width: 100%;
}

/* 视频 */
.zhuanye {
	position: relative;
}

.zy_sp {
	width: 100%;
}

.sp_an {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.sp-an img {
	width: 136px;
}

.videos {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -30%;
	margin-top: -32.5vh;
	z-index: 9999;
	width: 60%;
	height: 65vh;
}

.videos video {
	height: 100%;
	display: block;
	margin: 0 auto;
}

.vclose {
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	cursor: pointer;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.4);
}

/* 友情链接 */
.root {
	padding-top: 69px;
	padding-bottom: 90px;
}

.root_link {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.root_link_li {
	width: 296px;
	height: 110px;
	background-color: #ECEEF5;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
	transition: all 0.3s;
}

.root_link_li img {
	width: 22px;
	height: 22px;
	margin-left: 30px;
	margin-right: 14px;
}

.blink {
	display: none;
}

.root_link_li p {
	font-weight: bold;
	font-size: 22px;
	color: #333740;
	transition: all 0.3s;

}

.root_link_li:hover {
	background: url(../image/link_b.png);
	background-size: 100% 100%;
}

.root_link_li:hover p {
	color: #fff;
}

.root_link_li:hover .blink {
	display: block !important;
}

.root_link_li:hover .hlink {
	display: none;
}

@media screen and (max-width:1600px) {
	.xueyuan_zuo {
		width: 48%;

	}

	.xueyuan_you {
		width: 50%;

	}

	.xtzc_li {
		width: 32%;
	}

	.xtzc_li p {
		display: -webkit-box;
		/* 使用旧版弹性盒子模型 */
		-webkit-box-orient: vertical;
		/* 内容垂直排列 */
		-webkit-line-clamp: 2;
		/* 限制显示行数 */
		overflow: hidden;
	}
	.root_link_li {
	    width: 19%;
	   
	}
}
@media screen and (max-width:1400px) {
	.root_link_li p {
	    font-size: 18px;  
	}
}
@media screen and (max-width:1024px) {
	.xueyuan_zuoyou {
		flex-wrap: wrap;
	}

	.xueyuan_zuo {
		width: 100%;

	}

	.xueyuan_you {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;

	}

	.xyy_sj {
		display: none;
	}

	.xyy_zy {
		display: none;
	}

	.xyy_one_left {
		width: 80%;
		opacity: 1;
		height: 100%;
	}

	.xyy_one_right {
		width: 20%;
	}

	.xyy_two::after {
		content: "";
		width: 0;
		height: 6px;
		background-color: #1B4499;
		left: 0%;
		top: -5px;
		position: absolute;
		transition: all 0.4s;
	}

	.xyy_two:hover::after {
		width: 100%;
	}

	.xyy_two {
		display: flex;
	}

	.xyy_one_left p {
		width: 80%;
	}

	.xtzc_li {
		width: 49%;
	}
}

@media screen and (max-width:768px) {

	.bannner {
		height: 255px;

	}

	.swiper-pagination1 {

		right: 15px !important;

	}

	.swiper-jiantou {

		bottom: 20px;
	}

	.xyy_two {

		height: 100px;

	}

	.xyy_one_left {
		width: 70%;

	}

	.xyy_one_right {
		width: 30%;
	}

	.xyy_one_left p {
		width: 95%;
		font-size: 18px;
		line-height: 26px;
	}

	.xyy_one_right_l p {

		font-size: 15px;

	}

	.xueyuan_zuo {

		height: 230px;

	}

	.x_biaoti p {
		font-size: 16px;
		line-height: 23px;

	}

	.x_biaoti {
		height: 95px;
		padding-left: 15px;
	}

	.x_zhishi .swiper-pagination2 {
		display: none;
	}

	.xueyuan_biaoti h1 {
		font-size: 25px;
	}

	.xueyuan_biaoti h1 span {
		font-size: 14px;
	}

	.xueyuan_biaoti p img {
		width: 20px;
		height: 20px;
	}

	.xueyuan_biaoti {
		padding-bottom: 20px;
	}

	.xueyuan {
		padding-top: 30px;
	}

	.xtzc_li p {
		font-size: 18px;

	}

	.xtzc_li span {

		font-size: 15px;

		padding-top: 15px;
		padding-bottom: 15px;
	}

	.xtzc_li {
		height: 140px;
	}

	.sp_an img {
		width: 50px;
	}
	.root_link_li {
	    width: 49%;
		margin-bottom: 15px;
		height: 85px;
	   
	}
	    .root_link_li p {
	        font-size: 16px;
	    }
		.root_link_li img {
		    width: 15px;
		    height: 15px;
		    margin-left: 19px;
		    margin-right: 10px;
		}
}