@charset "utf-8";

/* CSS Document */
/*2024.5.10*/

.box {
	overflow: hidden;
}

.container {
	max-width: 1430px;
	width: 90%;
}

.top {
	position: relative;
	z-index: 50;
	padding: 10px 0;
	background: #900000 url('../images/top-bg.png') no-repeat right top;

}

.top::after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	background: #a12626;
	top: 115px;
}

/* .link-bar a { color: #fff } */

.searchbg {
	display: none;
	background: url(../images/searchbg.png) no-repeat center top;
	width: 295px;
	height: 52px;
	position: absolute;
	right: 0;
	top: 8px;
}

.searchbg .inp-text {
	background: none;
	border: none;
	width: 222px;
	padding-left: 25px;
	line-height: 52px;

}

.searchbg input.inp-text {
	padding: 0;
}

.searchbg .inp-but {
	background: none;
	border: none;
	height: 52px;
	cursor: pointer;
	width: 47px;

}




.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/

	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-around;

}

.wc-menu ul li {
	line-height: 36px;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px;
	padding-top: 8px;

}

.wc-menu ul li a {
	font-size: 22px;
	color: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;	
	padding: 0 20px;*/
	text-decoration: none;
	border-bottom: 3px solid transparent;
}


.wc-menu ul li a:after {
	position: absolute;
	transition: 0.3s;
	content: "";
	width: 0;
	left: 50%;
	bottom: -13px;
	height: 3px;
	background: #fff;
}

.wc-menu ul li a.move:after,
.wc-menu ul li a.selected:after,
.wc-menu ul li a.parent:after,
.wc-menu ul li a.active:after,
.wc-menu ul li a:hover:after {
	width: 100%;
	left: 0;
}

.wc-menu ul li .ernav ul li a:after {
	content: none;
}

.wc-menu.open::after {
	opacity: 1;
}

/*.wc-menu::after {

	opacity: 0;
	position: absolute;
	content: "";
	width: 100%;
	height: 300px;
	background: rgba(255, 255, 2255, 0.75);
	top: 174px;
	left: 0;
	z-index: 10;
}
*/
.wc-menu ul li .ernav {
	display: none;
	position: absolute;
	left: -40%;
	top: 120%;
	width: 180%;
	z-index: 111 !important;
	opacity: 1;
	background: #fff;
	/* box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
	box-shadow: 0px 2px 2px 1px #900000;
	border-radius: 0 0 15px 15px; */
}

.wc-menu ul li:nth-child(2) .ernav {
	left: -100%;
	width: 300%;
}



.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: left;
	border: none;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	line-height: 26px;
	border: none;
	margin: 0;
	padding-top: 0;
}


.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 18px;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 5px 0;
	border-bottom: none;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 12px 0;
    border-bottom: 1px dotted #e5dede;
}

.wc-menu ul li .ernav ul li a.active,
.wc-menu ul li .ernav ul li a:hover {
	color: #900000;
}


/*menu End*/

.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
	text-align: left;
}

.banner .swiper-container .swiper-slide img {
	width: 100%;
}

.banner .swiper-container a {
	text-decoration: none;
	display: block;
	position: relative;
}


.banner .swiper-container .ban-text {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
}

.banner .swiper-container .ban-text span.more {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background-color: #900000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20%;
}

.banner .swiper-container .ban-text p {
	width: 100%;
	font-size: 28px;
	padding: 14px 16% 14px 34px;
	font-weight: bold;
	color: #fff;
	background-color: rgba(144, 0, 0, 0.55);
	margin-bottom: 0;
}


.banner .ban-page {
	position: absolute;
	left: 0px;
	bottom: 120px;
	width: 100%;
	text-align: left;
}


.banner .swiper-pagination {
	position: relative;
	text-align: left;
	z-index: 11;
	display: inline-block;
	width: auto;
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #fff;
	cursor: pointer;
	opacity: 0.55;
	border-radius: 0;
	margin-right: 15px;
	border: 3px #fff solid;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
	background: #900000;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	position: relative;
	left: auto;
	right: auto;
	width: 65px;
	height: 24px;
	display: none;
	/* display: inline-block; */
	background: none;
}

