* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	color: #fff;
	text-decoration: none;
}

.navActive {
	color: #fdd000;
	border-bottom: 0.0625rem solid #fdd000;
}
/* 公共头部 */
.header {
	position: relative;
	width: 100%;
	height: 1.125rem;
	background-color: #141100;
}
.header .logo {
	position: absolute;
	top: 0.225rem;
	left: 4.5rem;
	width: 1.85rem;
	height: 0.675rem;
}
.header .logo img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.header .nav {
	float: right;
	margin-right: 4.5rem;
}
.header .nav ul li {
	float: left;
	width: 1.1rem;
	height: 1.0625rem;
	text-align: center;
	margin-right: 0.8375rem;
	line-height: 1.125rem;
}
.header .nav ul li:last-child {
	margin-right: 0rem;
}
.header .nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.225rem;
}
/* 公共轮播图 */
.banner {
	width: 100%;
	height: auto;
}
.banner img {
	width: 100%;
	height: auto;
	display: block;
}
/* 公共底部 */
.footer {
	width: 100%;
	height: 5.875rem;
	background-color: #141100;
}
.footer .footTop {
	width: 100%;
	height: 3.3375rem;
	border-bottom: 0.0125rem solid #262415;
}
.footer .footTop .cont {
	margin: 0 auto;
	padding-top: 0.65rem;
	width: 15rem;
	height: 3.3375rem;
}
.footer .footTop ul {
	float: left;
	margin-right: 2.025rem;
}
.footer .footTop ul li a {
	display: block;
	margin-bottom: 0.2rem;
	color: #a3a19b;
	font-size: 0.225rem;
}
.footer .footTop ul li:nth-child(1) a {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 0.3rem;
	color: #fff;
}
.service {
	float: left;
	padding-top: 0.75rem;
	color: #a3a19b;
}
.service > div:nth-child(1) {
	margin-bottom: 0.125rem;
	font-size: 0.225rem;
}
.service > div:nth-child(2) {
	width: 2.2125rem;
	height: 0.55rem;
}
.service > div:nth-child(2) img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.qrCode {
	float: right;
	text-align: center;
}
.qrCode > div:nth-child(1) {
	margin-bottom: 0.0625rem;
	width: 1.75rem;
	height: 1.75rem;
	background-color: #fff;
}
.qrCode > div:nth-child(1) img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.qrCode > div:nth-child(2) {
	font-size: 0.225rem;
	color: #a3a19b;
}
.footer .footBtm .btmCont {
	padding-top: 0.5rem;
	margin: 0 auto;
	width: 15rem;
	height: 2.025rem;
	text-align: center;
	color: #a3a19b;
}
.footBtm .btmCont p:nth-child(1) {
	margin-bottom: 0.3rem;
	font-size: 0.225rem;
	line-height: 0.45rem;
	letter-spacing: 0.0125rem;
}
.footBtm .btmCont p:nth-child(2) {
	font-size: 0.2rem;
}

/* 轮播图样式 */
.swiper-pagination-bullet {
	width: 0.175rem;
	height: 0.175rem;
	background-color: #fff !important;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	width: 0.625rem;
	height: 0.175rem;
	border-radius: 0.125rem;
	background-color: #fdd000 !important;
}
/* @media screen and (min-width: 1920px) {
	html {
		font-size: 80px !important;
	}
} */

@media screen and (max-width: 1920px) {
	html {
		font-size: 80px;
	}
}
