﻿@charset "utf-8";

/*********** 导航菜单 begin ***********/

.hyw_nav {
	background-color: #fff;
	position: fixed;
	color: #666666;
	min-width: 1200px;
	height: 60px;
	width: 100%;
	z-index: 10;
}

.hyw_nav a {
	display: block;
	text-decoration: none;
}

.logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 8px 0 0 -630px;
	z-index: 4;
}

.hyw_nav .shade {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 60px;
	left: 0;
	z-index: 1;
	background-color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=9);
	display: none;
}

.hyw_nav .menu {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 0 0 -360px;
	z-index: 2;
	padding: 0;
	list-style: none;
	width: 960px;
	overflow: hidden;
	height: 60px;
}

.hyw_nav .menu>li {
	padding: 0;
	float: left;
	margin: 0;
	width: 105px;
	text-align: center;
	height: 310px;
}

.hyw_nav .submenu {
	height: 60px;
	line-height: 60px;
	color: #666;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}

.hyw_nav .submenu .subicon {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666666;			/*三角形色*/
	vertical-align: middle;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.m_active .submenu .subicon {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;			/*三角形色*/
	vertical-align: middle;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.hyw_nav .submitem {
	height: 40px;
	line-height: 40px;
	color: #666;		/*隐藏的字体颜色*/
	position: relative;
}

.hyw_nav .submitem:hover:after {
	content: '';
	display: block;
	position: absolute;
	width: 60px;
	height: 2px;
	bottom: 5px;
	left: 23px;
	background-color: #15b4ec;/*鼠标经过的下划线*/
}

.hyw_nav .menu:hover {
	height: 310px;
	transition: height 0.3s;
}

.hyw_nav .menu:hover+.shade {
	display: block;
}

.hyw_nav .menu>li.highlight:hover {
	/*background-color: yellow;*/   /*鼠标经过的背景颜色*/
}

.hyw_nav .menu>li.highlight:hover .submitem {
	color: #666;
}

.hyw_nav .menu>li:hover .submenu,
.hyw_nav .menu>li.m_active .submenu {
	background-color: #15b4ec;
	color: #fff;
}

.hyw_nav .menu>li:hover .submenu .subicon ,
.hyw_nav .menu>li.m_active .submenu  .subicon{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;			/*三角形色*/
	vertical-align: middle;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}



.hyw_nav .menu>li.right {
	float: right;
}

.sublogin {
	height: 30px;
	background-color: #c70002;
	border-radius: 5px;
	line-height: 30px;
	color: #fff;
	margin: 15px 5px 0 5px;
}

.sublogin span {
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
}

.subpublic {
	height: 28px;
	border-radius: 5px;
	line-height: 28px;
	margin: 15px 10px 0 10px;
	background: #20242e;
	filter: Alpha(opacity=50);
	position: static;
	*zoom: 1;
	border: 1px #fff solid;
}

.subpublic span {
	color: #FFFFFF;
	position: relative;
	letter-spacing: 1px;
	font-size: 15px;
}


/*********** 导航菜单 end ***********/