/*初始化  reset*/
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
  color: #666;
}

ol,
ul {
  list-style: none
}

a {
  text-decoration: none
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

a,
input,
button,
select,
textarea {
  outline: none;
}

a,
button {
  cursor: pointer;
}

.wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* border: 1px solid red; */
}

.slide {
  position: absolute;
  left: 17%;
  top: 8%;
  height: 500px;
}

.gssa {
  width: 800px;
  /* height: 100%; */

  /* z-index: 9999;  */
}

#bfbfbf {
  position: absolute;
  left: 48%;
  top: 45%;
  width: 80px;
  height: 80px;
  z-index: 9999;
}

.slide ul {
  position: absolute;
  left: 0;
  top: 30%;
  z-index: 1;
}

.slide li {
  position: absolute;
  width: 800px;
  height: 500px;
  left: 200px;
  top: 0;
  /* background-color: #6475ae; */
  z-index: 999999;
}

.slide img {
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.arrow {
  position: absolute;
  left: 48%;
  top: 65%;
  z-index: 10;
  width: 1200px;
  height: 100px;
  display: block;
  /* background-color: hotpink; */
  /* display: none; */
}

.arrow .prev {
  z-index: 9999999999;
  position: absolute;
  left: 100px;
  top: 80%;
  width: 76px;
  height: 112px;
  margin-top: -56px;
  background: url(./img/btn_l.png) 0 0 no-repeat;
}

.arrow .next {
  z-index: 9999999999;
  position: absolute;
  right: 100px;
  top: 80%;
  width: 76px;
  height: 112px;
  margin-top: -56px;
  background: url(./img/btn_r.png)0 0 no-repeat;
}