.bar1 {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.swiper2 {
    width: 100%;
    height: 490px!important;
}
.swiper3 {
    width: 100%;
    height: 490px!important;
}
.guanzhu {
    align-items: center;
}
/* ???’???¨??a�???????a�????????’???|???￠?￠a�????￠a�??￠??a�????-???’???￥???￠?￠a�??????o??a�????? */
.bannner {
	height: 100%;
	overflow: hidden;
}

.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;
}

.swiper-pagination-bullet {
	width: 16px !important;
	height: 6px !important;
	background-color: #fff !important;
	margin-bottom: 20px !important;
	opacity: 1 !important;
	border-radius: 3px !important;
}

.swiper-pagination1 {
	left: 95% !important;
	top: 55% !important;
}

.swiper-pagination1 span {
	display: block !important;
}

.swiper-pagination-bullet-active {
	background: #D13632 !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 80px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 80px !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;
}

.nav2 {
	background: #fff;

}

.fen {
	max-width: 1180px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.fen ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}

.fen ul li {
	width: 65px;
	text-align: center;
}

.fen ul li a p {
	font-size: 16px;
	color: #343434;
	text-align: center;
	margin-top: 5px;
}

.fen ul li a img {
    transition: all 0.5s;
    width: 38px;
    height: 40px;
}

.fen ul li:hover a img {
	transform: scale(1.2);

}

/* ???’???￥??a�????-??a�????|???’???|??a�???????a�????????’???¨??a�????|??a�????????’???????￠?￠a�????￠a??????a�????? */
.school {
	background: url(../images/index/beijing1.png);
	background-size: 100% 100%;
	overflow: hidden;
	padding-top: 85px;
	padding-bottom: 55px;
}

.biaoti {
	text-align: center;
	padding-bottom: 48px;
}

.biaoti h1 {
	font-size: 42px;
	color: #000;
	letter-spacing: 2px;
}

.school-top {
	display: flex;
	justify-content: space-between;
	padding-bottom: 35px;
}

.tuwen {
	width: calc(100%/3.1);
	height: 351px;
	overflow: hidden;
	position: relative;
}

.tu {
	width: 100%;
	height: 255px;
	overflow: hidden;
}

.tu img {
	width: 100%;
	height: 100%;
	transition: all .5s;
	object-fit: cover;
}

.tuwen:hover .tu img {
	transform: scale(1.2);
}

.wen {
	padding: 20px;
	background: #005964;
	height: 100%;
}

