/* resetCss开始 */

html {
  overflow-x: auto;
  overflow-y: scroll;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
h3,
h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

body {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue",
    Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei",
    "\5B8B\4F53";
  font-size: 16px;
  color: #070707;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  min-width: 1200px;
}
.wrapper {
  width: 100%;
  min-width: 1400px;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: auto;
}

.header {
  width: 100%;
  height: 510px;
  background: url(gzsqn_fp_nav.png) no-repeat center;
  position: relative;
}
.logo {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -570px;
}
.logo a img {
  width: 100%;
  height: 100%;
}
.top_wood {
  width: 1304px;
  background: url(gzsqn_fp_wood.png) no-repeat center;
  height: 62px;
  position: absolute;
  top: 548px;
  left: 50%;
  margin-left: -655px;
}
.container {
  width: 100%;
  height: auto;
  background: url(gzsqn_fp_content_bg.png) no-repeat top;
  padding-top: 100px;
  box-sizing: border-box;
}
.container-fixed {
  background-attachment: fixed !important;
}

.container .content {
  background: #f2ede4;
  width: 1200px;
  height: auto;
  background: url(gzsqn_fp_text_bg.png) no-repeat center;
  background-position: 100% 100%;
  margin: 0 auto;
}
.content_left {
  width: 288px;
  height: 100%;
  background-color: #f2ede4;
}
.fixe {
  position: fixed;
  top: 0px;
}
.content_left h3 {
  margin-top: 40px;
  background: url(gzsqn_fp_hover_bg.png);
  height: 48px;
  width: 100%;
  text-indent: 20px;
  line-height: 48px;
  color: #997c49;
  cursor: pointer;
}
.content_left ul {
  margin-top: 12px;
}
.content_left ul li {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-indent: 28px;
  cursor: pointer;
}
.content_left ul li span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #baa785;
  font: normal 14px/22px "微软雅黑";
  color: white;
  text-indent: 0px;
  text-align: center;
}
.content_left ul li em {
  padding-bottom: 3px;
  color: #8f633c;
  border-bottom: #dacdb6 1px solid;
  font-style: inherit;
}
.content_left ul li em.f15 {
  font-size: 15px;
}
.content_left ul li em.ib1 {
  display: inline-block;
  width: 228px;
  height: 22px;
  line-height: 22px;
  text-align: left;
  text-indent: 0px;
}
.content_left ul li.ib_s {
  text-indent: 55px;
}

.content_left ul li em.ib {
  display: inline-block;
  width: 200px;
  height: 22px;
  line-height: 22px;
  text-align: left;
  text-indent: 0px;
}
.content_left ul .active {
  background: url(gzsqn_fp_hover_bg.png);
}
.content_right {
  width: 912px;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background: url(gzsqn_fp_text_bg.png);
}
.bottom_wood {
  width: 1304px;
  background: url(gzsqn_fp_wood.png) no-repeat center;
  height: 62px;
  margin: 0 auto;
}
.arrow {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 100px;
  background: url(arrow.png) no-repeat center/cover;
  z-index: 5;
  cursor: pointer;
}