/*澶撮儴*/
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  font-size: 16px;
}
.borderBottom {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.header.bg0 {
  background: rgb(255 255 255);
}
.header > div {
  height: 100%;
}

.header .w {
  line-height: 60px;
}
.header .w > a {
  display: inline-block;
}
.header .w > a img {
  vertical-align: middle;
}

.header .header-ul {
  float: right;
  height: 100%;
}

.header .header-ul > li {
  float: left;
  margin: 0 20px;
  cursor: pointer;
  position: relative;
  height: 100%;
}

.header .header-ul > li > a {
  width: 64px;
  line-height: 52px;
  font-size: 14px;
  color: #000000;
  display: inline-block;
  text-align: center;
}

.header .header-ul > li i {
  width: 14px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  overflow: hidden;
}

.header .header-ul > li i b {
  font-size: 16px;
  line-height: 9px;
  position: absolute;
  color: #ffffff;
  top: -4px;
  left: 0px;
  z-index: 99;
}

.header .header-ul > li.active > a {
  border-bottom: 4px solid #571419;
}

.menu {
  position: absolute;
  top: 60px;
  left: -39px;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  border-radius: 0 0 5px 5px ;
  display: none;
}

.menu li {
  padding: 15px 43px;
  width: 57px;
  line-height: normal;
}
.menu li:hover a {
  color: #ffffff;
}
.menu li a {
  color: #aaaaaa;
  font-size: 14px;
}
  /*footer*/
.contact {
  background: #293038;
  padding: 40px 0;
  color: #b4bac2;
  font-size: 14px;
}

.contact .w > div {
  width: 48%;
  display: inline-block;
  /*vertical-align: middle;*/
  vertical-align: text-top;
}

.contact .img span {
  display: block;
  text-align: center;
  font-size: 12px;
}

.contact .img {
  display: inline-block;
  width: 110px;
  height: 110px;
}
.contact .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.contact .msg {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 70px;
}

.contact .msg .msg-title {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact .msg p {
  line-height: 26px;
  font-size: 12px;
}

.contact-us {
  /*border-right: 1px solid #535a62;*/
}
.contact-tel {
  border-left: 1px solid #535a62;
}
.contact-tel table {
  width: 100%;
  text-align: left;
  font-size: 12px;
}
.contact-tel table td {
  padding: 4px 0;
}
.contact-tel ul li {
  float: left;
  margin-right: 40px;
  text-align: left;
}

.contact .contact-tel .msg {
  margin-right: 0;
  width: 100%;
}

.footer {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  color: #b4bac2;
  text-align: center;
  background: #1f252b;
  border-top: 1px solid #1a1f24;
}

.fontbold {
  font-weight: bold;
}
.footerBox{
  min-width: 1200px;
}
