*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.page-cont{
  padding-top: 76px;
}
.blue-bg .navbar-light .navbar-toggler-icon{
  background-image:url('../image/more.png')
}
.logo{
  width: 85px;
  height: 50px;
  margin-right: 9px;
}
.navbar{
  /* height: 80px; */
  padding-right: 30px;
  padding-left: 40px;
  font-size: 20px;
}
.nav-box{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #012399;
}
.navbar-brand{
  flex:1;
  color: #1f99d0 !important;
}

.navbar-collapse{
  width: 640px;
  flex-grow:unset
}
.navbar-nav .nav-link{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: #d1d3d7 !important;
}

.navbar-nav .actLink{
  color: #fff !important;
}

.footer-box{
  padding: 40px 0;
  background-color: #1A1B1F;
}

.footer-box p{
  color: #AEAEAE;
}
.footer-box .desc-p1{
  font-size: 18px;
  padding: 6px;
  text-align: left;
}
.footer-box .desc-p2{
  font-size: 18px;
  padding: 16px 0;
  text-align: left;
}
.phone-img{
  width: 27px;
  height: 27px;
}
.pic-box{
  display: flex;
  justify-content: center;
}

.pic-box p{
  padding: 8px 0;
  text-align: left;
}

.QRCode{
  margin-bottom: 12px;
}

.copyright{
  padding-top: 40px;
}
.copyright .span1{
  font-size: 14px;
  color: #5E5F60;
}

.copyright{
  text-align: center;
}
.copyright .span2 a{
  font-size: 14px;
  color: #4A87CE;
  cursor: pointer;
}
/* .copyright .span2:hover{
  color: #4A87CE;
  text-decoration: underline;
} */
.search-img-icon{
  height: 100%;
  display: flex;
  align-items: center;
}
.search-img-icon img{
  position: relative;
  left: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.search-box{
  display: none;
  padding-left: 25px;
  border-bottom: 1px solid #d1d3d7;
}
.search-input{
  width: 180px;
  color: #d1d3d7;
  border: none;
  outline: none;
  background: transparent;
}

.white-bg .search-box{
  border-bottom: 1px solid #545454;
}

.white-bg .search-input{
  color: #545454;
}


/* 回到顶部 */
.back-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #094DC2;
}
.back-to-top img{
  width: 13px;
}

/* 白色菜单栏 */
.white-bg{
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.3);
}
.white-bg .navbar-brand{
  color: #1489C4 !important;
}
.white-bg .navbar-nav .nav-link{
  color: #545454 !important;
}
.white-bg .navbar-nav .actLink{
  color: #1489C4 !important;
}


@media (max-width: 500px){
  .company-name{
    display: none;
  }
  .logo{
    width: 53px;
    height: 33px;
  }
  .page-cont{
    padding-top: 60px;
  }
  .copyright{
    padding-top: 10px;
  }
  .copyright span{
    display: block;
    padding: 8px;
  }
  .QRCode{
    margin-top: 12px;
  }
}