#app {
	width: 100%;
	min-width: 1200px;
	position: relative;
}

/*往届回顾菜单*/
.reviewShow,.reviewShow1,.reviewShow2 {
	font-size: 13px;
	padding: 0 10px;
	color: #fff;
	line-height: 50px;
	cursor: pointer;
	position: relative;
}

.reviewHide,.reviewHide1,.reviewHide2 {
	background: #555;
	display: none;
	position: absolute;
	top: 50px;
	left: -61px;
	width:200px;
	z-index: 999;
	text-align: center;
}

.reviewHide li.,.reviewHide1 li,.reviewHide2 li {
	height: 40px;
	text-align: center;
	line-height: 40px;
	width: 200px;
}

.reviewHide li a,.reviewHide1 li a ,.reviewHide2 li a{
	color: #fff;
	line-height: 40px;
	padding: 8px;
}

.pcshow {
	display: block;
}

.mshow {
	display: none;
}

.headnav {
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.toplogo {
	width: 100%;
	background: #fff;
	padding: 10px 0;
}

.toplogo a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.toplogo img {
	height: 50px;
}

.menutab {
	background: #555;
	width: 100%;
	height: 50px;
}

.bar {
	width: 1180px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.bar a {
	color: #fff;
	font-size: 13px;
	line-height: 50px;
	margin: 0 10px;
}

.bar a.active {
	color: #1399cc;
}

@media screen and (max-width:960px) {

	.reviewShow {
		background: #F9F9F9;
		color: black;
		padding: 0;
		color: black !important;
    line-height: 20px;
    padding-bottom: 8px;
	}

	.reviewHide li {
		height: 30px;
	}

	.reviewHide {
		background: #F9F9F9;
		color: black;
		top: 25px;
		left: -60px;
	}

	.reviewHide li a {
		color: black;
		line-height: 0px;
		padding: 8px;
	}

	/* 折叠菜单导航 */
	.mshow {
		display: block;
	}

	.pcshow {
		display: none;
	}

	.cosmenu {
		width: 0;
		height: 1000px;
	}

	.wrap1 {
		padding: 0;
	}

	.menubtn {
		position: fixed;
		top: 15px;
		left: 15px;
		width: 35px;
		height: 22px;
		cursor: pointer;
		z-index: 3;
	}

	.menubtn span {
		display: block;
		width: 35px;
		height: 2px;
		background: #fff;
		margin-bottom: 7px;
		transition: all 0.5s;
	}

	.menubtn .spa1 {
		transform: rotate(45deg);
		transition: all 0.5s;
		position: absolute;
		top: 10px;
	}

	.menubtn .spa2 {
		display: none;
		transition: all 0.5s;
	}

	.menubtn .spa3 {
		transform: rotate(-45deg);
		transition: all 0.5s;
		position: absolute;
		top: 11px;
	}

	.menu {
		background: #fff;
		width: 300px;
		height: 100%;
		position: relative;
		top: 50px;
		left: -310px;
		transition: all 0.5s;
	}

	.toggle {
		position: fixed;
		top: 13px;
		left: 19px;
		width: 28px;
		height: 30px;
		display: none;
		z-index: 9;
		cursor: pointer;
	}

	.menulogo img {
		width: 140px;
		padding: 20px 0;
		margin: 0 0 0 50px;
	}

	.ma {
		background: #f9f9f9;
		padding: 10px 18%;
	}

	.ma a:nth-child(1) {
		padding: 20px 0;
	}

	.ma a {
		display: block;
		font-size: 14px;
		color: #333;
		line-height: 1.5;
		padding: 0 0 8px 0;
	}

	.ma a.active {
		color: #1399cc;
	}

	.ma a:hover {
		color: #1399cc;
	}
}

@media screen and (max-width:768px) {
	#app {
		min-width: 320px;
	}

	.reviewHide li {
		height: 30px;
	}

	.reviewHide li a {
		color: black;
		line-height: 0px;
		padding: 8px;
	}

	.reviewHide {
		background: #F9F9F9;
		color: black;
		top: 25px;
		left: -60px;
	}

	.reviewShow {
		background: #F9F9F9;
		color: black;
		padding: 0;
		color: black !important;
		line-height: 20px;
		    padding-bottom: 8px;
	}

	.headnav {
		min-width: 0;
		height: 50px;
		background: #333;
	}

	.navlogo a {
		position: absolute;
		right: 10px;
		top: 3px;
		height: 45px;
		display: block;
	}

	.navlogo img {
		height: 100%;
		width: auto;
		transform: scale(1.7);
	}

	.cosmenu {
		width: 0;
		height: 1000px;
	}

	.ma a:nth-child(1) {
		padding: 8px 0;
	}
}
