.content {
	max-width: 1440px;
	width: 96%;
	margin: 0 auto;
}


/* pc头部 */
.header-pc {
	width: 100%;
	padding: 30px 0;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

.headerpc-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headerpc-box-left {
	width: 10rem;
}

.headerpc-box-left>img {
	width: 100%;
	height: auto;
}

.nav-pc-list {
	display: flex;
	align-items: center;
}

.nav-pc-list>li>a {
	padding: 30px;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
}


.footer-div {
	padding: 60px 0;
	box-sizing: border-box;
	background-color: #333333;
}

.footer-box {
	display: flex;
	justify-content: space-between;
}

.footer-box-left {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-box-left1 {
	display: flex;
	flex-direction: column;
}

.footer-box-left1-one {
	font-size: 20px;
	color: #fff;
}

.footer-box-left1-two {
	margin-top: 28px;
}

.footer-box-left1-two a {
	font-size: 40px;
	color: #fff;
	font-weight: bolder;
}

.footer-box-left1-three {
    color: rgba(255,255,255,.6);
    font-size: 12px;
    margin-top: 8px;
}

.footer-box-left2 {
    width: 132px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.footer-box-left2>img {
	width: 100%;
	height: auto;
}

/* 移动头部 */
.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: 99;
	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;
}

.navmb-list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}



/* 底部 */
.footer-box-right {
    width: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-box-right-one ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.footer-box-right-one ul>li {
	margin-bottom: 15px;
}

.footer-box-right-one ul>li>a {
	padding: 8px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
}

.footer-box-right-two {
	font-size: 16px;
	color: #fff;
	text-align: end;
}

.footer-box-right-two a {
	padding: 0 20px;
	color: #fff;
}


@media screen and (max-width:750px) {

	.nav-pc-list {
		display: none;
	}

	.header-caidan {
		display: block;
	}

	.header-pc {
		padding: 20px 0;
		position: static;
	}

	.footer-box {
		flex-direction: column;
	}

	.footer-box-left {
		width: 100%;
	}

	.footer-box-right {
		width: 100%;
		margin-top: 30px;
	}

	.footer-box-left1-one {
		font-size: 16px;
	}

	.footer-box-left1-two {
		margin-top: 15px;
	}

	.footer-box-left1-two a {
		font-size: 20px;
	}

	.footer-box-left2 {
		width: 100px;
		height: 100px;
	}

	.footer-box-right-one ul {
		justify-content: flex-start;
	}

	.footer-box-right-one ul>li>a {
		font-size: 12px;
	}

	.footer-box-right-two {
		font-size: 12px;
		margin-top: 15px;
	}

	.footer-box-right-two {
		text-align: center;
	}

	.footer-box-right-two a {
		padding: 0 10px;
	}
}