* {
	margin: 0;
	padding: 0;
}

body {
	/* padding-top: 88px; */
	box-sizing: border-box;
	position: relative;
	/* padding-bottom: 500px; */
}

.connectt {
	position: absolute;
	top: 88px;
}

body::-webkit-scrollbar {
	display: none
}

a {
	text-decoration: none;
	color: #333333;
}

.navWbox {
	height: 88px;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 100;
}

.navbox {
	width: 1200px;
	height: 88px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.banner {
	/* margin-top: 88px; */
	width: 100vw;
	margin-bottom: 70px;
}

.rightnav>a {
	font-size: 16px;
	color: #363636;
	margin-left: 40px;
}

.rightnav>a:hover {
	color: #FF4E00 !important;
	font-weight: bold;
}

.active_a {
	color: #FF4E00 !important;
	font-weight: bold;
}

.foot {
	height: 430px;
	background: #F5F5F7;
	display: flex;
	justify-content: center;
}

.footBox {
	width: 1200px;
	padding-top: 86px;
	box-sizing: border-box;
	display: flex;
	position: relative;
}

.lxfs {
	margin-right: 120px;
}

.lxt {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	margin-bottom: 30px;
}

.lxitem {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444444;
	margin-bottom: 20px;
}

.footbottom {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 400;
	color: #666666;
	position: absolute;
	bottom: 40px;
	width: 100%;
}

.footbottom>div {
	margin: 0 40px;
}

.footactivebox {
	margin-right: 104px;
	position: relative;
}

.img1 {
	display: block;
	cursor: pointer;
}

.img2 {
	display: none;
	cursor: pointer;
}

.footactivebox:hover>.img1 {
	display: none;
}

.footactivebox:hover>.img2 {
	display: block;
}

.ma {
	position: absolute;
	top: -140px;
	box-shadow: 0px 0px 20px 0px rgba(79, 79, 79, 0.3);
	display: none;
}

.footactivebox:hover>.ma {
	display: block;
}