@media(min-width:481px){
	#tabs{width:1200px; margin:0 auto;}
	.tabs div{
		float:left;
	}
	.tabs .tabcontent{
		width:100%;
		border: solid 1px #4074c0;
		min-height: auto;
		padding:30px 0 0 0;
	}
	.tabs .horizontal{
		margin: 0px;
		padding: 0px;
	}
	.tabs .horizontal li{
		float: left;
		list-style: none;
		height: 89px;
		line-height: 25px;
		background-color: #FFF;
		width:190px;
		text-align: center;
		cursor: pointer;
		font-size: 20px;
		padding-top:8px;
		margin-left:260px;
		margin-right:200px;
	}
	.tabs .horizontal li:not(:first-child){
		margin-left: 5px;
	}
	
	.tabs .horizontal li.selectActive{
		border-bottom: none;
		background:url(../images/index_news_btn_act.png) top center no-repeat;
		color: white;
		height: 89px;
		overflow:hidden;
	}
}



@media(max-width:480px){ 
	#tabs{width:100%; margin:0 auto;}
	.tabs div{
		float:left;
	}
	.tabs .tabcontent{
		width:100%;
		border: solid 1px #4074c0;
		height: auto;
		padding:30px 0 0 0;
	}
	.tabs .horizontal{
		margin: 0px;
		padding: 0px;
	}
	.tabs .horizontal li{
		float: left;
		list-style: none;
		height: 89px;
		line-height: 25px;
		background-color: #FFF;
		width:46%;
		text-align: center;
		cursor: pointer;
		font-size: 20px;
		padding-top:8px;
		margin-left:3%;
		margin-right:1%;
	}
	.tabs .horizontal li:not(:first-child){
		margin-left: 5px;
	}
	
	.tabs .horizontal li.selectActive{
		border-bottom: none;
		background:url(../images/index_news_btn_act.png) top center no-repeat;
		color: white;
		height: 89px;
		overflow:hidden;
	}


}