@charset "UTF-8";
html body {
  background: #fff;
  width: 100%;
  overflow-x: hidden;
  background: #FFFFFF; }

.ab_ssgm {
  min-width: 800px;
  width: 100%; }

/*---------导航---------*/
.ab_banner {
  width: 100%;
  height: 420px;
  background: url(../img/png/ab_bg.jpg) no-repeat;
  background-size: cover;
  margin-top: 90px; }
  .ab_banner img {
    width: 380px;
    margin: 0 auto;
    display: block;
    padding-top: 150px; }

.ab_introduce {
  background: #fff;
  width: 100%;
  margin: 60px 0;
  }
  .ab_introduce p:nth-child(1) {
    font-size: 30px;
    text-align: center;
    padding-top: 92px; }
  .ab_introduce span {
    font-size: 16px; }
  .ab_introduce i {
    font-style: normal;
    display: block;
    width: 400px;
    height: 10px;
    background: url(../img/ab_list.png) no-repeat;
    background-size: cover;
    margin: 30px auto 50px; }
  .ab_introduce p:nth-of-type(2) {
    line-height: 46px;
    width: 968px;
    margin: 0 auto;
    text-indent: 2em;
    font-size: 18px; }

/*--------中部介绍-------------*/
.bg_banner {
  background: #343434;
  width: 100%;
  height: 254px;
  position: relative; }

.z_banner1 {
  position: absolute;
  background: #662834;
  width: 1120px;
  height: 520px;
  left: 50%;
  top: 84px;
  margin-left: -560px; }
  .z_banner1 .ab_culture {
    width: 464px;
    float: right;
    position: relative;
    opacity: 0; }
  .z_banner1 p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    float: left;
    text-align: justify; }
  .z_banner1 p:nth-child(1) {
    padding-top: 45px;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 40px; }
.z_banner1 p span:nth-of-type(1){
  display:block;
  float: left;
  width:34%
}
.z_banner1 p span:nth-of-type(2){
  display:block;
  float: left;
  width:60%
}


.ab_people {
  background: url(../img/png/ab_banner_3.jpg) no-repeat;
  width: 600px;
  height: 460px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 20px;
  opacity: 0; }

/*------------人物介绍--------------*/
.ab_introduces {
  padding-top: 242px;
  padding-bottom: 300px; }

.ab_peoplein {
  width: 1120px;
  margin: 0 auto;
  padding-top: 26px; }
  .ab_peoplein a {
    display: block;
    float: left;
    margin-right: 54px;
    position: relative;
    height: 400px;
    width: 238px; }
  .ab_peoplein a:last-child {
    margin: 0; }
  .ab_peoplein img {
    width: 238px;
    height: 400px;
    display: block; }
  .ab_peoplein .ab_first {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #494a50;
    overflow: hidden; }
    .ab_peoplein .ab_first span {
      font-size: 24px;
      color: #fff;
      display: block;
      text-align: center;
      padding-top: 24px; }
    .ab_peoplein .ab_first b {
      display: block;
      font-weight: normal;
      font-size: 14px;
      color: #fff;
      text-align: center;
      padding-top: 12px; }
  .ab_peoplein .ab_second {
    width: 214px;
    padding: 0 12px;
    height: 0;
    overflow: hidden;
    background: rgba(110, 185, 43, 0.8);
    position: absolute;
    left: 0;
    bottom: -400px; }
    .ab_peoplein .ab_second h1:nth-of-type(1) {
      font-size: 24px;
      padding-top: 95px;
      color: #fff; }
    .ab_peoplein .ab_second h1:nth-of-type(2) {
      font-size: 12px;
      padding-top: 14px;
      color: #fff; }
    .ab_peoplein .ab_second h1:nth-of-type(3) {
      font-weight: normal;
      font-size: 14px;
      color: #fff;
      padding-top: 42px;
      line-height: 32px;
      position: relative;
      text-align: justify; }

/*-----下边banner---------*/
.ab_hands {
  background: url(../img/ab_hands.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 544px;
  padding: 0; }

/*--------滑动页面------------*/
@-webkit-keyframes hovers1 {
  from {
    bottom: 0;
    height: 100px; }
  to {
    bottom: 0;
    height: 0;
    overflow-y: hidden; } }
@keyframes hovers1 {
  from {
    bottom: 0;
    height: 100px; }
  to {
    bottom: 0;
    height: 0;
    overflow-y: hidden; } }
@-webkit-keyframes hovers2 {
  from {
    height: 0;
    bottom: 0;
    overflow-y: hidden; }
  to {
    height: 400px;
    bottom: 0; } }
@keyframes hovers2 {
  from {
    height: 0;
    bottom: 0;
    overflow-y: hidden; }
  to {
    height: 400px;
    bottom: 0; } }
.hovers1 {
  animation: hovers1 1s forwards;
  -webkit-animation: hovers1 1s forwards; }

.hovers2 {
  animation: hovers2 1s forwards;
  -webkit-animation: hovers2 1s forwards; }

/*--------滑出滑动页面------------*/
@-webkit-keyframes hovers11 {
  from {
    bottom: 0;
    height: 0;
    overflow-y: hidden; }
  to {
    bottom: 0;
    height: 100px; } }
@-webkit-keyframes hovers22 {
  from {
    height: 400px;
    bottom: 0; }
  to {
    height: 0;
    bottom: 0;
    overflow-y: hidden; } }
.hovers11 {
  animation: hover11 .5s forwards;
  -webkit-animation: hovers11 .5s forwards; }

.hovers22 {
  animation: hover22 .5s forwards;
  -webkit-animation: hovers22 .5s forwards; }
