@charset "utf-8";
/* 巾帼楷模-导航样式 */

/*导航*/
.byt_nav {
	width: 100%;
	background: url(../image/daohang_bg.png) repeat-x;


	position: relative;
	height: 50px;/*border-top: 2px solid rgb(196, 22, 29);*/

}
.byt_nav_list {
	z-index: 9;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.byt_nav .nav_li {
	overflow: hidden;
	width: 928px;
	height: 50px;
	margin-left: 206px;
}
.byt_nav .nav_li li {
	float: left;
	margin-top: 14px;
	margin-left: -1px;
	padding: 0 5px;
	background:none;
	/*background: url(../image/0D51DDFE-0AB1-4719-89AD-34E94704B7D8.png) -1px 2px no-repeat;*/
}
.byt_nav .nav_li .flag {
	background:none;
	/*background: url(../image/nav_bg.png) right 2px no-repeat;*/
}


.byt_alink{
	padding-left:15px;
	
	}

.byt_nav .nav_li .app {
	display:none;
}

.byt_nav .nav_li li.first {
	position: absolute;
	left: 65px;
	top: 0;
	padding-left: 0px;
	background: none;
}
.byt_nav .nav_li li.first a {
	font-size: 11px;
	font-family: 微软雅黑;
	font-weight: bold;
}
.byt_nav .nav_li li.first a:hover {
	text-decoration: none;
}
.byt_nav .nav_li li.second {
	background: none;
}
.byt_nav .nav_li a.cur {
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	font-family: 微软雅黑;
	color: #fff;
}
.byt_nav .nav_li li.last {
	position: relative;
}
.byt_nav .nav_li li a.more {
	padding-right: 0px;
}
.byt_nav .nav_li li em {
	left: 68px;
	top: 5px;
	position: absolute;
	width: 16px;
	height: 16px;/*background: url(../image/13FCB6E8-21B6-48B4-95D4-89133F6AA257.png) no-repeat;*/
}
.byt_nav .nav_li li a {
	height: 24px;
	white-space: nowrap;
	font-size: 20px;
	font-weight:bold;
	text-decoration: none;
	font-family: 微软雅黑;
	color: #fff;
	line-height: 24px;
	letter-spacing:2px;
}
.byt_nav .nav_li li a:hover {
	color: #fff !important;
	text-decoration: none;
}
.byt_nav .more_list {
	display: none;
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	background-color: rgb(255, 255, 255);
	border-top: none;
	border-right: 1px solid rgb(228, 228, 228);
	border-bottom: 1px solid rgb(228, 228, 228);
	border-left: 1px solid rgb(228, 228, 228);
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 10;
}
.nav_li .more em, .search-select-val i {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.nav_li .cur em, .search-select-val i.cur {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* Internet Explorer */
	-moz-transform: rotate(180deg); /* Firefox */
	-webkit-transform: rotate(180deg); /* Safari 和 Chrome */
	-o-transform: rotate(180deg); /* Opera */
}
.byt_nav .more_list ul {
	height: 150px;
	background-color: #fff;
}
.byt_nav .more_list ul li {
	float: left;
	width: 78px;
	padding-left: 35px;
}
.byt_nav .more_list ul li a {
	white-space: nowrap;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: 微软雅黑;
	color: rgb(51, 51, 51);
	line-height: 50px;
}
li#firstNav {
	width: 320px;
	overflow: hidden;
	text-align:left;
}
.byt_nav .nav_li{width: 1200px;margin-left: 0;}
.byt_nav .nav_li .firstNav a{font-size: 20px;font-family: 微软雅黑;font-weight: bold; letter-spacing:2px;display: inherit;
text-align: left;}
/*导航*/