
body{
	padding: 0;
	margin: 0;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
p{
	padding: 0;
	margin: 0;
}
a{
	text-decoration-line: none;
}
.head{
	width: 100%;
}
.logo{
	width: 100%;
	height: 100px;
	background-image: url('../img/index/head-g.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img{
	width: 220px;
	height: 40px;
	margin-top: 30px;
	margin-left: 200px;
}
.logo_right{
	padding-right: 100px;
	color: #fff;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.nav{
	display: flex;
	height: 45px;
	line-height: 45px;
	align-items: center;
	justify-content: space-around;
	background-color: #0C2BC3;
	padding: 0 200px;
}
.nav a{
	color: #fff;
}
/* .check{
	padding-bottom: 8px;
	border-bottom: 3px solid #05AFFF;
} */
.nav_li{
	/* width: 205px; */
	text-align: center;
	color: #fff;
	font-size: 20px;
}




/* 公用css */
.head-nav{
	display: flex;
	align-items: center;
	padding: 20px 260px;
	background-color: #0C2BC3;
	color: #fff;
}
.head-left img{
	width: 200px;
	height: 38px;
}
.head-right{
	display: flex;
	align-items: center;
	width: 80%;
}
.head-right-li{
	width: 20%;
	text-align: center;
	font-size: 20px;
}
.head-right-li a{
	color: #fff;
}