@charset "UTF-8";
html{
	background:#f6f7f8;
}
.header {
	background: #008cee none repeat scroll 0 0;
	height: 100px;
	line-height: 100px;
	margin-bottom: 32px;
}
.header .logo {
	cursor: pointer;
	float: left;
	margin-right: 16px;
	margin-top: 34px;
	margin-left: 17px;
}
.header ul .current::before {
	background-color: #ff9600;
	border-radius: 3px;
	content: "";
	display: inline-block;
	height: 6px;
	margin-right: 6px;
	width: 6px;
}

.header ul li {
	color: #666;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 18px;
}

.header ul .current {
	list-style: none;
	color: #ff9600;
}
.c_content {
	margin: auto;
	width: 1200px;
}

.loginshu {
      background-image: url("../../img/search.png");
      background-position: -12px -89px;
      padding-left: 20px;
      color: #fff;
      font-size: 20px;
}
.shua{
	 color: #fff;
}