.banner .swiper-button-next img,
.banner .swiper-button-prev img {
	width: 65px;
	height: 24px;

}

.banner .swiper-button-prev img {
	margin-top: -12px;
}

/*banner end*/
img {
	max-width: 100%;
}

.new-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}


.new-tit {
	padding-right: 40px;
}



.new-tit span {
	display: none;
	display: block;
	font-size: 24px;
	color: #900000;
	font-weight: bold;
	text-transform: uppercase;
}

.new-tit p {
	font-size: 42px;
	margin-bottom: 0;
}

.new-tab-title {
	top: 47px;
	width: 75%;
	left: -20px;
	z-index: 50;
}

.new-tab-title li {
	position: relative;
}

.new-tab-title .nav a {
	font-size: 18px;
	color: #333;
	padding: 22px 40px;
}

.new-tab-title .nav li.active a,
.new-tab-title .nav li:hover a {
	color: #900000;
}

.new-tab-title li::before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	background: #bec4d0;
	top: -5px;
	border-radius: 50px;
	left: calc(50% - 5px);
}

.new-tab-title::before {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background: #bec4d0;
	left: 0;
	top: 0;
}

.new-tab-title .nav li:hover::before,
.new-tab-title li.active::before {
	background: #900000;
}

.new-tab-title li.active::after {
	position: absolute;
	content: "";
	height: 32px;
	width: 32px;
	background: url('../images/tab-title-icon.png') no-repeat center center;
	top: -44px;
	border-radius: 50px;
	left: calc(50% - 20px);
}

.new-tab-item {
	display: none;
}

.new-tab-item.active {
	display: block;
}

.new-a a {
	display: block;
	text-decoration: none;

	transition: all 0.8s;
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}

.new-a img {
	vertical-align: top;
}

.new-a a:hover,
.new-a2 a:hover {

	transition: all 0.8s;
	color: #a72727;
}

/*newsbg*/
.newsbg {
	background: url('../images/new-bg.jpg') no-repeat center bottom;
	background-size: cover;
	padding: 65px 0 74px;
}

.new-con {
	padding-top: 80px;
}



.new-item {
	font-size: 18px;
	position: relative;
	background: #fff;
	color: #333;
	padding: 54px 15px 5px;
	min-height: 156px;
	margin-bottom: 30px;
	/* display: flex;
	align-items: center; */
	transition: all .3s ease;
}

.new-item span {
	position: absolute;
	left: 0;
	top: 0;
	background: #900000;
	color: #fff;
	padding: 5px 15px;
	transition: all .3s ease;
}

.new-item:hover {
	background: #900000;
	color: #fff;
	/* box-shadow: inset 0px 0px 0px 3px #c95b5b; */
	box-shadow: 0 0 10px 3px #ccc;
}

.new-item:hover span {
	/* border-left: 3px #c95b5b solid;
	border-top: 3px #c95b5b solid;
	font-style: italic; */
	background: #fff;
	color: #900000;
}



/*notice*/
.notice {
	background: url('../images/notice-bg.jpg') no-repeat top center;
	background-size: cover;
	padding: 50px 0;
	min-height: 600px;
}

.notice-con {
	padding-top: 50px;
}

.notice-con .not-li {
	background: rgba(255, 255, 2255, 0.85);
	min-height: 330px;
	padding: 26px 40px;
	border: 1px #bbbbbb solid;
	box-shadow: 1px 0 1px #d9d9d9;
	border-top: none;
	transition: all 0.4s ease-out;
	position: relative;
	margin-bottom: 30px;
}

.notice-con .not-topline {
	width: calc(100% + 2px);
	position: absolute;
	border-top: 4px #900000 solid;
	top: 0;
	left: -1px;
	z-index: 10;
}

