body {
	font-family: "微软雅黑" !important;
}

.container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}


.logoContent {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	margin: 10px 0;
}

.logoheade {
	width: 79.2px;
	height: 80.8px;
}

.logoText {
	width: 142.4px;
	height: 74.4px;
}

header {
	background-color: #333;
}

.heade_ul {
	display: flex;
	align-items: center;
	width: 1050px;
	margin: 0 auto;
	background-color: #333;
}

.heade_ul li {
	color: #fff;
	width: 18%;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
	position: relative;
	text-align: center;

}

.item {
	padding: 0 15px 8px;
	box-sizing: border-box;
	color: #fff;
}

.heade_ul li:hover .item {
	border-bottom: 2px solid #fff;
}

.heade_ul li:hover a {
	text-decoration: none;
	color: #fff;
}

.heade_ul li:not(:first-child) {
	margin-left: 1%;
}



.second {
	position: absolute;
	width: 100%;
	top: 70px;
	line-height: initial;
	z-index: 1000;
	background-color: rgba(255, 255, 255, .7);
	display: none;

}

.seconditem {
	display: block;
	color: #333;
	font-size: 15px;
	height: 50px;
	line-height: 50px
}

.seconditem:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

.seconditem {
	color: #333 !important;
}

.seconditem:hover {
	color: #333 !important;
}

.seconditem:hover a {
	text-decoration: none;
}

footer {
	background-color: #f4f4f4;
	border-top: 1px solid #ccc;
	padding: 30px 0;
	box-sizing: border-box;
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.footer_ul {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 50px;
}

.footer_ul li {
	margin-right: 40px;
	font-size: 14px;
	color: #666;
}

.footer_ul li a {
	color: #333;
	text-decoration: none;
}

.copy {
	margin-right: 20px;
	font-size: 14px;
	color: #666;
}


.titlecontent {
	width: 330px;
	margin: 3% auto 0;
	text-align: center;
	position: relative;
	height: 54px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333;

}

.titlecontent::before {
	content: '';
	position: absolute;
	left: 0;
	top: 25px;
	width: 80px;
	height: 2px;
	background-color: #333 !important;
}

.titlecontent::after {
	content: '';
	position: absolute;
	right: 0;
	top: 25px;
	width: 80px;
	height: 2px;
	background-color: #333 !important;
}

.chines {
	font-size: 26px;
	font-weight: bold;
}

.banner {
	width: 100%;
	/* 	height: 400px !important; */
}

.banner img {
	width: 100%;
	height: 100%;
}

.float {
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 100px;
	bottom: 10%;
	position: fixed;
	z-index: 1000;
}

.float img {
	width: 34px;
	height: 34px;
	margin-bottom: 40px;
}

.phoneBg {
	position: absolute;
	right: 0;
}

.codeimg {
	width: 117px !important;
	height: 117px !important;
	position: absolute;
	right: 51px;
	top: -26px;
	display: none;
	margin-bottom: 0px !important;
}