@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	border:0;
	}
a{
	text-decoration:none;
	}
ul li{
	list-style-type:none;}
body{
	font-family:"微软雅黑";
	background-color:#eeeeee;}
/*页眉*/
#header{
	/*width:100%;*/
	height:30px;
	background-color:#212121;
}
#header_box{
	/*width:1200px;*/
	height:30px;
	margin:auto;
}
#header_left{
	font-family:"微软雅黑";
	font-size:12px;
	color:#fafafa;
	float:left;
	padding-top:6px;
}
#header_right{
	font-family:"微软雅黑";
	font-size:12px;
	color:#fafafa;
	float:right;
	padding-top:6px;
	}
.header_right_text{
	margin-left:10px;
	}
.header_right_text a{
	text-decoration:none;
	color:#fafafa;
	}

/*导航*/
#daohang{
	width:100%;
	height:85px;
	background-color:#fafafa;
	box-shadow:0px 1px 2px #e3e3e3;
	}
#daohang_box{
	/*width:1200px;*/
	height:85px;
	margin-left:auto;
	margin-right:auto;
	}
#logo{
	height:85px;
	float:left;
	line-height:85px;
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:20px;
	font-weight:bold;
	padding-left:38px;
	color: #212121;
}
#logo_text1{
	width:67px;
	height:22px;
	font-size:22px;
	font-weight:bold;
	color:#212121;
	float:left;
	}
#logo_fenge{
	width:1px;
	height:30px;
	background-color:#d1d1d1;
	float:left;
	margin-left:10px;
	margin-right:10px;
	}
#logo_text2{
	width:221px;
	height:15px;
	float:left;
	font-size:14px;
	color:#212121;
	font-weight:bold;
	padding-top:6px;
	}
#nav{
	width:372px;
	height:85px;
	margin-left:50px;

	float:left;
	margin-top: 0;
	line-height:85px;
	}
 

#gerenzhuye{
	width:64px;
	height:85px;
	float:left;
	font-size:16px;
	color:#212121;
	margin-right:39px;
	}
#gerenzhuye:hover{
	color:#ff591b;
	}
#ziyuan{
	width:64px;
	float:left;
	font-size:16px;
	color:#212121;
	margin-right:54px;
	height:85px;
	}
#ziyuan:hover{
	color:#ff591b;
	}
#haoyou{
	width:32px;
	height:85px;
	float:left;
	font-size:16px;
	color:#212121;
	margin-right:55px;
	}
#haoyou:hover{
	color:#ff591b;
	}
#kankan{
	width:64px;
	height:85px;
	float:left;
	font-size:16px;
	color:#212121;
	}
#kankan:hover{
	color:#ff591b;}
#daohang_text_zhuye{
	color:#f56600;}
#daohang_text a{
	text-decoration:none;
	font-size:16px;
	
	}
/*搜索框*/
#daohang_input{
	width:100%;
	height:44px;
	float:right;
	background-color:#ff591b;
	border-radius:2px;
	margin-top:20px;
}
#search_ul{
	width:25%;
	height:38px;
	background-color:#fafafa;
	margin:3px 0 3px 3px;
	float:left;
}
#search_ul select{
	width:80px;
	height:38px;
	font-size:14px;
	font-family:"微软雅黑";
	color:#212121;
	padding-left:10px;
	padding-top: 8px;
	padding-bottom: 8px;
	outline:none;
	}
#search_ul  select option{
	font-size:14px;
	font-family:"微软雅黑";
	color:#212121;
	outline:none;
	}
#search_input{
	width:60%;
	height:38px;
	line-height: 38px;
	background-color: #fafafa;
	float:left;
	margin-top:3px;
	font-family:"微软雅黑";
	font-size:16px;
	outline:none;
	padding-left: 10px;
}
#search_botton{
	width:14%;
	height:44px;
	background-color:#ff591b;
	float:right;
}
#search_botton input{
	outline:none;
	width:18px;
	height:18px;
	margin-top:13px;
	margin-left:18px;
	}
#nav li{
	float: left;
}
#nav{
	width:372px;
	height:85px;
	float:left;
	margin-top: 0;
	line-height:85px;
	}
#nav ul ul{
	display:none;}
#nav ul li:hover > ul{
	display:block;
	}
#nav ul:after {
		content: ""; clear: both; display: block;
	}
#nav ul{
	position:relative;
	width:372px;
	height:85px;
	}
#nav ul ul{
	position: absolute;
	top: 56px;
	left:92px;
	width:92px;
	height:200px;
	background-color:#fafafa;
	box-shadow:0 0 4px #cbcbcb;
	}
#nav ul ul li{
	width:92px;
	height:40px;
	background-color:#fafafa;
	text-align:center;
	line-height:40px;}
#nav ul ul li:hover{
	background-color:#FF591B;
	}
#nav ul ul li:hover a{
	color:#fafafa;}
#nav ul ul li a{
	text-decoration:none;
	color:#212121;
	height:85px;}
/*底部提示*/
#dibu_tishi{
	background-color:#252525;
	width:100%;
	height:70px;
	clear: both;
}
#dibu_tishi_box{
	width:417px;
	height:54px;
	margin:auto;
	padding-top: 16px;
	}
#yangshi1{
	font-size:14px;
	color:#888888;
	width:417px;
	margin:auto;
	height:auto;
	margin-bottom: 5px;
}
#yangshi2{
	font-size:14px;
	color:#888888;
	margin:auto;
	width:150px;
	height:auto;
}