.xwt {
	display: none;
}

.xwt:nth-child(1) {
	display: block;
}

.s_xww .s_xw1 img {
	opacity: 1 !important;
}

.s_xww .s_xw1 a {
	color: #1D3B87 !important;
}

/* bannnerå›¾ */
.bannner {
	height: 500px;
	overflow: hidden;
	width: 100%;
	position: relative;
	transition: all 0.7s ease;
	/* min-height: 800px; */
	margin: 0 auto;
	margin-bottom: 0;
	max-width: 1920px;
}

/* .white_head1{
	height: 0px;
	min-height: 0;
	margin-bottom: 250px;
} */

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	/*text-align: center;*/
	font-size: 18px;
	background: #fff;
	height: 100% !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannner .swiper-pagination-bullet {
	width: 16px !important;
	height: 16px !important;
	background-color: #fff !important;
	margin-left: 13px !important;
	opacity: 1 !important;
	border-radius: 50px !important;
}

.quanjingindex {
	position: absolute;
	height: 46px;
	width: 180px;
	bottom: 20%;
	left: 50%;
	margin-left: -90px;
	z-index: 9999;
	background: #2f59b3;
	color: #fff;
	line-height: 46px;
	text-align: center;
	border: 0px solid;
	font-size: 15px;
	border-radius: 3px;
	opacity: 0.4;
	cursor: pointer;
}

.quanjingindex:hover {
	opacity: 1;
	background: #2f59b3;
}

.pob {
	position: absolute;
	z-index: 10;
	bottom: 60px;
	left: 50%;
	margin-left: -12.5px;
	animation: myfirst 0.8s linear 0.8s infinite alternate;
	-moz-animation: myfirst 0.8s linear 0.8s infinite alternate;
	-webkit-animation: myfirst 0.8s linear 0.8s infinite alternate;
	-o-animation: myfirst 0.8s linear 0.8s infinite alternate;
}


@keyframes myfirst {
	0% {
		bottom: 50px;
	}

	25% {
		bottom: 54px;
	}

	50% {
		bottom: 60px;
	}

	75% {
		bottom: 64px;
	}

	100% {
		bottom: 70px;
	}
}

.swiper-pagination1 {
	top: 88% !important;
	display: flex;
	justify-content: center;
	width: 100%;
}

.swiper-pagination1 span {
	display: block !important;
}

.bannner .swiper-pagination-bullet-active {
	background: #CC1C1F !important;
	width: 16px !important;
	height: 16px !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;
}

.bannner iframe {
	width: 100%;
	height: 100%;
}

/* å­¦é™¢æ–°é—» */
.xinwen {
	padding-top:15px;
	padding-bottom:50px;
	background: #fff;
}

.mks_biaoti {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mks_biaoti h1 {
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}

.mks_biaoti img {
	width: 44.81px;
	height: 19px;
}

.xinwen_zuoyou {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
border-top: 4px solid #CC1C1F;
    margin-top: 20px;
}

.xinwen_zuo {
	width: 692px;
	height: 490px;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
}

.xinwen_zuo1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;

}

.xinwen_zuo1:hover .img {
	transform: scale(1.2);
}

.img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xinwen_zi {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.xinwen_zi h1 {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* å¯é€‰ï¼Œå½“å†…å®¹è¶…å‡ºä¸€è¡Œæ—¶ï¼Œç”¨çœç•¥å·è¡¨ç¤º */
}

.xinwen_you {
	width: 648px;
}

.xinwen_you1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
}

.xinwen_you1:nth-last-child(1) {
	margin-bottom: 0;
}