.notice-con .not-type {
	position: absolute;
	right: 0;
	top: -1px;
	padding: 4px 26px;
	background-color: #900000;
	color: #fff;
	font-size: 18px;
}

.notice-con .not-type a {
	background-color: #900000;
	color: #fff;
	font-size: 18px;
}

.notice-con .not-li .not-limg {
	width: 63px;
	height: 63px;
	text-align: center;

}

.notice-con .not-li .not-limg span {
	font-size: 24px;
	background-color: #f5f5f5;
	color: #a72727;
	line-height: 40px;
	height: 40px;
	display: block;
}

.notice-con .not-li .not-limg p {
	font-size: 14px;
	height: 23px;
	line-height: 23px;
	background-color: #900000;
	color: #fff;
}

.notice-con .not-li .not-ltt {
	margin: 35px 0 26px;
}

.notice-con .not-li .not-abs {
	font-size: 14px;
	color: #999;
}

.notice-con .not-li .not-ltt p {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}

.notice-con .not-li:hover {
	transition: all 0.4s ease-out;
	transform: translateY(-20px);
}



/**/
.flink {
	position: relative;
	background: url('../images/btm-bg.jpg') no-repeat top center;
	background-size: cover;
	min-height: 1076px;
}

.flink.nybg {
	background-image: url('../images/btm-bg_ny.png');
	min-height: 758px;
}

.flink .flink-ul .row {
	margin: 0;
}

.flink .fli {
	text-align: center;
	padding: 20px 0;
	transition: all 0.4s ease-out;

}


.flink .fli a {
	color: #333;
	font-size: 18px;
	text-decoration: none;
	display: block;
}

.flink .fli a img {
	margin-bottom: 10px;
}


.flink .fli a span {
	display: block;

}

.flink .fli:hover {
	transform: translateY(-10px);
	transition: all 0.4s ease-out;
}

.flink .fli:hover span {
	transition: all 0.4s ease-out;
}

.flink .fli:hover img {
	transform: scale(1.2);
	transition: all 0.4s ease-out;
}



/*footer*/

.footer {
	position: absolute;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, .65) 30%, transparent 100%);
	bottom: 0;
	min-height: 300px;
	line-height: 34px;
	padding-top: 120px;
	padding-bottom: 30px;
}

.footer .topline {
	border-top: 1px rgba(255, 255, 2255, 0.35) solid;
	height: 50px;
}

.footer p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

.footer h4 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.footer ul {
	padding: 0;
	margin: 0;
}


.footer ul li a {
	color: #fff;
	font-size: 16px;

}

.foot-right ul li i {
	font-style: normal;
	color: #fff;
	padding: 0 20px;
}

.f-r2 p {
	color: #fff;
	font-size: 16px;
}

.footer .ewm p:first-child {
	margin-right: 1rem !important;
}


.footer .copy p {
	color: rgba(255, 255, 2255, 0.35);
}

/*.wc-copyEnd*/


@media (min-width: 1400px) {



	.footer-left {
		flex: 0 0 27.5%;
		max-width: 27.5%;
	}

	.foot-right {
		flex: 0 0 71.5%;
		max-width: 71.5%;
	}

	/*.teach-con .teach-li{
		padding-left: 30px;
		padding-right: 30px;
	}*/



}

@media (min-width: 991px) {}

@media (max-width: 1580px) {}

@media (max-width: 1450px) {


	.bast-con .swiper-container .swiper-pagination-bullet {
		margin: 0 10px;
	}









}

@media (max-width: 1400px) {


	.new-tit p {
		font-size: 32px;
	}

	.new-tab-title {
		width: 70%;
	}

	.new-tit span {
		font-size: 20px;
	}

	.newsbg {
		padding: 50px 0;
	}



	.notice {
		padding: 35px 0;
	}

	.notice-con {
		padding-top: 30px;

	}


	.foot-right ul li i {
		padding: 0 2px;
	}

}
@media (min-width: 1200px) and (max-width: 1370px) {
	.footer p,
	.footer ul.no-gutters li a {
		font-size: 14px;
	}
	.footer ul.no-gutters li:nth-child(even) {
		max-width: 60%;
	}
	.footer ul.no-gutters li:nth-child(odd) {
		max-width: 40%;
	}
}
@media (max-width: 1350px) {


	.bast-con .swiper-container .swiper-slide a img {
		max-width: 70%;
	}

	.bast-con .swiper-container .swiper-slide a .ban-text span {
		font-size: 28px;

	}

	.bast-con .swiper-container .swiper-slide a .ban-text {

		padding: 25px 40px 35px 45px;
	}





}


