/* 导航栏 */
.nav-pc {
	position: relative;
	width: 100%;
	height: 80px;
	display: block;
	background: #fff;
	z-index: 1000;
}

.nav-pcAll {
	max-width: 1200px;
	width: 100%;
	height: 80px;
	padding-top: 10px;
	margin: 0 auto;
	overflow: hidden;
}

.nav-pcTop {
	float: left;
	width:180px;
	height: 60px;
	overflow: hidden;
}

.nav-pcTop-left {
	width: 180px;
	height: 60px;
}

.nav-pcTop-left img {
	width: 100%;
	height: 100%;
}

.nav-pcBottom {
	float: left;
	width: 1020px;
	height: 70px;
	overflow: hidden;
	padding-left: 20px;
}

.nav-pcBottom-ul {
	width: 100%;
	height: 100%;
}

.nav-pcBottom-ul ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


.nav-pcBottom-ul ul li {
	float: left;
	/* width: 150px; */
	height: 70px;
	line-height: 60px;
	font-size: 16px;
}

.nav-pcBottom-ul ul li a {
	/* width: 120px; */
	min-width: 80px;
	text-align: center;
	height: 100%;
	padding-left: 18px;
	padding-right: 18px;
	display: block;
}

.nav-pcBottom-ul ul li a:hover {
	border-bottom: 4px solid red;
	font-weight: bold;
	color: #000;
}

/* app端 */
.nav-app {
	width: 100%;
	height: 60px;
	display: none;
	z-index: 1000;
	background: #fff;
}

.nav-appfirst {
	width: 100%;
	height: 100%;
	position: relative;
}

.nav-applogo {
	width: 100%;
	height: 100%;
	text-align: center;
}

.nav-applogo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nav-applist {
	width: 36px;
	height: 36px;
	position: absolute;
	z-index: 10;
	top: 12px;
	right: 10px;
	bottom: 0;
	margin: 0 auto;
}

.nav-applist img {
	width: 100%;
	height: 100%;
}

.nav-appmenu {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #0000008c;
	z-index: 200;
	top: 0;
	display: none;
}

.menu-one {
	width: 65%;
	height: 100%;
	float: right;
	background: #000;
}

.menu-onetop {
	width: 100%;
	height: 60px;
}

.menu-one-close {
	width: 36px;
	height: 36px;
	position: absolute;
	z-index: 10;
	top: 12px;
	right: 10px;
	bottom: 0;
	margin: 0 auto;
}

.menu-one-close img {
	width: 100%;
	height: 100%;
}

.menu-bottom {
	width: 100%;
	height: 100%;
	padding-top: 50px;
}

.menu-bottom ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.menu-bottom ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ffffff38;
	padding-left: 40px;
}

.menu-bottom ul li a {
	font-size: 14px;
	color: #fff;
	letter-spacing: 2px;
}

/* ***************************************************************************************************** */
/* 超小屏幕（手机，小于 768px） */
@media screen and (max-width: 767px) {
	.nav-pc {
		display: none;
	}

	.nav-app {
		display: block;
		z-index: 1000;
		background: #fff;
	}

	.foot {
		display: none;
	}
}

/* ***************************************************************************************************** */
/* 小屏幕 平板 (≥768px) */
@media screen and (min-width: 768px) {}

/* ***************************************************************************************************** */
/* 中等屏幕 桌面显示器 (≥992px) */
@media screen and (min-width: 992px) {}

/* ***************************************************************************************************** */
/* 大屏幕 大桌面显示器 (≥1200px) */
@media screen and (min-width: 1200px) {}
