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;
}

.conn {
  background-image: url('../images/bg.jpg');
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 586px;
  height: 3340px;
}

.info-box {
  font-size: 22px;
  line-height: 40px;
  margin-top: 20px;
  height: 200px;
  width: 1020px;
  font-weight: bold;
  margin-left: 55px;
}

.juanzhou {
  background-image: url('../images/juanzhou.png');
  width: 1159px;
  height: 689px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

.juanzhou .show-video {
  position: absolute;
  top: 17px;
  left: 27px;
}

.tab-line {
  height: 112px;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 112px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #5c3c23;
}

.video-info {
  color: #313031;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 30px;
  margin-top: 36px;
}

.video-info-2 {
  color: #76543f;
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 60px;
}

.card-list {
  width: 1215px;
  margin: 0 auto;
  margin-top: 40px;
}

.card-list li {
  background-color: #e5d8c4;
  width: 395px;
  height: 430px;
  float: left;
  padding: 12px;
  margin: 5px;
  margin-top: 30px;
}

.card-list p {
  font-size: 24px;
  line-height: 1.4;
  color: #313031;
  display: block;
  margin-top: 0px;
}

.tab-box .item {
  height: 90px;
  margin: 0px 50px;
  padding: 0 20px;
  border-radius: 10px;
  width: 335px;
  background-repeat: no-repeat;
  line-height: 89px;
  text-align: center;
  font-size: 24px;
  padding-left: 92px;
  color: #63432b;
  margin-left: -40px;
  cursor: pointer;
	background-size: 100% auto;
}

.tab-box .item.active {
  background-image: url('../images/active-butt.png');
  color: white;
}

.copyright {
  color: #313031;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  margin-top: 60px;
}

.tab-box-2 {
  height: 1142px;
}