/* 导航栏 */

* {
	transition: all 0.3s;
}

.c-nav {
	width: 100%;
	background-color: #ffffff;
	padding: 20px;
	position: relative;
	z-index: 9;
}

.c-nav .navFlex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	--webkit-align-content: center;
	color: #fff;
}

.flexItem {
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: black;
}

.c-nav .hiden {
	display: none;
}

.c-nav .show {
	font-size: 16px;
	display: inline-block;
}

.c-nav ul {
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
}

.c-nav ul#menu-header-nav li ul {
	position: absolute;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	left: 0;
	z-index: 9;
	background-color: #020e1e;
	top: 55px;
	left: -35%;
}

.c-nav ul li {
	font-size: 16px;
	margin: 0 15px;
	display: inline-block;
	position: relative;
}

.c-nav ul#menu-header-nav li:hover ul {
	opacity: 1;
	visibility: visible;
}
.c-nav ul#menu-header-nav li ul.sub-menu {
	min-width: 160px;
	text-align: center;
}

.c-nav ul#menu-header-nav li ul.sub-menu li {
	margin-left: 0;
	display: block;
}

.c-nav ul li a {
	padding: 35px 15px;
	color: #020e1e;
	text-decoration: none;
}
.c-nav ul#menu-header-nav li ul li a {
	padding: 15px 0;
	display: block;
	color: #ffffff;
	/* border-bottom: 1px solid #ffffff; */
}

.c-nav ul li a:hover,
.c-nav ul li.current-menu-item a {
	background: #020e1e;
	color: #ffffff;
}
.c-nav .logo {
	height: 37px;
}

.c-nav .btnImg {
	height: 20px;
	width: 25px;
	padding: 3px 8px 3px 8px;
	box-sizing: content-box;
}

/* js样式 轮播图按钮*/

.ssx_banner .swiper-pagination-bullet {
	background-color: #e4e5e7;
	width: 10px;
	height: 10px;
	border-radius: 0;
	opacity: 1;
	border: 1px solid #020e1e;
}

.ssx_banner .swiper-pagination-bullet-active {
	background-color: #020e1e;
	width: 10px;
	height: 10px;
	border-radius: 0;
	opacity: 1;
}

/* 轮播图图片大小*/

.ssx_banner {
	position: relative;
	width: 100%;
}

.ssx_banner .swiper-slide img {
	width: 100%;
}

.ssx_banner .swiper-slide a {
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.c-nav ul li {
		margin-left: 20px;
	}
}

@media screen and (max-width: 992px) {
	.c-nav ul li {
		margin-left: 10px;
	}
}

@media screen and (max-width: 1000px) {
	.c-nav ul li:nth-child(4),
	.c-nav ul li:nth-child(5) {
		display: none;
	}
	.navFlex {
		margin: 0px 15px;
	}
	.navFlex .flexItem:last-of-type {
		display: none;
	}
	.flexItem span {
		display: none;
	}
	.flexItem div {
		display: none;
	}
	.flexItem .menu-header-nav-container {
		display: block;
	}
	.flexItem .menu-header-nav-container li.current-menu-item a {
		background: #fff;
		color: #020e1e;
	}
	.ssx_banner .swiper-container .swiper-pagination {
		bottom: 0;
	}
	.ssx_banner .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.show {
		font-size: 14px;
	}
	.c-nav ul li a {
		width: 100%;
		background: #ffffff;
		color: #020e1e;
		text-decoration: none;
		padding: 0;
	}
	.c-nav ul li a:hover {
		background: #ffffff;
		color: rgb(118, 111, 209);
	}
}

@media screen and (max-width: 576px) {
	.c-nav {
		background-color: #fff;
		padding: 10px 0px 10px 0px;
		opacity: 0.9;
	}
	.c-nav .navFlex {
		flex-wrap: wrap;
		font-size: 20px;
		justify-content: space-between;
	}
	.c-nav .logo {
		height: 30px;
	}
	.c-nav ul li {
		padding-top: 10px;
		margin-left: 0px;
		font-size: 14px;
		display: block;
	}
	.c-nav ul li:nth-child(4),
	.c-nav ul li:nth-child(5) {
		display: block;
	}
	.c-nav .hiden {
		display: block;
	}
	.c-nav .show {
		width: 100%;
		font-size: 14px;
		text-align: center;
		display: none;
		transition: unset;
	}
}

/* 页脚 */

footer .ssx_footer-top {
	font-size: 14px;
	background-color: #020d1d;
	border-bottom: 2px solid #1b1b1c;
	padding: 60px 0;
	color: #ffffff;
	position: relative;
}

footer .ssx_footer-top a {
	color: #a8aaac;
}
footer .ssx_footer-top a:hover {
	color: #ffffff;
}
footer .ssx_footer-top .bigRed {
	font-size: 30px;
	color: #ff0000;
	font-weight: bold;
	font-style: normal;
}

.ssx_footer-top .zx_yj1 {
	float: left;
	line-height: 2.5;
}

.ssx_footer-top .zx_yj1 h4 {
	font-size: 16px;
	margin-bottom: 16px;
}

.ssx_footer-top .ssx_container div:nth-of-type(1) {
	margin-right: 100px;
}

.ssx_footer-top .ssx_container div:nth-of-type(1) img {
	margin-bottom: 40px;
}

.ssx_footer-top .ssx_container div:nth-of-type(2) {
	margin-right: 120px;
}

