.new-navbar{
  width: 100%;
  height: 80px;
  padding: 5px 3%;
  position: fixed;
  z-index: 2;
  background: white;
  top: 0;
  transition: top .4s cubic-bezier(.19,1,.22,1);
  box-shadow: 0 4px 20px rgba(44,114,255,.05);
  border-bottom: 1px solid #e0eaff;
}
.navbar-body{
  display: inline-block;
  width: 15%;
  text-align: center;
  vertical-align: middle;
}
.navbar-hd{
  float: left;
  height: 70px;
  background-color: #fff;
  width: 100%;
  line-height: 70px;
}
.navbar-hd>img{
  height: 85%;
}
.navbar-brand1{
  display: inline-block;
  width: 63%;
  height: 70px;
  vertical-align: middle;
}
.navbar-brand1>div{
  float: right;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: rgba(49,120,121,1);
  margin-right: 10px;
}
.navbar-v2{
  display: inline-block;
  /* width: 15%; */
  height: 70px;
  vertical-align: middle;
}
.navbar-bd{
  float: right;
  position: relative;
  background-color: #fff;
  background-color: rgba(255,255,255,.98);
}
.navbar-login{
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid rgba(49,120,121,1);
  border-radius: 21px;
  cursor: pointer;
  color: #317879;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  outline: 0;
  transition: all .4s ease;
  width: 80px;
  height: 34px;
  line-height: 34px;
  margin: 16px 0 0 0;
  padding: 0 20px;
}
.navbar-commit{
  width: 80px;
  height: 34px;
  line-height: 34px;
  margin: 16px 0 0 15px;
  padding: 0 20px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 29px;
  background-color: #317879;
  box-shadow: 0 1px 0 rgba(44,114,255,.08), 0 6px 12px rgba(44,114,255,.18);
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  outline: 0;
  transition: all .4s ease;
}
/*包含以下四种的链接*/
.navbar-login, .navbar-commit {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
.navbar-login:link, .navbar-commit:link {
  text-decoration: none;
}
/*已经访问过的链接*/
.navbar-login:visited, .navbar-commit:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
.navbar-login:hover {
  text-decoration: none;
  color: #006df8;
}
.navbar-commit:hover {
  text-decoration: none;
  color: #fff;
}
/* 正在点击的链接*/
.navbar-login:active, .navbar-commit:active {
  text-decoration: none;
}
.bottomDiv{
  /* height: 60px;  */
  background: #203A3B;
  color: #fff;
  margin-top: 40px;
  text-align: right;
  /* padding-right: 50px; */
  padding: 20px 5px;
}
.navDiv-div{
  display: inline-block;
  /* height: 70px; */
  /* line-height: 70px; */
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
}
.navbarBrand{
  height: 65px;
}
@media only screen and (min-width: 769px){
  .navbarBrand{
    height: 80px;
  }
  .bottomDiv{
    /* height: 60px;  */
    background: #203A3B;
    color: #fff;
    margin-top: 40px;
    text-align: center;
    /* padding-right: 50px; */
    padding: 20px 5px;
  }
  .companyInfo{
    height: 60px;
    line-height: 60px;
    display: inline-block;
  }
}