@charset "utf-8";
/* CSS Document */
/*by hamburger_liu*/
/*头部和导航S*/
.header_nav_box{
	position: relative;
	width: 100%;
	height: 144px;
}
	/*头部和导航内容S*/
.header_nav_content{
	width: 100%;
	position: relative;
}
		/*头部S*/
.header_content{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 50px;
}
header{
	width: 80%;
	height: 72px;
	overflow: hidden;
	float: right;
	border-bottom: .5px solid #808080;
}
header a{
	display: block;
	width: auto;
	height: 72px;
	float: left;
}
header a img{
	width: auto;
	height: 72px;
}
.login_sign_box{
	height: 72px;
	float: right;
}
.btn_login{
	height: 72px;
	padding: 0 15px;
	line-height: 72px;
	float: right;
	text-align: center;
}
.btn_login:hover{
	color: #22ac38;
}
.global_search_box{
	width: 222px;
	height: 54px;
	padding-top: 18px;
	float: right;
}
.global_search_box .global_search{
	width: 168px;
	height: 36px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-right: 0 none;
	text-indent: 10px;
}
input.global_search::-webkit-input-placeholder{
    color:#808080;
}
input.global_search::-moz-placeholder{
    color:#808080;
}
input.global_search:-moz-placeholder{
    color:#808080;
}
input.global_search:-ms-input-placeholder{
    color:#808080;
}
.global_search_box .global_submit{
	width: 54px;
	height: 36px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #000;
	border-left: 0 none;
	background: url(../img/search_btn.png) no-repeat center;
	background-size: 36px;
	cursor: pointer;
}

.lang_switch_box{
	width: auto;
	float: right;
	padding: 0 15px;
	line-height: 72px;
}
.lang_switch_box{
	width: auto;
	float: right;
	padding: 0 15px;
	line-height: 72px;
}
.lang_switch_box a,.lang_switch_box span{
	display: inline-block;
	float: right;
	padding: 0 2px;
}
.current_lang,.current_font{
	color: #22ac38;
}
.font_switch_box li{
	display: inline-block;
	float: right;
	cursor: pointer;
}
.small_font{
	font-size: 10px;
}
		/*头部E*/
		/*导航S*/
.nav_search_box{
	width: 100%;
    height: 72px;
    box-sizing: border-box;
    padding: 0 50px;
    background:#fff;
    clear: both;
}
.logo_box{
	position: relative;
	width: 20%;
	float: left;
}
.logo_box img{
	width: 70%;
}
.nav_operate_box{
	width: 80%;
	float: right;
}
nav{
	width: 80%;
	height: 72px;
	float: left;
}
nav ul{
	overflow: hidden;
	float: left;
}
nav ul li{
	float: left;
}
nav ul li a{
	display: block;
	padding: 0 20px;
	height: 72px;
	line-height: 72px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}
nav ul li a:hover{
	color: #22ac38;
}
nav ul li .current{
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #22ac38;
}
.date_query_list{
	position: fixed;
	left: 0;
    z-index: 998;
	width: 100%;
	text-align: center;
	height: 0px;
	overflow: hidden;
	background:rgba(0,0,0,.8);
	box-shadow: 0px 3px 18px 0px rgba(41, 47, 61, .2);
	transition: height .2s;
	-moz-transition: height .2s;	/* Firefox 4 */
	-webkit-transition: height .2s;	/* Safari 和 Chrome */
	-o-transition: height .2s;	/* Opera */
}
.date_query_list a{
	display: inline-block;
	padding: 0 20px;
	height: 72px;
	line-height: 72px;
	font-size: 14px;
	color: #fff;
}
.nav_date_query a:hover{
	color: #22ac38;
}
.apply_plan{
	width: 10%;
	float: right;
	margin: 18px 0 18px 10%;
}
.apply_plan a{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #22ac38;
	color: #fff;
}
.apply_plan a:hover{
	font-weight: bold;
}

		/*导航E*/
	/*头部和导航内容E*/
/*头部和导航E*/