.ssx_footer-top .ssx_container div:nth-of-type(3) {
	margin-right: 120px;
}

.ssx_footer-top .ssx_container div:nth-of-type(4) li:nth-of-type(2) {
	margin-top: 10px;
	text-align: center;
}

.ssx_footer-bottom {
	background-color: #010102;
	color: #808080;
	font-size: 12px;
}

.ssx_footer-bottom a {
	color: #808080;
}

.ssx_footer-bottom .zx_yj2 {
	position: relative;
	line-height: 2.5;
	padding: 25px 0;
}
.ssx_footer-bottom a:hover {
	color: #fff;
}
.ssx_footer-bottom ul:nth-of-type(1),
.ssx_footer-bottom ul:nth-of-type(2) {
	overflow: hidden;
}

.ssx_footer-bottom ul:nth-of-type(3) {
	line-height: 2;
}
.ssx_footer-bottom ul:nth-of-type(1) li,
.ssx_footer-bottom ul:nth-of-type(2) li {
	float: left;
}
.ssx_footer-bottom ul:nth-of-type(4) {
	position: absolute;
	bottom: 25px;
	right: 0;
}

@media screen and (max-width: 1086px) {
	.ssx_footer-top div:nth-of-type(3) {
		display: none;
	}
}

@media screen and (max-width: 786px) {
	footer .ssx_footer-top {
		font-size: 12px;
		padding: 30px 0;
	}
	.ssx_footer-top div:nth-of-type(1) {
		line-height: 2.5;
	}
	/* .ssx_footer-bottom ul:nth-of-type(1),.ssx_footer-bottom ul:nth-of-type(2) {

    } */
	footer .ssx_footer-top .bigRed {
		font-size: 14px;
	}
	.ssx_footer-top .ssx_container div:nth-of-type(1) img {
		width: 60%;
		margin-bottom: 23px;
	}
	.ssx_footer-top div:nth-of-type(3) {
		display: none;
	}

	.ssx_footer-top div:nth-of-type(2) {
		display: none;
	}
	.ssx_footer-bottom {
		font-size: 10px;
	}
	.ssx_footer-bottom .zx_yj2 {
		padding-top: 10px;
	}
}

@media screen and (max-width: 540px) {
	.ssx_footer-top div:nth-of-type(4) {
		position: absolute;
		right: 10px;
		top: 0;
	}
	.ssx_footer-top div:nth-of-type(4) img {
		width: 100px;
		margin: 0;
	}
	.ssx_footer-top .ssx_container div:nth-of-type(4) li:nth-of-type(2) {
		text-align: left;
	}

	.ssx_footer-bottom ul:nth-of-type(4) {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.ssx_footer-top .ssx_container div:nth-of-type(1) {
		margin-right: 0;
	}
}

/* navbar */

.navbar {
	width: 30px;
	cursor: pointer;
	display: none;
	position: relative;
}

/* .navbar span {display: block;width: 18px;height: 2px;background-color: #020e1e;} */

/* .navbar span:nth-child(2) {position: relative;margin: 5px 0;} */

@media (max-width: 1000px) {
	.navbar {
		display: block;
	}
}

.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	z-index: 99999999;
	background: rgba(50, 58, 67, 0.93);
	z-index: 8;
}

.nav_box .box {
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.nav_box .nav-title {
	height: 57px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	opacity: 0;
	visibility: hidden;
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}

.nav_box .navlist ul.clearfix > li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding: 0 15px;
	text-transform: capitalize;
}

.nav_box .navlist ul.clearfix > li > a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul.clearfix > li > a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 14px;
	background: url(../images/icon_jt.png) no-repeat center center / cover;
}

.nav_box .navlist ul.clearfix > li > a.cur:before {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	top: 32%;
	transition: all 1s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.navlist > ul.clearfix > li ul.sub-menu {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	display: none;
	padding: 10px 0;
	transition: none;
}

.navlist > ul.clearfix > li ul.sub-menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

/* .fixed-head .navbar span,.fixed-head .navbar span:nth-of-type(2),.fixed-head .navbar span:nth-of-type(3) {background-color: #3c81da;} */

.nav_box {
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.nav_box.cur {
	left: 0;
	transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.navbar span:nth-of-type(1),
.navbar span:nth-of-type(2),
.navbar span:nth-of-type(3) {
	width: 20px;
	height: 2px;
	background-color: #020e1e;
	border-radius: 3px;
	position: absolute;
	transition: transform 0.15s ease;
}

.navbar span:nth-of-type(2),
.navbar span:nth-of-type(3) {
	content: "";
	display: block;
}

.navbar span:nth-of-type(2) {
	top: -7px;
}

.navbar span:nth-of-type(3) {
	bottom: -7px;
}

.navbar span:nth-of-type(1) {
	top: 50%;
	margin-top: -1.5px;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar span:nth-of-type(2) {
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in,
		background-color 0.15s ease;
}

.navbar span:nth-of-type(3) {
	transition: bottom 0.1s 0.34s ease-in,
		transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
		background-color 0.15s ease;
}

.navbar.is-active span:nth-of-type(1) {
	transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navbar.is-active span:nth-of-type(2) {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out,
		background-color 0.15s ease;
}

.navbar.is-active span:nth-of-type(3) {
	bottom: 0;
	transform: rotate(-50deg);
	transition: bottom 0.1s ease-out,
		transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
		background-color 0.15s ease;
}
