.m-r-30 {
  margin-right: 30px;
}
header {
  /*height: 90px;*/
  background: rgba(123, 124, 126, 0.1);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99999;
  width: 100%;
}
header > nav {
  /*padding: 30px 50px 0px;*/
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > nav a{
  color: #333;
}
header > nav .logo-right:hover{
  text-decoration: none;
}

header .logo {
  /*width: 310px;*/
  float: left;
  /*margin-right: 50px;*/
}
header .logo a,
header .logo img {
  width: 100%;
}
header .logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .logo-title {
  float: left;
  margin-right: 35px;
}
header .logo-title img {
  width: 25px;
  height: 25px;
  margin-right: 4px;
  vertical-align: middle;
}
header .logo-title span {
  /*color: #fff;*/
  color: black;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
}
header .logo-right {
  float: left;
  background: #fff;
  border-radius: 20px;
  /*padding: 5px 10px;*/
  font-size: 13px;
  /*margin-top: 5px;*/
}
header .logo-right img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
header .logo-right span {
  vertical-align: middle;
  font-weight: 500;
}
.tab-bar {
  font-size: 13.5px;
  min-width: 600px;
  float: left;
  /* margin-right: 60px; */
}
.nav_right{
  display: flex;
  align-items: center;
  /*margin-right: 35px;*/
}
.tab-bar > li {
  margin-right: 25px;
  float: left;
  position: relative;
  line-height: 40px;
}
.tab-bar > li a {
  /*color: #fff;*/
  color: #545454;
}
.tab-bar > li .sub-menu {
  padding-top: 4px;
  width: 118px;
  /*height: 104px;*/
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px
  rgba(25, 102, 82, 0.36);
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 1000;
}
.tab-bar > li .sub-menu::before {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 118px;
  height: 4px;
  background-color: #3ccba6;
  border-radius: 4px 4px 0px 0px;
}
.tab-bar > li .sub-menu span {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 94px;
  margin: auto;
  color: #333;
  font-size: 14px;
}
.tab-bar > li .sub-menu span:not(:first-child) {
  border-top: 1px solid #eee;
}
.tab-bar li .active {
  position: relative;
  color: #3ccba6;
}
.tab-bar li .active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: -6px;
  background: #3ccba6;
}
header .user-button {
  display: flex;
  align-items: center;
}
.user-button .register {
  cursor: pointer;
  /*color: #fff;*/
  color: black;
  font-size: 13.5px;
  float: left;
  /*line-height: 40px;*/
}
.user-button .login {
  float: left;
  display: block;
  width: 70px;
  height: 30px;
  background: #3ccba6;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-right: 30px;
  font-size: 13.5px;
}
.company-info {
  width: 100%;
  height: 400px;
  background: url("../images/home/footer-bg.png") no-repeat;
  background-size: cover;
}
.company-info .info-wrap {
  width: 1200px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0px;
  justify-content: space-between;
}
.main-info > h4 {
  font-size: 20px;
  color: #3ccba6;
  margin-bottom: 90px;
}
.main-info > p {
  color: #fff;
  padding-bottom: 30px;
}
.company-code .code-wrap img {
  width: 180px;
  height: 180px;
}
.company-code .code-wrap p {
  color: #fff;
  text-align: center;
  padding: 16px;
}
.footer-detail {
  margin-right: 100px;
}
.footer-link {
  background: #43434d;
  padding: 83px 0px 100px;
}
.footer-link .copyright {
  color: #FFF;
  text-align: center;
  margin-top: 50px;
}
.footer-link .copyright a {
  color: white;
}
.footer-link .copyright a:hover {
  color: #3ccba6;
}
.footer-link .footer-link-wrap {
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.footer-link .footer-logo {
  margin-right: 60px;
  display: flex;
  justify-content: center;
}
.footer-link .footer-logo > img {
  width: 70px;
  height: 70px;
}
.footer-link .footer-logo > span {
  font-size: 28px;
  color: #fff;
  margin-top: 20px;
  margin-left: 14px;
}
.footer-link .footer-detail {
  color: #fff;
  line-height: 1.8;
}
.footer-link .footer-detail-img {
  margin-top: 30px;
}
.footer-link .footer-detail-img img {
  margin-right: 30px;
}
.footer-link-list ul {
  margin-right: 60px;
}
.footer-link-list li {
  padding-bottom: 20px;
}
.footer-link-list li > a {
  color: #fff;
}
#overlayer {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#overlayer > .overlayerContent {
  width: 50%;
  height: 50%;
  margin: 25vh auto;
  position: relative;
  background: #000;
}
#overlayer > .overlayerContent > img {
  position: absolute;
  right: -30px;
  width: 40px;
  top: -30px;
  cursor: pointer;
}