.xinwen_shijian {
	width: 74px;
	height: 74px;
	padding: 12px;
	padding-top: 5px;
	background: linear-gradient(to right bottom, #8D1F21, #CC1C1F);
}

.xinwen_shijian h1 {
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	color: #FFFFFF;
}

.xinwen_shijian span {
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.xinwen_timu {
	width: 542px;
}

.xinwen_timu1 h1 {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* å¯é€‰ï¼Œå½“å†…å®¹è¶…å‡ºä¸€è¡Œæ—¶ï¼Œç”¨çœç•¥å·è¡¨ç¤º */
}

.xinwen_timu2 {
	margin-top: 10px;
}

.xinwen_timu2 p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	text-overflow: ellipsis;
	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;

}

.xinwen_zuo1 {
	display: none;
}

.xinwen_zuo1:nth-child(1) {
	display: block;
}

.xinwen_you2 .xinwen_timu1 h1 {
	color: #CC1C1F;
}

.xinwen_you2 .xinwen_timu2 p {
	color: #CC1C1F;
}
.s_xinwen_zuoyou {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
border-top: 4px solid #CC1C1F;
    margin-top: 20px;
}

.s_xinwen_zuo {
	width: 590px;
	height: 490px;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
}

.s_xinwen_zuo1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;

}

.s_xinwen_zuo1:hover .img {
	transform: scale(1.2);
}

