.btn_nav {
	display: none;
}
#header {
	padding: 20px 0;
	position: absolute;
	width: 100%;
	z-index: 100;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}
.inline {
	box-shadow: 0px 9px 25px 0px rgba(0, 0, 0, 0.15);
	position: fixed !important;
	background: #fff;
}

#header:after,
.navMain:after {
	content: '';
	display: block;
	clear: both;
}
.navMain {
	padding: 0 20px;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	/* position:relative; */
}
.navMain .logo {
	float: left;
}
.navMain .logo a {
	display: block;
	float: left;
	padding-right: 10px;
}
.navMain .logo a IMG {
	width: 100px;
}
.navMain .logo span {
	display: block;
	float: left;
	font-weight: bold;
	color: #fff;
	padding-top: 16px;
}
.inline .navMain .logo span {
	color: #3858c8;
}
.navMain .logo span p:nth-child(1) {
	font-size: 22px;
	line-height: 30px;
}
.navMain .logo span p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
}

.lang_area {
	display: block;
	float: right;
	padding-top: 20px;
}
.lang_area a {
	display: inline-block;
	font-size: 16px;
	color: #ccc;
	opacity: 0.7;
	cursor: pointer;
}
.lang_area a:hover {
}
.lang_area a.current {
	opacity: 1;
	color: #fff;
}
.lang_area .s_line {
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	margin: 0px 3px;
	position: relative;
	top: -2px;
	opacity: 0.7;
	color: #fff;
}

/* 一级导航 */
.nav {
	float: right;
	margin-top: 23px;
	
	/* position:absolute; */
}
.nav > ul {
	float: right;
}
.nav > ul > li {
	float: left;
	position: relative;
}
.nav ul li span {
	display: none;
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	line-height: 18px;
	padding: 2px 40px 2px;
	border: 1px solid transparent;
	font-weight: normal;
}
.nav ul li.cur a {
	color: #306bce;
	font-weight: bold;
}
.nav ul li a:hover,
.nav ul li a.cur {
	/*color:#3858c8;*/
	text-decoration: none;
	color: #306bce;
}
.nav ul li.request a {
	border: 1px solid #4ebea4;
}
.nav ul li.request a:hover {
	background-color: #4ebea4;
	color: #000;
}
.nav > ul > li:hover:before {
	width: 60px;
	margin-left: -30px;
}
.nav ul li li:before,
.nav ul li:last-child:before {
	display: none;
}

/* 二级导航 */
.nav ul ul {
	position: absolute;
	left: 50%;
	top: 80px;
	display: none;
	width: 160px;
	margin-left: -80px;
	z-index: 11;
	background: rgba(44, 26, 112, 0.95);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff); /*ie6*/
}
/*.nav ul ul:before{ content:""; z-index:999;position:absolute;
    left: 50%;
    top:-21px; margin-left:-3px;
    display: block;
    border-color: transparent transparent #3858c8 transparent;
    border-width: 8px;
    border-style: solid;
    width: 0px;
    height: 0px;
}*/

.nav ul li li {
	float: left;
	width: 100%;
	position: relative;
}
.nav ul li li:last-child a {
	border-bottom: none;
}
.nav ul li li a {
	float: left;
	width: 90%;
	padding: 10px 5%;
	border-bottom: rgba(249, 249, 249, 0.2) 1px solid;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5;
	color: #fff;
}
.nav ul li li a:hover {
	text-decoration: underline;
}
/*.nav ul li li:after {
    transition: all ease-out 0.3s;
    content: "";
    position: absolute;
    display: block;
    width: 8px;    height: 8px;
    overflow: hidden;
    background: ;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    transform: rotate(45deg);
    border-right: #ccc 1px solid;
    border-top: #ccc 1px solid;
}
.nav ul li li:hover:after{   right: 5px; width: 11px;    height: 11px; border-right: #05c7ff 1px solid;    border-top: #05c7ff 1px solid;}*/
@media screen and (max-width: 1500px) {
	.navMain {
		padding: 0 2%;
	}
	.navMain .logo a IMG {
	
	}
}

