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


.tops {
	line-height: 34px;
	background-color: rgba(185, 3, 8, 1);
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 999;
}

.tops .center {
	max-width: 1300px;
	margin: auto;
	padding: 0px 20px;
	display: flex;
	justify-content: space-between;
}



.top_tel {
	display: flex;
}

.tops .companyphone {
	background: url(../images/toptel.png) no-repeat left center;
	padding-left: 25px;
	margin-right: 30px;
}
.tops .companyphone a
{
    color:#fff;
}


.language {
	position: relative;
	width: 100px;
	z-index: 999;
}

.language p {
	background: url(../images/yy.png) no-repeat center;
	padding-left: 26px;
	cursor: pointer;
}

.language_ej {
	position: absolute;
	top: 34px;
	background: #fff;
	text-align: center;
	width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	padding: 10px;
	z-index: 9999;
	display: none;
}

.language:hover .language_ej {
	display: block;
}


.language_ej a {
	display: block;
	line-height: 1.8em;
}

.language_ej a:hover {
	color: rgba(185, 3, 8, 1);
}


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

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

.nav li {
	line-height: 40px;
	text-align: center;
	width: auto;
	float: none;
	position: relative;
	z-index: 99999;
	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: 0px;
	overflow: hidden;
	display: none;
}

.nav li .solution_ej {
	width: 100%;
	position: fixed;
	top: 100px;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	border-top: 1px #eee solid;
}

.nav li .solution_ej .center {
	max-width: 1200px;
	margin: auto;
	padding: 40px 0px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.nav li .solution_ej .center a {
	width: 33.33%;
	float: left;
}

.nav li .solution_ej .center a:hover {
	color: #0955B1;
	background: #fff;
}

.nav li .solution_ej .center a.more {
	color: #0955B1;
	background: #fff;
}



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

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



.nav li a {
	display: block;
	line-height: 100px;
	color: #333;
	font-size: 16px;
	padding: 0px 0.8vw;
	position: relative;
	transition: all 0.5s;
}

.index_top.active_top .nav li a,
.index_top:hover .nav li a {
	color: #333;
}


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


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

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

.nav li:hover a.navyj {
	color: #fff;
    background-color: #ffcb00;
	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);
	transition: all 0.5s;
}

.index_top.active_top,
.index_top:hover {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}


.index_top .tou2 {
	max-width: 1300px;
	padding: 0px 20px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	display: flex;
	position: relative;
	z-index: 1;
}

.logo {
	width: 470px;
}

.logo a {
	display: flex;
	align-items: center;
}

.logo p {
	color: #777;
	font-size: 14px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px #eee solid;
}

.logo p span {
	display: block;
	color: rgba(185, 3, 8, 1);
	font-size: 18px;
}

.search img {
	filter: brightness(0%) invert(100%);
	transition: all 0.5s;
	display: block;
	margin: auto;
	padding: 2px;
	width: 100%;
}

.index_top.active_top .search img,
.index_top:hover .search img {
	filter: brightness(0%) invert(100%);
}

.search {
	cursor: pointer;
	position: relative;
	height: 100px;
	display: flex;
	align-content: center;
	align-items: center;
}

.searchimg {
	height: 36px;
	display: flex;
	background: rgba(185, 3, 8, 1);
	width: 36px;
	border-radius: 100%;
	min-width: 36px;
	padding: 8px;
}

.searchbox {
	position: absolute;
	top: 100px;
	background: #eee;
	right: 0px;
	width: 300px;
	overflow: hidden;
	transition: all 0.5s;
	height: 0px;
}

.searchbox form {
	background: #fff;
	margin: 15px;
}

.searchbox input {
	border: none !important;
	line-height: 44px;
	padding: 0 10px;
	width: calc(100% - 64px);
	background: 0 0;
	border: 0;
	padding: 0 10px;
	font-size: 14px;
	color: #999;
	outline: 0;
	transition: all ease .6s;
	display: inline-block;
}

.searchbox button {
	border: none;
	background: 0 0;
	line-height: 44px;
	float: right;
	padding: 0 20px;
	outline: 0;
}


.fa-search:before {
	content: "\f002";
	color: rgba(185, 3, 8, 1);
}

.search:hover .searchbox {
	visibility: initial;
	height: 74px;
}