@media (max-width: 1200px) {

	/*中等屏幕设备 桌面*/
	.wc-menu ul li a {
		padding: 0 10px;
		font-size: 18px;

	}


	.banner .swiper-container .ban-text p {
		font-size: 24px;
	}



	/* .new-tit p {
		font-size: 32px;
	} */




	.new-a a {
		margin-top: 10px;
	}



	.bast-con .swiper-container .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}

	.bast-con .swiper-container .swiper-slide a .ban-text span {
		margin-bottom: 10px;
	}











	.footer {
		padding: 20px 0;
	}


	.foot-right h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.f-r1 {
		margin: 15px 0;
	}

	.foot-right ul li a {
		font-size: 14px;
	}

	.f-r2 p {
		font-size: 14px;
	}



}


@media (max-width: 1100px) {


	.notice-con .not-li a .not-ltt {
		padding-left: 20px;
	}

	.teach-con .teach-li a .tea-litt {
		padding: 20px;
	}

	.teach-con .teach-li a .tea-litt strong {
		font-size: 20px;

	}

	.bast-con .swiper-container .swiper-slide a .ban-text p {
		-webkit-line-clamp: 4;
	}



}





@media (max-width: 991px) {

	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}

	.logo1 img {
		max-width: 60%;
	}

	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}

	.banner .swiper-container .ban-text p {
		font-size: 20px;
	}


	.banner .ban-page {
		bottom: 95px;
	}

	.newsbg {
		padding: 30px 0;
	}

	.new-top {
		flex-wrap: wrap;
	}

	.new-tab-title {
		order: 3;
		width: 100%;
		left: 0;
		margin-top: 15px;
	}

	.new-tit p {
		font-size: 22px;
	}

	.new-tit span {
		font-size: 16px;
	}

	.new-a a {
		margin-top: 0px;
		font-size: 16px;
	}



	.notice-con .not-li a .not-ltt p {
		font-size: 16px;
		line-height: 28px;
	}




	.foot-right h4 {
		font-size: 16px;
	}




}

@media (max-width: 767px) {

	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}

	.logo1 {
		padding-bottom: 1px;
		text-align: left;
		float: left;
	}


	.container {
		width: 100%;
	}

	.banner {
		padding-top: 70px;
	}

	.banner .swiper-container .ban-text p {
		font-size: 16px;
		padding: 5px 15px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.banner .swiper-container .ban-text span.more {
		display: none;
	}

	.banner .swiper-container .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}

	.banner .ban-page {
		display: none;
	}

	.new-tab-title .nav a {
		padding: 10px;
		font-size: 16px;
	}

	/* .new-tit p {
		font-size: 18px;
	} */

	.new-tit span {
		font-size: 12px;
	}

	.new-item {
		font-size: 16px;
		min-height: auto;
	}

	.notice-con .not-li .not-ltt p {
		font-size: 16px;
		line-height: 27px;
	}


	.new-tit {
		padding-right: 20px;
	}

	.new-a a {
		font-size: 14px;
	}




	.notice-con .not-li {
		margin-bottom: 20px;
		min-height: auto;
	}

	.notice-con .not-li a {
		min-height: auto;
	}

	.newsbg {
		padding: 20px 0;
	}

	.notice {
		padding: 20px 0 10px;
	}



	.flink .fli a {
		font-size: 16px;
	}










	.footer {
		position: relative;
		height: auto;
	}



}

@media (max-width: 600px) {}