ul, li {
	list-style:none;
}
img {
	border:0px;
}
body {
	background:#F4F4F4;
}
body, div {
	padding:0;
	margin:0;
	font-family: 微软雅黑;
}
.header {
	background:#484743;
	width:100%;
	height:100px;
}
.header_content {
	margin:0 auto;
	height:100%;
	width:1200px;/* border:2px solid red; */
}
.header_logo {
	position: absolute;
	width: 64px;
	height: 64px;
	margin-top:18px;
	margin-left:0px;
}
.header_text_1 {
	font-size: 25px;
	font-size: 25px;
	position: absolute;
	margin-top:19px;
	margin-left:70px;
}
.header_text_2 {
	font-size: 14px;
	position: absolute;
	margin-top:55px;
	margin-left:70px;
	color:white;
}
.header_menu {
	float:right;
	width:800px;
	/* border:2px solid green; */
    height:50px;
	margin-top:25px;
}
.header_menu_1 {
	float:right;
	width:100px;
	margin-left:25px;
	/* border:2px solid red; */
    height:30px;
	line-height:28px;
	text-align:center;
	color:white;
	font-size:18px;
	border-radius:2px;
}
.menubar {
	width:100%;
	height:400px;
	background:url(../images/slides.png);
}
.menubar_1 {
	width:1000px;
	height:400px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.footer {
	font-size: 13px;
	margin-top:50px;
	background:#EBEBEB;
	width:100%;

}
.footer_center {
	width:505px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}
.footer_logo img {
	width:100px;
	height:100px;
}
.f_center_1 {
	float:top;
	margin-top:5px;
	height:20px;

}
.f_center_1 img {
	width:32px;
	height:32px;
	vertical-align: top;
	margin-top:-7px;
}
.footer_logo {
	float:left;
}
.f_center {
	float:left;
	margin-left:20px;
}
.header a:link {
	text-decoration: none;
	color:white;
}
.header a:visited {
	text-decoration: none;
	color:white;
}
.footer a:link {
	text-decoration: none;
	color:black;
}
.footer a:visited {
	text-decoration: none;
	color:#484743;
}
.footer a:hover {
	text-decoration: none;
	color:#FE6B1F;
}
.kf {
	position:fixed;
	right:0;
	top:50%;
}
.kf .slideul>li {
	position:relative;
	display:block;
	width:56px;
	height:56px;
	margin-bottom:10px;
	overflow:visible;
}
.kf .slideul>li.kefu {
	width:66px;
	padding-left:10px;
	margin-left:-10px;
}
.kf .slideul>li ul.kefulist {
	position:absolute;
	left:-130px;
	top:-30px;
	padding-right:10px;
	display:none;
}
.kf .slideul>li ul.kefulist li {
	margin-bottom:6px;
}
.kf .slideul>li ul.kefulist li a {
	display:block;
	width:90px;
	height:40px;
	line-height:36px;
	background:#3498DB;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.kf .slideul>li ul.kefulist li a:hover {
	text-decoration:none;
}
.h2 {
	font-size: 15px;
	font-weight: normal;
	font-variant: small-caps;
}
