body {
	margin: 0;
	font-size: 14px;
	color: #666
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home a {
	text-decoration: none;
	color: #000000;
}

a {
	text-decoration: none;
	/* color: #b0b0b0; */
	color: #000000;
}

/*一级导航*/
ul.menu {
	z-index: 999;
	position: relative;
	font-size: 15px;
}
/*二级导航背景色*/
ul.submenu {
	/* color: #fff;
	background-color: #204a9c; */
	color:#000000;
	background:#fff;
	z-index: 999;
	position: relative;
	width: 130px;
/*     margin-left: -15px; */
}

/* 二级菜单字体颜色 */
ul.submenu>li>a {
	/* color: #fff; */
	color:#000000;
	font-size: 15px;
	display: block;
}

/*一级导航浮动*/
ul.menu::after {
	content: '';
	display: block;
	clear: both;
}

ul.menu>li {
	float: left;
	width: 100px;
	line-height: 32px;
	height: 32px;
	text-align:left;
	cursor: pointer;
    margin-right: 4px;
    font-size: 15px;
}

/*二级导航项分割线*/
ul.submenu {
	/*默认隐藏*/
	display: none;
}

ul.submenu>li {
	/* border-top: 1px solid #65768F; */
}

/*内容区*/
/* .content {
	min-height: 800px;
	background-color: #fff;
} */

/*选中特效 首页到倒数第二个li*/
/* ul.menu>li:nth-child(n+2):hover {
	background-color: #204a9c;
}

ul.menu>li:nth-child(n+2):hover>a {
	color: #fff;
} */
ul.menu>li:nth-child(2) {
	margin-left: 102px;
	margin-right: 0px;
	width: 75px;
}

ul.menu>li:nth-child(2):hover>a {
	color: #204a9c;
}
ul.menu>li:nth-child(5):hover>a {
	color: #204a9c;
}
ul.menu>li:nth-child(6):hover>a {
	color: #204a9c;
}
ul.menu>li:nth-child(7):hover>a {
	color: #204a9c;
}
ul.menu>li:nth-child(8):hover>a {
	color: #204a9c;
}

ul.menu>li:nth-child(3):hover{
	/* background-color: #204a9c; */
	background-color: #fff;
}

ul.menu>li:nth-child(3):hover>a{
	/* color: #fff; */
	color: #204a9c;
}

ul.menu>li:nth-child(4):hover {
	/* background-color: #204a9c; */
	background-color: #fff;
}

ul.menu>li:nth-child(4):hover>a {
	/* color: #fff; */
	color: #204a9c;
}
ul.menu>li:nth-child(5):hover {
	/* background-color: #204a9c; */
	background-color: #fff;
}

ul.menu>li:nth-child(5):hover>a {
	/* color: #fff; */
	color: #204a9c;
}

/* 最后一个last*/
ul.menu>li:last-child:hover {
	background-color: transparent;
}

ul.menu>li:hover>ul.submenu {
	display: block;
}


/** 二级菜单子项背景色*/
ul.submenu>li:nth-child(n):hover{
	background-color: #E8EAF2;
}

/** 二级菜单子项子元素样式 */
ul.menu>li:nth-child(5)>ul.submenu>li:nth-child(1):hover .icon-right::after{
	border-color: #E8EAF2 transparent transparent transparent;
}

/* 下拉左缩进距离 */
ul.menu>li>a {
	padding-left: 15px;
	display: block;
}

/* 二级菜单下拉左缩进距离 */
ul.submenu>li {
	padding-left: 15px;
	text-align: left;
}

/* 二级菜单两行显示 */
.drop-down {
	line-height: 22px;
	padding: 6px 0px 6px 5px;
}

.menu-cur{
	color: #204a9c;
}

/* 搜索框 */
#search-box {
	width: 142px;
	height: 32px;
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	color: #204a9c;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

input {
	width: 111px;
	border: 1px solid #204a9c;
	height: 21px;
	float: left;
	/* background-image: url(images/search.jpg);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 5px center; */
	padding: 0 5px 0 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background-color: transparent;
}

#search {
	width: 23px;
	height: 23px;
	float: right;
	background: url("../image/site/search.png") no-repeat;
	/* color: #204a9c; */
	text-align: center;
	line-height: 32px;
	cursor: pointer;
	margin-left: -5px;
}

.first-li{
	margin-left: 88px;
}

.last-li{
	width: 142px;margin-right: 0px;
}

/** 菜单项向下箭头*/
.icon-down{
	width: 0;
	height: 0;
	position: absolute;
	margin: 14px 4px;
	border: 5px solid;
	border-color: #204a9c transparent transparent transparent;
}
.icon-down::after{
	content: '';
	position: absolute;
	top: -11px;
	left: -10px;
	border: 10px solid;
	border-color: white transparent transparent transparent;
}

/** 菜单项向右箭头*/
.icon-right{
	width: 0;
    height: 0;
    top: 1px;
    position: absolute;
    margin: 11px 3px;
   /*  border: 5px solid;
    border-color: #000000 transparent transparent transparent;
    transform: rotate(-90deg); */
}

.icon-right::after{
	content: '';
    position: absolute;
    top: -7px;
    left: -6px;
    border: 6px solid;
    border-color: white transparent transparent transparent;
}
