@charset "utf-8";

#index_banner{
	display: block;
	width: 100%;
	height: 87px;

	background: #222222;
}

#index_banner>ul{
	display: block;
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

#index_banner>div{
	display: block;
	margin: 0 auto;
	width: 1070px;
	height: 100%;
}

#index_banner>ul>li{
	display: inline-block;
}

#index_banner>ul>li>a{
	display: block;
	margin-top: 16px;
	margin-right: 20px;

	/*width: 140px;
	height: 54px;*/

	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #fff;
	font-weight: 400px;
	
	border-radius: 5px;
	/*background: #3d3d3d;*/ 
}

#index_banner>ul>li>a>img{
	height: 55px;
}

#index_banner>ul>li:nth-last-child(1)>a{
	margin-right: 0px;
}