.header{
  height: 80px;
}

.header .logo{
  font-size: 12px;
  text-indent: -99999px;
  overflow: hidden;
  width: 284px;
  height: 52px;
  margin-top: 14px;
  background: url(../img/logo1.png) left top no-repeat;
}

.header .logo-calf-elephant {
  height: 40px;
  line-height: 40px;
  margin-top: 14px;
  padding-left: 50px;
  background: url(../img/logo-calf-elephant.png) 0 center no-repeat;
  background-size: auto 40px;
  font-size: 18px;
  font-weight: 500;
}

.header .nav{
  padding-top: 30px;
}
.header .nav li{
  float: left;
  font-size: 16px;
  color: #000000;    
  margin-left: 86px;
  line-height: 22px;
  padding: 12px 0;
  border-bottom: 4px solid transparent;
}
.header .nav li.active{
  color: #2B89FF;
  font-weight: bold;
  border-bottom: 4px solid #2B89FF;
}

.footer{
  position: fixed;
  bottom: 0;
  color:#333;
  background: #f9f8f9;
  /* background: linear-gradient(#f9f8f9, #fff); */
  height: 80px;
}
.footer:after {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #FF5050, #FF9C53);
  content: '';
}
.footer .main-cont{
  height: 80px;
  box-sizing: border-box;
}
.tcopyright-wrap{
  margin-top: 16px;
  width: 1200px;
  font-size: 14px;
  line-height: 20px;  
  text-align: center;
}
.tcopyright-wrap .contact,.tcopyright-wrap .copyright,.tcopyright-wrap .address,.tcopyright-wrap .record-number{
  margin: 4px 0;
  color: #333;
}
.tcopyright-wrap .record-number a:hover{
  text-decoration: none;
}
.tcopyright-wrap .contact{
  color: #333;
}
.tcopyright-wrap span{
  margin-right: 20px;
}
.tcopyright-wrap a{
  color: #333;
}
.tcopyright-wrap a:hover{
  color: #333;
  text-decoration: underline;
}
.footer-links-wrap{
  font-size: 14px;
  line-height: 20px;
}
.footer-links-wrap li{
  margin: 16px 0;
}
.footer-links-wrap li a{
  color: #333;
}
.footer-links-wrap li .bold{
  color:#fff;
  font-weight: bold;
}
.footer-links{
  float: left;
  margin: -12px 42px -12px 0;    
}
.qrcode{
  width: 100px;
  height: 100px;
}
.qrcode img{
  width: 100%;
  height: 100%;
}