* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-family: 16px;
}
a {
  text-decoration: none;
}

li {
  list-style: none;
}
img {
    border: 0!important;
}
a,li,button,img:hover {
    cursor: pointer;
}


/*底图*/
.container{overflow-x: hidden;}
.header{
  height: 700px; /*718*/
  background-image: url('../img/header-new.jpg');
  background-repeat: no-repeat;
  background-position: center;
  min-width: 1090px;
}
.content{
  width: 100%;
  height: 480px;
  background-image: url('../img/content_bg.png');
  background-size:100% 480px;
  background-repeat: no-repeat;
}


/*菜单*/
.nav-img{
  position: relative;
  top: 65%;/*65*/
  left: 23%;
}
.nav-img li{
	list-style: none;
	float: left;
  width: 86px;
  height: 96px;
  margin: 10px 20px;
  position: relative;
}
.nav-img li a {
  display: inline-block;
  width: 86px;
  height: 96px;
}
.nav-img li a img{width: 100%;}
.nav-img li a span{
  color: #fff;
  display: inline-block;
  width: 86px;
  text-align: center;
}
.layerImg {
  position:  absolute;
  top: -47px;
  left: -11px;
}

/*活动简介*/
.introduction{
  position: relative;
  top: 30%;
  left: 25%;
  width: 885px;
  height: 230px;
  padding: 34px 30px;
  color: #000;
}
.introduction p{margin-left: 20px;}
.introduction li{margin: 3px;}
.agenda li i{
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  background: #b39b77;
}

/*底部页脚*/
.footer {
    padding: 20px 0;
    background:#b39b77;
    text-align: center;
    box-shadow:0px 40px 40px #b39b77 inset;
}
.footer ul  {
    width: 480px;
    margin: 0 auto 30px;
}
.footer ul a{
    display: block;
    padding-right: 26px;
    float: left;
    border-right: 2px solid white;
    color: #edf3f5;
    margin-left: 22px;
}
#imgBox li{
  width: 200px;
  height: 150px;
  float: left;
}
#imgBox li img {
  width: 200px;
  height: 150px; 
}