.header {
  background-color: #000;
  height: 120px;
  width: 100%;
}
.header .contentInner {
  display: flex;
  justify-content: space-between;
}
.header .logo {
  width: 148px;
  height: 58px;
  margin-top: 32px;
  margin-left: 6px;
}
.header .logo img {
  width: 100%;
}
.header .nav {
  display: flex;
}
.header .nav .n-item {
  width: ;
  border-bottom: 2px solid #000;
  width: 122px;
  text-align: center;
  padding-top: 58px;
  margin-right: 17px;
  font-size: 20px;
  padding-bottom: 6px;
}
.header .nav .n-item a {
  color: #ffffff;
  font-weight: 400;
}
.header .nav .n-item a:hover {
  color: #f3b166;
}
.header .nav .n-item:last-child {
  margin-right: 0;
}
.header .nav .n-item.active {
  border-bottom: 2px solid #f3b166;
  font-weight: bold;
}
.header .nav .n-item.active a {
  color: #f3b166;
}
.footer-title {
  width: 100%;
  height: 210px;
  position: relative;
  background-color: #333;
}
.footer-title img {
  width: 540px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer {
  background-color: #1b1b1b;
  width: 100%;
}
.footer .f-top {
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
}
.footer .f-top .link-menu {
  display: flex;
}
.footer .f-top .link-menu .link-item {
  width: 265px;
}
.footer .f-top .link-menu .link-item .link-title {
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 8px;
  letter-spacing: 2px;
  font-weight: 300;
}
.footer .f-top .link-menu .link-item .link-border {
  width: 102px;
  height: 2px;
  display: flex;
  padding-bottom: 15px;
}
.footer .f-top .link-menu .link-item .link-border .lb-1 {
  width: 50%;
  background-color: #5d5d5d;
  height: 2px;
}
.footer .f-top .link-menu .link-item .link-border .lb-2 {
  width: 50%;
  background-color: #5a4731;
  height: 2px;
}
.footer .f-top .link-menu .link-item .link-msg {
  font-size: 15px;
  color: #a8a8a8;
  font-weight: 400;
}
.footer .f-top .link-menu .link-item .link-msg p {
  margin-bottom: 5px;
}
.footer .f-top .code-img {
  display: flex;
  margin-top: 10px;
}
.footer .f-top .code-img .code-box {
  width: 119px;
  height: 119px;
  background-color: #fff;
}
.footer .f-top .code-img .cb1 {
  margin-right: 44px;
}
.footer .f-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid #363636;
  padding-bottom: 5px;
  margin-bottom: 55px;
}
.footer .f-bottom .gs-con {
  display: flex;
  font-size: 15px;
  color: #a8a8a8;
  letter-spacing: 1px;
  font-weight: 400;
}
.footer .f-bottom .gs-con .gs-name {
  margin-right: 45px;
}
.footer .f-bottom .gs-con .gs-msg{
	color: #a8a8a8;
}
.footer .f-bottom .f-1,
.footer .f-bottom .f-2 {
  margin-right: 30px;
}
