*{ margin: 0; padding: 0;}
#zhongjia{ 
	width:100%; 
	height: 300px;
	}
.tubiao1{
	width: 50px; 
	height: 50px; 
	float: left; 
	margin: 10px;
	padding-left: 5px;
	}
.tubiao1 p{
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
}
.tubiao2{
	width: 50px; 
	height: 50px; 
	float: left; 
	margin: 10px;
	padding-left: 5px;
	}
.tubiao2 p{
	font-size: 9px;
	font-weight: bold;
	margin: 0px;
	}
.tp{ 
	padding-top: 20px;
}
footer{ 
	clear: both;
	position: sticky;
	bottom: 0;
	background: #fcc;
	overflow: hidden;
	}
footer ul{
	display: flex;
	 background: #f3f3f3;
	}
footer li{
	flex: 1; margin: 10px; 
	list-style: none; 
	text-align: center; 
	font-size: 12px;
	}
footer li img{
	width: 50%;
	}
a{ 
	text-decoration: none;
	color: #333;
	}
header{ 
	text-align: center;
	height: 44px; 
	line-height: 44px;
	background: #f3f3f3;
	position: sticky;
	top: 0;
	z-index: 999;
	font-weight: bold;
	padding-left: 10px;
}
header a{
	float: left;
	font-weight: bold;
}
main{ min-height: 100vh;}
#er{
	width: 100%;
	height: 40px;
}
#er .left{
	width: 50%;
	height: 40px;
	float: left;
}
#er .right{
	width: 50%;
	height: 40px;
	float: left;
}
#er .left p{
	text-align: center;
	color: #22adad;
	margin-top: 8px;
}
#er .right p{
	text-align: center;
	margin-top: 8px;
}
.xiaoxi{
	padding-top: 30px;
}
main
.tab{
	text-align: center;
	margin-bottom: 10px;
}
form{
	text-align: center;
}
.sousuo{
	height: 32px;
	border: 1px solid #ccc;
	padding-left: 10px;
	width: 80%;
	margin: 10px 0;
}
.yao{
	height: 120px;
	margin: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	}
.yao img{
	float: left;
	margin-left: 20px;
	
}
.yao p{
	padding-left: 130px;
	padding-top: 40px;
	font-size: 14px;
	color: #333;
}
.yao span{
	padding-left: 30px;
	padding-top: 40px;
	font-size: 12px;
	color: #999;
}
.wode{
	height: 20vh;
	background: linear-gradient(skyblue,#007AFf);
	overflow: hidden;
	color: #fff;
}
.touxiang{
	width: 48px;
	height: 48px;
	background: #fff;
	border-radius: 100%;
	overflow: hidden;
	margin: 20px;
	float: left;
}
.mingzi{
	float: left;
	padding-top: 30px;
}
.you{
	float: right;
	padding-right: 20px;
	padding-top: 10px;
	color: #fff;
}
.liebiao{
	line-height: 300%;
	padding: 20px;
	list-style: none;
}
.liebiao li{
	border-bottom: 1px solid #ccc;
}
.liebiao img{
	vertical-align: middle;
	padding-right: 10px;
}