.iconfont {
	font-family: "iconfont" !important;
	font-size: 13px;
	font-style: normal;
}



#menu {
	width: calc(100% - 300px);
	float: right;
	position: relative;
	z-index: 2;
}

.nav {
	width: auto;
	display: block;
	max-width: 1440px;
	margin: auto;
	padding: 0px 0px;
	text-align: right;
	transition: all 0.3s;
}
.active .nav
{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);	
}

.nav li {
	line-height: 40px;
	text-align: center;
	width: auto;
	float: none;
	position: relative;
	z-index: 99999;
	margin: 0px 0.6vw 0px;
	display: inline-block;
	width: auto;
	position: relative;
}
.nav li .nav_ej
{
	position: fixed;
	left: 0%;
	transform: translateX(0%);
	background: #fff;
	width: 100%;
	opacity: 1;
	transition: all 0.5s;
	top: 81px;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.05);
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

.nav li .nav_ej .center
{
	display: flex;
	max-width: 1240px;
	overflow: hidden;
	margin: auto;
	padding: 30px 20px;
	width: 86%;
	justify-content: space-between;
}

.nav li:hover .nav_ej
{
	opacity:1;
	visibility:initial;
	height:350px;
}
.ejlist
{
	width: calc((60% - 90px)/3);
	text-align: left;
	margin-right:30px;
}
.ejlist-widt
{
	width:30%;
}
.ejlist:nth-last-of-type(1)
{
	margin-right:0px;   
}


.ejlist .nav2
{
	line-height: 60px;
	border-bottom: 1px #eee solid;
	margin-bottom: 20px;
	font-size: 1.1em;
}
.nav-main
{
    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;
    padding: 15px 0px;
}
.nav li:hover .nav-main
{
	opacity:1;
	visibility:initial;
}
.nav li .nav-main a
{
    line-height: 2.4em;
    font-size: 0.9em;
    color: #666;
}




.nav li.en,.btn-nav-back
{
    display: none;
}


.nav li a {
	display: block;
	line-height: 80px;
	color: #000;
	font-size: 17px;
	padding: 0px 0px;
	position: relative;
}
.nav li .nav_sj a
{
	line-height: 2.2em;
	font-size: 0.9em;
	color: #666;
}
.nav li .nav_sj.hide a:nth-of-type(1)
{
	display: none;
}

.nav li .nav_sj.two a {
    width: calc(100% / 2);
    float: left;
    padding-right: 10px;
}
.nav li .nav_sj.two a:nth-last-of-type(2)
{
	display:none;
}
.nav li a.navyj:before
{
	content:'';
	height: 3px;
	background: #3284ff;
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 0px;
	transition: all 0.5s;
}
.nav li:hover a.navyj:before
{
	left:0%;	
	width:100%;
}
.navyj_dh{
	left:0%;
	width:100%;
}

.nav li a:hover {
	color: #3284ff;
	text-decoration: none;
	font-weight: normal;
}
.nav li.active a
{
	color: #3284ff;
	text-decoration: none;
	font-weight: normal;
	position: relative;
}
.nav li.active a::after
{
	content: '';
	position: absolute;
	width: 100%; height: 3px;
	border-radius: 8px;
	background-color: #3284ff;
	left: 0; bottom: 0px;
}



.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;
}

.en img
{width: 18px;cursor: pointer;}

.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;
    left: 0;
    border-bottom: 1px solid #e6e6e6;
}

.index_top .tou2 {
	max-width: 1440px;
	padding: 0px 20px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	display: flex;
	width: 86%;
}



.search input {
    border: none!important;
    line-height: 34px;
    width: calc(100% - 54px);
    padding: 0 10px;
    color: #999;
    outline: 0;
    transition: all ease .6s;
    display: inline-block;
    background: none;
    margin: 0px;
    border-radius: 0;
}
.search button {
    border: none;
    background: 0 0;
    line-height: 34px;
    float: right;
    padding: 0 20px;
    outline: 0;
    background: url(../image/search.png) no-repeat center;
    background-size: 19px;
}


.logo
{
	width: 190px;
}

.logo a {
	display: block;
	height: 100%;
	width: 100%;
}
.logo a img {
	float: left;
	opacity: 1;
	height: 50px;
}

.top_main
{
	width: 350px;
	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);
}


.index_top .en
{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
.index_top .en a
{
	font-size: 1em;
	color: #000;
	background: url(../image/icon1.png) no-repeat left center;
	background-size: 18px;
	padding-left: 25px;
	margin-right: 30px;
	display:none;
}


.search
{
    position: absolute;
    right: 0px;
    min-width: 430px;
    background: #fff;
    display: flex;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.active .search
{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);	
}

.search form
{
    width: 100%;
    height: 48px;
    border: 1px solid #d4d4d4;
    line-height: 48px;
    padding-left: 0px;
    outline: none;
    font-size: 16px;
    padding-right: 0px;
    background: none;
    display: flex;
    justify-content: space-between;
}
.search input
{
    line-height: 48px;
    font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.search .searchclose
{
    width: 60px;
    background: url(../image/close.png) no-repeat center;
    background-size: 16px;
    cursor: pointer;
}


@media only screen and (max-width:1300px) {


	.nav li {
		margin: 0px 0.8vw 0px;
	}

}