@charset "UTF-8";
.header {
	width: 100%;
	min-width:100%;
	height: 74px;
	border-bottom: 2px solid #3dd2d8;
	background: #fff;
}

.header-conta {
	width: 100%;
	height: 74px;
	margin: 0 auto;
}

.header-logo {
	width: 175px;
	height: 74px;
}
.header-logo img{
	margin-top:12px;
}
.head-nav {
	height: 30px;
	min-width:60px;
	margin-top:30px;
	display:inline-block;
}

.head-nav li {
	height: 20px;
	line-height: 20px;
	float:right;
}
.head-nav li.top-reg{
	font-size: 16px;
	color: #3dd2d8;
	height: 20px;
	line-height: 20px;
	padding:0 10px;
}
.head-nav li.top-li {
	width:1px;
	height:16px; 
	margin-top:2px; 
	background-color:#3dd2d8;
}
.butt-zhu{
	width: 100%;
	min-width:100%;
	padding: 15px 0;
	background: #E4E4E4;
}
.bott-lie{
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex; 
	display: flex;
	justify-content:center;
}
.bott-lie li{
	display: inline-block;
	margin-top: 48px;
	color: #2B2B2B;
	font-size: 14px;
	margin-right: 5px;
	margin-left: 5px;
}
.bott-p{
	min-width:100%;
	text-align: center;
	color: #2B2B2B;
	font-size: 13px;
	margin-top: 20px;
}
