.dropdownmenu a.sticky-top {
    top: -1px !important;
}

.dropdownmenu {
	display: block;
    background-color: #729FCF;
    width: 100%;
	z-index: 99999999;
	float: left;
	position: relative !important;
}
.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0;
}
.dropdownmenu ul {
	display: block;
    margin: 0 auto;
	width: fit-content;
	width: -moz-fit-content;
	width: -o-fit-content;
}

.dropdownmenu li {
	float: left;
	position: relative;
	width: auto;
}
.dropdownmenu a {
	background: #729FCF;
	color: #FFFFFF;
	display: block;
	font-family: 'Microsoft YaHei', sans-serif;
	font-size: 1.15vw;
	text-transform: uppercase;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	padding-top: 15px;
}
.dropdownmenu span {
	background: #729FCF;
	color: #FFFFFF;
	display: block;
	font-family: 'Microsoft YaHei', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	padding-top: 15px;
}

.dropdownmenu span:nth-child(1){border-bottom:5px solid #ff9201;margin:0 -1px 0 0}
.dropdownmenu span:nth-child(2){border-bottom:5px solid #dedb00;margin:0 -3px}
.dropdownmenu span:nth-child(3){border-bottom:5px solid #89c237;margin:0 -3px 0 -1px}
.dropdownmenu span:nth-child(4){border-bottom:3px solid #44ccf2;margin:0 0 0 -1px}
.dropdownmenu span:hover{border-bottom:5px solid #ff9201}

.dropdownmenu li:hover a {
	background: black;
	text-decoration: none;
	color: white;
}
.dropdownmenu li:hover #services {
	background: black;
}
