/** 清除内外边距 **/
body,h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
em {
  font-style: normal;
}
a {
  text-decoration: none;
}
img {
  border: none;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #ffffff;
  font-family: Helvetica;
}
.footer-second {
  padding: 8px 0px;
  height: 80px;
  background: #fafafa;
  width: 100%;
  overflow: hidden;
  /* margin: 0 auto;
  text-align: center; */
  line-height: 80px;
  position: relative;
}
.footer-second-span {
  position:absolute;      
   top:40%;       
   left:50%;
   transform: translate(-50%,-50%);  
  width: 355px;
  height: 30px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #51667b;
  line-height: 30px;
}
.footer-second-span  a{
  margin-left: 100px;
  color: #51667b;

}

/* 
.footer-second-ul {
	margin: 30px 0 20px 0;
}

.footer-second-ul-li{
	font-size: 16px;
	float: left;
	border-right: 1px solid #FFFFFF;
	padding: 0 75px;
	color: #14120b;
}

.footer-second-ul-a{
	text-decoration: none;
	color: #333;
} */
