/********头部样式********/
.header {
	width: 100%;
	height: 120px;
	background-color: #fff;
	box-shadow: inset 0 -12px 5px -10px #eaeaea;
	-webkit-box-shadow: 0px 6px 20px 0px #eeeeee;
}

.header-container {
	width: 1024px;
	margin: 0 auto;
}

.header-content {
	padding: 20px 0 0 0;
	position: relative;
}

.header-tips{
	float:left;
	height: 25px;
	display: none;
}

.header-tips img{
	width: 10px;
    height: 12px;
    float: left;
    margin-top: 9px;
}

.header-tips h5{
	margin-left:3px;
	font-size: 14px;
	color:#f00;
	line-height: 30px;
	float:left;
}

.header-logo {
	float: left;
	padding: 0;
	/* padding-top: 13px; */
}

.header-logo img {
	/* width: 163px;
	height: 64px; */
}

.header-nav {
	float: left;
	width: 675px;
	padding-left: 90px;
}

.header-nav ul {
	float: left;
}

.header-nav li {
	float: left;
	width: 75px;
	height: 30px;
	color: #bdbdbd;
	line-height: 30px;
	text-align: center;
	/* 	background-color: #e94740; */
}

.header-nav li a {
	float: left;
	width: 75px;
	font-size: 14px;
	color: #3e3e3e;
	text-decoration: none;
}

.header-nav li font {
	float: left;
	width: 75px;
	font-size: 14px;
	color: #3e3e3e;
	text-decoration: none;
	cursor:pointer;
}


.header-nav li a.selected {
	color: #fff;
}

.header-search {
	float: left;
	width: 545px;
	padding-left: 90px;
}

.header-soubg {
	float: left;
	width: 450px;
	background-color: #fff;
}

.header-sinput {
	float: left;
	height: 36px;
	border: 2px solid #e94740;
	position: relative;
}

.soutu-btn {
	z-index: 1;
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	width: 18px;
	background: #fff url(../img/camera_new.png) no-repeat;
	background-image: -webkit-image-set(url(../img/camera_new.png) 1x, url(../img/camera_new.png) 1x);
	background-image: -moz-image-set(url(../img/camera_new.png) 1x, url(../img/camera_new.png) 1x);
	background-image: -o-image-set(url(../img/camera_new.png) 1x, url(../img/camera_new.png) 1x);
	background-image: -ms-image-set(url(../img/camera_new.png) 1x, url(../img/camera_new.png) 1x);
	cursor: pointer;
}

.soutu-btn:hover {
	background-position: 0 -20px
}

.header-stext {
	width: 450px;
	height: 36px;
	padding-right: 0;
	padding-left: 5px;
	font-size: 14px;
	color: #333;
	line-height: 36px;
	background: none;
}

.header-sbtn {
	float: left;
	width: 95px;
}

.header-ssub {
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background: #e94740;
	cursor: pointer;
}

.header-wx {
	cursor: pointer;
	position: absolute;
	right: 80px;
	top: 20px;
}

.header-qq {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 20px;
}

.header-qq {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 20px;
}

.header-api{
	position: relative;
}

.header-api a{
	position: absolute;
	right: 0;
}

.header-wx span,.header-qq span {
	display: block;
	width: 100%;
	text-align: center;
	color: #434343;
	font-size: 14px;
}

.autocomplete-suggestions {
	border: 2px solid #e94740;
	border-top: 0;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
	cursor: pointer;
	font-size: 14px;
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #f6f6f6;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #333;
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	display: block;
	border-bottom: 1px solid #333;
}