* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #fff;
}
i {
	font-style: normal;
}
.commonWidth {
	width: 1204px;
	margin: 0 auto;
}
.header {
	position: relative;
	/* width: 1920px; */
	width: 100%;
	height: 78px;
	background-color: #061d33;
}
.logo {
	position: absolute;
	top: 11px;
	left: 360px;
	width: 124px;
	height: 56px;
	/* background-color: yellow; */
	background: url(../png/logo.png) no-repeat;
}
.login {
	position: absolute;
	right: 0px;
	top: 16px;
}
.login a {
	display: inline-block;
	width: 130px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	border: 1px solid #fcfcfc;
	background-color: transparent;
	cursor: pointer;
}
.nav ul {
	/* float: right; */
	height: 78px;
	text-align: center;
	line-height: 78px;
	/* margin-right: 490px; */
}
.nav ul li {
	float: left;
	width: 72px;
	height: 72px;
	color: #c0c5cb;
	margin-right: 50px;
}
.nav ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.header .active {
	color: #fff;
	border-bottom: 6px solid #1890ff;
}
.headerRight {
	margin-right: 360px;
	float: right;
	position: relative;
	width: 618px;
	height: 78px;
}
.commonTitle {
	padding-top: 120px;
	text-align: center;
	margin-bottom: 20px;
}
.commonTitle div {
	margin-bottom: 5px;
	font-size: 40px;
	font-weight: 700;
	color: #000d1a;
}
.commonTitle span {
	font-size: 16px;
	color: #adadad;
}
/* 公共底部 */
.aboutUs {
	width: 100%;
	height: 344px;
	background: url(../png/bg7.png) no-repeat;
	background-color: #071d32;
}
.fp-auto-height {
	height: 344px;
}
.aboutUs {
	box-sizing: border-box;
	position: relative;
	padding-top: 60px;
	padding-left: 360px;
}
.aboutUs > div {
	display: inline-block;
}
.aboutUs ul li {
	margin-bottom: 10px;
	color: #a4adb5;
}
.aboutUs ul {
	margin-right: 160px;
}
.aboutUs ul li:nth-child(1) {
	color: #fff;
}
.listOne {
	vertical-align: top;
}
.listTwo {
	vertical-align: top;
}
.listThree {
	vertical-align: top;
}
.listThree ul li:nth-child(3) {
	margin-bottom: 20px;
}
.listThree ul li a {
	display: block;
	width: 195px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #2491fc;
}
.listThree li a i img {
	margin-right: 3px;
	vertical-align: middle;
}
.listRight {
	position: absolute;
	/* margin-right: 360px; */
	top: 60px;
	right: 360px;
	width: 130px;
	height: 160px;
	text-align: center;
	color: #798591;
	background-color: #394b5c;
}
.qrCode {
	margin: 10px auto 8px;
	width: 112px;
	height: 112px;
	border: 1px dashed #ccc;
}
.fixBox {
	position: fixed;
	top: 85%;
	right: 0px;
}
.fixBox .fixImg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}
.fixBox > div img {
	margin-left: 25px;
	width: 160px;
	height: 160px;
}
.consulting {
	width: 185px;
	height: 60px;
	border: none;
	background-color: #1890ff;
	border-radius: 30px 0px 0px 30px;
	cursor: pointer;
}
.consulting i img {
	vertical-align: middle;
}
.consulting span {
	font-size: 24px;
	color: #fff;
	opacity: 0.8;
}
.footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 16px;
	width: 100%;
	height: 64px;
	line-height: 64px;
	color: #676d73 !important;
	background-color: #000;
	text-align: center;
}
