.index-heard{
  width: 100%;
  height: 64px;
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 30, 82, 0.06);
}
.index-heard-logo{
  width: 160px;
  height: 44px;
  float: left;
  margin-top: 10px;
}
.index-heard-logo img{
  width: 160px;
  height: 44px;
}

.index-banner-heard{
	padding-top: 10px;
	width:100%;
	height:455px;
	background: url(../images/index_banner@2x.jpg) no-repeat center center;
	background-size: cover;
  z-index: -99;
}
.banner-heard{
	overflow: hidden;
}
.banner-logo{
	width:44px;
	height:44px;
	float: left;
	margin-right:12px ;
	}
.banner-logo img{
	width:44px;
	height:44px;
}
.banner-company{
	float: left;
	overflow: hidden;
}
.banner-company span{
	width:192px;
	height:28px;
	font-weight:600;
	color:#FFFFFF;
  font-size: 24px;
  line-height: 32px;
  margin-top: 6px;
  float: left;
}
.banner-user{
	float: right;
	height:22px;
	font-weight:400;
	color:#F8F8F9;
	line-height:22px;
  margin-top: 21px;
	font-size: 0;
  display: none;
}
.index-member-cooperation{
  float: right;
  display: inline-block;
  margin-top: 21px;
  margin-right: 20px;
}
.index-member{
  float: left;
  height: 20px;
  font-size: 0;
}
.index-member img{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.index-member span{
  display: inline-block;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  color: #E7A04E;
  padding-left: 4px;
}
.index-cooperation{
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #505A6E;
}
.index-cooperation:hover{
  color: #1F6CDD;
}

.index-title-input{
  width: 0;
  height: 0;
}

.index-banner-heard .wrap h1{
	font-size:54px;
	font-weight:500;
	color:#fff;
	line-height:75px;
	text-align: center;
	margin-top: 70px;
}
.banner-title-desc{
	height:45px;
	font-size:32px;
	font-weight:400;
	color:#fff;
	line-height:45px;
	margin-top: 10px;
	text-align: center;
	opacity: .8;
	filter:alpha(opacity=80)\9;
}


.banner-search{
	width: 900px;
	margin: 0 auto;
	margin-top: 78px;
}
.banner-search .banner-select{
	overflow: hidden;
}
.banner-select li{
	float: left;
	padding:2px 8px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	line-height:22px;
	margin-right: 32px;
	cursor: pointer;
}
.banner-select li.active{
	background-color: #fff;
	color: #2D78DF;
	border-radius:4px;
}
.banner-search-input{
	width:747px;
	height:22px;
	padding: 14px 20px;
	background:#fff;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	float: left;
  position: relative;
}


.index-banner-search{
	background-color: #fff;
	margin-top: 16px;
	border-radius: 4px;
	box-shadow:0px 2px 4px 0px rgba(0,33,90,0.1);
	position: relative;
}
.banner-search-input input{
	float: left;
	width: 767px;
	height:22px;
	line-height: 22px;
	color: #505B6F;
	font-size: 16px;
}
.banner-search-input input::-webkit-input-placeholder{
	font-size: 16px;
}
.banner-search-input input::-moz-placeholder{
	font-size: 16px;
}
.banner-search-input input::-ms-input-placeholder{
	font-size: 16px;
}
.search-button{
	padding: 14px 0;
	width: 113px;
	cursor: pointer;
	float: left;
	background-color: #1f6cdd;
	color:#fff;
	border-top-right-radius:4px ;
	border-bottom-right-radius:4px ;
}
.search-button:hover{
	background-color: #468EEB;
}
.search-button:active{
  background-color: #114EB8;
}

.search-button:hover p{
	color: #fff;
}
.search-button:active{
	background-color: #114EB8;
}
.search-button:active p{
	color: #fff;
}

.search-button p{
	height:22px;
	font-size:16px;
	font-weight:500;
	line-height:24px;
	text-align: center;
}
.search-result{
  width: 787px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(23,35,61,0.1);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: -4px;
  display: none;
  z-index: 10;
  position: relative;
}
.banner-search ul li{
	cursor: pointer;
}

.banner-search .result-left{
	width:646px;
	font-size:14px;
	font-weight:400;
	height: 22px;
	line-height: 22px;
	color:#505A6E;
	float: left;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}
.banner-search .result-right{
	width:88px;
	padding: 4px 0;
	font-size:12px;
	font-weight:400;
	color:#505A6E;
	float: right;
	text-align: center;
	background:#F8F8F9;
	border-radius:2px;
	border:1px solid #E8EAEC;
}
.search-result ul:hover{
	background:#F8F8F9;
}
.search-result ul{
	overflow: hidden;
	padding: 5px 16px;
}

em{
	color: #1F6CDD;
  font-style: normal;
}
.empty-prompt{
	width: 184px;
	position: absolute;
	display: none;
	padding: 13px 16px;
	background-color: #fff;
	top: 61px;
	box-shadow: 0px 2px 8px 0px rgba(23, 35, 61, 0.1);
	border-radius: 4px;
	left: 0;
}
.empty-prompt div img{
	width: 16px;
	height: 16px;
}
.empty-prompt-top{
  width: 12px;
  height: 6px;
  position: absolute;
  top: -6px;
}
.empty-prompt div{
	margin-right: 4px;
	width: 16px;
	height: 16px;
	float: left;
}
.empty-prompt p{
	color: #808695;
	float: right;
}
.index-navigation {
	overflow: hidden;
}
.index-nav{
	width:285px;
	height:120px;
	box-shadow:0px 4px 8px 0px rgba(23,35,61,0.06);
	border-radius:4px;
	float: left;
	margin-right: 19px;
  cursor: pointer;
}
.index-nav:hover{
	box-shadow:0px 4px 16px 0px rgba(23,35,61,0.06);
}
.index-nav-img{
	float: left;
	width: 64px;
	height: 64px;
	margin-top: 29px;
	margin-left: 24px;
}
.index-nav-img img{
	width: 64px;
	height: 64px;
}
.index-nav-desc{
	float: left;
	height:20px;
	font-size:14px;
	font-weight:400;
	color:#808695;
	line-height:20px;
	margin-top: 4px;
	margin-left: 16px;
}
.index-nav-title{
	float: left;
	height:28px;
	font-size:20px;
	font-weight:500;
	line-height:28px;
	margin-top: 36px;
	margin-left: 16px;
	color: #17233D;
}
.index-address{
	background-color: #F8F8F9;
}
.index-tit{
	height:45px;
	font-size:32px;
	font-weight:500;
	color:#17233D;
	line-height:45px;
	text-align: center;
	margin-bottom: 40px;

}
.select-address{
	margin:0 auto;
	width:1200px;
	padding-bottom: 30px;
	background:#fff;
  overflow: hidden;
}
.index-address-now{
  min-height: 126px;
}
.select-address p {
	margin-top: 30px;
	margin-left: 32px;
	color:#17233D;
  font-weight: 500;
}
.address-in{
	overflow: hidden;
	margin-top: 20px;
	margin-left: 32px;
	float: left;
	height: 100%;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.address-img{
	width: 16px;
	height: 16px;
	float: left;
	position: relative;
	top: 1px;
}
.address-img img{
	width: 16px;
	height: 16px;
}
.address-in span{
  min-width: 42px;
	max-width: 100px;
	height:20px;
	font-size:14px;
	font-weight:500;
	color:#1F6CDD;
	line-height:20px;
	margin-left: 8px;
	display: inline-block;
}
.address-in-son{
	float: left;
	overflow: hidden;
	width: 1036px;
}
.address-in-son li a{
	float: left;
	height:20px;
	margin-top: 20px;
	font-size:14px;
	font-weight:400;
	color:#505A6E;
	line-height:20px;
	margin-left: 32px;
}
.hot-address{
	overflow: hidden;
	width: 1140px;
}
.hot-address li a{
	float: left;
	height:20px;
	font-size:14px;
	font-weight:400;
	color:#505A6E;
	line-height:20px;
	margin-left: 32px;
	margin-top: 20px;
}


.index-address a:hover{
	color: #1F6CDD;
}
.margin-top-30{
	margin-top: 30px;
}
{
	width:1200px;
	height:50px;
	background:rgba(248,248,249,1);
}
.index-industry ul{
	width:1200px;
	padding: 14px 0;
	overflow: hidden;
}
.index-industry ul li:first-child + li {
  width: 935px;
}
.index-industry ul.index-industry-even{
	background:#F8F8F9;
}
.index-industry li{
	float: left;
	margin-left: 20px;
}
.index-industry-type{
	width: 224px;
	font-size:14px;
	font-weight:500;
	color:#17233D;
	line-height:22px;
}
.index-industry-name a{
	height:22px;
	font-size:14px;
	font-weight:400;
	color:#505A6E;
	line-height:22px;
	white-space:nowrap;
	margin-right: 30px;
}
.index-industry  a:hover{
	color: #1F6CDD;
}
.banner-user p {
  padding: 0;
}
.banner-user * {
vertical-align: middle;
}
.clearn-history{
font-size:14px;
font-weight:400;
color:#808695;
line-height:22px;
float: right;
cursor: pointer;
}
.clearn-history-img{
display: inline-block;
width: 16px;
height: 22px;
text-align: right;
vertical-align: middle;
}

.index-search-history{
font-size:14px;
font-weight:400;
color:#808695;
line-height:22px;
}
.search-result div{
overflow: hidden;
padding: 0 16px;
padding-bottom: 5px;
}
.js-clearn-zt{
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 50px;
  float: right;
}
.public-user{
float: right;
margin-top: 14px;
  display: none;
}
.public-heard-out:hover{
  color: #1F6CDD;
}
.public-heard-phone:hover{
  color: #1F6CDD;
}

.heard-user-logo{
  width: 36px;
  height: 36px;
  float: left;
  position: relative;
}
.js-user-logo{
  position: relative;
}
.header-admin-hover{
  display: none;
  position: relative;
  top: -5px;
}
.heard-user-logo:hover .header-admin-hover{
  display: block;
}
.heard-user-logo .header-admin-bottom{
  width: 134px;
  height: 52px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(23, 35, 61, 0.06);
  border: 1px solid #E8EAEC;
  position: relative;
  top:12px;
  font-size: 14px;
  font-width: 400;
  color: #505A6E;
  line-height: 52px;
  padding-left: 16px;
  border-radius: 4px;
}
.header-admin-bottom:hover{
  color: #1F6CDD;
}
.public-user div .header-admin-top{
  width: 12px;
  height: 6px;
  border-radius: 0;
  position: absolute;
  left: 16px;
  top: -6px;
}
.footer-us-right p{
  margin-bottom: 30px;
}

/*登录状态失效*/
.login-error{
  position: absolute;
  top: 55px;
  right: 322px;
  width: 224px;
  height: 66px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(23, 35, 61, 0.06);
  border: 1px solid #E8EAEC;
  border-radius: 5px;
  display: none;
}
.wrap div .header-admin-top{
  width: 12px;
  height: 6px;
  border-radius: 0;
  position: absolute;
  left: 50%;
  top: -6px;
}
.header-login-error img{
  width: 14px;
  height: 14px;
  padding: 13px 8px 0 16px;
}
.header-login-error span{
  float: right;
  width: 168px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #505A6E;
  margin-top: 9px;
  margin-right: 16px;
  margin-bottom: 13px;
}
.header-login-error a{
  margin-left: -3px;
  color: #1F6CDD;
}
.header-login-error a:hover{
  cursor: pointer;
  color: #468EEB;
}
