body {
	background-color: #1b1b1b
}

/*====================导航*********/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 0px;
	height: 70px;
	/* background: rgba(28, 35, 39, 0.8); */
}

/*左侧logo*/
.header .left {
	position: absolute;
	left: 5%;
}

.header .left a img {
	width: 160px;
	margin-top: -15px;
}

.header .left .img2 {
	display: none;
}

/*右侧*/
.line-nav {
	width: 180px;
	position: absolute;
	top: 15px;
	right: 5%;
	line-height: 35px;
	font-size: 12px;
	z-index: 100;

}

.con-btn {
	color: #fff;
	border-radius: 50px;
	border: 1px solid #9ea9fb;
	text-align: center;
	width: 100px;
	float: left;
}

.con-btn a {
	color: #9ea9fb;
	text-decoration: none;
}

.line-nav .switch-btn {
	width: 70px;
	float: right;
	border-radius: 50px;
	line-height: 1;
	display: inline-block;
	padding: 5px 8px;
	vertical-align: top;
	font-weight: 400;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	text-transform: uppercase;
}

.header .con-btn a:hover {
	color: #FFFFFF;
}

.on .con-btn a:hover {
	color: #ff7600;
}

.pointer {
	cursor: pointer;
}

.line-nav .switch-btn span {
	height: 25px;
	border-radius: 25px;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}

.line-nav .switch-btn span.active {
	color: #9ea9fb;
}

.line-nav .switch-btn span {
	display: inline-block;
	background-size: 100%;
	height: 25px;
}


/*中间*/
.header .nav {
	/* -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; */
	height: 100%;
	display: table;
	height: 70px;
	margin: 0 auto;

}

.header .navbar_nav {
	display: flex;
	width: 600px;
	justify-content: space-around;
}

.header .navbar_nav ul {
	display: table;
	margin: 0 auto;
}

.header .navbar_nav li {
	display: table-cell;
	width: 62px;
	margin: 0 6px;
}

.header .navbar_nav li+li {}


/* .header .navbar_nav li a{
	text-decoration: none;
	padding:10px 0px;
	width: 82px;
	height: 28px;
	line-height: 28px;
	text-align: center;
    display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
	color: #fff;
	font-size: 14px;
} */
.header .navbar_nav li a {
	text-decoration: none;
	/* padding:10px 0px; */
	/* width: 82px; */
	line-height: 68px;
	position: relative;
	text-align: center;
	display: block;
	/* -webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; */
	color: #fff;
	font-size: 14px;
}

.header .navbar_nav li.active {
	/* background-image: url(../image/Select.png); */
	background-size: 100%;
	text-align: center;
	width: 62px;

	border-bottom: 2px solid #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	display: table-cell;
	color: #ff7600;
}

.header .navbar_nav li.active a {
	color: #FFFFFF;
}

.header .navbar_nav li a:hover {
	color: #ffffff;
}

.header .navbar_nav li:hover {
	/* background-image: url(../image/Select.png); */
	background-size: 100%;
	text-align: center;
	width: 62px;


	background-position: center center;
	background-repeat: no-repeat;
	display: table-cell;
	color: #ff7600 !important;
}

.header.on .navbar_nav li:hover {
	border-bottom: 2px solid #ff7600;
}

.header .navbar_nav li:hover a {
	color: #FFFFFF;
}

.header .navbar_nav li:hover {
	color: #FFFFFF !important;
	border-bottom: 2px solid #FFFFFF;
}

/*导航下拉*/
.header .navbar_nav li .dropdown_menu .ssd a:hover {
	color: #ff7e1d !important;
}

.jiacu{ font-weight: bolder !important;}

#ckls .clodSx a,
#cklex .clodSx a {
	width: 110px;
}

#ckls .clodSx a:hover {
	background-color: #020365;
	border: initial;
}

.on #ckls .clodSx a:hover {
	background-color: #f6f6f6 !important;
	border: initial;
}

#cklus .clodSx a,
#cklus .clodSx a {
	width: 110px;
}

#cklus .clodSx a:hover {
	background-color: #020365;
	border: initial;
}

.on #cklus .clodSx a:hover {
	background-color: #f6f6f6 !important;
	border: initial;
}

#cklex .clodSx a:hover {
	background-color: #020365;
	border: initial;
}

.on #cklex .clodSx a:hover {
	background-color: initial !important;
	border: initial;
}

.header .navbar_nav li .dropdown_menu {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	top: 70px;
	width: 100%;
	height: auto;
	opacity: 1;
	background: #1c1f3c;
	/* box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38); */
}

.dropdown_item_one a {
	padding-left: 10px !important;
	font-size: 14px !important;
	font-weight: bold;
}

.dropdown_item_sec a {
	padding-left: 18px !important;
	font-size: 13px !important;
	font-weight: normal;
}

.header .navbar_nav li .dropdown_menu .ssd a {
	display: none;
}

.header .navbar_nav li .dropdown_menu .ssd .b-box {
	width: 20%;
	float: left;
}


.header .navbar_nav li .dropdown_menu .ssd {
	margin-left: 5%;
}

.header .navbar_nav li .dropdown_menu .ssd a {
	background-image: none;
	display: block;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
}

