﻿@media (min-width: 876px) {
	.navigation .mobile_button{
		display: none;
	}
	
	.navigation img {
		float: center;
		overflow: hidden;
		height: 45px;
		margin: 40px 0 40px 150px;
	}
	#mobile_login{
		display: none;
	}
}
@media (max-width: 875px) {
	.navigation .mobile_button{
		display: block;
	}
	.navigation img{
		float: left;
		overflow: hidden;
		height: 45px;
		margin: 28px 4% 27px 3.5%;
	}
	.navigation_top_left,.navigation_top_right{
		display: none;
	}
}

/*	导航栏样式	*/
.navigation {
	position: fixed;
	top:0px;
	background: white;
	float: left;
	width: 100%;
	/*height: 30px;
	top: 0;
	opacity:0.75;*/
	color: #004098;
	font-size: 1.1em;
	font-weight: bold;
	z-index: 10000;
	font-family: "微软雅黑";
	max-width:1920px;
	box-shadow: 0px 0px 20px #999;
}
.navigation_top_left {
	float: left;
	width: 14%;
	margin: 25px 10% 0px 2%;
	/*background: #007EE5;*/
}
.navigation_top_left:hover{
	background: #f0f0f0;
}
.navigation_top_left .navigation_top_left_menu{
	width: 14%;
	position: absolute;
	display: none;
}
.navigation_top_left:hover .navigation_top_left_menu{
	display: block;
}
.navigation_top_left_dropdown{
	display: block;
	height: 22px;
}
.navigation_top_left:hover .navigation_top_left_dropdown{
	border-bottom: 2px solid #004098;
}
.navigation_top_left .navigation_top_left_menu a{
	display: block;
	padding-left: 21px;
	border-bottom: 1px solid #f0f0f0;
}
.navigation_top_left_menu a:hover{
	background: #E0E0E0;
}
.navigation_top_right {
	float: right;
	width: 33%;
	margin: 25px 2% 0px 0%;
}
.navigation_top_left a,
.navigation_top_right a {
	color: #004098;
	cursor: pointer
}
.navigation_top_left a img,
.navigation_top_right a img{
	width: 18px;
	height: 18px;
	margin: -3px 3px 0 0;
	padding: 0;
}

/*导航栏右侧样式*/
.navigation_top_right input{
	float: right;
    width: 29%;
    height: 22px;
    background: #E0E0E0;
    border: none;
    outline: none;
    font-size: 0.8em;
    padding-left: 2%;
}
.navigation_top_right input::-webkit-input-placeholder {
	color: #A0A0A0;	/* WebKit browsers */
	font-weight: bold;
}
.navigation_top_right input:-moz-placeholder {
	color: #A0A0A0;	/* Mozilla Firefox 4 to 18 */
	font-weight: bold;
}
.navigation_top_right input::-moz-placeholder {
	color: #A0A0A0;	/* Mozilla Firefox 19+ */
	font-weight: bold;
}
.navigation_top_right input:-ms-input-placeholder {
	color: #A0A0A0;	/* Internet Explorer 10+ */
	font-weight: bold;
}
.navigation_top_right button{
	float: right;
	border: none;
	outline: none;
}
.navigation_top_right button img {
	width: 22px;
	height: 22px;
	margin: 0px;
	padding: 2px;
	background: #004098;
}
.navigation_top_right_words {
	float: right;
	margin-right: 3%;
}

/*	导航栏移动端按钮	*/
.navigation .mobile_button {
	margin: 43px 2% 43px 5%;
	float: left;
}
.navigation .mobile_button button {
	border: none;
	background: none;
	outline: none;
}
.navigation .mobile_button img {
	width: 15px;
	height: 15px;
	margin: 0;
}

/*	菜单栏PC端	*/
@media (min-width: 876px) {
	.navigation .navigation-menu {
		clear: both;
		width: 60%;
		height: 60px;
		height: auto;
		margin: 0 auto;
		min-width: 1000px;
	}
	.navigation .navigation-menu ul {}
	.navigation .navigation-menu ul li {
		float: left;
		font-weight: bold;
		width: 14.11%;
		position: relative;
	}
	.navigation .navigation-menu ul li button {
		padding: 0;
		font-weight: bold;
		height: 50px;
		width: 100%;
		color: #004098;
		border: none;
		background: none;
		outline: none;
		border-bottom: 5px solid white;
		letter-spacing:1px;
		font-size: 16px;
	}
	.navigation .navigation-menu ul li button:hover {
		background: #F4F4F4;
		border-bottom: 5px solid #004098;
	}
	.dropdown-content {
		list-style: none;
		float: left;
		display: inline;
		/*和上一句都可实现横向排列效果*/
		line-height: 34px;
		position: absolute;
		width: 150%;
		margin-left: -25%;
		z-index: 1000;
		background: white;
		display: none;
	}
	.navigation .navigation-menu ul li ul li {
		float: left;
		font-weight: bold;
		font-size: 1em;
		width: 100%;
		border-top: 1px solid #F0F0F0;
	}
	.navigation .navigation-menu ul li ul li button {
		height: 40px;
		float: left;
		font-size: 0.9em;
		text-align: center;
		font-weight: 500;
		color: #909090;
		border-bottom: 5px solid white;
	}
	.navigation .navigation-menu ul li ul li button:hover {
		border-bottom: none;
		border-bottom: 5px solid #004098;
	}
	.dropdown:hover .dropdown-content {
		display: block;
	}
}

/*	菜单栏移动端	*/
@media (max-width: 875px) {
	.all-body{
		width: 100%;
		overflow: hidden;
	}
	/*.navigation-menu{
		position: absolute;
		background: white;
		width:60%;
		z-index: 1000;
		margin-top: 100px;
	}*/
	/*.navigation-menu{
		position: fixed;
	    overflow-y: auto;
	    top: 0;
	    right: -280px;
	    width: 280px;
	    padding: 25px 30px;
	    height: 100%;
	    display: block;
	    background-color: #333;
	    -webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	    z-index: 9;
	}*/
	.navigation-menu{
		position: fixed;
	    overflow-y: auto;
		width: 280px;
		height: 100%;
	    background: white;
	    display: none;
	    -webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	    z-index: 1000;
	    margin-left: -280px;
	}
	.navigation .navigation-menu ul li{
	}
	.navigation .navigation-menu ul li button{
		width:100%;
		font-family: "微软雅黑";
	}
	.navigation .navigation-menu ul li button.before:before{
        font-family: 'FontAwesome';
        float: right;
        content: "\f105";
        margin: 0 10px 0 0;
	}
	.navigation .navigation-menu ul li button.after:before{
        font-family: 'FontAwesome';
        float: right;
        content: "\f107";
        margin: 0 10px 0 0;
	}
	.navigation .navigation-menu ul li button{
		padding: 0;
		font-weight: bold;
		height: 54px;
		color: #004098;
		border: none;
		background: none;
		outline: none;
		text-align: left;
		padding-left: 7%;
		border-top: 1px solid #E0E0E0;
		border-bottom: 1px solid #E0E0E0;
	}
	.navigation .navigation-menu ul li ul li{
		border-top: 1px solid #E0E0E0;
	}
	.navigation .navigation-menu ul li ul li button {
		height: 50px;
		font-size: 0.9em;
		text-align: left;
		font-weight: 500;
		color: black;
		border-top: none;
		border-bottom: none;
	}
	.navigation .navigation-menu ul li ul li button:before,
	.navigation .navigation-menu ul li ul li button:after{
		display: none;
	}
	.dropdown-content {
		display: none;
	}
	.side-right {
        margin-left: 280px;
    }
}