.head_main {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  /* background: #6084ff; */
  /* padding-top: 20px; */
}

.head {
  display: flex;
  justify-content: space-between;
  padding: 0 ;
  padding-left: 250px;
  align-items:center;
  height: 100%;
}

.head .logo {
 
  transform: scale(.7);
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
}
.logo{
  display: flex;
  align-items: center;
  font-size: 32px;
  font-family: HelveticaNeue;
  color: #3C3C3C;
}
.logo-name{
  margin-left: 38px;
}

.leftLogo {
  width: 46px;
  /* height: 80px; */
  vertical-align: middle;
  display: inline-block;
  /* margin-right: 120px; */

}

.leftLogo img {
  width: 100%;
}

.head .logo img {
  /* width: 65px;
  height: 65px; */
}

.nav {
  height: 80px;
  line-height: 80px;
  
}

.nav a {
  margin-left: 30px;
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
  font-size: 16px;
  font-family: Poppins-Regular, Poppins;
  font-weight: 400;
  color: #1F2833;
}

.actived {
  /* border-bottom: 1px solid #ffffff; */
  font-family: Poppins-Bold, Poppins !important;
  font-weight: bold !important;
  color: #72AFF6 !important;
}

.footeruptitle {
  width: 390px;
  margin: 0px auto 60px;
  padding-top: 40px;
}

.content {
  padding-top: 80px;
}

.content img {
  width: 100%;
}
.whiteBG {
  background: #fff;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}