/*html{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}*/
@charset "utf-8";

#header{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	height: 85px;
}
#header .in_header{
	width: 1388px;
	height:85px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

#header .logo{
	float:left;
	margin-top:15px;
}

#header .nav {
    float: left;
    margin-left: 135px;
}

#header .nav ul {
    overflow: hidden;
}

#header .nav ul li {
    float: left;
    /* 移除width属性，使宽度自适应 */
    /* width: 87px; */
	min-width:120px;
}

#header .nav ul li a {
    display: block;
    height: 85px;
    line-height: 85px;
    text-align: center;
    font-size: 17px;
    color: #000;
    /* 可以添加padding来确保有足够的空间显示文字，根据需要调整 */
    padding: 0 10px; /* 左右各10px的内边距 */
}

#header .nav ul li a.current,
#header .nav ul li a:hover {
    color: #fff;
    background: url(../image/nav-bg.jpg) no-repeat center center;
}


#header .functions{
	float:right;
	margin-top:;
}
#header .functions > div{
	display: inline-block;
	vertical-align: middle;
}

#header .functions .search_icon{
	margin-right:10px;
	cursor: pointer;
}

#header .functions .erweima_icon{
	cursor: pointer;
	position: relative;
}
#header .functions .erweima_icon .erweima_pic{
	position: absolute;
	left:0;
	z-index: 9;
	width:170px;
	display: none;
}
#header .functions .erweima_icon .erweima_pic img{
	width:100%;
}
#header .functions .erweima_icon:hover .erweima_pic{
	display: block;
}

#header .functions .languages{
	margin-left:25px;
}
#header .functions .languages span,
#header .functions .languages span a{
	font-size:12px;
	color: #808080;
	line-height: 80px;
}

#header .search_box{
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	height: 100px;
	border-bottom: 1px solid #eaeaea;
	border-color: rgba(0,0,0,.08);
	box-shadow: 0 1px 3px rgba(0,0,0,.03);
	background-color: rgba(255,255,255,.9);
	height: 0;
	overflow: hidden;
	text-align: center;
}
#header .search_box .in_search{
	display: inline-block;
	margin-top: 25px;
}
#header .search_box .in_search ul{
	overflow: hidden;
} 
#header .search_box .in_search ul li{
	float:left;
}
#header .search_box .in_search ul li.search_input input{
	line-height: 40px;
	width: 648px;
	border: solid 1px #ddd;
	border-right: 0;
	height: 40px;
	padding: 4px 12px;
	border-radius: 2px 0 0 2px;
	font-size:14px;
	color:#999;
	box-sizing: content-box;
}
#header .search_box .in_search ul li.search_btn input{
	border:none;
	line-height: 50px;
	height: 50px;
	width: 70px;
	border-radius: 0 2px 2px 0;
	background: #1f62bd url(../image/search-btn-icon.jpg) no-repeat center center;
	cursor:pointer;
}



.bite{
	position: absolute; right: 10px; top: 20px; display: none;
}
.bite img{
	width: 30px;
}
.wapnav{
	width:100%; background-color:#f2f2f2; height:auto; display:none;
}
.wapnav li{
	padding:0px; font-size:16px; color:#333;
}
.wapnav li a{
	color:#333;
}
.wapnav dl{
	padding-left:30px; border-bottom:1px solid #E7E7E7; display:none;
}
.wapnav dl dd{
	line-height:30px; font-size:14px;
}
.wapnav span{
	 display:block; line-height:40px; padding-left:10px; border-bottom:1px dashed #E7E7E7;
}
.wapnav .navmoon{
	 background-color:#E6E6E6;
}
.caret img{
	width: 12px; margin-left: 5px;
}


















