

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,label,form {
	margin: 0;
	padding: 0;
}


body,table,button,input,select,textarea {
	font-family: "Arial","Microsoft YaHei","微软雅黑","宋体";
	font-size: 12px;
	color: #666666;
}

textarea {
	outline: none;
	resize: none;
}


ol,ul {
	list-style: none outside none;
}

li {
    list-style: none;
    display: inline-block;
}

img {
	border: 0;
}

.l {
	float: left;
}

.r {
	float: right;
}

.clear {
	clear: both;
}

#clear {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
    color: #55738b;
    text-decoration:none;
}

a:hover {
    color: #f7d206;
    text-decoration:underline;
}

.header {
    width: 100%;
    height: 50px;
	background: #ffffff;
	margin: auto;
	z-index: 100000;
}

.header .headermenu {
	width: 1260px;
	margin: auto;
	height: 50px;
	line-height: 50px;
	/* color: #ffffff; */
}

.header .headermenu li a{
	font-size: 14px
}
.split {
	padding: 0 5px;
	color: #b0b0b0;
}
