.common_tab{
	width: 100%;
	height: 40px;
	background: #f2f2f2;
	position: relative;
	font-family: "微软雅黑";
	margin-bottom: 15px;
}
.common_tab_title{
	display: block;
	float: left;
	font-size: 16px;
	line-height: 40px;
	background: #e3e3e3;
	padding: 0 1em;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #f0871b;
	border-left: 7px solid #f0871b;
}
.common_nav_list a{
	font-size: 16px;
	line-height: 40px;
	float: left;
	padding: 0 1em;
	position: relative;
	text-align: center;
	cursor: pointer;
	display: block;
}

.common_nav_list a.current{
	color: #fff;
	background: #f0871b;
}


.current_ico {
	display: none;
	position: absolute;
	width: 1px;
	bottom: 0;
	border: 5px solid;
	border-top-color: #f0871b;
	border-left-color: #f0871b;
	border-right-color: #f0871b;
	border-bottom-color: #fff;
	left: 50%;
	margin-left: -5px;
}
.current .current_ico{
	display: block;
}
.common_nav_list a:hover{
	background: #f0871b;
	color: #fff;
}
.common_nav_list a:hover .current_ico{
	display: block;
}
.pc_hide{
	display: none;
}
.right_link_tab{
	float: right;
	font-size: 12px;
	line-height: 40px;
	margin-right: 10px;
}
@media all and (max-width:768px){
	.common_tab{
		width: 100%;
		height: 0.7rem;
		margin: 0.2rem auto;
	}
	.common_tab_title {
		font-size: 0.3rem;
		line-height: 0.7rem;
		background: #e3e3e3;
		padding: 0 1em;
		position: relative;
		text-align: center;
		font-weight: bold;
		color: #f0871b;
		border-left: 0.1rem solid #f0871b;
	}
	.pc_hide{
		display: block;
	}
	.common_nav_list a {
		font-size: 0.24rem;
		line-height: 0.7rem;
		float: left;
		padding: 0 1em;
	}
	.common_nav_list a:hover{
		background: #e3e3e3;
		color: #f0871b;
	}
	.common_nav_list a:hover .current_ico{
		display: none;
	}
	.right_link_tab{
		float: right;
		font-size: 0.24rem;
		line-height: 0.7rem;
		margin-right: 0.1rem;
	}
}