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