.crumbs {
	background: transparent;
	border-bottom: 1px solid rgba(255 255 255 / 14%);
}

.xqBan {
	max-height: 800px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.xqBan .banImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xqBan .xq_text {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.xq_t {
	width: 102px;
	height: 34px;
	background: #2F5DAB;
	color: #fff;
	text-align: center;
	line-height: 36px;
}

.xq_b {
	line-height: 1.1;
	color: #fff;
	font-family: 'HarmonyOS_Medium';
}

.xq_f {
	line-height: 1.1;
	color: #fff;
	margin-top: 15px;
	font-family: 'HarmonyOS_Medium';
}

.xq_s {
	max-width: 600px;
	color: #fff;
	line-height: 2;
}

.cn1 {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(62deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), linear-gradient(140deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.cn1 .alxq img {
	width: auto;
	max-width:100% ;
}

.cn1_list {
	width:100%;
}

.swiper_al {
    width: 100%;
    overflow: hidden;
}

.swiper_al.centered .swiper-wrapper{
    justify-content: center;
}

.cn1_list li {
	background-image: url(../img/alxq4.png);
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #DDE6F6;
	min-height: 340px;
	width: calc((100% - 120px) / 5);
	padding: 44px 35px;
	position: relative;
	background-size: 100% 100%;
	transition: 0.5s;
	overflow: hidden;
}

.cn1_list li>img {
	width: auto;
	max-width: 100%;
}

.cn1_t {
	font-family: 'HarmonyOS_Medium';
	color: var(--tcolor);
	line-height: 1.2;
}

.cn1_s {
	font-weight: 400;
	color: #818181;
	line-height: 1.8;
	margin-top: 12px;
	min-height: 150px;
}

.cn1_list li:hover {
	background-image: url(../img/alxq6.png);
}

.swiper_al_postion {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.swiper_al_postion .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    margin: 0 5px;
}

.swiper_al_postion .swiper-pagination-bullet-active {
    background: var(--color);
}

.cn2 ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
}

.cn2_l {
	width: 57%;
}

.cn2_r {
	width: 38.3%;
	overflow: hidden;
}

.cn2_r img {
	width: 100%;
}

.cn2_t {
	color: var(--tcolor);
	font-family: 'HarmonyOS_Medium';
}

.cn2_s {
	font-weight: 400;
	color: #818181;
	line-height: 1.8;
}

@media only screen and (min-width: 769px) {

	.cn2 ul li:nth-child(2n) {
		flex-direction: row-reverse;
	}
}

@media only screen and (max-width: 768px) {
	.xqBan {
		height: 380px;
		background: #000;
	}

	.xqBan .banImg {
		opacity: 0.6;
	}

	.xq_b {
		font-size: 20px;
		margin-top: 20px;
	}

	.xq_f {
		font-size: 20px;
	}

	.xq_t {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}

	.cn1_list li {
		width: 100%;
		min-height: 0;
		padding: 25px;
		margin-bottom: 15px;
	}

	.cn2_l {
		width: 100%;
	}

	.cn2_r {
		width: 100%;
		margin-top: 20px;
	}

	.cn2_t{
		margin-bottom: 10px;
	}
}
