.explore_P{
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: #545454;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	box-shadow: 0 0 5px 1px #494949;
}
.explore_P>img{
	width: 40px;
	height: 40px;
	margin-top: 5px;
}
.zikapian{
	position: relative;
	left:60px;
	top: -55px;
	width: 300px;
	height: 750px;
	background-color: #202024;
	border-radius: 8px;
	display: none;
	transition: 0.2s;
	
}
.Tul_box{
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* div 的样式 */
.tantou_div{
	width: 260px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 20px;
	position: relative;
}

.tantou_div>p{
	width: 100%;
	height: 50px;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
}
.tantou_div>p>img{
	width: 25px;
	height: 25px;
	margin: 0px 10px;
	font-weight: 600;
}

.tantou_div>p:hover{
	position: relative;
	background-color: rgba(85, 177, 255, 0.4);
	z-index: 10;
}
/* li 的样式 */
.tantou_li{
	width: 260px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin-top: 20px;
	position: relative;
}
.tantou_li>p{
	width: 100%;
	height: 40px;
	position: relative;
	z-index: 10;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: rgba(13, 13, 13, 0.5);
}

.tantou_li>p:hover{
	position: relative;
	background-color: rgba(57, 57, 57, 0.2);
	z-index: 10;
}
.ha_lou{
    position: relative;
	background-color: red;
	z-index: 100;
}
/* 背景图 样式图片 */
.beijingtu_To{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/channel-explore.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_a{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_b{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/uploads/20231123/6c97eb74119bb9d727447333693dcde3.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_c{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T6.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_d{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T4.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_e{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_f{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T7.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_g{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T5.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_h{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T3.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_i{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T10.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_j{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T11.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.beijingtu_k{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("/style/image/T9.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* 增加内容 */
.gu_ding{
	width: 100%;
	height: 90px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 999;
	background-color: #fff;
}
.hengxiang{
	width: 1803px;
}
.H_ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.H_li{
	height: 60px;
	padding: 2px 10px;
	border-radius: 10px;
	background-color: #d0d0d0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	cursor: pointer;
	margin: 0 10px;
	overflow: hidden;
}
.H_li>p{
    font-size: 16px;
}
.H_li>div{
	width: 48px;
	height: 48px;
	overflow: hidden;
	object-fit: contain;
	margin-right: 10px;
}
.H_li>div>img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}