body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

#copyright {
  padding: 40px 0;
  position: relative;
  font-size: 14px;
  height: 145px;
  color: #000000;
  z-index: 999;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
}
.main-bg-box {
  width: 100%;
  position: relative;
}

.main-bg-box img {
  display: block;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
}

.title-bar-box {
  background-color: #a80c0d;
  text-align: center;
  height: 80px;
}

.title-bar {
  background-image: url('../images/title-bar.png');
  width: 328px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  color: #73080a;
  margin: 12px 15px;
  cursor: pointer;
}

.title-bar a {
  color: #73080a;
}

.zalsg {
  margin-bottom: 20px;
}

.lsg-title img {
  display: block;
  margin: 0 auto;
}

.conn-box {
  padding-top: 60px;
  background-color: #fbe6b9;
  background-image: url('../images/zs1.png');
  background-repeat: no-repeat;
  background-position: top center;
}

.people-box {
  width: 1240px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.people-item {
  width: 373px;
  margin: 0 20px;
  margin-bottom: 30px;
}

.people-item a {
  display: block;
}

.people-item .people {
  background-image: url('../images/people-box.png');
  width: 373px;
  height: 232px;
  position: relative;
}

.people-item .people img {
  width: 362px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 216px;
}

.title-bar-2 {
  background-image: url('../images/title-bar-2.png');
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #a66d31;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
}

.title-bar-2 a {
  color: #a66d31;
}

#copyright {
  margin-top: 40px;
  height: 180px;
  background-image: url('../images/zs2.png');
  background-repeat: no-repeat;
  background-position: bottom center;
}

