img{border:none;}
.page-menu-wrapper {
	margin: 0px auto; width: 1215px; line-height: 45px; background-color: rgb(74, 144, 226);height:45px;
}
.page-menu-wrapper > ul > li {
	list-style: none; margin-right: -1px; border-right-color: rgb(127, 172, 252); border-left-color: rgb(127, 172, 252); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; float: left; position: relative;
}

.page-menu-wrapper > .menu-function > li:first-child {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.page-menu-wrapper > .menu-share > li:last-child {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
.page-menu-wrapper a {
	padding: 0px 15px; transition:0.3s ease-out; color: rgb(255, 255, 255); display: block; position: relative; z-index: 10000;
}
.page-menu-wrapper > ul > li:hover > a {
	color: rgb(61, 97, 162); background-color: rgb(245, 245, 245);
}
.page-menu-wrapper > ul > li:hover .dropdown-menu {
	display: block;
}
