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



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

.nav {
	width: auto;
	display: block;
	max-width: 1440px;
	margin: auto;
	padding: 0px 20px;
	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: 220px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	padding: 0px;
	border-radius: 0px;
	overflow: hidden;
}


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

.nav li .nav_ej a {
	line-height: 46px;
	color: #666;
	font-size: 14px;
}

.nav li .nav_ej a:hover {
	color: #fff;
	background: #cfa951;
}



.nav li a {
	display: block;
	line-height: 101px;
	color: #253240;
	font-size: 16px;
	padding: 0px 0px;
	position: relative;
}

.nav li a.navyj:before {
	content: '';
	height: 4px;
	background: #cfa951;
	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: #cfa951;
	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: #fff;
	position: fixed;
	z-index: 999;
	top: 0px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.index_top:before {
	content: '';
	width: 12%;
	background: #cfa951;
	position: absolute;
	right: 0px;
	height: 100%;
	z-index: -1;
}

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

.logo {
	width: 500px;
}
.logo a
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.logo a p
{
	font-size: 24px;
	color: #cfa951;
	font-weight: bold;
	margin-left: 15px;
}
.logo a p span
{
	font-size: 16px;
	color: #666666;
	display: block;
	font-weight: normal;
}
.logo a img {
	float: left;
	opacity: 1;

}


.topc {
	display: flex;
	width: 250px;
	line-height: 101px;
	background: #cfa951;
	justify-content: flex-end;
}

.topc .companyphone {
	font-size: 24px;
	font-family: Bahnschrift;
	background: url(../images/tel.png) no-repeat left;
	color: #fff;
	padding-left: 45px;
	font-weight: 100;
}