
.h-100 {
 	height: 100%;
 }

 .dr-nav-box {
 	width: 100%;
 	height: 100px;
 	transition: all 0.6s ease;
 	-webkit-transition: all 0.6s ease;
 	-moz-transition: all 0.6s ease;
 }
 .dr-nav-shadow{
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.19);
 }

 .dr-nav-menu {
 	height: 100%;
 	display: flex;
 }

 .dr-nav-menu>div {
 	flex: 1;
 }

 .dr-menu-logo {
 	display: flex;
 	justify-content: flex-start;
 	align-items: center;
 	padding-left: 0.5rem;
 }

 .dr-menu-logo img {
 	width: 10rem !important;
 	height: auto;
 }

 .dr-menu-box {
 	display: flex;
 	justify-content: flex-end;
 }

 .dr-nav-item-box {
 	height: 100%;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 }

 .dr-nav-item-box>div {
 	font-family: PingFangSC-Medium;
 	font-size: 1.6rem;
 	color: #000000 !important;
 	letter-spacing: 1.3px;
 	text-align: center;
 	/* font-weight: 600; */
 }

 .nav-logo {
	 width: 180px;
 }
 .dr-nav-item-box div:hover {
 	border-bottom: soild 2px #000000;
 }

 .nav-logo {
 	width: 16.88rem;
 	height: 3rem;
 }

 .container-fluid img {
 	max-width: 100%;
 	height: auto;
 }

 .dr-menu-item {
 	display: flex;
 	align-items: center;
 	background: #544be2;
 	width: 60px;
 	height: 100%;
 	justify-content: center;
 }

 .dr-menu-more {
 	color: #ffffff;
 	font-size: 2rem;
 }

 .dr-index-content {
 	margin-top: 90px;
 }



 /* 导航 */
 #nav {
 	position: absolute;
 	background-color: #fff;
 	width: 100%;
 	right: 0;
 	top: 60px;
 	padding-left: 0;
 	overflow-x: visible;
 	-webkit-transition: all .4s cubic-bezier(1, 0, 0, 1);
 	transition: all .4s cubic-bezier(1, 0, 0, 1);
 }

 #nav>li {
 	display: inline-block;
 	float: left;
 	width: 50%;
 	position: relative;
 	overflow: hidden;
 	height: 0;
 	border: 0;
 }

 .nav-open #nav>li {
 	height: 60px;
 	border-top: 1px solid #f2f2f2;
 	border-right: 1px solid #f2f2f2;
 }

 .trans {
 	-webkit-transition: all 0.4s ease;
 	-moz-transition: all 0.4s ease;
 	-o-transition: all 0.4s ease;
 	-ms-transition: all 0.4s ease;
 	transition: all 0.4s ease;
 }

 #nav>li>a {
 	position: relative;
 	display: block;
 	height: 60px;
 	padding: 0 20px;
 	line-height: 60px;
 	text-align: left;
 	color: #04388b;
 	overflow: hidden;
 	z-index: 0;
 	font-size: 14px;
 	font-weight: bold;
 }

 ol,
 ul,
 li {
 	list-style: none;
 }

 a {
 	text-decoration: none !important;
 	color: #666;
 	transition: all 0.4s ease;
 	-webkit-transition: all 0.4s ease;
 	-moz-transition: all 0.4s ease;
 }

 #nav_overlayer {
 	position: fixed;
 	display: none;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
 	background-color: #000;
 	opacity: 0;
 	z-index: 90;
 }

 ul.inline li {
 	display: inline-block;
 	vertical-align: middle;
	 position: relative;
	 vertical-align: middle;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
 }

 *,
 *:before,
 *:after {
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }

 ul.inline li a::after {
 	display: block;
 	content: "";
 	height: 2px;
 	width: 0;
 	background: #323232;
 	position: absolute;
 	bottom: -5px;
 	left: 0;
 	z-index: -1;
 	transition: width .3s;
 }

 ul.inline li a {
 	display: block;
 	padding: 1px;
 	color: #323232;
 	font-size: 16px;
 	/* font-weight: bold; */
 }


