.header-top {
	padding: 18px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #D8D8D8;
}

.header-top-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top-left {}

.header-top-left>img {
	height: 66px;
	width: auto;
}

.header-top-right>a {
	display: flex;
	align-items: center;
}

.header-top-right-left {
	margin-right: 10px;
}

.header-top-right-left>img {
	width: 52px;
	height: 52px;
}

.header-top-right-right {
	display: flex;
	flex-direction: column;
}

.header-top-right-right>span {
	font-size: 16px;
	color: #6F452B;
}

.header-top-right-right>div {
	margin-top: 10px;
	font-size: 26px;
	color: #6F452B;
}

.header-caidan {
	display: none;
}

.header-pcnav {
	/* padding: 23px 0; */
	box-sizing: border-box;
}

.header-pcnav-box {
	padding: 10px 0;
}

.header-pcnav-box>ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-pcnav-box>ul>li {}

.header-pcnav-box>ul>li>a {
	padding: 20px 30px 0px 30px;
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header-pcnav-box>ul>li>a>span {
	width: 100%;
	height: 3px;
	background: none;
	margin-top: 20px;
}

.activenav>a {
	color: #6F452B !important;
}

.activenav>a>span {
	background: #6F452B !important;
}


/* footer */
.footer-div1 {
	padding: 40px 0;
	box-sizing: border-box;
	background-color: #222222;
}

.footer-box-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-bottom: 2px solid #D8D8D8;
}

.footer-box-first-left>img {
	height: 50px;
	width: auto;
}

.footer-box-first-right>ul {
	display: flex;
	align-items: center;
}

.footer-box-first-right>ul>li>a {
	font-size: 16px;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.footer-box-second {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-box-second-left {}

.footer-box-second-left-item {
	display: flex;
}

.footer-box-second-left-item-left {
	width: 30px;
	height: 30px;
	margin-right: 35px;
	flex-shrink: 0;
}

.footer-box-second-left-item-left>img {
	width: 100%;
	height: 100%;
}

.footer-box-second-left-item-right>span {
	font-size: 14px;
	color: #fff;
}

.footer-box-second-left-item-right>div {
	font-size: 20px;
	color: #fff;
}

.footer-box-second-left-item:nth-child(2) {
	margin-top: 25px;
}

.footer-box-second-right {
	width: 144px;
	height: 144px;
	flex-shrink: 0;
}

.footer-box-second-right>img {
	width: 100%;
	height: 100%;
}

.footer-div2 {
	padding: 14px 0;
	box-sizing: border-box;
	background-color: #111;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
}

.footer-div2>a {
	color: rgba(255, 255, 255, 0.5);
}



/* 移动头部 */
.header-caidan {
	display: none;
	width: 30px;
	height: 30px;
}

.header-caidan>img {
	width: 100%;
	height: 100%;
}

.header-mb {
	display: none;
}

.header-mb {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	flex-direction: column;
}

.header-mb .close {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	padding: 30px;
	box-sizing: border-box;
}

.header-mb .close>img {
	width: 22px;
	height: 22px;
}

.navmb-list {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.navmb-list>li {
	margin: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.navmb-list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}

.zixun-div {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.zixun-div>a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 0;
	box-sizing: border-box;
	background-color: #6F452B;
	color: #fff;
	font-size: 14px;
}

.zixun-div>a>img {
	width: 20px;
	height: auto;
	margin-right: 13px;
}


@media screen and (max-width:750px) {
	.nav-pc-list {
		display: none !important;
	}

	.header-top-right>a {
		display: none;
	}

	.header-top-left>img {
		height: 35px;
	}

	.header-caidan {
		display: block;
	}

	.footer-box-first {
		flex-wrap: wrap;
	}

	.footer-box-first-left>img {
		height: 35px;
	}

	.footer-box-first-right>ul {
		flex-wrap: wrap;
		margin-top: 20px;
	}

	.footer-box-first-right>ul>li {
		margin-bottom: 10px;
	}

	.footer-box-first-right>ul>li>a {
		font-size: 12px;
	}

	.footer-box-second {
		margin-top: 20px;
	}

	.footer-box-second-left-item-left {
		margin-right: 10px;
		width: 20px;
		height: auto;
	}

	.footer-box-second-left-item-left>img {
		width: 100%;
		height: auto;
	}

	.footer-box-second-left-item-right>span {
		font-size: 12px;
	}

	.footer-box-second-left-item-right>div {
		font-size: 12px;
	}

	.footer-box-second-right {
		width: 90px;
		height: 90px;
	}

	.footer-div2 {
		font-size: 12px;
	}

	.zixun-div {
		display: block;
	}

	body {
		padding-bottom: 50px;
	}
}