

.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);

}

.school {
	background: url(beijing1.jpg);
	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: #314319;
	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: #314319;
}

.yao-left {
	width: 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #314319;
}

.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(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: #314319;
	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: #314319;
	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: #314319;
	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: #314319;
	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: #314319;
}

.gong-z {
	background-image: url(beijing3.png);
	background-size: 100% 100%;
	background-color: #314319;
	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: #314319;
	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: #314319 solid 2px;
}

.lie:hover .libiaoti a p {
	color: #314319;
}

/* .lie:nth-child(3):hover .liebiaotu{
	display: block;
} */
/* ???’???￥??a�????-??a�????|???’???|??a�|?￠a???“??a�????ˉ???’???¨??a�???????a�|???????’???§???￠?￠a�????…????a�????| */
.xueshu {
	width: 100%;
	overflow: hidden;
	background: url(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(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(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: #314319 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: #314319;
	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: #314319;
	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: #314319 !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: #314319;
}

.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: #314319;
	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: #314319;
	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(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(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: #314319;
	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: #314319;
	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: #314319;
	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: #314319 1px solid !important;
	margin-right: 10px !important;
}

.lunbo1 .swiper-pagination-bullet-active {
	background: #314319 !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;
	}
}


.homeh{padding: 100px 0;background: url(hbg.jpg) no-repeat center;background-size: cover}
.homeh .icolist{position: absolute;right: 0;top: 6px;z-index: 5}
.homeh .icolist li{margin-left: 25px;}
.homeh .icolist li a{display: block;}
.homeh .icolist li i{display: block;width: 48px;height: 48px;text-align: center;line-height: 48px;color: #fff;border-radius: 50%;font-size: 24px}
.homeh .icolist li i.swi-weixin{background: #04b355}
.homeh .icolist li i.swi-sina{background: #d52c2b}
.homeh .icolist li i.swi-bzhan{background: #24ade4}
.homeh .icolist li i.swi-douyin{background: #010101}
.homeh .icolist li i.swi-kuaishou{background: #ff4907}
.homeh .icolist li i.swi-shipinhao{background: #fb9c42}
.homeh .picList li a{display: block;position: relative;}
.homeh .picList li .txt{position: absolute;left: 0;bottom: 0;right: 0;z-index: 3;padding: 20px;color: #fff}
.homeh .picList li .txt i{position: absolute;left: 20px;top: 16px;font-size: 18px;width: 32px;height: 32px;border-radius: 50vw;line-height: 32px;text-align: center;/*! display: flex; *//*! align-items: center; *//*! justify-content: center; */}
.homeh .picList li .txt h4{font-weight: normal;padding-left: 40px;font-size: 18px;height: 52px;overflow: hidden;line-height: 26px;max-height: 52px\0;}
.homeh .picList li .imgBox:before{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 150px;background: url(txtmask.png) no-repeat bottom center;background-size: 100% 100%;z-index: 1;opacity: .9;}

.homeh .picList li i.swi-weixin{background: #04b355}
.homeh .picList li i.swi-sina{background: #d52c2b}
.homeh .picList li i.swi-bzhan{background: #24ade4}
.homeh .picList li i.swi-douyin{background: #010101}
.homeh .picList li i.swi-kuaishou{background: #ff4907}
.homeh .picList li i.swi-shipinhao{background: #fb9c42}
.homeh .picList li a{display: block;position: relative;}

.homeh .picList1{width: calc(48% - 5px)}
.homeh .picList2{width: calc(52% - 5px)}
.homeh .picList1 li{width:calc(50% - 5px) }
.homeh .picList1 li .imgBox .img{padding-bottom: 0;height: 275px;}
.homeh .picList1 li:nth-child(3){width: 100%;margin-top: 10px;}
.homeh .picList1 li:nth-child(3) .imgBox .img{padding-bottom: 0;height: 390px;}
.homeh .picList2{position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.homeh .picList2 li{width:calc(50% - 5px) }
.homeh .picList2 li:nth-child(1){width: 100%; margin-bottom: 10px;}
.homeh .picList2 li:nth-child(1) .imgBox .img{height: 390px;}
.homeh .picList2 li .imgBox .img{padding-bottom: 0;height:275px;}
.homeh .picList2 li:nth-child(2){/*! margin-bottom: 10px */}
.wp {margin: 0 auto;max-width: 1540px;width: 94% }.wpa {width: 94%;margin: 0 auto;max-width: 1750px }
.pore {
    position: relative;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

.intit {
    margin-bottom: 45px;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intit{margin-bottom: 45px;}
.intit .h4 span{font-size: 34px;display: block;position: relative;font-weight: bold;font-family: Microsoft YaHei;}
.intit .h4 span:before{content: '';width: 24px;height: 11px;background: url(titl.svg) no-repeat center;background-size: 24px 11px;display: inline-block;margin-right: 0;vertical-align: middle}
.intit .h4 span:after{content: '';width: 24px;height: 11px;background: url(titr.svg) no-repeat center;background-size: 24px 11px;display: inline-block;margin-left: 0;vertical-align: middle;}
.intit .h4 em{font-size: 16px;text-transform: uppercase;color: #acabab;letter-spacing: 1px; margin:0 auto; text-align:center}
.intit .h4 p{ font-size: 14px; color: #333; line-height: 24px; margin: 10px 0 0;}
.intit .h4 p a{ margin: 0 5px; color: #555;/*! font-weight: 600; */background: #eff6ff;line-height: 28px;display: inline-block;border-radius: 50vw;padding: 0 10px;}
.intit .h4 p a:hover{ color: #f00}
.intit .h4.w span{color: #fff}
.intit .h4.w em{color: rgba(255,255,255,.5);}
.intit .h4.w span:before{content: '';width: 24px;height: 11px;background: url(titlw.svg) no-repeat center;background-size: 24px 11px;display: inline-block;margin-right: 10px;vertical-align: middle}
.intit .h4.w span:after{content: '';width: 24px;height: 11px;background: url(titrw.svg) no-repeat center;background-size: 24px 11px;display: inline-block;margin-left: 10px;vertical-align: middle}
 .intit .h4 span{ font-size: 38px;}
 .flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.text-m {
    text-align: center;
}

.sys {
	color:#314319
}

.imgBox img, .imgBox video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.imgBox {
    position: relative;
    overflow: hidden;
}
.homeh .picList li a {
    display: block;
    position: relative;
}
.imgBox .img {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.homeh .picList1 li .imgBox .img {
    padding-bottom: 0;
    height: 27500;
}


.home4{ background: url(home4.jpg) center no-repeat; background-size: cover; padding: 90px 0; position: relative; z-index: 11;/*! min-height: 100vh; */display: flex;align-items: center; overflow: hidden;margin-top: -2px;}
.home4 .bg{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1}
.home4 .tit2{ position: absolute; top: 90px; left: 12.76%;}
.home4 .wp{ width: 100%; max-width: 100%;}
.home4 .parallax-content{ background: url(home4.jpg) center no-repeat; background-size: cover; }
.ar_wap{ display: none !important;}


  .list11{ height: 500px}
  .list11 li:nth-child(1){ width: 218px; top: 42%; left: 11.35%; max-width: 20vw;}
.list11 li:nth-child(2){ width: 264px; top: 16.5%; left: 28.64%;max-width: 22vw;}
.list11 li:nth-child(3){ width: 376px; top: 76.5%; left: 24.5%; max-width: 28vw;}
.list11 li:nth-child(4){ width: 498px; top: 46.375%; left: 50%; max-width: 33vw;}
.list11 li:nth-child(5){ width: 344px; top: 24.5%; left: 74.7%; max-width: 26vw;}
.list11 li:nth-child(6){ width: 262px; top: 78%; left: 70%; max-width: 22vw;}
.list11 li:nth-child(7){ width: 198px; top: 63.5%; left: 88%; max-width: 20vw;}

  .list6Box .dots span:nth-child(1){max-width: 3vw; max-height: 3vw}
  .list6Box .dots span:nth-child(2){max-width: 6vw; max-height: 6vw}
  .list6Box .dots span:nth-child(3){max-width: 9vw; max-height: 9vw}
  .list6Box .dots span:nth-child(4){max-width: 6vw; max-height: 6vw}
  .list6Box .dots span:nth-child(5){max-width: 3vw; max-height: 3vw}
  .list6Box .dots span:nth-child(6){max-width: 8vw; max-height: 8vw}
  .list6Box{ display: block; position: relative; z-index: 1;}
.list11{ height: 800px; position: relative; z-index: 1;}
.list11 li{ position: absolute; top: 50%; left: 50%; z-index: 1; transform-origin: center;transform: translate(-50%,-50%); transition: .5s}
.list11 li .boxW{ position: relative !important;}
.list11 li:nth-child(1){ width: 218px; top: 42%; left: 11.35%; max-width: 12vw;}
.list11 li:nth-child(2){ width: 264px; top: 16.5%; left: 28.64%;max-width: 14vw;}
.list11 li:nth-child(3){ width: 376px; top: 76.5%; left: 24.5%; max-width: 20vw;}
.list11 li:nth-child(4){ width: 498px; top: 46.375%; left: 50%; max-width: 25vw;}
.list11 li:nth-child(5){ width: 344px; top: 24.5%; left: 74.7%; max-width: 18vw;}
.list11 li:nth-child(6){ width: 262px; top: 78%; left: 70%; max-width: 14vw;}
.list11 li:nth-child(7){ width: 198px; top: 63.5%; left: 88%; max-width: 12vw;}

.list11 li:nth-child(1) .txt, .list11 li:nth-child(2) .txt, .list11 li:nth-child(6) .txt, .list11 li:nth-child(7) .txt{ padding: 0 15% 40px;}
.list11 li:nth-child(1) h4, .list11 li:nth-child(2) h4, .list11 li:nth-child(6) h4, .list11 li:nth-child(7) h4{ font-size: 18px;}

.list11 li .con{ position: relative; z-index: 1;}
.list11 li .con::before{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0;  border-radius: 50%;  background-image: linear-gradient(90deg,#fed35e,#f4e0ab,#dcc994);  }
.list11 .imgBox{ background: #000}
.list11 .imgBox .img{ padding-bottom: 100%;border-radius: 50%;opacity: .8;}
.list11 .a{ display: block; position: relative; z-index: 1; overflow: hidden; border-radius: 50vw;transition: .5s; box-shadow: 0px 6px 10px 0px rgba(5, 25, 59, 0.2);}
.list11 .txt{ position: absolute; top: 0; right: 0; bottom: 0; left: 0;display: flex;align-items: flex-end;padding: 0 24% 40px;text-align: center; background: url(list11_y.png) center bottom no-repeat;transform: translateY(101%);opacity: 0;transition: .5s;}
.list11 h4{ font-size: 20px; color: #fff; line-height: 30px; max-height: 60px\0}

.list11 li:nth-child(3) .box{animation-delay: 0s;}
.list11 li:nth-child(5) .box{animation-delay: 2s;}
.list11 li:nth-child(1) .box{animation-delay: 4s;}
.list11 li:nth-child(7) .box{animation-delay: 6s;}
.list11 li:nth-child(2) .box{animation-delay: 8s;}
.list11 li:nth-child(6) .box{animation-delay: 10s;}
.list11 li:nth-child(4) .box{animation-delay: 12s;}
.list11 li:nth-child(8) .box{animation-delay: 14s;}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

 
@media (min-width: 1024px)
{
.list11 .box {
    animation: star 16s infinite;
    -webkit-animation: star 16s infinite;
    transition: .5s;
}
.list11 li:hover .txt {
    transform: translateY(0);
    opacity: 1;
}

}
@media screen and (min-width: 1201px)
{
a:hover .imgBox.trans .img {
    -webkit-transform: scale(1.08);
}
}
@media screen and (min-width: 1201px)
{
.imgBox.trans:hover .img {
     -webkit-transform: scale(1.08); 
}
.list11 li:hover .a{transform: scale(.97);}
  .list11 li:hover .txt{transform: translateY(0);opacity: 1}
  .list11 li:hover .imgBox .img{ opacity: 1;}
  .list11 .box{ animation:star 16s infinite; -webkit-animation:star 16s infinite; transition: .5s;}
.list11 li:hover {
    transform: translate(-50%, -50%) scale(1.25);
}
}
@media (max-width: 800px)
{
.homeh {
    padding: 40px 0;
}
.wp {
    width: 90%;
}
.intit {
    margin-bottom: 20px;
}
.intit .h4 span {
    font-size: 28px;
}
.homeh .picList1 {
    margin-bottom: 10px;
}
.homeh .picList2, .homeh .picList1 {
    width: 100%;
}
.homeh .picList1 li .imgBox .img, .homeh .picList2 li .imgBox .img {
    padding-bottom: 40vw;
    height: auto;
}
.list11 {
    height: 500px;
}
.list11 li:nth-child(1) {
    width: 218px;
    top: 42%;
    left: 11.35%;
    max-width: 20vw;
}
.list11 li:nth-child(2) {
    width: 264px;
    top: 16.5%;
    left: 28.64%;
    max-width: 22vw;
}
.list11 li:nth-child(3) {
    width: 376px;
    top: 76.5%;
    left: 24.5%;
    max-width: 28vw;
}
.list11 li:nth-child(4) {
    width: 498px;
    top: 46.375%;
    left: 50%;
    max-width: 33vw;
}
.list11 li:nth-child(5) {
    width: 344px;
    top: 24.5%;
    left: 74.7%;
    max-width: 26vw;
}
.list11 li:nth-child(6) {
    width: 262px;
    top: 78%;
    left: 70%;
    max-width: 22vw;
}
.list11 li:nth-child(7) {
    width: 198px;
    top: 63.5%;
    left: 88%;
    max-width: 20vw;
}
}
@media (max-width: 1024px)
{
.home4 {
    min-height: auto;
    padding: 40px 0;
}
.ar_wap {
    display: flex !important;
    width: 100%;
}
.ar_web {
    display: none !important;
}
}