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

.tophead
{background: #282f38;}
.tophead .center
{
	display: flex;
	width: 100%;
	max-width: 1660px;
	margin: auto;
	padding: 0px 20px;
	justify-content: space-between;
}
.tophead .left
{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	display: flex;
	justify-content: flex-start;
}
.tophead .left .companyemail
{
	color: #fff;
	background: url(../images/topemail.png) no-repeat left center;
	padding-left: 25px;
	line-height: 50px;
}
.tophead .left .companyphone
{
	color: #fff;
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 20px;
	line-height: 50px;
	margin: 0px 1vw;
}
.tophead .left .companymobile
{color: #fff;color: #fff;background: url(../images/t.png) no-repeat left center;padding-left: 20px;line-height: 50px;}






#menu {
	width: calc(100% - 370px);
	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.2vw;
	display: inline-block;
	width: auto;
	position: relative;
}

.nav li .nav_ej {
	position: absolute;
	left: 0%;
	transform: translateX(0%);
	top: 100%;
	background: #fff;
	width: 200px;
	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:nth-of-type(2) .nav_ej 
{
	width:350px;
}
.nav li:nth-of-type(3) .nav_ej 
{
	width:240px;
}

.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 !important;
	font-size: 14px;
	font-family: Montserrat-Light;
	text-align: left;
	padding: 0px 20px;
	border-bottom: 1px #eee solid;
}
.nav li .nav_ej a:nth-last-of-type(1)
{
	border-bottom:0px #eee solid;
}


.nav li .nav_ej a:hover {
	color: #fff !important;
}

.nav li a {
	display: block;
	line-height: 100px;
	color: #383a3d;
	font-size: 16px;
	padding: 0px 0px;
	position: relative;
	transition: all 0.5s;
	font-family: Montserrat-Medium;
}

.nav li a.navyj {
	text-transform: uppercase;
}


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


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


.nav li a.navyj:before {
	content: '';
	height: 4px;
	background: #d84115;
	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: #d84115;
	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);
	transition: all 0.5s;
}

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


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

.logo {
	width:70px;
}

.logo img {
	height: 68px;
}

.search img {
	filter: initial;
	transition: all 0.5s;
	height: auto;
	display: block;
	margin: auto;
	padding: 14px;
	max-width: 100%;
	filter: brightness(100%) invert(100%);
	opacity: 0.9;
}
.search span
{
	width: 42px;
	height: 42px;
	background: #eee;
	border-radius: 100%;
}

.search:hover img {
	filter: initial;
}
.search:hover span {
    background:#d84115;
}
.search {
	cursor: pointer;
	position: relative;
	min-height: 100px;
	display: flex;
	align-items: center;
}

.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:#d84115;
}

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


.index_top .quote {
	color: #fff;
	margin-left:0px;
	margin-right: 20px;
	padding: 0px 20px;
	background:#d84115;
	border-radius:30px;
	font-family: Montserrat-Medium;
	line-height: 42px;
}


.index_top .fx {
	display: flex;
}

.index_top .fx a {
	margin-left: 1vw;
	line-height: 50px;
	position: relative;
}

.index_top .fx img {
	width: auto;
	height: 23px;
}
.index_top .wx
{
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	left: 50%;
	margin-left: -55px;
	visibility: hidden;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.index_top .fx a:hover .wx
{
	opacity: 1;
	visibility:initial;
}


.index_top .wx img
{
	width: 110px;
	height: auto;
}

.index_top .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_top.bs {
    top: -150px;
    background: #fff;
}

.index_top.bss {
    top: 0px;
}