.sup-head{
    top: 0;
    width: 100%;
    height: 57px;
    z-index: 1000;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
}
.sup-head-wrap{
    width: 100% !important;
    max-width: 1440px;
    min-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
}
.sup-head-wrap::after{
	content: "";
	display: table;
	clear: both;
}
#logo{
	width: 140px;
	float: left;
}
#logo a{
	display: block;
	font-size: 0;
	height: 57px;
	display: flex;
}
#logo a svg path,
#logo a svg polygon{
	fill: #00b0ec;
}
#logo a svg:hover path,
#logo a svg:hover polygon {
    fill: #008cd6!important;
}
#navigation{
	float: left;
	margin-left: 40px;
}
#navigation #menu-nav>li{
	float: left;
	padding: 0 20px;
    position: relative;
    line-height: 57px;
    height: 57px;
    border-bottom: 2px solid transparent;
}
#navigation #menu-nav>li:hover{
    border-bottom: 1px solid #00b0ec;
    transition: border-color .3s,color .3s;
}
#navigation #menu-nav>li>a{
	display: block;
}
#navigation #menu-nav>li:hover>a{
	color: #00b0ec;
}
#navigation #menu-nav::after{
	content: "";
	display: table;
	clear: both;
}
#navigation #menu-nav>li .sub-menu{
	display: none;
	position: absolute;
	border: 1px solid #ededed;
	top: 57px;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #FFFFFF;
    transition: all ease .3s;
    text-align: left;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 10%); */
}
#navigation #menu-nav>li:hover .sub-menu{
	display: block;
}
#navigation #menu-nav>li .sub-menu li a{
    font-size: 14px;
    font-size: 14px;
    display: block;
    line-height: 20px;
    padding: 5px 0;
}
#navigation #menu-nav>li .sub-menu li a:hover{
	border-bottom: 1px solid transparent;
    color: #333;
    text-decoration: underline;
}
#right_box{
	height: 57px;
	line-height: 57px;
	float: right;
}
#right_box ul>li{
	padding: 0 20px;
    position: relative;
    line-height: 57px;
    height: 57px;
    border-bottom: 2px solid transparent;
}
#right_box ul>li:first-child{
	padding-right: 0;
}
#right_box ul>li>a{
	display: block;
}