/* 头部 */
.sentu_head{
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	background-color: #fff;
}
.sentu_htab{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sentu_hname{
	position: relative;
}
.sentu_htab .sentu_htext{
	display: block;
	min-width: 72px;
	text-align: center;
	padding: 15px 0px;
	cursor: pointer;
	font-size: 16px;
}
.sentu_htab .sentu_htext:hover{
	color: #FF6C02;
}
.sentu_htab .sentu_active{
	border-bottom: 2px solid #FF6C02;
	font-weight: 600;
}
.sentu_htab .sentu_hname:hover .sentu_ytab{
	display: block;
}
.sentu_ytab{
	display: none;
	position: absolute;
	left: -45%;
	width: 134px;
	height: auto;
	border-radius: 0px 0px 8px 8px;
	background: rgba(255, 255, 255, .8);
    z-index: 9999;
	padding: 10px 0px;
}
.sentu_ytext{
	padding: 10px 0px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.sentu_yname{
	color: #000;
}
.sentu_ytab .sentu_yname:hover{
	color: #FF6C02;
}
.sentu_ytab .sentu_ytext:hover .sentu_etab{
	display: block;
}
.sentu_etab{
	display: none;
	position: absolute;
	top: 0;
	left: 134px;
	width: 134px;
	height: auto;
	border-radius: 0px 0px 8px 8px;
	background: rgba(255, 255, 255, .8);
	z-index: 9999;
	padding: 10px 0px;
}
.sentu_etext{
	padding: 10px 0px;
	text-align: left;
	padding-left: 15px;
	color: #000;
}
.sentu_ename{
	color: #000;
}
.sentu_etab .sentu_ename:hover{
	color: #FF6C02;
}
/* 底部 */
.sentu_footer{
	width:100%;
	height: 240px;
	background: #fff;
}
.sentu_footers{
	width: 1100px;
	height: 240px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sentu_flogo{
	width: 166px;
	height: 64px;
}
.sentu_flogo img{
	width: 166px;
	height: 64px;
}
.sentu_gytitle{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	margin-bottom: 16px;
}
.sentu_gytext{
	font-size: 12px;
	font-weight: 350;
	line-height: 24px;
	color: #000000;
	margin-bottom: 8px;
}
.sentu_lxtitle{
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
	margin-bottom: 16px;
}
.sentu_lxtext{
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 350;
	line-height: 24px;
	color: #000000;
	margin-bottom: 8px;
}
.sentu_lxtext img{
	width: 12px;
	margin-right: 5px;
	/* height: 12px; */
}
.sentu_rwm{
	width: 120px;
}
.sentu_rwm p{
	font-size: 12px;
	text-align: center;
}
.sentu_zynum{
	
}