/* footer1 */
.footer1Wrap {
	width: 100%;
	background: #333;
	height: 310px;
}

.footer1C {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}

.footer1CM,
.footer1CR {
	color: #fff;
}

.footer1CR {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer1CR div {
	text-align: center;
	margin-left: 65px;
}

/* footer1 end */

/* footer2 */
.footer2 {
	width: 100%;
	height: 444px;
	background: #333333;
}

.footer2T {
	border-bottom: 1px solid #999;
}

.footer2TC {
	height: 210px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 0;
}

.footer2TC div a:first-child {
	font-size: 16px;
	font-weight: bold;
}

.footer2TC a {
	display: block;
	max-width: 175px;
	color: #fff;
	font-size: 13px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 18px;
	margin: 10px 0;
}

.footer2B {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

.footer2BL {
	width: 470px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}

.footer2BL img {
	margin-bottom: 10px;
}

.footer2BR {
	position: relative;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
	padding-top: 70px;
	cursor: pointer;
}

.footer2BR:hover .footer2BREwm {
	display: block;
}

.footer2BR .footer2BREwm {
	display: none;
	position: absolute;
	top: 0;
}

.footer2BREwm div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 28px;
	background: #666666;
}

.footer2BREwm div img {
	margin-right: 10px;
}

/* footer2 end */
/* footer3 */
.footer3 {
	background: #205e3f;
	height: 150px;
}

.footer3C {
	width: 700px;
	margin: 0 auto;
	padding: 40px 0;
}

.footer3C div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer3C p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}

/* footer3 end */


/* footer4 */
.footer4Wrap {
	width: 100%;
	height: auto;
}

.footer4TW {
	width: 100%;
	background: #222;
}

.footer4Tt {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 45px;
	color: #CCCCCC;
}

.footer4Tt ul {
	margin-right: 40px;
}

.footer4Tt ul:nth-child(1) {
	width: 120px;
}

.footer4Tt ul:nth-child(2) {
	width: 180px;
}

.footer4Tt ul:nth-child(3) {
	width: 320px;
}

.footer4Tt ul:nth-child(4),
.footer4Tt ul:nth-child(5) {
	width: 120px;
}

.footer4Tt li {
	font-size: 16px;
	font-family: Alibaba;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 1px solid #535353;
}

.footer4Tt div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
}

.footer4Tt a {
	display: block;
	width: 100%;
	font-size: 14px;
	font-family: Alibaba;
	font-weight: normal;
	color: #CCCCCC;
}
.footer4Tt a:hover{
	text-decoration: underline #fff;
}
.footer4Tt ul:nth-child(1) a {
}

.footer4Tt ul div p {
	font-size: 14px;
	font-family: Alibaba;
	font-weight: normal;
	color: #CCCCCC;
}

.footer4B {
	height: 55px;
	background: #171717;
	color: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1200px;
}
.footer4B a{color:#FFF}

.footer4Tt div.fxW {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}

.fxW a {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.footerewm {
	width: 94px;
	height: 94px;
	margin-top: 23px;
}

.footer4TtB {
	width: 1200px;
	margin: 0 auto;
}

.footer4TtB li {
	font-size: 16px;
	font-family: Alibaba;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 1px solid #535353;
}

.footer4TtB ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 20px;

}

.footer4TtB ul a {
	font-size: 14px;
	font-family: Alibaba;
	font-weight: normal;
	color: #CCCCCC;
	margin-right: 40px;
	margin-bottom: 10px;
}
.footer4TtB ul a:hover{
	text-decoration: underline #fff;
}
/* footer4 end */
/* 移动端 */
@media screen and (max-width:767px) {
	.footer1Wrap {
		height: auto !important;
		padding: 20px 0 !important;
	}

	.footer1C {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}

	.footer1CM {
		margin: 20px auto;
		width: 90%;
	}

	.footer1CR {
		width: 90%;
		justify-content: space-between;
	}

	.footer1CR div {
		margin: 0;
	}

	/* footer2 */
	.footer2,
	.footer2T,
	.footer2TC {
		height: auto;
	}

	.footer2TC {
		display: flex;
		flex-wrap: wrap;
	}

	/* footer2 end */
	/* footer3 */
	.footer3 {
		margin-top: 0 !important;
		height: auto;
		padding: 10px;
	}

	.footer3C,
	.footer3C div {
		display: block;
		width: 100%;
	}

	/* footer4 */
	.footer4Wrap {
		height: auto;
	}

	.footer4Tt {
		flex-wrap: wrap;
		text-align: center;
		width: 100%;
		padding-bottom: 10px;
	}

	.footer4Tt ul {
		width: 90% ;
		margin: 0 auto 30px;
	}
	.footer4Tt ul:nth-child(4), .footer4Tt ul:nth-child(5){
		width: 45%;
	}
	.footer4TtB {
		width: 90%;
		margin: 0 auto;
	}

	.footer4B {
		margin: 0 auto;
		min-width: 100%;
	}
}
