html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  list-style: none;
  text-decoration:none;
}

/* 头部
.sentu_head{
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	height: 120px;
	background: #FFFFFF;
	box-shadow: 0px 0px 16px 0px rgba(72, 111, 241, 0.12);
	z-index: 999999;
} */
.sentu_heads{
	display: block;
	height:100%;
	width: 1200px;
	margin: 0 auto;
}
.sentu_logo{
	vertical-align: top;
	padding-top:40px;
	width: 204px;
	/*height:44px;*/
	margin-right: 17px;
}
.sentu_title{
	vertical-align: top;
/*	padding-top: 51px;*/
	display: inline-block;
/*	width:590px;*/
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}
.sentu_input{
	vertical-align: middle;
	margin-top: 42px;
	display: inline-block;
	width: 216px;
	height: 40px;
	background: #F7F7F7;
	border-radius: 20px;
}
.sentu_input input{
	vertical-align: middle;
	border: 0;
	outline: none; 
	padding-left: 30px;
	width:140px;
	height:100%;
	background-color: rgba(0, 0, 0, 0);
}
.sentu_input img{
	vertical-align: middle;
}
.suosou_right{
	float: right;
	margin-top:51px;
	
}
.suosou_right ul li{
	display: inline-block;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
}
.suosou_right .suosou_f{
	padding: 0px 10px;
}


