.page_sum{
	width: 100%;
	position: relative;
}
.page_tab_commmm {
	width: 1200px;
	margin: 0 auto;
	   /* height: 1.49333rem; */
	    box-sizing: border-box;
	    
	    padding-top: 30px;
		border-bottom: 1px solid #d7d7d7;
		display: flex;
	}
	
	.page_tab_commmm,
	.page_tab_commmm ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center
	}
	
	.page_tab_commmm ul {
		white-space: nowrap;
		overflow: auto;
	}
	
	.page_tab_commmm ul li {
		height: 54px;
		display: inline-block
	}
	
	.page_tab_commmm ul li a {
		display: block;
		font-family: PingFang SC;
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 36px;
		color: #6e6e6e;
		padding: 0 20px;
		background: #f5f5f5;
		border-radius: 36px;
	}
	.page_tab_commmm ul li:hover{
		border-bottom: 2px solid #eeb822;
		font-weight: 600;
		z-index: 9;
	}
	.page_tab_commmm ul li:hover a{
		color: #eeb822;
	}
	.page_tab_commmm ul .active {
		color: #eeb822;
		boder-bottom: 2px solid #eeb822;
		font-weight: 600;
		z-index: 9;
	}
	
	/* 导航条开始 */
	._tabs_more ._news_more_box a.on {
	    height: 40px;
	    line-height: 40px;
	    position: relative;
	    font-size: 18px;
	    color: #333;
	    border-bottom: 2px solid #333;
	}
	#menu_tab {
		width: auto;
	}
	._tabs_more {
		height: 67px;
		line-height: 42px;
		margin-left: 30px;
	}
	._tabs_more:hover ._news_more_box {
		display: block;
	}
	._news_tabs_more {
		cursor: pointer;
		height: 62px;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		margin-right: 20px;
		position: relative;
	}
	
	._news_tabs_more span {
		display: block;
		width: 24px;
		height: 2px;
		background: #999;
		transition: all 0.3s;
		margin-bottom: 4px;
	}
	._news_tabs_more span:nth-child(3) {
		width: 13px;
		margin-bottom: 0;
	}
	._news_tabs_more:hover span {
		background: #000;
	}
	._news_tabs_more:hover span:nth-child(3) {
		width: 24px;
	}
	._news_more_box {
		display: none;
		position: absolute;
		top: 56px;
		right: -110px;
		width: max-content;
		padding: 12px 17px;
		border-radius: 4px;
		background: #fff;
		box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
		z-index: 22
	}
	._news_more_box ._news_tabs_item {
		display: flex;
		padding: 4px 0;
		color: #A3A3A3;
	}
	._news_more_box ._news_tabs_item:hover {
		color: #292929;
	}
	._news_more_box ._news_tabs_item.on {
		border-bottom: none !important;
	}
	/* 导航条结束 */
@media screen and (max-width:1300px){
		.page_tab_commmm {
			width: 1000px;
			}
		.page_tab_commmm ul li a {
		    font-size: 16px;
		    padding: 0 10px;
		}
}

@media screen and (max-width:1180px){
	.page_tab_commmm {
		width: 100%;
	   /* height: 1.49333rem; */
	    box-sizing: border-box;
	    padding: 0 0.42667rem;
		overflow: hidden;
	   overflow-x: scroll;
	    padding-top: .3rem;
	    padding-bottom: 0.4rem;
	}
	
	.page_tab_commmm,
	.page_tab_commmm ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	
	.page_tab_commmm ul {
		white-space: nowrap
	}
	
	.page_tab_commmm ul li {
		height: 100%;
		margin-right: .21333rem;
		display: inline-block
	}
	
	.page_tab_commmm ul li a {
		display: block;
		font-family: PingFang SC;
		font-style: normal;
		font-weight: 400;
		font-size: .37333rem;
		color: #6e6e6e;
		padding: 0 .4rem;
		background: #f5f5f5;
		border-radius: .37333rem
	}
	
	.page_tab_commmm ul .active {
		background: rgba(238, 184, 34, .1);
		border: .01333rem solid #eeb822;
		color: #eeb822;
		font-weight: 600
	}

}