html{
  height: 100%;
}
body{
  min-height: 100%; /* 设置最小高度100% */
  position: relative; /* 设置最小高度100% */
  box-sizing: border-box; /* 设置盒模型为border-box，那样这个100%包括了下面的padding-bottom高度 */
  padding-bottom: 408px; /* 高度为footer的高度 */
}
.public-footer{
  position: absolute; /* 将footer绝对定位在底部 */
  left: 0;
  bottom: 0;
  width: 100%;
}

.wrap{
	width: 1200px;
	margin: 0 auto;
}
.public-nav{
	padding: 60px 0;
}



/**
 * footer
 */
.public-footer{
	padding-top: 46px;
	padding-bottom: 20px;
	background:#001529;
	width: 100%;
}
.footer-icon{
	overflow: hidden;
}
.footer-icon>div{
	float: left;
	width: 281px;
	margin-right: 23px;
}
.public-footer-right{
  margin-right: 0!important;
}
.footer-icon-img{
	width: 48px;
	height: 48px;
	float: left;
}
.footer-icon-img img{
	width: 48px;
	height: 48px;
}
.footer-icon-title{
	height:22px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	line-height:22px;
	float: left;
	margin-left: 16px;
	opacity: 0.9;
}
.footer-icon-desc{
	height:20px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	opacity: 0.49;
	line-height:20px;
	float: left;
	margin-left: 16px;
	margin-top: 4px;
	opacity: 0.49;
}
.footer-line{
	height: 1px;
	background-color: #fff;
	opacity: 0.1;
	clear: both;
	margin-top: 47px;
	margin-bottom: 40px;
}
.footer-us{
	overflow: hidden;
}
.footer-us-left{
	float: left;
}
.footer-us-phone{
	height:29px;
	font-size:24px;
	font-weight:600;
	color:#FFF;
	opacity: 0.8;
	line-height:29px;
	font-family: arial;
}
.footer-us-email{
	height:29px;
	font-size:24px;
	font-weight:600;
	color:#fff;
	line-height:29px;
	margin-top: 20px;
	opacity: 0.8;
}
.footer-us-desc{
	height:20px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:20px;
	margin-top: 4px;
	opacity: 0.6;
}
.footer-us-right{
	float: left;
	padding-top: 13px;
}
.footer-us-right p{
	margin-bottom: 20px;
}
.footer-us-right p span{
	margin-left:30px ;
	opacity: 0.5;
	filter:alpha(opacity=50);
	height:20px;
	font-size:14px;
	font-weight:400;
	color: #fff;
	line-height:20px;
}
.footer-us-right p span.footer-right-type{
	height:20px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	opacity: 0.9;
	line-height:20px;

}
.footer-us-line{
	width:1px;
	height:126px;
	background:#fff;
	opacity: 0.1;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
}
.footer-bottom-line{
	margin-top: 32px;
	margin-bottom: 20px;
	height:1px;
	background:#fff;
	opacity: 0.1;
}
.footer-copyright{
	height:20px;
	font-size:14px;
	font-weight:400;
	color:#fff;
	/*opacity: 0.4;*/
	line-height:20px;
	text-align: center;
}
.public-footer .footer-us-right a:hover span{
	opacity: 1;
}
.show-none{
	display: none;
}
.footer-copyright img{
  width: 13px;
  height: 14px;
  vertical-align: middle;
  /* margin-left: 12px; */
  margin-right: 2px;
  margin-top: -2px;
}
.footer-copyright *{
  opacity: 0.4;
}
.footer-copyright .footer-national-emblem{
  opacity: 1;
}
.footer-national-emblem img{
  opacity: 1;
  margin-left: 6px;
}

/**
 * 公共头
 */
.public-heard{
	width: 100%;
	background-color: #fff;
	height: 44px;
	padding: 10px 0;
	box-shadow:0px 2px 12px 0px rgba(0,30,82,0.06);
	position: fixed;
	top: 0;
	z-index: 99;
}
.public-heard .wrap>div{
	float: left;
	font-size: 0;
	vertical-align:middle
}
.public-company div{
  width: 160px;
  height: 44px;
	float: left;
}
.public-company div img{
  width: 160px;
  height: 44px;
}
.public-company p{
	font-size:20px;
	font-weight:600;
	color:#17233D;
	line-height:28px;
	float: left;
	padding: 8px 0;
	padding-left: 8px;
}
.public-search{
	margin-left: 32px;
}
.public-search input{
	padding: 11px 0 11px 12px ;
  width:416px;
  height: 20px;
	line-height: 20px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border:1px solid #DCDEE2;
	border-right: 0;
	float: left;
	font-size: 16px;
	color: #17233D;
}

.public-search input:focus{
	border-color: #1F6CDD;
}
/* placeholder默认字体颜色 */
.public-search input::-webkit-input-placeholder { /* WebKit browsers */
   font-size: 16px;
}
.public-search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-size: 16px;
}
.public-search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 16px;
}
.public-search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 16px;
}


