@font-face {
  font-family: introblack;
  src: url('../fonts/Intro-Cond-Black-Free.otf');
}
@font-face {
  font-family: introlight;
  src: url('../fonts/Intro-Cond-Light-Free.otf');
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}

@media (max-width: 1600px) and (min-width: 1340px){
  .container {
    width: 1330px;
  }
}
/*
* {
  border-radius: unset!important;
}
*/
/* header */



.footer-container {
  width: 1200px;
  margin: 0 auto;
}


/* header */
/* footer */
.footer:after {
  content: '';
  background: #c9b694;
  height: 1px;
  display: block;
  margin-top: -28px;
}
.footer .contact {
  background: #c9b694;
  color: #fff;
  padding: 40px 0px;
}
.footer .contact .contact-left {
  float: left;
  width: 50%;
}
.footer .contact .contact-right {
  float: right;
  width: 26.5%;
}
.footer .contact .contact-right .en {
  font-family: introblack;
  font-size: 28px;
}
.footer .contact .contact-right .cn {
  font-size: 16px;
}
.footer .us {
  background: #48394e;
  padding-top: 75px;
  padding-bottom: 100px;
  color: #fff;
  overflow: hidden;
}
.footer .us .info {
  font-size: 18px;
  border-bottom: 1px solid #7f7583;
  line-height: 38px;
  margin-bottom: 10px;
}
.footer .us .zx {
  width: 220px;
  float: left;
}
.footer .us .zx .tel i {
  font-size: 22px;
}
.footer .us .zx .tel .qq,
.footer .us .zx .tel .wx {
  line-height: 27px;
  display: inline-block;
  float: right;
  margin-left: 5px;
}
.footer .us .zx .tel .qq img,
.footer .us .zx .tel .wx img {
  vertical-align: text-top;
}
.footer .us .zx > a {
  display: inline-block;
  padding: 5px 46px;
  background: #5a525d;
  color: #fff;
  margin-top: 20px;
}
.footer .us .dz-yw {
  width: 310px;
  float: left;
  margin-left: 125px;
}
.footer .us .dz-yw .dz {
  margin-bottom: 50px;
}
.footer .us .lx {
  width: 315px;
  float: right;
}
.footer .us .lx .qr-code img {
  margin-right: 5px;
}
.footer .us .lx p {
  line-height: 24px;
  margin-top: 10px;
}
/* footer */
.module {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 80px;
}
.module .cn-name {
  font-size: 30px;
}
.module .en-name {
  font-family: introlight;
  font-size: 15px;
}
.module .en-name:after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #c9b694;
  margin: 5px auto 0px;
}


.fix:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

.tag a{
	margin-right: 5px;
    padding: 2px 8px 4px 8px;
    color: White;
    background: #00aef3;
    text-decoration: none;
}

.logoimg {
    position: absolute;
    left: 75px;
    top: 30px;
}
@media (max-width: 767px){
.logoimg {
	left: 0px !important;
	top: 0px !important;
    position: relative !important;
    width: 100px;
    padding-top: 10px;
}
}
#newBridge .nb-nodeboard-left-bottom {
    left: auto !important;
    right: 0px !important;
}