@charset "UTF-8";
/* 上海银象网络科技有限公司（www.seo120.com.cn）做最好的企业官方网站模版 */
/* 横向布局 */
.hy-news-nav {
	height: 60px;
	line-height: 60px;
	background: #e03636;
	position: relative;
}
.hy-news-nav .hy-nav-info {
	display: -webkit-flex;
	/* 新版本语法: Chrome 21+ */
	display: -webkit-box;
	/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
	/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
	/* 混合版本语法: IE 10 */
	display: flex;
	/* 新版本语法: Opera 12.1, Firefox 22+ */
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	justify-content: flex-start;
}
.hy-news-nav .hy-nav-info .hy-nav-item {
	font-size: 15px;
	color: white;
	margin-right: 40px;
	position: relative;
	cursor: pointer;
	transition: all .2s;
}
.hy-news-nav .hy-nav-info .hy-nav-item.active:before {
	content: '';
	display: inline-block;
	border-bottom: 2px solid white;
	width: 100%;
	position: absolute;
	top: 47px;
}
.hy-news-nav .hy-nav-info .hy-nav-item:hover:before {
	content: '';
	display: inline-block;
	border-bottom: 2px solid white;
	width: 100%;
	position: absolute;
	top: 47px;
}
.hy-news-nav .hy-nav-info .hy-company-news img {
	vertical-align: middle;
	margin-top: -3px;
}
.hy-news-nav .hy-nav-info .hy-company-news:hover img {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	transition: all .2s;
}
.hy-news-nav .hy-nav-extra {
	display: none;
	position: absolute;
	width: 100%;
	bottom: -32px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	background: white;
	border-bottom: 1px solid #eee;
}
.hy-news-nav .hy-nav-extra .hy-extra-item {
 margin-left: calc(9 * 100px - 30px);
}
.hy-news-nav .hy-nav-extra .hy-extra-name {
	color: #333;
}
.hy-news-nav .hy-nav-extra .hy-extra-name:hover {
	color: #e03636;
}

/*# sourceMappingURL=newsHeader.css.map */
