/* CSS Document */
/*页眉*/
body {
	font-family: "PingFang SC", Helvetica, "Microsoft YaHei", STHeiti, Tahoma;
}

header.index-header {
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 15px 100px;
	transition: all 0.4s ease 0s;
	align-items: center;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
	z-index: 99 !important;
}

.navbarBox {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.navbarBox .logo {
	float: left;
	width: 82.5px;
	height: 50px;
	overflow: hidden;
}

.navbarBox .logo .navbar-brand {
	display: block;
	margin: 0;
	padding: 0;
	width: 82.5px;
	height: 50px;
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: 100%;
}

.navbar-nav {
	float: right;
	text-align: center;
	width: 100%;
	width: fit-content;
	padding: 0;
}

.navbar-nav .nav-item {
	display: inline-block;
	position: relative;
	-webkit-animation-name: none;
	animation-name: none;
	padding: 0;
	transition: all 0.5s ease;
	position: relative;
	margin-left: 40px;
}

.navbar-nav .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-nav .nav-item.active::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -26px;
	width: 100%;
	height: 2px;
	background-color: #fff;
	z-index: 100;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

header.fixed-top {
	height: 100px;
	transition: all 0.4s ease 0s;
	align-items: center;
	background-color: #062E8F;
	z-index: 99 !important;
}

header.nav-fixed {
	background-color: #062E8F;
	height: 100px;
	border-bottom: none;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 5%);
}

.fixed-top .container {
	width: 100%;
	padding-right: 100px;
	padding-left: 100px;
	margin: 0 auto;
}

.navbars {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100px;
	margin-bottom: 0;
}

.navbars .logo {
	width: 82.5px;
	height: 50px;
	overflow: hidden;
}

.navbars .logo .navbar-brand {
	display: block;
	margin: 0;
	padding: 0;
	width: 82.5px;
	height: 50px;
	background: url(../img/logo.png) no-repeat left top;
	background-size: 100%;
}

.nav-fixed .navbars .logo .navbar-brand {
	/* background-position: 0 -38px; */
	background-position: 0 0;
}

.navbar-expand-lg .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
	widows: 800px;
	align-items: center;
}

.navbar-nav {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	width: fit-content;
	padding: 0;
}

.navbar-nav .nav-item {
	display: inline-block;
	position: relative;
	-webkit-animation-name: none;
	animation-name: none;
	padding: 0;
	transition: all 0.5s ease;
	position: relative;
	margin-left: 40px;
}

.navbar-nav .nav-link {
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.navbar-nav .nav-item.active .nav-link:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #6f7ddb;
}


/*页脚*/

.my_footer {
	width: 100%;
	padding: 60px 0;
	background-color: #191B35;
}

.my_footer .content {
	display: flex;
	justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
}

.my_footer .ft_infos .foot_logo {
	width: 82.5px;
	height: 50px;
	background: url(../img/logo.png) no-repeat left top;
	background-size: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.my_footer .ft_infos .contact_infos {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 42px;
}

.my_footer .rt_menu {
	display: flex;
	justify-content: flex-end;
}

.my_footer .rt_menu .item {
	margin-left: 60px;
}

.my_footer .rt_menu .first_nav {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.my_footer .rt_menu .drop_menu a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
}

/*侧边栏*/

.sidebar {
	display: none;
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 8%;
	right: 2%;
	border-radius: 22px;
	background-color: #fff;
	z-index: 99;
}

.sidebar .side {
	width: 44px;
	height: 44px;
	cursor: pointer;
	background: url(../img/backTop.png) center center no-repeat;
}

/* 适配css */
@media (max-width: 1600px) {
	.fixed-top .container {
		width: 1400px;
		padding-left: 0;
		padding-right: 0;
	}

}

/* @media (max-width: 1440px){
	.fixed-top .container{
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
} */