﻿
ul{
	list-style: none;
}
a{
	
}
.header1{
	height: 50px;
	background: #015293;
}
.header1 .nav{
	width: 1200px;
	height: 50px;
	line-height: 50px;

	position: relative;
	z-index: 9999;
		font-size: 22px; /* 首页菜单栏字体大小 */
	font-family: 'Microsoft Yahei';font-weight: bold;
}
.header1 .nav li{
	float: left;
    width: 12%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.header1 .nav li a{
	color: #fff;

}
.header1 .nav li .second-nav{
	width: 200px;
	background: #e14d47;
	display: none;
	position: relative;text-align: center;
}
.header1 .nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #015293;
	border-top: 1px solid #dbdbdb;text-align: center;
}
