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



#menu {
	width: calc(90% - 250px);
	float: right;
}

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

.nav li {
	line-height: 40px;
	text-align: center;
	width: auto;
	float: none;
	position: relative;
	z-index: 99999;
	margin: 0px 1vw 0px;
	display: inline-block;
	width: auto;
	position: relative;
}
.nav li .nav_ej
{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background: #fff;
	width: 180px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	padding: 0px;
	border-radius: 4px;
	overflow: hidden;
}

.nav li:nth-of-type(2) .nav_ej
{
		width: 250px;
}

.nav li:hover .nav_ej
{
	opacity:1;
	visibility:initial;
}

.nav li .nav_ej a
{
	line-height: 50px;
	color: #666;
	font-size: 16px;
} 
.nav li .nav_ej a:hover
{
    color: #fff;
    background:#bdd81b;	
}

.nav li.en
{
    display: none;
}


.nav li a {
	display: block;
	line-height: 100px;
	color: #253240;
	font-size: 18px;
	padding: 0px 0px;
	position: relative;
}
.nav li a.navyj:before
{
	content:'';
	height: 4px;
	background: #bdd81b;
	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: #bdd81b;
	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;
}

.search
{
    width: 100%;
    float: right;
    height: 40px;
    border-radius: 20px;
    background: #f5f5f5;
    overflow: hidden;
}

.search .fa-search:before {
    content: "\f002";
    color: #999;
}

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

.index_top {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 999;
	top: 0px;
	border-bottom: 1px #eee solid;
}

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



.search input {
    border: none!important;
    line-height: 40px;
    width: calc(100% - 54px);
    padding: 0 10px;
    color: #999;
    outline: 0;
    transition: all ease .6s;
    display: inline-block;
    background: #f5f5f5;
    margin: 0px;
    border-radius: 0;
    font-size: 14px;
    font-family: 'HarmonyOS_Sans_SC_Regular';
}
.search button {
    border: none;
    background: 0 0;
    line-height: 40px;
    float: right;
    padding: 0 20px;
    outline: 0;
}

.search button .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
}

.logo
{
	width: 15%;
}

.logo a {
	display: block;
	height: 100%;
	width: 100%;
}
.logo a img {
	float: left;
	opacity: 1;

}

.top_main
{
	width: 230px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.top_main .top_contact
{
	display: flex;
}
.top_main .top_contact ul
{
	display: flex;
	margin: 0px;
}

.top_main .top_contact li .icon img
{
	border: 1px rgba(255,255,255,0.3) solid;
	border-radius: 100%;
	height: 40px;
}
.top_main .top_contact li
{margin-right: 20px;position: relative;list-style: none;}
.top_main .top_contact li .icon
{
	height: 100px;
	display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.top_main .top_contact li a
{
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.top_main .top_contact li:hover a
{
	visibility:initial;
	opacity:1;
}

.top_main .top_contact li a p
{
	font-size: 16px;
	color: #666;
	background: #fff;
	border-radius: 0px;
	line-height: 40px;
	overflow: hidden;
	height: 40px;
	padding: 0px 30px;
	font-family: bahnschrift !important;
	font-weight: 100;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	letter-spacing: 1px;
	transition: all 0.5s;
}
.top_main .top_contact li a p:hover
{
	color: #fff;
	background:#e5732a;	
}

.top_main .top_contact li a img
{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}