.header .navbar_nav li:hover .dropdown_menu .ssd a:hover {
	color: #ff7600;
	background-image: none;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li:hover .dropdown_menu .ssd .b-box a {
	background-image: none;
	display: block;
	font-size: 13px;
	color: #fff;
	/* line-height: 28px; */
	/* text-align: left; */
	width: 150px;
}

.header.on .navbar_nav li:hover .dropdown_menu .ssd .b-box a {
	background-image: none;
	display: block;
	font-size: 13px;
	color: #222222;
	line-height: 28px;
	/* 	text-align: left; */
}

.header .navbar_nav li:hover .dropdown_menu .ssd .b-box .b-box-de a {
	color: #fff;
	font-size: 13px;
}

/*白色背景的头部*/
.header.on {
	background: #fff;
	border-bottom: px solid #ccc;
}

.header.on .left .img1 {
	display: none;
}

.header.on .left .img2 {
	display: block;
}

.header.on .navbar_nav li a {
	color: #333;
}

.on .navbar_nav li:hover a {
	color: #ff7600;
}

.on .navbar_nav li a:hover {
	color: #ff7600 !important;
	background: initial !important;
}

.header.on .navbar_nav li:hover .dropdown_menu {
	background: #fff;
	opacity: 1;
}

.header .navbar_nav li:hover .dropdown_menu .ssd a {
	color: #222222;

}

.on .navbar_nav li:hover .dropdown_menu .ssd a {
	color: #222222;

}

.header.on .navbar_nav li:hover .dropdown_menu .ssd a:hover {
	color: #ff7600;
}

.header.on .navbar_nav li:hover .dropdown_menu .ssd .b-box .b-box-de a {

	font-size: 13px;
	color: #777;

}




.on .line-nav .switch-btn span.active {
	color: #ff7600;
}

.on .line-nav .switch-btn span {
	color: #000000;
}

.on .con-btn {
	color: #fff;
	border-radius: 50px;
	border: 1px solid #ff7600;
	text-align: center;
	width: 100px;
	float: left;
}

.on .con-btn a {
	color: #ff7600;
	text-decoration: none;
}

.on .navbar_nav li.active {
	/* background-image: url(../image/Select1.png); */
	background-size: 100%;
	text-align: center;
	width: 62px;
	background-position: center center;
	background-repeat: no-repeat;
	display: table-cell;
	color: #ff7600;
	border-bottom: 2px solid #ff7600;
}

.on .navbar_nav li.active a {
	color: #ff7600;
}

@media screen and (max-width: 992px) {}




.bottom-info {
	margin: 32px 0 65px 0;
	height: 72px;
	background: #151820;
	display: flex;
}

.bottom-info-left {
	width: 200px;
	box-sizing: border-box;
	border-right: 1px solid #272d3b;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 16px;
	color: #9ba6c4;
}

.bottom-info-list {
	display: flex;
	flex: 1;
}

.bottom-info-list li {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 50px;
	gap: 15px;
}

.bottom-info-list li:not(:last-child) {
	width: 260px;
}

.bottom-info-list li:last-child {
	flex: 1;
}

.bottom-info-list li:hover {
	background: #242942;
}

.bottom-info-list li img {
	width: 30px;
	height: 30px;
}

.bottom-info-list li div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	white-space: nowrap;
}

.bottom-info-list li div span:nth-child(1) {
	font-weight: 400;
	font-size: 14px;
	color: #9ba6c4;
}

.bottom-info-list li div span:nth-child(2) {
	color: #ffffff;
}

/* .bottom-info-list li div span:not(:first-child) {
	  font-weight: 600;
	  font-size: 14px;
	  color: #c6cdde;
	} */


.bottom-info .swiper-box {
	display: flex;
	align-items: center;
	flex-direction: row !important;
	gap: 16px;
}

.bottom-info .swiper-box .swiper-container {
	width: 236px !important;
}

.bottom-info .swiper-wrapper {
	display: flex;
	flex-direction: row !important;
	align-items: center;
}

.bottom-info .swiper-slide {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	width: 236px !important;
	padding-left: 5px;
	box-sizing: border-box;
}

.bottom-info .prev {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	/* 左侧透明边框 */
	border-right: 4px solid transparent;
	/* 右侧透明边框 */
	border-bottom: 8px solid #8993ae;
	/* 底部实色边框 */
	transform: rotate(-90deg);
	/* 旋转180度以倒置三角形 */
	margin-top: 2px;
	cursor: pointer;
}

.bottom-info .next {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 8px solid #8993ae;
	transform: rotate(90deg);
	margin-top: 2px;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.bottom-info {
		display: flex;
		flex-direction: column;
		height: fit-content;
		padding: 0.15rem 0.4rem;
	}

	.bottom-info-left {
		width: 100%;
		padding: 0.28rem 0;
		border-bottom: 1px solid #272d3b;
		border-right: none;
		justify-content: flex-start;
		font-size: 0.24rem;
	}

	.bottom-info-list {
		display: flex;
		flex-direction: column;
		margin-top: 0.2rem;
	}

	.bottom-info-list li {
		padding-left: 0.14rem;
		justify-content: flex-start;
		align-items: flex-start;
		padding-top: 0.04rem;
		padding-bottom: 0.12rem;
		margin-bottom: 0.1rem;
	}

	.bottom-info-list li img {
		width: 0.44rem;
		height: 0.44rem;
	}

	.bottom-info-list li div span {
		font-size: 0.24rem;
	}
}