a {
	text-decoration: none;
}

ul {
	list-style: none;
}

/* header */
.navbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 86px;
	z-index: 100;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.bg-light {
	background-color: #FFFFFF !important;
}

.bg-light:hover,
.bg-light:focus {
	background-color: #FFFFFF !important;
}

.navleft {
	display: flex;
	align-items: center;
}

.logo {
	height: 68px;
}

.main1 {
	background-color: rgba(255, 203, 66, 1);
	border-radius: 4px;
}

.txt1 {
	color: rgba(128, 55, 33, 1);
	font-size: 31px;
	font-weight: bold;
	font-family: PingFangSC-Semibold;
	text-align: center;
	display: block;
	margin: 10px 14px;
}

.navbar .navbar-nav .nav-link span {
	font-size: 21px;
	font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
	margin: 0 10px;
	color: #929292 !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
	color: #803721 !important;
}

.navbar-light .navbar-nav .nav-link.active span {
	padding: 5px 0;
	border-bottom: 1px solid #803721 !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #803721 !important;
}

.nav-item {
	height: 86px;
	display: flex;
	align-items: center;
}

.dropdown-menu {
	border: none;
}

@media screen and (min-width: 992px) {
	.dropdown-menu {
		position: absolute;
		top: 100%;
		margin-top: 10px !important;
		z-index: 1000;
		display: none;
		min-width: 60px;
	}

	.dropdown-menu span {
		font-size: 20px;
		font-weight: 400;
	}

	.dropdown-menu::before {
		content: '';
		position: absolute;
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #FFFFFF;
	}

	.nav-item:hover .dropdown-menu,
	.nav-item:hover .dropdown-menu {
		display: block;
	}
}

.dropdown-item {
	color: #929292 !important;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #803721 !important;
	background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #803721 !important;
	background-color: transparent;
}

.topmg {
	height: 86px;
}

@media screen and (max-width: 991px) {
	.navbar {
		height: 60px;
	}

	.navbar .navbar-nav {
		background-color: #FFFFFF;
		position: absolute;
		left: 0;
		right: 0;
		top: 60px;
	}

	.navbar .navbar-nav .nav-link span {
		font-size: 16px;
	}

	.nav-item {
		height: auto;
		display: block;
	}

	.logo {
		height: 40px;
	}

	.txt1 {
		font-size: 14px;
		margin: 3px 8px;
	}

	.topmg {
		height: 60px;
	}
}

.banner {
	margin-bottom: 30px;
}

/* footer */
.outer13 {
	background-color: rgba(255, 203, 66, 1);
	margin-top: 2.4vw;
	padding: 30px 0;
}

.outer13 .col-lg-6 {
	padding: 0 !important;
}

.group8 {
	width: 61.78vw;
	height: 11.52vw;
	margin: 3.69vw 0 0 18.48vw;
}

.img8 {
	height: 134px;
}

.main8 {
	margin-top: 10px;
	color: rgba(128, 55, 34, 1);
	font-size: 21px;
	font-family: PingFangSC-Regular;
}

.icon3 {
	width: 25px;
	height: 26px;
	margin-right: 10px;
}

.icon4 {
	width: 21px;
	height: 27px;
	margin-left: 2px;
	margin-right: 12px;
}

.codes {
	justify-content: flex-end;
}

.box4 {
	margin-left: 40px;
}

.box5 {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 4px;
	height: 180px;
	width: 180px;
}

.pic8 {
	width: 160px;
	height: 160px;
	margin: 10px;
}

.info6 {
	margin-top: 16px;
	text-align: center;
	color: rgba(128, 55, 34, 1);
	font-size: 24px;
	font-weight: 500;
	font-family: PingFangSC;
}

@media screen and (max-width: 991px) {
	.outer13 {
		text-align: center;
	}

	.img8 {
		height: 40px;
	}

	.main8 {
		justify-content: center;
		font-size: 16px;
	}

	.icon3 {
		width: 20px;
		height: 21px;
		margin-right: 10px;
	}

	.icon4 {
		width: 16px;
		height: 22px;
		margin-left: 0;
		margin-right: 12px;
	}

	.codes {
		margin-top: 16px;
		justify-content: center;
	}

	.box4 {
		margin-left: 20px;
	}

	.box5 {

		width: 92px;
		height: 92px;
	}

	.pic8 {
		width: 80px;
		height: 80px;
		margin: 6px;
	}

	.info6 {
		font-size: 18px;
	}
}


/* 分页 */
.el-pager li.active,
.el-pager li:hover,
.el-pagination button:hover {
	color: #803721;
}

.el-pagination,
.el-pagination .btn-next,
.el-pagination .btn-prev {
	color: #909090;
}

@media screen and (min-width: 761px) {
	.el-pager li {
		font-size: 21px;
	}

	.el-pagination .btn-next .el-icon,
	.el-pagination .btn-prev .el-icon {
		font-size: 21px;
	}
}



.phonefoot {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.phonefoot .footimg {
	width: 173px;
	height: auto;
	margin: 0 auto;
}

.phonefoot .foottxt {
	font-size: 23px;
	font-family: PingFangSC;
	font-weight: 500;
	color: #803721;
	padding-bottom: 30px;
}