@charset "utf-8";
/* CSS Document */

body{background:#222;}

/*首页顶部*/
#index_top{
	width:100%;
	height:45px;
	background:#000;
	margin:0 auto;
	}
	
.top_color{
	width:100%;
	background:url(../images/index/top_bg.png) repeat-x;
	height:3px;
	}	

.top_left{float:left;}
.top_right{float:right;}
.border_left_none{border-left:0px!important;}

#index_top img{
	float:left;
	height:15px;
	margin-top:10px;
	/*border-top:1px solid yellow;
	border-bottom:1px solid yellow;*/
	padding:5px;
	margin-right:20px;
	}
	
#index_top p{
	color:#fff;
	line-height:15px;
	margin-top:15px;
	float:left;
	font-size:14px;
	font-weight:700;
	padding-left:20px;
	padding-right:20px;
	border-left:1px solid #fff;
	}	


@media screen and (min-width: 1200px){
.top_wrap{
	width:1180px;
	height:45px;
	margin:0 auto;
	}
}

@media screen and (min-width: 960px) and (max-width: 1199px){
.top_wrap{
	width:960px;
	height:45px;
	margin:0 auto;
	}
}