@media screen and (max-width: 1030px) {
	/*	.nav ul li:last-child{ display:none;}*/
	.nav ul li li:last-child {
		display: block;
	}
	a.lan {
		font-size: 14px;
	}
	.nav ul li a {
		padding: 0 15px;
	}
}
@media screen and (max-width: 800px) {
	.lang_area {
		display: block;
		float: right;
		padding-top: 20px;
		position: absolute;
		right: 70px;
	}
	.navMain .logo {
		padding: 10px;
	}
	.navMain .logo a IMG {
	
	}
	.navMain .logo span {
		padding-top: 2px;
		color: #3858c8;
	}
	.top_three {
		display: none;
	}
	#header {
		width: 100%;
		top: 0;
		left: 0;
		z-index: 999;
		position: fixed;
		padding: 10px 0;
	}
	.top_right {
		top: 8px;
	}

	.navMain .logo h2 {
		font-size: 1.2em;
	}
	.navMain .logo h3 {
		font-size: 0.82em;
	}
	.nav ul li:hover:before,
	.navMain .logo h3 {
		/*display:none;*/
	}
	.top_form {
		display: none;
	}
	.yuyuan {
		font-size: 14px;
		position: absolute;
		right: 50px;

		margin-top: 1px;
	}
	.btn_nav {
		display: block;
		font-size: 0;
		position: absolute;
		right: 10px;
		width: 32px;
		height: 32px;
		top: 25px; /* background:#FFF;*/
	}
	.btn_nav span:before {
		content: '';
		position: absolute;
		left: 3px;
		top: 6px;
		width: 26px;
		height: 2px;
		background: #fff;
		transition: all ease-out 0.3s;
	}
	.btn_nav span:after {
		content: '';
		position: absolute;
		left: 3px;
		bottom: 6px;
		width: 26px;
		height: 2px;
		background: #fff;
		transition: all ease-out 0.3s;
	}
	.btn_nav span {
		width: 26px;
		height: 2px;
		background: #fff;
		display: block;
		margin: 15px auto;
	}
	.btn_nav span.open {
		background: none;
	}
	.btn_nav span.open:before {
		transform: rotate(45deg);
		top: 50%;
		margin-top: -1px;
	}
	.btn_nav span.open:after {
		transform: rotate(-45deg);
		bottom: 50%;
		margin-bottom: -1px;
	}

	.nav {
		overflow-y: scroll;
		position: fixed;
		z-index: 100;
		top: 80px;
		bottom: 0;
		left: auto;
		right: -100%;
		margin: 0;
		width: 100%; /*background:#000;*/
		-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	}
	.nav.on {
		right: 0 !important; /*box-shadow: -1px 0 1px #E9EFF5;*/
		background: rgba(0, 0, 0, 0.6);
		-webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		-o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
		transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	}

	/* 一级导航 */
	.nav ul {
		float: left;
		width: 100%;
		background: rgba(255, 255, 255, 0.6);
		padding: 0;
	}
	.nav ul li {
		float: left;
		width: 100% !important;
		margin: 0 !important;
		border-top: 1px solid #ccc;
		background: rgba(248, 248, 248, 0.85);
	}
	.nav ul li.request {
		background: #4ebea4 !important;
		color: #000 !important;
		font-weight: bold;
		padding: 0;
	}
	.nav ul li.request a {
		color: #000 !important;
		font-weight: bold;
		text-align: center;
		text-indent: 0;
	}

	.nav ul li:after {
		clear: both;
		content: '';
	}
	.nav ul li span {
		height: 50px;
		width: 100%;
		position: absolute;
		z-index: 99999;
		display: block;
		left: 0;
		top: 0;
	}
	.nav ul li a {
		font-size: 15px;
		text-align: left;
		line-height: 50px;
		padding: 0;
		color: #666;
		text-indent: 10%;
		display: block;
		width: 100%;
		float: left;
		padding: 0;
	}
	.inline .nav > ul > li a {
		color: #fff;
	}
	.inline .nav ul li li a {
		color: #444 !important;
	}
	.nav ul li:before {
		display: none;
	}

	.nav ul li a:after {
		transition: all ease-out 0.1s;
		content: '';
		position: absolute;
		display: none;
		width: 12px;
		height: 12px;
		overflow: hidden;
		top: 50%;
		margin-top: -6px;
		right: 23px;
		transform: rotate(45deg);
		border-right: #f9f9f9 1px solid;
		border-bottom: #f9f9f9 1px solid;
	}
	.nav ul li a.wuji:after {
		transform: rotate(-45deg) !important;
		top: 25px;
		right: 27px;
		border-right: #f9f9f9 1px solid !important;
		border-bottom: #f9f9f9 1px solid !important;
		width: 10px;
		height: 10px;
	}
	.nav ul li a.cur:after {
		transform: rotate(-135deg);
		top: 25px;
	}

	a.lan {
		border: none;
		padding: 0;
		color: #fff;
		border-radius: 0;
		margin: 0;
	}
	.inline a.lan {
		border-color: #000;
	}

	.nav ul li.on ul li a:after {
		display: none !important;
	}
	.nav ul li.on:hover a:after ul li a:after {
		display: none;
	}
	.nav ul li ul li a:after {
		display: none !important;
	}
	.nav ul li:hover ul li a:after {
		display: none !important;
	}
	/* 二级导航 */
	.nav ul div {
		background: none;
		position: static !important;
		width: 100%;
	}

	.nav ul li li:first-child a:hover {
		box-shadow: none;
	}

	.nav ul ul {
		position: static !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0;
		background: #f0f5fa;
		box-shadow: none;
		width: 100% !important;
		overflow: hidden;
	}
	.nav ul ul:before {
		display: none !important;
	}
	.nav ul li li {
		background: #f0f5fa;
	}

	.nav ul li li a {
		padding: 8px 0;
		margin: 0 !important;
		width: 100%;
		color: #666 !important;
		font-size: 14px !important;
		text-transform: none;
		text-align: left;
	}
	.nav ul li li:first-child a:hover {
		box-shadow: none;
	}

	.nav ul li li a:before {
		content: '';
		position: absolute;
		display: block;
		background: none;
		width: 12px;
		height: 12px;
		overflow: hidden;
		top: 12px;
		right: 23px;
		transform: rotate(-45deg);
		border-right: #ccc 1px solid;
		border-bottom: #ccc 1px solid;
	}
}