.wen p {
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.yrq {
	width: 67px;
	height: 28px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(0 0 0 / 52%);
	top: 0;
	right: 0;
	left: auto;
}

.yrq span {
	font-size: 16px;
	color: #fff;
}

.school-bot {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.yaowen {
	width: calc(100%/2.07);
	display: flex;
	height: 85px;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: #8D9AA6 5.14px 6.13px 13px;
	transition: all 0.6s;
}

.yaowen:hover {
	box-shadow: #2a2e33 5.14px 6.13px 13px;
}

.yaowen:hover .yao-right a {
	color: #005964;
}

.yao-left {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #005964;
}

.yao-right {
	width: 85%;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	padding: 0 30px;
}

.yao-right a {
	color: #000;
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.yao-left a p {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 28px;
}

.yao-left a span {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
}

/* ???’???§??a�???????a�????????’???￥??a�???????a�1?￠a???????’???|???￠?￠a�????￠a???“??a�????°???’???????￠?￠a�????￠a??????a�?????/???’???????￠?￠a??????????a�|???????’???§??a�|??????a�????￥???’???￥???￠?￠a�??????|??a�????????’???￥???￠?￠a�??????“??a�|???? */
.news-announcement {
	overflow: hidden;
	background: url(../images/index/beijing2.png);
	background-size: 100% 100%;
	padding: 85px 0 50px 0;
}

.xinwengonggao {
	display: flex;
	justify-content: space-between;
}

.xinwen {
	width: 60%;
	padding-right: 50px;
}

.gonggao {
	width: 40%;
}

.gonggao .biaoti {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gonggao .biaoti a {
	font-size: 14px;
	color: #000000;
	position: relative;
	padding-right: 75px;
}

.gonggao .biaoti a::before {
	content: "";
	width: 8.5px;
	height: 8.5px;
	background-color: #005964;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgb(0 89 100 / 29%);
	position: absolute;
	top: 6px;
	right: 0;
	left: auto;
}

.gonggao .biaoti a::after {
	content: "";
	width: 65px;
	height: 2px;
	background-color: #005964;
	position: absolute;
	top: 9px;
	left: 64px;
}

.xinwen .biaoti {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.xinwen .biaoti a {
	font-size: 14px;
	color: #000000;
	position: relative;
	padding-right: 75px;
}

.xinwen .biaoti a::before {
	content: "";
	width: 8.5px;
	height: 8.5px;
	background-color: #005964;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgb(0 89 100 / 29%);
	position: absolute;
	top: 6px;
	right: 0;
	left: auto;
}

.xinwen .biaoti a::after {
	content: "";
	width: 65px;
	height: 2px;
	background-color: #005964;
	position: absolute;
	top: 9px;
	left: 64px;
}

.gonggao-zy {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 105px;
	margin-bottom: 10px;
	transition: all 0.6s;


}

.gonggao-zy:hover {
	box-shadow: 5px 6px 13px #696969;
}

.gonggao-zy:hover .gong-y a {
	color: #005964;
}

.gong-z {
	background-image: url(../images/index/beijing3.png);
	background-size: 100% 100%;
	background-color: #005964;
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gong-z a p {
	font-size: 29px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.gong-z a span {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	padding-top: 10px;
}

.gong-y {
	background: #fff;
	display: flex;
	align-items: center;
	width: 80%;
	padding: 0 35px;
}

.gong-y a {
	font-size: 16px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
	transition: all 0.4s;
}

.lie {
	width: 48%;
	border-bottom: 2px #b5b2b2 solid;
	transition: all 0.3s;
}

.liebiao {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	flex-wrap: wrap;
}

.liebiaotu {
	width: 408px;
	height: 229.5px;
	overflow: hidden;
}

.liebiaotu img {
	width: 100%;
	height: 100%;
}

.libiaoti {
	padding: 15px;
	position: relative;
}

.libiaoti::after {
	content: "";
	width: 3.2px;
	height: 16.5px;
	background: #005964;
	position: absolute;
	top: 18px;
	right: auto;
	left: 0;
}

.libiaoti a p {
	font-size: 16px;
	transition: all 0.4s;
	color: #000;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.libiaoti a span {
	font-size: 14px;
	color: #333;
	line-height: 32px;
}

.liebiaotu {
	display: none;
}

.lie:nth-child(1) .liebiaotu,
.lie:nth-child(2) .liebiaotu {
	display: block;
}

.lie:hover {
	border-bottom: #005964 solid 2px;
}

.lie:hover .libiaoti a p {
	color: #005964;
}

/* .lie:nth-child(3):hover .liebiaotu{
	display: block;
} */
/* ???’???￥??a�????-??a�????|???’???|??a�|?￠a???“??a�????ˉ???’???¨??a�???????a�|???????’???§???￠?￠a�????…????a�????| */
.xueshu {
	width: 100%;
	overflow: hidden;
	background: url(../images/index/beijing4.png);
	background-size: 100% 100%;
	padding: 95px 0 37px 0;
}

.xueshu .biaoti h1 {
	color: #fff;
}

.shu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 55px;
}

.shu1 {
	background: url(../images/index/beijing5.png);
	background-color: #fff;
	border-bottom: 2px #D13632 solid;
	background-size: 100% 100%;
	position: relative;
	height: 270px;
	width: calc(100%/3.1);
	padding: 120px 30px 47px 30px;
	margin-top: 45px;
	transform: translateY(0);
	transition: all 0.4s;


}

.shu1:hover {
	box-shadow: 5px 6px 13px #741b18;
	transform: translateY(-10px);
}

.shu1:hover a p {
	color: red;
}

.shu1:hover a span {
	color: red;
}

.shu1 a p {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box; 
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical;
    display: -moz-box; 
    -moz-line-clamp:2; 
    -moz-box-orient:vertical;
    word-wrap: break-word; 
    word-break: break-all; 
    white-space: normal;

}

.shu1 a span {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	margin-top: 5px;
	display: inline-block;
	
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shu-riqi {
	background-color: #D13632;
	position: absolute;
	width: 100px;
	height: 100px;
	padding: 20px;
	top: -27px;
	left: 38px;
	right: auto;
}

.shu-riqi p {
	color: #FFFFFF;
	font-size: 21px;
	line-height: 32px;
}

.shu-riqi span {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
}

.gengduo {
	width: 200px;
	height: 50px;
	border: solid 1px #fff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: all 0.3s;
}

.gengduo a {
	color: #fff;
	font-size: 14px;
}

.gengduo:hover {
	/* border: 0; */
	background: #D13632;

}

/* ???’???￥??a�????a???￠?￠a�????￠a�??￠???’???¤??a�????????￠?￠a�????…a�????’???￥???￠?￠a�??????|??a�????3???’???|??a�????3??a�????¨ */
.meiti {
	background: url(../images/index/beijing6.png);
	background-size: 100% 100%;
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
}

.guanzhu {
	display: flex;
	justify-content: space-between;
}

.mei {
	width: 47%;
}

.meiti-left {
	overflow: hidden;
	position: relative;
}

.mei .biaoti h1 {
	text-align: left;
}

.meiti-left .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	background-color: transparent !important;
	opacity: 1 !important;
	border-radius: 50% !important;
	margin-left: 5px !important;
	border: #005964 1px solid;

}

.ti .chakan a {
	font-size: 14px;
	color: #000;
	position: relative;
	padding-right: 75px;
	float: right;
}

.ti .chakan a::before {
	content: "";
	width: 8.5px;
	height: 8.5px;
	background-color: #005964;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgb(0 89 100 / 29%);
	position: absolute;
	top: 6px;
	right: 0;
	left: auto;
}

.ti .chakan a::after {
	content: "";
	width: 65px;
	height: 2px;
	background-color: #005964;
	position: absolute;
	top: 9px;
	left: 64px;
}

.swiper5 {
	background: transparent;
	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-slide5 {
	background: transparent;

}

.swiper-slide5 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.da {
	overflow: hidden;
}

.da img {
	height: 473px;
	transition: all 0.4s;

}

.swiper-slide5 a img {
	width: 100%;

}

.da:hover img {
	transform: scale(1.2);
}

.swiper-slide5 a p {
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 16px;
	margin-top: 15px;
}

.swiper-slide5 a p img {
	width: 20px;
	height: 20px;
	margin-left: 20px;
}

.swiper-pagination5 {
	right: 0;
	left: auto;
	top: 97%;
}

.meiti-left .swiper-pagination-bullet-active {
	background: #005964 !important;
}

.meiti-right {
	width: 100%;
	margin-top: 95px;
}

.meiti-right li {
	color: #B8312D;
	list-style-type: none;
	padding-bottom: 20px;
}

.meiti-right li a {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.meiti-right li a::after {
	content: "";
	width: 5px;
	height: 5px;
	background: #B8312D;
	position: absolute;
	left: -15px;
	right: auto;
	top: 50%;
	border-radius: 50%;
}

.meiti-right li p {
	color: #000000;
	font-size: 16px;
	line-height: 28px;
	transition: all 0.5s;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis
}

.meiti-right li p:hover {
	color: #005964;
}

.meiti-right li span {
	color: #000000;
	font-size: 14px;
	line-height: 28px;
}

.ti {
	width: 50%;
}

/* ???’???￥??a�???????a�????·???’???????￠?￠a???????￠??a�????￠???’???￥??a�???????a�????±???’??????a�|??????a�????3 */
.yingyin {
	width: 100%;
	overflow: hidden;
	background-color: #432F31;
	padding: 60px 0;
}

.yingyin .biaoti h1 {
	color: #fff;
}

.deyuan {
	position: relative;
}

.ying {
	width: 60%;
	overflow: hidden;
	position: relative;
	height: 813px;
}

.ying a img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: cover;
}

.ying:hover img {
	transform: scale(1.2);
}

.yin {
	width: 100%;
	height: 86px;
	background-color: rgb(0 0 0 / 28%);
	top: 90%;
	left: auto;
	right: auto;
	position: absolute;
	padding: 25px 60px;
}

.yin a {
	color: #fff;
	font-size: 22px;
	position: relative;
}

.yin a::before {
	content: "";
	width: 6px;
	height: 20px;
	background-color: #D13632;
	position: absolute;
	top: 22%;
	left: -20px;
}

.de {
	width: 60%;
	height: 813px;
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
}

.chakan a {
	font-size: 14px;
	color: #fff;
	position: relative;
	padding-right: 75px;
	float: right;
}

.chakan a::before {
	content: "";
	width: 8.5px;
	height: 8.5px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgb(255 255 255 / 62%);
	position: absolute;
	top: 6px;
	right: 0;
	left: auto;
}

.chakan a::after {
	content: "";
	width: 65px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 64px;
}

.cha {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 55px;
}

.kan {
	width: 50%;
	height: 291px;
	position: relative;
	overflow: hidden;
}

.kan img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.kan:hover img {
	transform: scale(1.2);
}

.yuan {
	width: 100%;
	height: 48px;
	background-color: rgb(0 0 0 / 28%);
	top: 86%;
	left: auto;
	right: auto;
	position: absolute;
	padding: 12px 35px;
}

.yuan a {
	color: #fff;
	font-size: 16px;
	position: relative;
}

.yuan a::before {
	content: "";
	width: 5px;
	height: 15px;
	background-color: #D13632;
	position: absolute;
	top: 22%;
	left: -20px;
}

/* ???’???￥??a�???????a�????·???’???????￠?￠a???????￠??a�????￠???’???¤??a�????o??a�????o???’???§???￠?￠a�??????°??a�????? */
.renwu {
	width: 100%;
	overflow: hidden;
	background: #EFFBFE;
	padding: 75px 0;
}

.renwu1 {
	display: flex;
	justify-content: space-between;
}

.ren {
	width: 49%;
}

.ren1 {
	position: relative;
	height: 413px;
	overflow: hidden;
}

.ren1 img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.ren1:hover img {
	transform: scale(1.2);
}

.wu {
	width: 49%;
}

.ren .biaoti h1 {
	text-align: left;
}

.wu .chakan a {
	font-size: 14px;
	color: #000;
	position: relative;
	padding-right: 75px;
	float: right;
}

.wu .chakan a::before {
	content: "";
	width: 8.5px;
	height: 8.5px;
	background-color: #005964;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgb(0 89 100 / 29%);
	position: absolute;
	top: 6px;
	right: 0;
	left: auto;
}

.wu .chakan a::after {
	content: "";
	width: 65px;
	height: 2px;
	background-color: #005964;
	position: absolute;
	top: 9px;
	left: 64px;
}

.wu1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 103px;
}

.rw {
	width: 49%;
	height: 202px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.rw img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.rw:hover img {
	transform: scale(1.2);
}

.dez {
	width: 100%;
	background-color: rgb(0 0 0 / 28%);
	display: flex;
	align-items: center;
	height: 60px;
	position: absolute;
	top: 88%;
	padding: 0 60px;
}

.dez a {
	color: #fff;
	font-size: 18px;
	position: relative;
}

.dez a::before {
	content: "";
	width: 5px;
	height: 15px;
	background-color: #D13632;
	position: absolute;
	top: 22%;
	left: -20px;
}

.dez1 {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 77px;
	height: 32px;
	background-color: rgb(0 0 0 / 28%);
	color: #fff;
}

.rw .dez {
	height: 42px;
	padding: 0 40px;
	top: 84%;
}

.rw .dez a {
	font-size: 14px;
}

.rw .dez a::before {
	width: 3px;
	height: 10px;
}

/* ???’???￥??a�???????a�????·???’???????￠?￠a???????￠??a�????￠???’???|???￠?￠a�????￠a??????a�????????’???￥???￠?￠a�??????|???￠?￠a�??????°/???’???|???￠?￠a�??????￠??a�????°???’???￥??a�????-???￠?￠a�????￠a???????’???|??a�???????a�????????’???|??a�|??????a�????￥ */
.shiguang {
	width: 100%;
	overflow: hidden;
	background-image: url(../images/index/beijing7.png);
	background-size: 100% 100%;
	background-color: #847F98;
	padding: 60px 0;
}

.xiaobao {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px #707070 solid;
}

.bao {
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
	cursor: pointer;
	position: relative;


}

.bao p {
	color: #fff;
	font-size: 35px;
	line-height: 36px;
}

.bao1::before {
	content: "";
	width: 63px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	left: auto;
	right: auto;
	top: 99%;
}

.bao:nth-child(1)::after {
	content: "";
	width: 1.65px;
	height: 21px;
	background-color: #fff;
	left: auto;
	right: 0;
	top: 40%;
	position: absolute;
}

.deshi {
	height: 490px;
}

.swiper-slide2 {
	background: #fff;

	/* 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-slide2 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shi {
	overflow: hidden;
	width: 100%;
	padding-top: 65px;
	position: relative;
}

.shi .gengduo {
	margin-top: 65px;
}

.shi .gengduo:hover {
	background-color: #847F98;
}

.shi {
	display: none;
}

.shi:nth-child(1) {
	display: block;
}

.deshi {
	background-color: #fff;
	position: relative;

}

.sanbu {
	width: 232px;
	height: 79px;
	background: rgb(133 88 155 / 61%);
	position: absolute;
	top: 30%;
	left: 0;
	right: auto;
	padding: 0 28px;
	display: flex;
	align-items: center;

}

.sanbu a {
	height: auto !important;
}

.sanbu span {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 23px;
}

.sanbu p {
	font-size: 22px;
	color: #FFFFFF;
	line-height: 23px;
}

.deshi a {
	overflow: hidden;
	height: 255px;
	width: 100%;
	display: block;
}

.deshi a img {
	height: 255px;
	width: 100%;
	display: block;
	transition: all 0.4s;

}

.deshi:hover a img {
	transform: scale(1.2);
}

.dsa {
	width: 100%;
	height: 100%;
	padding: 20px;
}

.dsa a {
	font-size: 14px;
	color: #000000;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	height: auto;
}

.shuzishibao {
	width: 100%;
	height: 100%;
	background-color: #85589B;
	padding: 15px 15px 35px 15px;
	overflow: hidden;

}

.shuzishibao a {
	height: auto;
}

.shuzishibao a img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.shuzishibao:hover a img {
	transform: scale(1.03);
}

.shuzishibao a p {
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
	text-align: center;
}

.swiper3 .swiper-slide {
	background-color: #85589B;
}

/* ???’??????a�???????a�1?…a�????’???|???￠?￠a�??????￠???￠?￠a???????￠???’???¨??a�????§???￠?￠a�??????????’???§???￠?￠a�????…????a�????1 */
.gaojiao {
	background-color: #EFFBFE;
	padding: 80px 0;
	background-image: url(../images/index/beijing8.png);
	background-repeat: no-repeat;
}

.gao-zy {
	display: flex;
	justify-content: space-between;
}

.gao-left,
.gao-right {
	width: 49%;
}

.gao-left .biaoti {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.gao-left .biaoti h1 {
	text-align: left;
}

.gao-left .biaoti a {
	font-size: 14px;
	color: #000000;
	position: relative;
	padding-right: 75px;
}

.gao-left .biaoti a::before {
	content: "";
	width: 8.5px;
	height: 8.5px;
	background-color: #005964;
	border-radius: 50%;
	box-shadow: 0 0 0 7px rgb(0 89 100 / 29%);
	position: absolute;
	top: 6px;
	right: 0;
	left: auto;
}

.gao-left .biaoti a::after {
	content: "";
	width: 65px;
	height: 2px;
	background-color: #005964;
	position: absolute;
	top: 9px;
	left: 64px;
}

.shidian1 {
	margin-bottom: 35px;
	width: 100%;
}

.shidian1 a p {
	font-size: 16px;
	color: #000000;
	line-height: 28px;
}

.shidian1 a span {
	font-size: 16px;
	color: #005964;
	line-height: 28px;
	position: relative;
	width: 100%;
	display: block;
}

.shidian1 a span::after {
	content: "";
	position: absolute;
	width: 85%;
	height: 1px;
	background-color: #E2E2E2;
	right: 0;
	left: auto;
	top: 50%;
}

.gao-right {
	overflow: hidden;
	position: relative;
}

.gao-right .biaoti h1 {
	text-align: left;
}

.zhuanti {
	height: 214px;

}

.swiper-wrapper4 {
	flex-wrap: wrap;
}

.swiper-slide4 {
	height: 214px !important;
	margin-top: 10px !important;

}

.swiper-slide4 {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: calc((100% - 10px) / 2);
	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;
}

.swiper4 {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.lunbo1 {
	width: 100%;
	height: 445px;
}

.swiper-pagination4 {
	top: 6%;
	left: auto;
	right: 0;
}

.lunbo1 .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	border: #005964 1px solid !important;
	margin-right: 10px !important;
}

.lunbo1 .swiper-pagination-bullet-active {
	background: #005964 !important;
}

.zhuanti {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.zhuan p {
	font-size: 22px;
	line-height: 28px;
	color: #FFFFFF;
	position: absolute;
	top: 70%;
	left: 20%;
	right: auto;
}

.zhuan p::after {
	width: 50px;
	height: 1px;
	background: #FFFFFF;
	content: "";
	position: absolute;
	left: -72px;
	right: auto;
	top: 55%;
}

.zhuanti a img {
	transition: all 0.5s;
}

.zhuanti:hover a img {
	transform: scale(1.2);
}
@media screen and (min-width:1024px) {
	.pm,.left{
		display: none!important;
	}
}
@media screen and (max-width:1500px) {
	.bar1 {
		padding: 0 4%;
		overflow: hidden;
	}

	.swiper2,
	.swiper3 {
		overflow: hidden;
	}
}

@media screen and (max-width:1024px) {
	.bannner {
		height: 600px;
	}

	.bannner .swiper-button-next1,
	.bannner .swiper-button-prev1 {
		display: none !important;
	}

	.swiper-pagination1 {
		left: 95% !important;
		top: 25% !important;
	}

	.swiper-num {
		position: absolute;
		left: 93%;
		top: 43%;
	}

	.wen p {
		font-size: 14px;
	}

	.yao-left {
		width: 20%;
	}

	.xinwengonggao {
		flex-wrap: wrap;
	}

	.xinwen {
		width: 100%;
		padding-right: 0;
	}

	.gonggao {
		width: 100%;
		padding-top: 50px;
	}

	.gong-zy {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.gonggao-zy {
		width: 49%;
	}

	.swiper-slide5 a p {
		font-size: 12px;
	}

	.ying {
		height: 600px;
	}

	.kan {
		height: 195px;
	}

	.yuan {
		top: 80%;
		padding: 10px 10px 10px 32px;
	}

	.yin {
		top: 86%;
	}

	.yuan a {
		font-size: 14px;
	}

	.ren1 img {
		object-fit: cover;
	}

	.rw img {
		object-fit: cover;
	}

	.rw .dez {
		padding: 0 10px 0 24px;
	}

	.swiper3 .swiper-slide {
		background: transparent;
	}

	.shuzishibao {
		padding: 4px 15px 10px 15px;
	}

	.shidian1 a span::after {
		display: none;
	}
}

@media screen and (max-width:790px) {
        .shu1 a span {
		white-space: nowrap;
	}
	.bannner {
		height: 400px;
	}

	.swiper-pagination1 {
		left: 95% !important;
		top: 15% !important;
	}

	.swiper-num {
		position: absolute;
		left: auto;
		right: 1%;
		top: 30%;
	}

	.swiper-pagination-bullet {
		margin-bottom: 10px !important;
	}

	.fen ul {
		flex-wrap: wrap;
		justify-content: space-around;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.fen ul li a img {
		width: 25px;
		height: auto;
	}

	.fen ul li {
		width: 24%;
	}

	.fen ul li a p {
		font-size: 14px;
	}

	.biaoti h1 {
		font-size: 24px;
	}

	.school {
		padding-top: 25px;
	}

	.biaoti {
		padding-bottom: 25px;
	}

	.tuwen {
		width: 100%;
		margin-bottom: 15px;
	}

	.school-top {
		flex-wrap: wrap;
	}

	.yaowen {
		width: 100%;
	}

	.gonggao-zy {
		width: 100%;
	}

	.news-announcement {
		padding: 50px 0 50px 0;
	}

	.liebiaotu {
		height: 150px;
	}

	.shu1 {
		width: 49%;
		padding: 85px 10px 47px 10px;
		height: 208px;
	}

	.xueshu {
		padding: 50px 0 37px 0;
	}

	.guanzhu {
		flex-wrap: wrap;
	}

	.mei {
		width: 100%;

	}

	.meiti {
		padding: 50px 0 0 0;
	}

	.ti {
		width: 100%;
		padding-top: 50px;
	}

	.meiti-right {
		margin-top: 50px;
	}

	.deyuan {
		display: flex;
		flex-wrap: wrap;
	}

	.ying {
		width: 100%;
		float: initial;
	}

	.de {
		width: 100%;
		position: inherit;
		padding-top: 50px;
		height: auto;
	}

	.ying {
		height: 400px;
	}

	.yin {
		top: 79%;
	}

	.yin a {
		color: #fff;
		font-size: 18px;
		position: relative;
	}

	.yingyin {
		padding: 50px 0;
	}

	.renwu1 {
		flex-wrap: wrap;
	}

	.ren {
		width: 100%;
		margin-bottom: 50px;
	}

	.wu {
		width: 100%;
	}

	.renwu {
		padding: 50px 0;
	}

	.wu1 {
		margin-top: 50px;
	}

	.swiper-button-next2,
	.swiper-button-prev2 {
		display: none;
	}

	.swiper-button-next3,
	.swiper-button-prev3 {
		display: none;
	}

	.bao p {
		font-size: 24px;
	}

	.gao-zy {
		display: flex;
		flex-wrap: wrap;
	}

	.gao-left,
	.gao-right {
		width: 100%;
	}

	.shidian1 a span::after {
		display: block;
		width: 75%;
	}
.liebiaotu {
    height: 210px;
    width: 100%;
}
}

@media screen and (max-width:400px) {
	.bannner {
    height: 200px;
    margin-top: 30px;
}
.left {

    margin-top: -30px;
}
.tuwen {
		height: 300px;
	}

	.tu {
		height: 200px;
	}

	.yao-left a p {
		font-size: 18px;
	}

	.yao-left a span {
		font-size: 14px;
	}

	.yao-right a {
		font-size: 14px;
	}

	.yao-right {
		padding: 0 15px;
	}

	.school-top {
		padding-bottom: 15px;
	}

	.gong-z a p {
		font-size: 18px;
	}

	.gong-z a span {
		font-size: 14px;
	}

	.gong-y {
		padding: 0 15px;
	}

	.gong-y a {
		font-size: 14px;

	}

	.liebiaotu {
		height: 100px;
	}

	.libiaoti a p {
		font-size: 14px;
	}

	.libiaoti {
		padding: 10px;
	}

	.shu1 a p {
		font-size: 14px;
	}
        .shu1 a p {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}
	.shu-riqi p {
		font-size: 18px;
	}

	.shu-riqi span {
		font-size: 14px;
	}

	.shu-riqi {
		background-color: #D13632;
		position: absolute;
		width: 80px;
		height: 80px;
		padding: 14px;
		top: -31px;
		left: 22px;
		right: auto;
	}

	.shu1 {
		padding: 60px 10px 47px 10px;
		height: 165px;
	}

	.meiti-right li p {
		font-size: 14px;
	}

	.meiti-right li a::after {
		left: -5px;
	}

	.meiti-right li {
		padding-bottom: 10px;
	}

	.da img {
		height: 240px;
	}

	.swiper-slide5 a p {
		padding-bottom: 30px;
	}

	.swiper-pagination5 {
		top: 95%;
	}

	.ying {
		height: 225px;
	}

	.kan {
		height: 115px;
	}

	.yuan {
		top: 58%;
		padding: 10px 10px 10px 25px;
	}

	.yuan a {
		font-size: 12px;
	}
.yin a {
    font-size: 14px;
}
	.yin {
    top: 78%;
    padding: 0px 40px;
    height: 50px;
    overflow: hidden;
}

	.de {
		padding-top: 19px;
	}

	.ren1 {
		height: 245px;
	}

	.dez {
		width: 100%;
		background-color: rgb(0 0 0 / 28%);
		display: flex;
		align-items: center;
		height: 30px;
		position: absolute;
		top: 88%;
		padding: 0 30px;
	}

	.dez a {
		font-size: 14px;
	}

	.rw {
		width: 49%;
		height: 150px;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
	}

	.gaojiao {
		padding: 50px 0;
	}

	.shidian1 {
		margin-bottom: 15px;
	}
.shu1 a span {
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	margin-top: 5px;
	display: inline-block;
	
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 14px;
    line-height: 28px;
    color: #000000;
    margin-top: 5px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

	.zhuan p {
		font-size: 18px;
	}
}