#navs {
	position: fixed;
	top: 42px;
	/*right: 12%;*/
	display: inline-block;
	/*background: rgba(55,255,255,0.1);*/
	height: 55px;
	line-height: 55px;
	max-width: 1480px;
	left: auto;
	bottom: auto;
	right: calc(50% - 740px);
	text-align: right;
}

#navs>.nav {
	width: auto;
	height: auto;
	position: relative;
	text-align: left;
	opacity: 1;
	background: transparent;
	font-size: 20px;
	font-family: Microsoft YaHei Light;
	padding-left: 56px;
	min-width: 104px;
	color: #7bd0d3;
}

#navs>.nav.swiper-pagination-bullet-active {
	font-family: Microsoft YaHei;
}

#navs>.nav:after {
	content: '';
	width: 30px;
	height: 3px;
	background: transparent;
	position: absolute;
	bottom: 0;
	left: 56px;
}

#navs>.nav.swiper-pagination-bullet-active:after {
	background: #7bd0d3;
}

.copyright {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	text-align: center;
}

.swiper-wrapper>.swiper-slide:nth-child(1) a, .swiper-wrapper>.swiper-slide:nth-child(4) a, .swiper-wrapper>.swiper-slide:nth-child(5) a {
	color: #fff;
}