.content {
	max-width: 1440px;
	width: 96%;
	margin: 0 auto;
}

.headerpc-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* padding: 30px 0; */
	/* box-sizing: border-box; */
}

.headder-pc-left {
	width: 10rem;
}

.headder-pc-left img {
	width: 100%;
}

.header-pc-right {}

.navpc-list {
	display: flex;
	align-items: center;

}

.navpc-item>a {
	display: inline-block;
	padding: 30px 30px;
	box-sizing: border-box;
}

.navpc-item {
	position: relative;
}

.navpc-item ul {
	display: none;
	/* display: flex; */
	position: absolute;
	background-color: #fff;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	flex-direction: column;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
}

.navpc-item ul a {
	display: inline-block;
	padding: 8px;
	box-sizing: border-box;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
}

.navpc-item:hover ul {
	display: flex;
}


.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 {
    font-size: 14px;
    color: rgba(255,255,255,.6);
    font-weight: normal;
    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;
    }






.footer-box-right {
    width: 58%;
    /* height: 100%; */
    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 {
	width: 132px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
}

.footer-box-right-two {
	font-size: 16px;
	color: #fff;
	text-align: end;
}

.footer-box-right-two a {
	padding: 0 20px;
	color: #fff;
}

.header-caidan {
	display: none;
}

.header-mb {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	/* display: flex; */
	flex-direction: column;
	overflow-y: scroll;
}

.header-mb .close {

	display: flex;
	width: 100%;
	justify-content: flex-end;
	padding: 30px;
	box-sizing: border-box;
	/* margin: 30px; */
	/* align-items: ; */
}

.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;
}

.navmb-xm {
	width: 100%;
	/* align-self: flex-end; */
	text-align: end;
	/* height: 0px; */
	overflow: hidden;
	transition: all 0.7s ease 0ms;
}

.navmb-xm>li {
	padding: 10px;
	margin: 5px 0;
	border-bottom: 1px solid rgba(229, 229, 229, 0.5);

}

.navmb-xm>li>a {
	font-size: 14px;
	color: #333333;
	margin-right: 20px;
}




@media screen and (max-width:750px) {
	.navpc-list {
		display: none;
	}

	.header-pc {
		padding: 20px 0;
	}

	.header-caidan {}

	.header-caidan {
		display: block;
		width: 30px;
		height: 30px;
	}

	.header-caidan>img {
		width: 100%;
		height: 100%;
	}

	.header-mb {
		/* display: none; */
	}

	/* .header-mb{
		
	} */
	.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;
	}
}