.img {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s_xinwen_zi {
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.s_xinwen_zi h1 {
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* Ã¥ÂÂ¯Ã©â‚¬â€°Ã¯Â¼Å’Ã¥Â½â€œÃ¥â€ â€¦Ã¥Â®Â¹Ã¨Â¶â€¦Ã¥â€¡ÂºÃ¤Â¸â‚¬Ã¨Â¡Å’Ã¦â€”Â¶Ã¯Â¼Å’Ã§â€Â¨Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·Ã¨Â¡Â¨Ã§Â¤Âº */
}

.s_xinwen_you {
	width: 768px;
}

.s_xinwen_you1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
}

.s_xinwen_you1:nth-last-child(1) {
	margin-bottom: 0;
}

.s_xinwen_shijian {
	width: 74px;
	height: 74px;
	padding: 12px;
	padding-top: 5px;
	background: linear-gradient(to right bottom, #8D1F21, #CC1C1F);
	display: none;
}

.s_xinwen_shijian h1 {
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	color: #FFFFFF;
}

.s_xinwen_shijian span {
	font-weight: 400;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.s_xinwen_timu {
	width: 755px;
}

.s_xinwen_timu1 h1 {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* Ã¥ÂÂ¯Ã©â‚¬â€°Ã¯Â¼Å’Ã¥Â½â€œÃ¥â€ â€¦Ã¥Â®Â¹Ã¨Â¶â€¦Ã¥â€¡ÂºÃ¤Â¸â‚¬Ã¨Â¡Å’Ã¦â€”Â¶Ã¯Â¼Å’Ã§â€Â¨Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ·Ã¨Â¡Â¨Ã§Â¤Âº */
}

.s_xinwen_timu2 {
	margin-top: 10px;
}

.s_xinwen_timu2 p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	text-overflow: ellipsis;
	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;

}

.s_xinwen_zuo1 {
	display: none;
}

.s_xinwen_zuo1:nth-child(1) {
	display: block;
}

.s_xinwen_you2 .s_xinwen_timu1 h1 {
	color: #CC1C1F;
}

.s_xinwen_you2 .s_xinwen_timu2 p {
	color: #CC1C1F;
}
/* é€šçŸ¥å…¬å‘Š */
.tongzhi {
	padding-top: 15px;
	padding-bottom: 30px;
	background: url(../image/index/beijing1.png);
	background-size: 100% 100%;
}

.tongzhi_xinwen {
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    border-top: 4px solid #8D1F21;
    margin-top: 20px;
}

.tongzhi_xinwen1 {
	display: flex;
	background: #fff;
	padding: 32px 40px 32px 30px;
	width: 447px;
	justify-content: space-between;
	position: relative;
	transition: all 0.3s;
	margin-bottom: 30px;
}

.tongzhi_xin {
	width: 84px;
}

.tongzhi_wn {
	width: 262px;
	text-overflow: ellipsis;
	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;
	height: 58px;
}

.tongzhi_xin p {
	    font-size: 20px;
    color: #FF9100;
    font-style: italic;
    font-family: zi;
    line-height: 20px;
    margin-bottom: 16px;
}

.tongzhi_xin h1 {
	font-size: 36px;
    color: #FF9100;
    font-style: italic;
    font-family: zi1;
    line-height: 36px;
}

.tongzhi_wn p {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
}

.tongzhi_xinwen1:hover {
	box-shadow: #adadad 1px 1px 9px;
}

.tongzhi_zd {
	width: 447px;
}

/* æ•™è‚²æ•™å­¦ */
.jiaoyu {
	padding-top: 0px;
	padding-bottom: 0px;
	/*background: url(../image/index/beijing2.png);*/
	background-size: 100% 100%;
}

.jiaoyu_zuoyou {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	justify-content: space-between;
}

.jiaoyu_zuo {
	width: 650px;
	position: relative;
}

.jiaoyu_you {
	width: 650px;
}

.jiaoyu_shi {
	width: 120px;
	display: flex;
	align-items: center;
}

.jiaoyu_shi img {
	width: 8px;
	height: 8px;
}

.jiaoyu_shi p {
	font-weight: 400;
	font-size: 16px;
	color: #F38A00;
	margin-left: 5px;
}

.jiaoyu_zi {
	width: 464px;
}

.jiaoyu_zi p {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/* å¯é€‰ï¼Œå½“å†…å®¹è¶…å‡ºä¸€è¡Œæ—¶ï¼Œç”¨çœç•¥å·è¡¨ç¤º */
}

.jiaoyu_shizi {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 25px;
	position: relative;
}

.jiaoyu_zuo1 {
	padding-top: 30px;
    border-top: 4px solid #8D1F21;
    margin-top: 20px;
}

.jiaoyu_shizi:hover .jiaoyu_zi p {
	color: #F38A00;
}

.jiaoyu_you1 {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
	position: relative;
    border-top: 4px solid #FF9100;
    margin-top: 20px;
    padding-top: 30px;
}

.jiaoyu_ren {
	width: 100%;
	height: 295px;
	overflow: hidden;
}

.jiaoyu_ren img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jiaoyu_wu h1 {
	font-weight: bold;
	font-size: 22px;
	color: #8D1F21;
	padding: 20px 0;
}

.jiaoyu_renwu {
	position: relative;
	width: 100%;
}

.jiaoyu_wu p {
	font-weight: 400;
	font-size: 15px;
	color: #333333;
	line-height: 26px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}

.swiper-pagination2 {
	bottom: 160px !important;
	left: auto !important;
	width: 100%;
	text-align: end;
	right: 10px !important;
}

.jiaoyu .swiper-pagination-bullet-active {
	background: #FF9100;
}

/* å­¦æœ¯ç§‘ç ”/å…šå»ºå¼•é¢† */
.dangjian {
	padding-top: 15px;
	padding-bottom: 20px;
	    background: url(../image/index/beijing1.png);
	background-size: 100% 100%;
}

.dangjian_son {
	display: flex;
	justify-content: space-between;
}

.dangjian_xueshu {
	width: 670px;
	position: relative;
}

.dangjian_xue {
	width: 100%;
	border-top: 4px solid #8D1F21;
	margin-top: 20px;
}

.dangjian_xue1 {
	margin-top: 30px;

}

.dangjian_x {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-bottom: 30px;
}

.dangjian_x1 {
	width: 220px;
	height: 140px;
	position: relative;

}

.dangjian_x2 {
	width: 387px;
}

.dangjian_x2 h1 {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	text-overflow: ellipsis;
	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;
	margin-bottom: 10px;
}

.dangjian_x2 p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	text-overflow: ellipsis;
	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;
}

.dangjian_x:hover .dangjian_x2 h1 {
	color: #8D1F21;
}

.dangjian_s {
	margin-bottom: 20px;
	position: relative;
}

.dangjian_s p {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dangjian_s:hover p {
	color: #8D1F21;
}

.dangjian_s:nth-child(1) {
	display: none;
}

.dangjian_yinling .dangjian_xue {
	border-top: 4px solid #FF9100;
}

.dangjian_yinling .dangjian_x:hover .dangjian_x2 h1 {
	color: #FF9100;
}

.dangjian_yinling .dangjian_s:hover p {
	color: #FF9100;
}

.dangjian_beijing {
	width: 449px;
	height: 437px;
	position: absolute;
	bottom: -42px;
	z-index: 0;
	right: 0;
}

.dangjian_beijing img {
	width: 100%;
	height: 100%;
}
/* å‹æƒ…é“¾æŽ¥ */
.youqing{
	    padding-top: 15px;
	    padding-bottom: 20px;
}
.container{
	padding-top: 30px;
	
}
.youqing_lianjie {
    width: 100%;
    border-top: 4px solid #CC1C1F;
    margin-top: 20px;
}
.container dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.container dl dd{
	width: 24%;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media screen and (max-width:1400px) {
	.xinwen_zuo {
		width: 47%;
	}

	.xinwen_you {
		width: 50%;
	}

	.xinwen_timu {
		width: 85%;
	}

	.tongzhi_xinwen1 {
		width: 32%;
	}

	.tongzhi_zd {
		width: 32%;
	}

	.jiaoyu_zuo {
		width: 65%;
	}

	.jiaoyu_you {
		width: 33%;
		/* overflow: hidden; */
	}

	.jiaoyu_zi {
		width: 80%;
	}

	.dangjian_xueshu {
		width: 48%;
	}
}

@media screen and (max-width:1024px) {
	.jiaoyu_zuoyou {
		flex-wrap: wrap;
	}

	.jiaoyu_zuo {
		width: 100%;
	}

	.jiaoyu_you {
		width: 100%;
		/* overflow: hidden; */
	}

	.jiaoyu_ren {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.bannner {
		height:165px;
		min-height: 0;
	}

	.swiper-pagination1 {
		top: 87% !important;
	}

	.swiper-button-prev1 {
		display: none;
	}

	.swiper-button-next1 {
		display: none;
	}

	.xinwen {
		padding-top: 20px;
		padding-bottom: 30px;
		background: #fff;
	}

	.mks_biaoti h1 {
		font-size: 25px;
	}

	.xinwen_zuoyou {
		padding-top: 20px;
	}

	.xinwen_zuoyou {
		flex-wrap: wrap;
	}

	.xinwen_zuo {
		width: 100%;
		height: 225px;
		margin-bottom: 20px;
	}

	.xinwen_you {
		width: 100%;
	}

	.xinwen_zi h1 {
		font-size: 16px;
	}

	.xinwen_shijian {
		width: 65px;
		height: 65px;
		padding: 5px;
		padding-top: 1px;
		background: linear-gradient(to right bottom, #8D1F21, #CC1C1F);
	}

	.xinwen_timu {
		width: 78%;
	}

	.s_xinwen_zuoyou {
		padding-top: 20px;
	}

	.s_xinwen_zuoyou {
		flex-wrap: wrap;
	}

	.s_xinwen_zuo {
		width: 100%;
		height: 225px;
		margin-bottom: 20px;
	}

	.s_xinwen_you {
		width: 100%;
	}

	.s_xinwen_zi h1 {
		font-size: 16px;
	}

	.s_xinwen_shijian {
		width: 65px;
		height: 65px;
		padding: 5px;
		padding-top: 1px;
		background: linear-gradient(to right bottom, #8D1F21, #CC1C1F);
	}

	.s_xinwen_timu {
		width: 78%;
	}
	.tongzhi_xinwen1 {
		width: 49%;
		padding: 20px;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}

	.tongzhi_zd {
		width: 32%;
		display: none;
	}

	.tongzhi_xin h1 {
		font-size: 25px;
	}

	.tongzhi {
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.tongzhi_xinwen {
		padding-top: 20px;
	}

	.jiaoyu_zuoyou {
		padding: 15px;
	}

	.jiaoyu_shizi {
		flex-wrap: wrap;
	}

	.jiaoyu_shi {
		width: 100%;
		margin-bottom: 5px;
	}

	.jiaoyu_zi {
		width: 100%;
	}

	.dangjian_xueshu {
		width: 100%;
	}

	.dangjian_son {
		flex-wrap: wrap;
	}

	.dangjian_x {
		display: none;
	}

	.dangjian_s:nth-child(1) {
		display: block;
	}
}