* {
  margin: 0;
  padding: 0;
  /* transition: all .2s ease; */
  box-sizing: border-box;
  font-family: 'Roboto' !important;
}

li {
  list-style: none;
}

@font-face {
  font-family: 'Roboto';
  src: url('./Roboto-Regular-14.ttf');
}

img {
  vertical-align: middle;
}

ul {
  display: inline-flex;
}

a {
  text-decoration: none;
}

.duration {
  transition-duration: 0.8s;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container {
  width: 1920px;
  margin: 0 auto;
}

.mini-container {
  width: 100%;
  padding: 0 70px;
  margin: 0 auto;
}

/* 顶部导航 */
.logo-bar {
}

.logo-bar .top {
  padding: 10px 70px;
  display: flex;
  justify-content: space-between;
  align-self: center;
  color: rgb(51, 51, 51);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
}

.logo-bar .right-icon {
  align-items: flex-end;
}

.logo-bar .right-icon:hover .hiden-block {
  opacity: 1;
  z-index: 10;
}

.logo-bar .right-icon img {
  margin-left: 8px;
}

.logo-bar .right-icon {
  position: relative;
}

.hiden-block {
  z-index: -10;
  opacity: 0;
  transition-duration: 0.5s;
  background-color: #fff;
  position: absolute;
  bottom: -90px;
  left: -50%;
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
}

.hiden-block a {
  color: #000;
}

.nav {
  padding: 20px 70px;
  background-color: #000000;
}

.nav .navs {
}

.nav .navs .active a {
  color: #ffc001;
}

.nav .navs .nav-item {
  padding: 0 24px;
  position: relative;
}

.nav .navs a {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
}

.nav .search {
  padding: 12px 16px;
  border: 1px solid rgb(255, 255, 255);
  position: relative;
}

.nav .search .search-hide {
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0px;
  background-color: #fff;
  opacity: 0;
}

.nav .open .search-hide {
  z-index: 999;
  opacity: 1;
}

.nav .search .search-hide .item {
  padding: 12px 24px 12px 24px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  transition-duration: 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav .search .search-hide .item a {
  color: rgb(102, 102, 102);
}

.nav .search .search-hide .noData:hover {
  background-color: #fff !important;
}

.nav .search .search-hide .noData:hover a {
  color: #000 !important;
}

.nav .search .search-hide .item:hover {
  background-color: #000;
}

.nav .search .search-hide .item:hover a {
  color: #ffc001;
}

.nav .search img {
  margin-right: 8px;
}

.nav .search input {
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.44);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  background-color: #ffffff00;
}

/* 通用标题 */
.main-title {
  text-align: center;
}

.main-title .title {
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
}
.index_desc {
  background-color: #ffc001;
  border-radius: 100px;
  padding: 15px 0;
  text-align: center;
  width: 230px;
  margin: 0 auto;
  margin-top: 20px;
  color: #000;
  cursor: pointer;
}
.main-title .desc {
  margin-top: 24px;
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: underline;
}

/* 底部 */
.footer-block {
  background-color: #1d1c1b;
  width: 100%;
}

.footer-block .footer-form {
  margin: 0 auto;
  text-align: center;
}

.footer-block .footer-form .title {
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}

.footer-block .footer-form .inputs {
  margin-top: 32px;
  /* display: flex; */
  /* justify-content: center; */
}
.footer-block .footer-form .inputs textarea {
  padding: 19px 15px;
  margin-top: 10px;
  width: 100%;
  color: rgb(153, 153, 153);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
}

.footer-block .footer-form .flex-between {
  justify-content: center;
  width: 100%;
  justify-content: space-between;
}

.footer-block .footer-form .inputs input {
  padding-left: 15px;
  border: none;
  /* width: 355px; */
  width: 24%;
  height: 54px;
  line-height: 54px;
  color: rgb(153, 153, 153);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}

.footer-block .footer-form .inputs .form-btn {
  cursor: pointer;
  background-color: #ffc001;
  padding: 13px 55px;
  width: 100%;
  margin: 5px auto 0 auto;
  color: rgb(0, 0, 0);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}

.footer-block .navs {
  padding: 80px 225px 0 225px;

  margin: 80px auto 0 auto;
  padding-bottom: 66px;
  display: flex;
  justify-content: space-between;
}

.footer-block .navs .line-x {
  /* height: 208px; */
  height: auto;
  width: 1px;
  background: rgb(196, 196, 196);
  opacity: 0.3;
  margin: 0 106px;
}

.footer-block .navs .bottom-nav {
  align-items: start;
  flex: 1;
}
.footer-block .navs .info .list {
  line-height: 26px !important;
}
.footer-block .navs .info .list .item {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  margin: 10px 0;
}
.footer-block .navs .info .list .item label {
  opacity: 0.5;
  font-size: 16px;
}

.footer-block .navs .bottom-nav .list {
  opacity: 0.85;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 16px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}

.footer-block .navs .bottom-nav .list a {
  color: rgb(255, 255, 255);
  opacity: 0.85;
}

.footer-block .navs .bottom-nav .list .item {
  /* text-wrap: nowrap; */
}
.footer-block .text-title {
  font-size: 16px;
  color: #fff;
  margin: 10px 0;
}
.footer-block .text-desc {
  font-size: 14px;
  color: #999;
}

/* 友情链接 */
.friend {
  background-color: #232323;
  padding: 28px 180px;
}

.friend .left {
  opacity: 0.35;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

/* 面包屑 */
.bread {
  padding: 18px 0;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.bread a,
.bread {
  color: rgb(102, 102, 102);
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

.description {
  color: rgb(85, 85, 85);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: left;
}

.description .title {
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 28px;
}

/* message */

.messageBox {
  transition-duration: 0.5s;
  opacity: 0;
  position: fixed;
  width: 384px;
  height: 156px;
  background: #ffffff;
  box-shadow: 0px 10px 40px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 8px 8px;
  bottom: -50px;
  right: 0;
  z-index: 9999;
  border-radius: 5px;
  padding: 21px 24px;
}

.messageBox img {
  vertical-align: middle;
}

.messageBox .header {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.messageBox #closeBtn img {
  cursor: pointer;
  height: 16px;
  width: 16px;
}

.messageBox .title {
  font-size: 16px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  display: flex;
  align-items: center;
}

.messageBox .title img {
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.messageBox .message {
  margin-left: 40px;
  margin-top: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #666;
  line-height: 22px;
}

/* fixed */
.fixed-box {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 10%;
}

.fixed-box .box-list {
  background-color: #fff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.fixed-box .box-list .show-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  overflow: hidden;
  font-size: 12px;
  transition-duration: 0.3s;
}

.fixed-box .box-list .box-item {
  width: 100%;
  position: relative;
  transition-duration: 0.3s;
}

.fixed-box .box-list .box-item .hiden-box {
  transition-duration: 0.5s;
  position: absolute;
  right: 90px;
  top: 0;
  padding: 16px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  opacity: 0;
}

.fixed-box .box-list .box-item .hiden-box img {
  width: 124px;
  height: 124px;
}

.fixed-box .box-list .show-box:hover {
  background-color: #ffc001;
  color: #fff;
}

.fixed-box .box-list .show-box:hover img {
  transform: translateY(-64px);
  filter: drop-shadow(0px 64px #fff);
}

.fixed-box .box-list .box-item .show-box:hover + .hiden-box {
  opacity: 1;
}

.fixed-box .box-list .show-box img {
  /* width: 30px; */
  height: 28px;
  margin-bottom: 7px;
}

.fixed-box .box-list .line {
  width: 100%;
  height: 1px;
  background: #f2f2f2;
}

.fixed-box .gotop {
  cursor: pointer;
  margin-top: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  transition-duration: 0.3s;
  padding: 14px 0;
}

.fixed-box .gotop img {
  width: 22px;
}

.fixed-box .gotop:hover {
  background-color: #ffc001;
}

.fixed-box .gotop:hover img {
  transform: translateY(-64px);
  filter: drop-shadow(0px 64px #fff);
}

.fixed-box .phone {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-wrap: nowrap;
  line-height: 20px;
}

.fixed-box .phone p {
  display: block;
  font-size: 16px;
  font-family: MiSans-Medium, MiSans;
  font-weight: 500;
  color: #ffc001;
  line-height: 36px;
}

/* tabs */
.product-tabs {
  background-color: #f9f9f9;
  width: 280px;
  position: absolute;
  top: 52px;
  left: -55px;
  z-index: 99;
}

.product-tabs .list {
  width: 280px;
  overflow-y: scroll;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
  /* #FFFFFF */
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
/* 隐藏滚动条 */
.product-tabs .list::-webkit-scrollbar {
  width: 0; /* 隐藏水平滚动条 */
  height: 0; /* 隐藏垂直滚动条 */
}
.product-tabs .list .product-item {
  width: auto;
  height: 40px;
  display: flex;
}
.product-tabs .list .product-item a {
  color: rgb(102, 102, 102);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  display: inline-block;
  /* padding: 0 10px; */
  text-align: center;

}
.product-tabs .list .product-item .newA{
	width: 250px;
	white-space: nowrap;
	overflow: hidden; /* 如果文本超出容器宽度，则隐藏超出部分 */
	text-overflow: ellipsis; /* 显示省略号 (...) 当文本被截断时 */
}
.product-tabs .list .active {
}

.product-tabs .list .active a {
  color: #ffc001;
  font-weight: 600;
}

.product-tabs .list .active::after {
  width: 60px;
  height: 3px;
  position: relative;
  bottom: -20px;
  display: block;
  margin: 0 auto;
}
.swiper-slide {
  position: relative;
}
.swiper-slide img {
  object-fit: contain;
  width: 1920px;
  height: 776px;
  /* height: 100%; */
}
.swiper-slide .textBox {
  top: 148px;
  left: 240px;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.swiper-slide .textBox p {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  width: 724px;
}
.swiper-slide .textBox span {
  width: 850px;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0px;
  color: rgb(255, 255, 255);
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 36px;
}
.swiper-slide .textBox .btn {
  width: 300px;
  height: 56px;
  background-color: #ffc001;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  line-height: 56px;
  cursor: pointer;
  color: #fff;
}
/* new_tabs */
.product-tabs_new {
  height: 315px;
  width: 220px;
}

.product-tabs_new .list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-tabs_new .list .product-item {
  width: 188px;
  height: 56px;
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
.product-tabs_new .list .product-item a {
  color: rgb(102, 102, 102);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden; /* 如果文本超出容器宽度，则隐藏超出部分 */
  text-overflow: ellipsis; /* 显示省略号 (...) 当文本被截断时 */
}
.product-tabs_new .list .product-item img {
  width: 9px;
  height: 9px;
}
.product-tabs_new .list .active {
  text-align: center;
}

.product-tabs_new .list .active a {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.product-tabs_new .list .active::after {
  width: auto;
  height: 3px;
  content: ' ';
  background-color: #040f18;
  position: relative;
  bottom: -20px;
  display: block;
  margin: 0 auto;
}
.product-tabs_new .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 8px;
}
.new_form {
  background-color: #fff;
  width: 100%;
  height: 672px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 360px 80px 360px;
}
.new_form .footer_boxnew {
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ff9e00;
}
.new_form .form_main {
  z-index: 99;
  width: 1120px;
  height: 672px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-evenly;
  align-items: center;
  position: absolute;
  flex-direction: column;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
background-position: center;
border-radius:60px 40px 60px 40px;
  background-image: url('http://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/file/draeger/1036c7a03d204dbb840158e18bbcc324.png');
}
.new_form .form_main .form_main_newTop {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.new_form .form_main .form_main_newTop  .title{
	display: flex;
	justify-content: center;
	align-content: center;
}
.new_form .form_main .form_main_newTop  .title p{
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	color: #333333;
}
.new_form .form_main .form_main_newTop .title p:last-child{
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	color: #FFC001;
	margin-left: 10px;
}
.new_form .form_main .form_main_newTop .introduce {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	line-height: 24px;
	color: #666;
	width: 1030px;
	text-align: center;
	margin-top: 16px;
}
.new_form .form_main .form_main_left {
  width: 448px !important;
  box-sizing: border-box;
  height: 402px;
}
.new_form .form_main .form_main_left .lineBox{
display: flex;
justify-content: flex-start;
align-items: center;
line-height: 19px;
margin-bottom: 40px;
}
.new_form .form_main .form_main_left .lineBox_last{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 19px;
	margin-bottom: 40px;

	}
.new_form .form_main .form_main_left .lineBox .lineBox_right{
	color: #666;
	font-size: 16px;
	line-height: 19px;
}
.new_form .form_main .form_main_left .lineBox .lineBox_right a{
	color: #FFC001;
	text-decoration: underline;
}
.new_form .form_main .form_main_left .lineBox .lineBox_left{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #333;
	margin-right: 40px;
}
.new_form .form_main .form_main_left .lineBox .lineBox_left img{
	width: 18px;
	height: 18px;
	margin-right: 8px;
}
.new_form .form_main .form_main_right {
  width: 448px !important;
  box-sizing: border-box;
  height: 402px;
}

.form_main_newBottom{
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_form .form_main .form_main_right {

  /* display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; */
}
.new_form .form_main .form_main_right .title {
  font-size: 32px;
  line-height: 36px;
  color: #ffc001;
  font-weight: 700;
}
.new_form .form_main .form_main_right .title_bottom {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  margin-top: 4px;
  margin-bottom: 32px;
}
.footer-block .footer-form .inputs {
  margin-top: 32px;
  /* display: flex; */
  /* justify-content: center; */
}
.footer-block .new_form .inputs textarea {
  padding: 19px 15px;
  margin-top: 10px;
  width: 100%;
  color: rgb(153, 153, 153);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 16px;
}

.footer-block .new_form .flex-between {
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
.footer-block .new_form .flex-between .new_input{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;

}
.footer-block .new_form .flex-between .new_input p{
width: 112px;
margin-right: 10px;
display: flex;
justify-content:flex-start;
align-items: flex-start;
color:rgb(51, 51, 51) ;
}
.footer-block .new_form .inputs input {
  padding-left: 15px;
  border: none;
  border-radius: 6px;
  width: 448px;
  height: 48px;
  line-height: 48px;
  color: rgb(153, 153, 153);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
.footer-block .new_form .inputs #contents{
	padding-left: 15px;
	border: none;
	border-radius: 6px;
	width: 448px;
	height: 78px;
	color: rgb(153, 153, 153);
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	text-align: left;
}
/* 隐藏滚动条（WebKit 浏览器，如 Chrome 和 Safari） */
.footer-block .new_form .inputs #contents::-webkit-scrollbar {
	display: none;
  }

  /* 隐藏滚动条（Firefox） */
  .footer-block .new_form .inputs #contents {
	scrollbar-width: none; /* Firefox */
  }

  /* 隐藏滚动条（IE 和 Edge） */
  .footer-block .new_form .inputs #contents {
	-ms-overflow-style: none; /* IE 和 Edge */
  }
.footer-block .new_form .inputs .form-btn {
  cursor: pointer;
  border-radius: 6px;
  background-color: #ffc001;
  padding: 13px 55px;
  width: 100%;
  margin: 5px auto 0 auto;
  color: #ffffff;
  font-weight: 700;
  font-family: Roboto;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}
.new_dialog .footer-block {
  width: 100vw;
  position: fixed;
  top: 0;
  height: 100vh;
  background-color: #00000066;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.new_dialog .footer-block .new_form {
  background-color: transparent;
}

/* tabs */
.product-tabs_solution {
  background-color: #f9f9f9;
}

.product-tabs_solution .list {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-tabs_solution .list .product-item a {
  color: rgb(102, 102, 102);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
}

.product-tabs_solution .list .active {
  text-align: center;
}

.product-tabs_solution.list .active a {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.product-tabs_solution .list .active::after {
  width: 60px;
  height: 3px;
  content: ' ';
  background-color: #040f18;
  position: relative;
  bottom: -20px;
  display: block;
  margin: 0 auto;
}




.product-tabs_project {
    background-color: #f9f9f9;
}

.product-tabs_project .list {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tabs_project .list .product-item a {
    color: rgb(102, 102, 102);
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}

.product-tabs_project .list .active {
    text-align: center;
}

.product-tabs_project .list .active a {
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.product-tabs_project .list .active::after {
    width: 60px;
    height: 3px;
    content: ' ';
    background-color: #040f18;
    position: relative;
    bottom: -20px;
    display: block;
    margin: 0 auto;
}
#header{
	position: sticky;
	top: 0;
	z-index: 999;
}
.logo-bar .top{
	background-color: #fff;
}
