/*
*author：lem
*time:2019-05-06
*/
#WZFHeader {
  background: #f7f8f8;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3000;
}
#WZFHeader .container a.logo {
  display: block;
  height: 70px;
  line-height: 70px;
  position: relative;
  z-index: 2;
  color: #EE7700;
  font-size: 36px;
  font-weight: 500;
  cursor: default;
  /*img{
        width: 192px;
        height: 70px;
      }*/
}
#WZFHeader .equinav .navbar-collapse {
  padding: 0!important;
}
#WZFFooter {
  height: 300px;
  background-color: #232a34;
}
#WZFFooter .footer-main {
  height: 250px;
}
#WZFFooter .footer-main .footer-child {
  float: left;
  padding-top: 45px;
  margin-left: 50px;
}
#WZFFooter .footer-main .footer-child:first-child {
  margin-left: 0;
}
#WZFFooter .footer-main .footer-child .footer-company {
  font-size: 24px;
  color: #fef9f9;
  margin-top: 10px;
}
#WZFFooter .footer-main .footer-child .footer-nav li {
  margin-bottom: 30px;
}
#WZFFooter .footer-main .footer-child .footer-nav li a {
  font-size: 14px;
  color: #fef9f9;
}
#WZFFooter .footer-main .footer-child .footer-contact {
  float: left;
  margin-left: 50px;
}
#WZFFooter .footer-main .footer-child .footer-contact:first-child {
  margin-left: 0;
}
#WZFFooter .footer-main .footer-child .footer-contact p {
  text-align: center;
  color: #fef9f9;
  margin-top: 25px;
}
#WZFFooter .icp {
  text-align: center;
  color: white;
  font-size: 14px;
}
#WZFFooter .icp a {
  color: #fff;
}
1459