* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	font-family: PingFangSC-Medium, sans-serif;
}
.nav-titles-SJ{
	display: none;
}
#top {
	height: 70px;
	position: fixed;
	width: 100%;
	border-bottom: 1px solid #465c88;
	background-color: #18336a;
	z-index: 999;
}

.header-nav {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.logo img {
	width: auto;
	height: 100%;
}

.logo {
	position: absolute;
	width: 12%;
	line-height: 50px;
	height: 45px;
	margin-top: 10px;
}

.nav-text {
	width: fit-content;
	margin: auto;
	float: right;
	font-size: 14px;
	color: #f4f4f4;
}


.nav-title {
	display: inline-block;
	height: 60px;
	text-align: center;
	line-height: 70px;
	width: 100px;
	vertical-align: top;
	color: #fff;
}

.nav-title a {
	font-size: 15px;
	text-decoration: none;
	font-weight: 500;
	color: #f4f4f4;
}

.inp-title {
	width: 200px;
	height: 50px;
	margin-top: 8px;
	vertical-align: top;
	text-align: right;
	font-size: 12px;
	display: inline-block;
	position: relative;
	color: #d6d6d6;
}


.inp-title input {
	width: 180px;
	padding: 5px 6px;
	margin: 6px;
	border: none;
	background-color: #8c99b5;
	border-radius: 20px;
}

.inp-title input:focus {
	outline: none;
}

.inp-title img {
	position: absolute;
	right: 10px;
	width: 20px;
	height: 20px;
	top: 25px;
	z-index: 99;
}

.nav-substitle {
	border-radius: 5px;
	line-height: 50px;
	width: 200px;
	display: none;
	opacity: 0.8;
}

/* .nav-substitle a {
	display: block;
	border: 3px solid transparent;
} */

/* .nav-substitle a:hover {
	transition-duration: 0.3s;
	border-radius: 5px;
	opacity: 1;
} */

.nav-title:hover {
	cursor: pointer;
}

.nav-link:hover~.nav-substitle {
	display: block;
}

.nav-substitle:hover {
	display: block;
}

.checkbtn {
	font-size: 30px;
	color: white;
	float: right;
	line-height: 70px;
	margin-right: 40px;
	cursor: pointer;
	display: none;
}

#check {
	display: none;
}


.bom {
	width: 100%;
	padding: 25px 0;
	color: #fff;
	background-color: #333;
}

.bom .box8 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.bom .box8 .left {
	line-height: 22px;
	color: #8e8e8e;
}

.bom .box8 .left img {
	margin: 12px 0;
}

.bom .box8 .enter {
	display: flex;
	text-align: center;
	line-height: 22px;
	padding: 0 25px;
}

.bom .box8 .enter div {
	width: 100px;
}

.bom .box8 .enter div a{
	color: #fff;
}

.bom .box8 .enter div p a{
	color: #8e8e8e;
}
.bom .box8 .enter div p a:hover{
	color: #d3d3d3;
}

.bom .box8 .right {
	margin-left: 50px;
	text-align: right;
}

.bom .box8 .right img {
	margin: 6px;
	margin-top: 30px;
}

@media (max-width: 858px) {
	.header-nav {
		width: 100%;
	}
	.nav-titles-SJ {
		display: none;
	}
	.checkbtn,
	.nav-titles-SJ {
		display: block;
	}

	.logo {
		width: 60px;
		height: 40px;
		margin-left: 12px;
	}

	.nav-titles {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 70px;
		left: -100%;
		text-align: center;
		transition: all 0.5s;
		background-color: #8c99b5;

	}

	nav ul li {
		display: block;
		margin: 12px 0;
		height: 25px;
		line-height: 12px;
	}

	.nav-title {
		height: 40px;
		line-height: 40px;
		width: 100%;
	}

	.inp-title {
		font-size: 12px;
		color: #f4f4f4;
		text-align: center;
	}

	.inp-title input,
	.inp-title img {
		display: none;
	}

	.nav-substitle {
		width: 100%;
		position: relative;
		top: -5px;
	}

	#check:checked~ul {
		left: 0;
	}

	.nav-text {
		width: 100%;
	}
}