header {
  width: 100%;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
header .bgdiv{
  height: 70px;
  background-image: url("../inmeet/bg1.jpg");
  background-repeat: no-repeat;
  background-size: 100% 70px;
}
header .header {
  margin: 0 auto;
}
header .header .logo {
  width: 48px;
  height: 48px;
  margin-left: 5%;
  background-image: url("../inmeet/logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  float: left;
  margin-right: 14px;
  margin-top: 11px;
  margin-bottom: 11px;
}
header .header .nav {
  float: left;
}
header .header .nav li {
  float: left;
}
header .header .nav li a {
  display: block;
  width: 112px;
  line-height: 70px;
  height: 70px;
  color: #D8B386;
  text-align: center;
  padding: 0;
  font-size: 16px;
}
.logo_wrapper{
  width: 1200px;
  height: 58px;
  /* display: flex;
  align-items: center; */
  margin: 0 auto;
}
.logo_wrapper img{
  height: 100%;
}

.container{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.item_wrapper{
  width: 100%;
  background-color: #fff;
  margin-bottom: 35px;
}

.img_wrapper{
  overflow: hidden;
  font-size: 0;
}
.img_wrapper img{
  transform: scale(1);
  transition: all 1s; 
}
.img_wrapper img:hover{
  transform: scale(1.1);
  transition: all 1s; 
}
.intro{
  text-align: center;
}
.intro_title{
  font-size: 18px;
  margin: 10px 0;
}
.intro_content{
  font-size: 13px;
}

footer{
  background-color: #232227;
}
.footer_wrapper{
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 14px;
  color: #999;
}
.footer_wrapper>div{
  margin-top: 10px;
}