.hr_conbj {
	/* min-height: 463px; */
	border-radius: 10px;
	overflow: hidden;
}

.hr_con {
	padding: 52px 0 70px 0;



}

.hr_conbjcon {
	opacity: 0.9;
	background: #912822;
	height: 100%;
	width: 42%;
	padding: 100px 69px;
}

.hr_conbjcon1 {
	margin-bottom: 31px;
	color: #FFF;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}

.hr_conbjcon2 {
	color: #FFF;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}

.hr_boxtitle1 {
	color: #333;
	text-align: center;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
	/* 150% */
}

.hr_boxtitle2 {
	color: #333;
	text-align: center;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
	/* 150% */
	margin-bottom: 54px;
}

.hr_conboxq {
	padding-top: 30px;
	padding-bottom: 130px;
	background: #EEE;
}

.hr_conboxqtitle {
	color: #333;
	text-align: center;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: 54px;
	/* 150% */
	margin-bottom: 70px;
}

.hr_conever {
	width: 32.222%;
	padding: 32px 32px 36px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: .3s;
	margin-bottom: 24px;
	margin-right: 1.666%;
	cursor: pointer;

}

.hr_conever:nth-child(3n) {
	margin-right: 0;
}

.hr_conever1 {
	color: #999;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
	margin-bottom: 8px;
}

.hr_conever2 {
	color: #333;
	font-family: Microsoft YaHei;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	/* 150% */
	margin-bottom: 33px;
}

.hr_conever3 {
	display: flex;
	align-items: center;
	padding-bottom: 24px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 36px;
}

.hr_conever3dq {
	color: #666;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}

.hr_conever3line {
	margin: 0 15px;
	height: 14px;
	width: 1px;
	background: #CCC;

}

.hr_imghover {
	display: none;
}

.hr_conever4time {
	color: #999;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}

.hr_conever4 {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.hr_conever4right {
	padding: 14px;
	border: 1px solid #EEE;
}

.hr_conever:hover {
	background-color: #912822;
	transition: .3s;
}

.hr_conever:hover .hr_conever1 {
	color: rgba(255, 255, 255, 0.60);
}

.hr_conever:hover .hr_conever2 {
	color: #FFF;
}

.hr_conever:hover .hr_conever3dq {
	color: rgba(255, 255, 255, 0.60);
}

.hr_conever:hover .hr_conever3line {
	background: rgba(255, 255, 255, 0.20);
}

.hr_conever:hover .hr_conever3 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}

.hr_conever:hover .hr_conever4time {
	color: rgba(255, 255, 255, 0.60);
}

.hr_conever:hover .hr_conever4right {
	background: #FFF;
}

.hr_conever:hover .hr_imgmr {
	display: none;
}

.hr_conever:hover .hr_imghover {
	/* display: none; */
	display: block;
}

.hr_conall {
	display: flex;
	flex-wrap: wrap;
}

@media(max-width:1263px) {
	.hr_conever {
		width: 48.3%;
	}

	.hr_conever:nth-child(3n) {

		margin-right: 1.666%;
	}

	.hr_conever:nth-child(2n) {

		margin-right: 0;
	}
}

@media(max-width:1174px) {
	.hr_conbjcon {
		opacity: 0.9;
		background: #912822;
		height: 100%;
		width: 50%;
		padding: 80px 49px;
	}
}

@media(max-width:900px) {
	.hr_conbjcon {

		width: 100%;
		padding: 30px 15px;
	}

	.hr_conever {
		width: 100%;
		margin-right: 0 !important;
		padding: 20px;
	}

	.hr_conever3 {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.hr_conever2 {

		line-height: 20px;
	}

	.hr_conever4right {
		padding: 10px;
	}

	.hr_conboxqtitle {

		margin-bottom: 30px;
	}

	.hr_conboxq {
		padding-bottom: 40px;
	}

	.hr_conever3line {
		margin: 0 5px;
	}
}


.mtk_text {
	max-height: 340px;
	overflow-y: auto;
}

.mtk {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.mtk.active {
	display: block;
}

.mtk_box {
	background: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	max-width: 700px;
}

.mtk_title {
	background-color: #fff;
	padding: 27px 30px;
	border-bottom: 1px solid #CCC;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.mtk_title1 {
	color: #333;
	font-family: Microsoft YaHei;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.mtk_content {
	padding: 45px 56px;
}

.mtk_content1 {
	color: #333;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.mtk_content2 {
	color: #666;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
	margin-top: 10px;
}

.mtk_content3 {
	color: #333;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 43px;
}

.mtk_content4 {
	color: #666;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
	margin-top: 10px;
}

.mtk_content5 {
	margin-top: 57px;
	cursor: pointer;
}


.mtk_content5 a {
	display: inline-flex;
	padding: 2px 2px 2px 20px;
	align-items: center;
	gap: 15px;
	border-radius: 40px;
	background: #EDEDED;
	transition: .3s;

}

.mtk_content5 a span:nth-child(1) {
	color: #666;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	/* 162.5% */
}


.box_butcur {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box_butcur2 {
	display: block;
}

.box_butcur1 {
	display: none;
}

.mtk_content5 a:hover {
	background-color: #912822;
	transition: .3s;
}

.mtk_content5 a:hover .box_butcur1 {
	display: block;
}

.mtk_content5 a:hover .box_butcur2 {
	display: none;
}

.mtk_content5 a:hover .box_butcur {
	background-color: #FF0800 ;
	transition: .3s;
}

.mtk_content5 a:hover span:nth-child(1) {
	color: #fff;
	transition: .3s;
}

@media (max-width:1246px) {
	.xingg_ever {
		width: 49%;
	}

	.xingg_ever:nth-child(2n) {
		margin-right: 0;
	}

	.xingg_ever:nth-child(3n) {
		margin-right: 1.4%;
	}

	.xingg_evethree {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 40px;
		margin-top: 60px;
	}
}

@media (max-width:748px) {
	.xingg_ever {
		width: 100%;
	}

	.xingg_ever {
		margin-right: 0;
	}

	.mtk_box {
		width: 90%;
	}


}

@media (max-width:440px) {
	.mtk_content {
		padding: 20px 10px;
	}

	.mtk_title {
		padding: 20px 10px
	}

	.mtk_content3 {

		margin-top: 20px;
	}
}

@media (max-width:410px) {

	.xingg_ever {

		padding: 0 20px;
	}

	.xingg_everone {
		padding-top: 20px;
	}

	.xingg_evethree {
		padding-bottom: 20px;
	}

	.xingg_con {
		padding: 30px 0 60px;
		background: #EFF3F6;
	}

}

.close {
	cursor: pointer;
}