.public-search-submit{
	float: left;
	width:72px;
	background:#1F6CDD;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size:16px;
	cursor: pointer;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.public-search-submit{
	float: left;
	width:72px;
	background-color:#1F6CDD;
	padding: 14px 0;
	text-align: center;
	color: #fff;
	font-size:16px;
	cursor: pointer;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.public-search-submit:hover{
	background-color: #468EEB;
}
.public-search-submit:active{
	background-color: #114EB8;
}
.public-user{
  display: none;
}
.public-heard div.public-user{
	float: right;
	padding: 4px 0;
}

.public-user div img{
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.public-heard-phone{
	font-size:16px;
  line-height: 16px;
	font-weight:400;
	color:#505A6E;
	float: left;
  margin-top: 10px;
	margin-left: 8px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}
.public-heard-phone:hover{
  color: #1F6CDD;
}
.public-heard-out{
	float: left;
	font-size:16px;
  line-height: 16px;
	font-weight:400;
	color:#808695;
  margin-top: 10px;
	margin-left: 20px;
	cursor: pointer;
}
.public-heard-out:hover{
	color: #1F6CDD;
}

.public-heard .wrap .index-member-cooperation{
  float: right;
  display: inline-block;
  margin-top: 11px;
  margin-right: 20px;
}
.index-member{
  float: left;
  height: 20px;
  display: none;
}
.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;
}

.not-login{
	font-size: 0;
	padding: 8px 0;
}

.public-heard-button  {
	width:32px;
	height:22px;
	font-size:16px;
	font-weight:400;
	color:#1F6CDD;
	line-height:22px;
	vertical-align: middle;
	cursor: pointer;
}
.heard-line{
	width:1px;
	font-size: 10px;
	color: #1F6CDD;
	opacity:0.5;
	margin: 0 10px;
	vertical-align: middle;
}
.tip-modal{
	position: fixed;
	top: 1.8rem;
	left: 48%;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 4px 10px;
	display: none;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #000;
	opacity: 0.65;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	z-index: 999;
}
.modal-login-info.receive{
  display: none;
}

/*头部的公共*/
.public-search-result {
  width: 430px;
  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-left: 192px;
  display: none;
  z-index: 10;
  position: relative;
}

.public-search-result ul:hover{
	background:#F8F8F9;
}
.public-search-result em{
	color: #1F6CDD;
	font-style: normal;
}

.public-search-result>div {
  overflow: hidden;
  padding: 0 16px;
  padding-bottom: 5px;
}
.js-clearn-history{
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 50px;
  float: right;
}
.public-search-history{
  font-size: 14px;
  font-weight: 400;
  color: #808695;
  line-height: 22px;
}

.public-search-left{
  width: 300px;
  font-size: 14px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  color: #505A6E;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.public-search-result ul{
  overflow: hidden;
  padding: 5px 16px;
  clear: both;
}

.public-result-left {
  width: 300px;
  font-size: 14px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  color: #505A6E;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.public-search-result a:hover ul{
  background: #F8F8F9;
}
.public-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;
}

.clearn-history {
  font-size: 14px;
  font-weight: 400;
  color: #808695;
  line-height: 22px;
  float: right;
  cursor: pointer;
  vertical-align: middle;
}

.search-result ul {
  overflow: hidden;
  padding: 5px 16px;
}

.banner-search .result-left {
  width: 770px;
  font-size: 14px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  color: #505A6E;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.clearn-history-img{
  display: inline-block;
  width: 16px;
  height: 22px;
  text-align: right;
  vertical-align: middle;
}
.clearn-history-img img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  vertical-align: middle;
}

.empty-prompt{
  width: 184px;
  position: absolute;
  padding: 12px 16px;
  background-color: #fff;
  top: 54px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(23,35,61,0.15);
  display: none;
}
.empty-prompt div {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  float: left;
}
.empty-prompt p {
  color: #808695;
  float: right;
  font-size: 16px;
}
.empty-prompt div img {
  width: 16px;
  height: 16px;
}
.public-input{
  float: left;
  position: relative;
}
.empty-prompt-top{
  width: 12px;
  height: 6px;
  position: absolute;
  top: -6px;
}


.public-heard .wrap>div.banner-user{
  float: right;
}
.banner-user p{
  font-size: 0;
  padding: 11px 0;
}
.index-left-span {
  width: 32px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #505A6E;
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
}
.banner-user span:hover{
  color: #1F6CDD;
}
.banner-user span:active{
  color: #114EB8;
}
.header-line {
  width: 1px;
  font-size: 10px;
  color: #1F6CDD;
  opacity: 0.5;
  margin: 0 10px;
  vertical-align: middle;
}
.index-last-span {
  width: 32px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #505A6E;
  line-height: 22px;
  vertical-align: middle;
  cursor: pointer;
}
.closes-modail{
  cursor: pointer;
}

.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;
}
/*登录状态失效*/
.login-error{
  position: absolute;
  top: 55px;
  right: 322px;
  width: 224px;
  height: 75px;
  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;
}
.header-login-error a{
  margin-left: -3px;
  color: #1F6CDD;
}
.header-login-error a:hover{
  cursor: pointer;
  color: #468EEB;
}
html body .stop-clikc{
  background-color: #cccccc;
}

html body .stop-clikc:hover{
  cursor: unset;
  background-color: #cccccc;
}




































































