@charset "utf-8";

/* css document */
* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #edeae1;
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
  font-family: "微软雅黑";
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
  list-style: none;
  outline: none;
}

a:hover {
  border: 0px;
}

button {
  cursor: pointer;
}

.clear {
  clear: both;
}

table {
  border-spacing: 1px;
  border-collapse: collapse;
}

.wrap{
  float: left;
  width:100%;
  height:auto;
  min-width: 1280px;
  background:url(../../../image/bakActivity/stu/bg2.jpg) center 0px no-repeat;

}
.wrap .wrap-main{
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.wrap .wrap-nav {
  background:#fff;
  width: 1200px;
  height: 50px;
  margin: auto;
  background: #fff;
  opacity: 1;
  margin-top: 330px;
  border-radius: 5px;
}

.wrap .wrap-nav ul li{
  width: 120px;
  line-height: 55px;
  cursor: pointer;
  font-size: 14px;
  color:  #323232;
}

.wrap .wrap-nav ul li i{
  float: left;
  width: 20px;
  height: 20px;
  margin: 20px 10px 20px 20px;
  background: url(../../../image/bakActivity/stu/return.png) no-repeat;
}
