.iconfont {
	font-family: "iconfont" !important;
	font-size: 13px;
	font-style: normal;
}



#menu {
	width: calc(100% - 550px);
	float: right;
}

.nav {
	width: auto;
	display: block;
	max-width: 1440px;
	margin: auto;
	padding: 0px 0px;
	text-align: right;
}

.nav li {
	line-height: 40px;
	text-align: center;
	width: auto;
	float: none;
	position: relative;
	z-index: 99999;
	margin: 0px 1.4vw;
	display: inline-block;
	width: auto;
	position: relative;
}

.nav li .nav_ej {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background: #fff;
	width: 840px;
	transition: all 0.5s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	padding: 0px;
	border-radius: 20px;
	border: 1px #B8B8B8 solid;
	display:none;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.nav li:hover .nav_ej {
    display: flex;
}

.nav li .nav_ej .left {
	width: 35%;
	float: left;
	padding: 20px 0px 0px;
	border-right: 1px #B8B8B8 solid;
}
.nav li .nav_ej.navServices .left
{
	width: 30%;	
}



.nav li .nav_ej .left .title {
	font-family: Mulish-Bold;
	text-align: left;
	font-size: 30px;
	padding: 0px 20px;
}

.nav li .nav_ej .left .summary {
	line-height: 1.3em;
	text-align: left;
	padding: 0px 20px;
	margin-top: 5px;
}

.nav li .nav_ej .left img {
	display: block;
	width: 100%;
	margin-top: 0px;
}

.nav li .nav_ej .right {
	width: 65%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 20px 4%;
}
.nav li .nav_ej.navServices .right
{
	width:70%;	
}

.nav li .nav_ej .right .sj
{
	width: 50%;
	float: left;
	display: block;
}
.nav li .nav_ej .right .sj .ejlink
{
	color: #B8B8B8;
	font-family: Mulish-Bold;
}
.nav li .nav_ej .right .sj a.ejlink
{
	background:none;
	color: #B8B8B8;
	margin-bottom: 20px;
}

.nav li .nav_ej .right .sj a
{
	display: block;
	width: 100%;
	line-height: 34px;
}



.nav li .nav_ej a {
	line-height: 46px;
	color: #191919;
	font-size: 16px;
	width: 50%;
	float: left;
	text-align: left;
	padding: 0px 20px;
}

.nav li .nav_ej a:hover {
	color: #343BFF;
	background: #E9EBFF;
}
.nav li .nav_ej.navServices
{
	width: 1050px;
}


.nav li a {
	display: block;
	line-height: 96px;
	color: #B8B8B8;
	font-size: 20px;
	padding: 0px 0px;
	position: relative;
	border-radius: 4px;
}

.nav li a.navyj:before {
	content: '';
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0px;
	transition: all 0.5s;
}

.nav li:hover a.navyj:before {
	left: 0%;
	width: 100%;
}

.nav li:hover a.navyj {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}


.nav .sec {
	height: 0;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 54px;
	left: 0px;
	background: none;
}

.nav .sec a {
	color: #fff;
	height: 38px;
	line-height: 38px;
	width: 171px;
}

.nav .sec a:hover {
	text-decoration: none;
}

.index_top {
	width: 100%;
	background: #191919;
	position: fixed;
	z-index: 999;
	top: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}


.index_top .center {
	max-width: 1340px;
	padding: 0px 20px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	display: flex;
}

.logo img {
	height: 50px;
}

.index_top .right {
	display: flex;
	width: auto;
	justify-content: flex-end;
}

.index_top .right .quote {
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background-image: linear-gradient(to right, #343BFF, #8E44FF);
	width: 200px;
	border-radius: 200px;
	transition: all 1s;
}
.index_top .right .quote:hover
{
	background-image: linear-gradient(to right, #8E44FF, #343BFF);
}

.index_top .right .log {
	line-height: 50px;
	font-size: 16px;
	color: #B8B8B8;
	margin-left: 30px;
	background: url(../images/hy.png) no-repeat left center;
	background-size: 28px;
	padding-left: 35px;
	font-family: Mulish-Bold;
	height: 50px;
	display:none;
}
.index_top .right .log .navbar-text
{
	font-family: Mulish-Bold;
	color: #B8B8B8;
	padding: 0px !important;
}
.index_top .right .log .navbar-text a
{
	font-family: Mulish-Bold;
	color: #B8B8B8 !important;
}