/* 轮播图 */
.slideshow {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slideshow_tu {
	width: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 20px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slideshow_tu_fu {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

}

.bar1 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;

}

.slideshow_tu_fu .bar1 {
	height: 100%;
	display: flex;
	align-items: center;
	max-width: 1680px;
}

.bar1_left {}

.slideshow_tu_fu_title {
	padding-bottom: 40px;
}

.slideshow_tu_fu_title p {
	font-size: 84px;
	font-family: zi2;
}

.slideshow_tu_fu_anniu {
	width: 480px;
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
}

.slideshow_tu_fu_anniu a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: 200px;
	height: 55px;
	border-radius: 50px;
	border: 1px solid #9f9f9f;
	color: #333;
	font-family: zi2;
}

.slideshow_tu_fu_anniu a:nth-child(1) {
	color: #fff;
	background-color: #c5c5c5;
}

/* 信赖之选 */
.xinlai {
	width: 100%;
	height: 1080px;
	background-image: url(../image/index_beijing.png);
	background-size: cover;
}

.shuzi {
	display: flex;
	color: #333;
	/* 字体颜色 */


}

.shuzi span {
	font-size: 200px;
	font-weight: 500;
	font-family: zi3;
	background: linear-gradient(to bottom right, #f74a48, #bf2929);
	/* 左上到右下渐变 */
	-webkit-background-clip: text;
	/* 将背景裁剪为文字 */
	background-clip: text;
	/* 标准属性 */
	color: transparent;
	/* 文字颜色透明，显示背景渐变 */
	/* text-shadow: 2px 2px 4px rgb(154 75 75 / 30%); */
	/* display: inline-block; */
	min-width: 200px;
	/* 防止数字跳动时宽度变化 */

}

.shuzi p {
	font-size: 100px;
	font-weight: 500;
	font-family: zi3;
	background: linear-gradient(to bottom right, #f74a48, #bf2929);
	/* 左上到右下渐变 */
	-webkit-background-clip: text;
	/* 将背景裁剪为文字 */
	background-clip: text;
	/* 标准属性 */
	color: transparent;
	/* 文字颜色透明，显示背景渐变 */
	padding-left: 10px;
	margin-top: -20px;
	/* text-shadow: 2px 2px 4px rgb(154 75 75 / 30%); */
}

.xinlai_title h1 {
	font-size: 84px;
	padding-bottom: 53px;
}

.xian {
	width: 765px;
	height: 2px;
	background-color: #b1b2b8;
}

.xinlai_wenzi {
	padding-top: 28px;
	padding-bottom: 80px;
	width: 765px;
}

.xinlai_wenzi p {
	font-size: 16px;
	line-height: 33px;
	color: #333;
}

.xinlai_more a {
	color: #333;
	font-size: 21px;
	border-bottom: #b1b2b8 2px solid;
}

.quanxin {
	background-image: url(../image/index_beijing2.png);
	background-size: cover;
	padding-bottom: 160px;
}

.bar2 {
	max-width: 1750px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bar2_tu img {
	width: 645px;
}

.bar2_zi {
	width: 1070px;
}

.bar2_zi_kehu {
	width: 100%;
	height: 315px;
	background: #fff;
	margin-bottom: 40px;
}

.bar2_zi_tu img {
	width: 100%;
}

.bar2_zi_kehu {
	padding-top: 135px;
	padding-left: 63px;
	position: relative;
}

.bar2_zi_kehu p {
	font-size: 40px;
	color: #333;
	font-family: zi3;
}

.bar2_zi_kehu h1 {
	font-size: 67px;
	color: #333;
}

.sandian {
	position: absolute;
	right: 66px;
	bottom: 50px;
}

.sandian li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #babfcf;
	margin-bottom: 10px;
}

.zhanlv {
	width: 100%;
	height: 546px;
	background-image: url(../image/zhanlv.png);
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zhanlv_bar {
	text-align: center;
}

.zhanlv_bar h1 {
	font-size: 50px;
	color: #fff;
	padding-bottom: 35px;
}

.zhanlv_bar a {
	font-size: 33px;
	color: #fff;
	width: 455px;
	height: 75px;
	background-color: #D42A2A;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	margin: 0 auto;
}


@media screen and (max-width:1400px) {
	.bar1 {
		padding: 0 5%;
	}

	.bar2_tu img {
		width: 100%;
	}
}

@media screen and (max-width:1100px) {
	.bar2_zi {
		width: 80%;
	}

	.bar2_zi_kehu {
		padding-top: 30px;
		padding-left: 42px;
		position: relative;
	}

	.bar2_zi_kehu {
		width: 100%;
		height: 200px;

		margin-bottom: 40px;
	}

	.bar2_zi_kehu h1 {
		font-size: 35px;
	}

	.bar2_zi_kehu p {
		font-size: 25px;
	}

	.sandian {
		display: none;
	}


}

@media screen and (max-width:764px) {
	.slideshow {
		height: 253px;
	}

	.slideshow_tu_fu_title p {
		font-size: 20px;
	}

	.slideshow_tu_fu_title {
		padding-bottom: 25px;
	}

	.slideshow_tu_fu_anniu {
		width: auto;
	}

	.slideshow_tu {
		width: 100%;
		height: 100%;
	}

	.slideshow_tu_fu_anniu a {
		font-size: 12px;
		width: 85px;
		height: 25px;
	}

	.slideshow_tu_fu_anniu a:nth-child(1) {
		margin-right: 20px;
	}

	.xinlai_wenzi {
		width: 100%;
	}

	.xian {
		width: 100%;
	}

	.slideshow_tu {
		width: 100%;
		height: 100%;
	}

	.shuzi span {
		font-size: 100px;

		min-width: 100px;
	}

	.shuzi p {
		font-size: 65px;

	}

	.xinlai_title h1 {
		font-size: 45px;
		padding-bottom: 31px;
	}

	.xinlai {
		height: 630px;
	}

	.bar2 {
		flex-wrap: wrap;
	}

	.bar2_tu {
		width: 100%;
	}

	.bar2_zi {
		width: 100%;
	}

	.bar2_zi_kehu {
		padding-top: 30px;
		padding-left: 18px;
		position: relative;
		margin-bottom: 20px;
		height: 100px;
	}

	.bar2_zi_kehu h1 {
		font-size: 25px;
	}

	.quanxin {
		padding-bottom: 30px;
	}
	.zhanlv_bar{
		padding: 0 5%;
	}
	.zhanlv_bar h1 {
	    font-size: 30px;
	}
	.zhanlv_bar a {
	    font-size: 20px;
	    width: 255px;
	    height: 54px;
	}
	.zhanlv {
	    height: 295px;

	}
}