.head_main {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background: #fff;

  z-index: 9999;
  /* background: #009884; */
  /* background: url(../images/headerbg.jpg); */
  background-size: 100% 100%;
  /* padding-top: 20px; */
  padding: 0 10px;

}

.head {
  width: 100%;
  height: 100px;
}

.head .logo {
  /* width: 200px; */
  /* line-height: 100px; */
  /* height: 120px; */
  /* margin-right: 120px; */
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  margin-top: 20px;

}
.logo p{
  color: #fff;
  font-size: 40px;
}
.leftLogo a{
  padding: 0 !important;
  margin: 0 !important;
}
.leftLogo {
  width: 184px;
height: 56px;
background: #FBCC43;
border-radius: 8px;
line-height: 56px;
margin-left: 20px;
text-align: center;
  /* width: 46px; */
  /* height: 80px; */
  vertical-align: middle;
  display: inline-block;
  /* margin-right: 120px; */
}

.leftLogo img {
  width: 100%;
}

.head .logo img {
  width: 366px;
  height: 60px;
}

.nav {
  /* height: 80px; */
  line-height: 100px;
}

.nav a {
  margin-left: 30px;
  display: inline-block;
  line-height: 33px;
  padding: 0 15px;
}

.actived {
  border-bottom: 1px solid #333333;
  color: #333333;
  /* font-weight: bold; */
}

.footeruptitle {
  width: 390px;
  margin: 0px auto 60px;
  padding-top: 40px;
}

.content {
  padding-top: 100px;
}

.content img {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
