.page-title-box1 {
	display: flex;
	align-items: center;
	padding: 0 12px;
	position: fixed;
	top: 0;
	z-index: 998;
	background-color: #fff;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
}
.menu-header{
	position:absolute!important;
	top:50px!important;
	left:0;
}
.subscribe {
	width: 64px;
	height: 25px;
	background: #9C1D22;
	border-radius: 4px;
	line-height: 25px;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
}
.menu-sec{
	width: 100%;
  padding:8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hot-section{
  position: relative;
	height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
	margin-right: 16px;
	min-width: 108px;
}
.menu-left{
	display: flex;
	align-items: center;
}
.menu-hot{
	width: 100%;
  position: absolute;
	left: 0;
	top:0;
	transition: all 200ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
}
.menu-hot li.drop-current,.menu-slide li.drop-current {
	color: #000;
	font-weight: 600;
  /* transition: all 0.5s ease-out; */
}
.menu-hot li{
	color: #7F7F7F;
	line-height: 36px;
	font-size: 12px;
}
.menu-left .service{
	margin:0 16px 0 16px;
}
.drop-arrow{
	/* width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	content:'';
	transition: all 0.5s ease-out;
	display: inline-block;
	position: absolute;
	right: 10px;
	top:12px;
	transform: rotate(135deg); */
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url('https://hsimage.fotile.com/202601091406328622782.png');
	background-size: cover;
	position: absolute;
	right: 0;
	top:11px;
	transition: all 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
}
.drop-arrow.arr-current{
	/* width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
	content:''; */
	transform: rotate(-180deg);
  transition: all 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
}
.menu-left .active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #1A1A1A;
	width: 100%;
	height: 2px;
}
.exat-common{
	position: relative;
	line-height: 36px;
	font-size: 12px;
	word-break: keep-all;
	color:#000;
}
/* 展开的下拉菜单 */
.menu-slide{
	width: 100%;
	padding: 8px 12px;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	box-sizing: border-box;
}
.menu-slide li{
	line-height: 36px;
	font-size: 12px;
}
.menu-slide .drop-arrow {
  right: 28px;
	top:18px;
}
/*遮罩层*/
.menu-gray{
	width: 100%;
	position: fixed;
	top:50px;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 6;
	display: none;
}