
 @media (min-width:500px){
	 .header_tab{
	     width: 100%;
	     height: 146px;
	     background: #f2f2f2;
	 }
	 
	 
	 .header_con{
	 	margin: 0 auto;
	 	width: 1200px;
	 	display: flex;
	 	justify-content: space-between;
	 }
	 .head_left{
	 	width: 164px;
	 	height: 148px;
	 }
	 .head_left img{ 
	 	width: 100%;	
	 	height: 100%;
	 }
	 .tab_list{
	 	display: flex;
	 
	 }
	 .tab_list .tab_li{
	 }
	 .tab_list .tab_li .active_img{
	 	margin: 0 auto 16px;
	 	width: 62px;
	 	height: 66px;
	 }
	 .tab_list .tab_li .active_img img{
	 	width: 100%;
	 	height: 100%;
	 }
	 .tab_list .tab_li .tab_item{
	 	padding: 0 30px;
	 	height: 46px;
	 	line-height: 46px;
	 	font-size: 24px;
	 }
	 .tab_list .tab_li .tab_item.active{
	 	background: #ff9943;
	 	color: #fff;
	 	border-radius: 5px;
	 }
	 
 }
 @media (max-width:500px){
	 .header_tab{
	     width: 100%;
	     height: 1.46rem;
	     background: #f2f2f2;
	 }
	 
	 .header_con{
	 	margin: 0 auto;
	 	width: 100%;
	 	display: flex;
	 	justify-content: space-between;
	 }
	 .head_left{
	 	width: 1.64rem;
	 	height: 1.48rem;
	 }
	 .head_left img{ 
	 	width: 100%;	
	 	height: 100%;
	 }
	 .tab_list{
	 	display: flex;
	 
	 }
	 .tab_list .tab_li{
	 }
	 .tab_list .tab_li .active_img{
	 	margin: 0 auto .16rem;
	 	width: .62rem;
	 	height: .66rem;
	 }
	 .tab_list .tab_li .active_img img{
	 	width: 100%;
	 	height: 100%;
	 }
	 .tab_list .tab_li .tab_item{
	 	padding: 0 .30rem;
	 	height: .46rem;
	 	line-height: .46rem;
	 	font-size: .24rem;
	 }
	 .tab_list .tab_li .tab_item.active{
	 	background: #ff9943;
	 	color: #fff;
	 	border-radius: .05rem;
	 }
	 
 }