@charset "utf-8";
body,ul,li,h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}
body{
	font-size: 12px;
	background: #FCFCFC;
}
ul{
	list-style-type:none;
}
a{
	color:#333;
	text-decoration:none;
}
.clear{
	clear:both;
}
.m{
	margin:0 auto;
}
.dakuang{
	width: 1400px;
	height:auto;
	background: #fcfcfc;
	box-shadow: 0px 0px 30px #f1f1f1;
}
.header{
	width: 100%;
	height: 30px;
	background: #f4f4f4;
}
.header ul{
	width: 85%;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-left: 50px;
}
.header ul li{
	float: left;
	margin-left: 50px;
}
.header ul li a{
	color:#000;
}
.header div{
	float: left;
	line-height: 30px;
}

.logo{
	width: 1200px;
	height: 100px;
	border:0px solid red;
}
.logo1{
	width: 30%;
	height: 100px;
	background: url(../images/ehrehrjn.png) 10px 10px no-repeat;
	float: left;
}
.logo2{
	width: 340px;
	height: 100px;
	float: right;
}
.logo2 input{
	width: 80%;
	height: 40px;
	border-radius: 20px;
	margin-top: 25px;
	background: #f7f7f7;
}
.logo3{
	width: 33%;
	height: 100px;
	line-height: 100px;
	float: left;
}
.logo3 a{
	color:#000;
	font-size: 16px;
}

.menu{
	width: 100%;
	height: 50px;
	background:#000;
}
.menu1{
	width: 85%;
	height: 50px;
	border:0px solid red;
	margin:0 auto;
}
.menu1 .menu2{
	width: 85%;
	height: 50px;
	line-height: 50px;
	border:0px solid blue;
	font-size: 18px;
}
.menu2 li{
	padding-left: 50px;
	float: left;
}
.menu2 li a{
	color:#fff;
}
.menu2 li a:hover{
	color:red;
}
.menu2 #ffff a{
	color:red;
}
#lili a{
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #E91838;
	color:#fff;
	margin-left: -50px;
}