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 {
  position: relative;
}

.conn .swiper-3d {
  width: 1200px;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.conn .swiper-3d li {
  position: absolute;
  background-size: 100% 100%;
  cursor: pointer;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: all 0.4s linear;
  background:#000;
}

.conn .swiper-3d li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  color: white;
  font-size: 16px;
}

.conn .active {
  opacity: 1;
}

.conn .swiper-3d li img {
  width: 100%;
  height: 100%;
}

.conn .prev {
  left: 30px;
}

.conn .next {
  right: 30px;
}

.conn .swiper-item.hide {
  opacity: 0;
}

.conn .swiper-3d a,
.conn .swiper-3d img {
  display: block;
  width: 100%;
  height: 100%;
}

.conn .left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  left: -190px;
  cursor: pointer;
}

.conn .right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  right: -190px;
  cursor: pointer;
}

.conn .swiper-item.show {
  opacity: 0.6;
}

.conn .swiper-item.active {
  opacity: 1;
}

.conn .title {
  position: absolute;
  top: -100px;
  display: none;
}

.conn .title-bar {
  color: #f6d7c4;
  font-size: 42px;
}

.conn .title-bar a {
  display: block;
  color: #f6d7c4;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
}

.conn .title-bar a:hover {
  text-decoration: none;
}

.conn .pagination {
  line-height: 40px;
  width: 100%;
  display: block;
  position: absolute;
  height: 40px;
  font-size: 30px;
  text-align: center;
  bottom: -100px;
}

.conn .pagination .pagination-item {
  display: inline;
  color: #ebd3b5;
  margin: 0 10px;
  text-shadow: 1px 1px 1px #604f4f;
}

.conn .pagination .active {
  font-size: 54px;
}

.conn video {
  width: 100%;
  height: 100%;
}
.home {
  overflow: hidden;
}

.scal-box {
  background-image: url('../images/bg4.jpg');
}

.conn {
  width: 1240px;
  height: 580px;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  bottom: 194px;
}

.swiper-3d {
  margin: 0 auto;
}

.title-bar {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.title-bar img {
  display: block;
  margin: 0 auto;
  height: 48px;
}

.nav-box {
  position: absolute;
  left: 465px;
  top: 280px;
  width: 120px;
}

.nav-box .nav-item {
  background-image: url('../images/hui.png');
  height: 56px;
  background-repeat: no-repeat;
  width: 112px;
  margin-bottom: 10px;
  line-height: 53px;
  text-align: center;
  font-size: 24px;
  color: #861616;cursor:pointer;
}

.nav-box .nav-item.active {
  background-image: url('../images/liang.png');
  color: #fdf3e3;width:135px;height:58px;line-height: 56px;font-size:28px;background-size:contain;
}
.copyright{position:fixed;width:100%;bottom:20px;color:#fff;text-align: center;font-size:14px;}
