.main{
	width: 100%;
	max-width: 1920px;
	padding-top: 17vh;
	margin: 0 auto;
}
.banner{
	width: 100%;
	/* height: 531px; */
	/* height: 49vh; */
	height: 100%;
/* 	background-image: url('../img/pinpai_banner.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat; */
/* 	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center; */
	color: #fff;
	position: relative;
}
.pinpai_text{
	 /* width: 55%; */
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
	 justify-content: flex-end;
	 font-size: 2.5em;
	 font-weight: bold;
	 position: absolute;
	 top: 27%;
	 left: 45%;
}
.bd1{
	width: 100%;
	height: 700px;
	background-color: #fff;
	/* margin-top: -4px; */
}
.bd1_c{
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.bd1_top{
	width: 100%;
	height: 399px;
	background-color: #FE0000;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.bd1_bottom{
	position: absolute;
	top: 30%;
	left: 23%;
}
.bd2{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 0 0 3% 0;
	position: relative;
}
.bd3{
	width: 100%;
	background-color: #fff;
}
.bd3_bg{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.anli{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	
}
.anli_text{
	background-color: #fff;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: -5px;
}
.anli_detail{
	width: 17%;
	margin-bottom: 40px;
}
.anli_detail img{
	width: 100%;
}
.anli_xq{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.anli_list{
	width: 30%;
	
}
.anli_bg{
	width: 30%;
	height: 180px;
	background-image: url('../img/anli_lujing.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-bottom: 25%;
	position: relative;
	color: #fff;
}
.bd8{
	width: 100%;
	height: 570px;
	background-color: #FE0000;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.anli1{
	width: 325px;
	height: 695px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	cursor: pointer;
}
.anli1 img{
	width: 322px;
	height: 192px;
	border-radius:10px;
}
.anli1 p{
	/* width: 85%; */
	color: #7D7C7D;
	font-size: 14px;
	line-height: 20px;
}
.weizhi{
	/* width: 60%; */
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 40px 0 20px 0;
}
.jindu{
	width: 80%;
	height: 10px;
	background-color: gray;
	border-radius: 5px;
	position: relative;
}
.red_jindu{
	background-color: #FE0000;
	height: 10px;
	border-radius: 5px;
}

@keyframes fadeIn {
	0%   { opacity: 0; } /* 初始状态 */
	100% { opacity: 1; } /* 结束状态 */
}

.fadein {
	animation: fadeIn 5s ease forwards; /* 应用动画并指定持续时间、速度曲线等参数 */
}

.contentHtml{
	width: 92%;
	text-align: center;
	padding-top: 60px;
}
.contentHtml p{
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.contentHtml p img{
	width: 100%;
	margin-bottom: -5px;
}

.left_point{
	cursor: pointer;
	position: absolute;
	left: 45%;
	bottom: -20px;
	width: 24px;
	transform: rotate(180deg);
}
.right_point{
	cursor: pointer;
	position: absolute;
	right: 45%;
	bottom: -20px;
	width: 24px;
}
.bottomTitle{
	font-weight: bold;
	padding: 60px 0 20px 0;
	font-size: 25px;
	letter-spacing: 4px;
	color: #7D7C7D;
}
.bottomContent{
	font-size: 14px;
	width: 75%;
	line-height: 30px;
	color: #7D7C7D;
	text-align: center;
	letter-spacing: 2px;
	line-height: 28px;
}
.tuanduiTitle{
	color: #7D7C7D;
	font-size: 50px;
	letter-spacing: 6px;
	padding: 40px 0 20px 0;
	/* font-weight: normal; */
}
.tuanduiContent{
	font-size: 27px;
	color: #7D7C7D;
	padding-bottom: 80px;
}