body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 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;
}
[o-hover="grow"] {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
[o-hover="grow"]:hover, [o-hover="grow"]:focus, [o-hover="grow"]:active {
  transform: scale(1.1);
}

.LbWMGSGs {
  height: 220px;
  width: 1100px;
  margin: 0 50px;
  position: relative;
  margin: 0 auto;
}

.LbWMGSGs .swiper-container {
  height: 100%;
  width: 1050px;
  position: relative;
}

.LbWMGSGs .swiper-container .swiper-item {
  width: 290px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.LbWMGSGs .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.LbWMGSGs {
  position: relative;
}

.LbWMGSGs .swiper-button {
  position: absolute;
  top: 0;
  bottom: 30px;
  margin: auto;
  cursor: pointer;
  z-index: 999;
  background-image: none;
}

.LbWMGSGs .swiper-button-next {
  right: -10px;
}

.LbWMGSGs .swiper-button-prev {
  left: -10px;
}

.LbWMGSGs a {
  color: black;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.LbWMGSGs a img {
  width: 100%;
  height: 180px;
  margin: 0 auto;
  display: block;
}

.LbWMGSGs .image-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin: 0 auto;
  color: #333333;
  line-height: 40px;
  font-size: 17px;
}

.LbWMGSGs .swiper-slide {
  position: relative;
}

.LbWMGSGs .swiper-slide .play-button {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 60px;
  left: 10px;
}/* Float */
[o-hover="float"] {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
[o-hover="float"]:hover, [o-hover="float"]:focus, [o-hover="float"]:active {
  transform: translateY(-8px);
}

.high1 {
  width: 1000px;
  height: 560px;
  position: relative;
  margin: 0px auto;
}

.high1 .button {
  cursor: pointer;
}

.high1 .arrow-left {
  background: url(../resource/left.png) no-repeat center;
  position: absolute;
  left: -72px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 53px;
  height: 71px;
  z-index: 999;
}

.high1 .arrow-right {
  background: url('../resource/right.png') no-repeat left bottom;
  position: absolute;
  right: -72px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 53px;
  height: 71px;
  z-index: 999;
}

.high1 .swiper-container {
  height: 560px;
  width: 1000px;
}

.high1 .pagination {
  display: none;
}

.high1 .swiper-slide {
  position: relative;
}

.high1 .swiper-slide span {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 999;
  font-size: 16px;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
#copyright {
  height: 60px;
  padding: 80px 0;
  position: relative;
  font-size: 14px;
  height: 60px;
  color: #000000;
  z-index: 999;
  width: 100%;
  line-height: 33px;
  text-align: center;
  background-color: transparent;
}
.home {
  background-image: url('../resource/bg.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #f7f7f7;
}

.item-1 {
  width: 1540px;
  height: 696px;
  margin: 0 auto;
  background-image: url('../resource/item-1.png');
  transform: scale(0.8);
  transform-origin: center center;
  position: relative;
}

.item-1 .left h1 {
  color: #adcae5;
  font-size: 43px;
  position: absolute;
  top: 220px;
  left: 220px;
}

.item-1 .left p {
  position: absolute;
  top: 305px;
  width: 670px;
  font-size: 21px;
  left: 220px;
  color: white;
  line-height: 1.8;
  text-indent: 2em;
}

.item-1 .left p a {
  color: #ffe21e;
}

.item-1 .right ul {
  position: absolute;
  left: 970px;
  top: 232px;
  font-size: 21px;
  line-height: 47px;
  width: 387px;
  color: white;
}

.item-1 .right ul li {
  background-image: url('../resource/doit.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 24px;
}

.item-1 .right ul a {
  color: white;
}

.item-1 .right .more {
  position: absolute;
  left: 1230px;
  top: 540px;
  cursor: pointer;
}

.top-placeholder {
  height: 488px;
}

.so {
  position: absolute;
}

.item-2 {
  width: 1920px;
  height: 1016px;
  margin: 0 auto;
  position: relative;
  background-image: url('../resource/item-2.jpg');
}

.item-2 .so-0 {
  right: 15%;
  top: 0;
  width: 871px;
  height: 1049px;
  background-position: center;
  background-image: url('../resource/map411.png');
  transform: scale(0.7);
  transform-origin: center center;
}

.item-2 .so-0 .so.active {
  background-image: url('../resource/map403.png');
  background-size: 67px;
}

.item-2 .so-0 .so {
  width: 75px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../resource/map404.png');
  background-size: 40px;
  cursor: pointer;
}

.item-2 .so-0 .so:hover .info {
  display: block;
}

.item-2 .so-0 .so-1 {
  left: 548px;
  top: 330px;
}

.item-2 .so-0 .so-2 {
  left: 569px;
  top: 734px;
}

.item-2 .so-0 .so-3 {
  left: 526px;
  top: 37px;
}

.item-2 .so-0 .so-4 {
  left: 311px;
  top: 246px;
}

.item-2 .so-0 .so-5 {
  left: 503px;
  top: 678px;
}

.item-2 .so-0 .so-6 {
  left: 169px;
  top: 722px;
}

.item-2 .so-0 .so-7 {
  left: 562px;
  top: 194px;
}

.title {
  width: 660px;
  font-size: 59px;
  color: #0e5496;
  font-weight: bold;
  font-family: SimSun;
  position: absolute;
  text-align: center;
  height: 100px;
  line-height: 100px;
  left: 250px;
  top: 66px;
}

.item-3 {
  width: 1200px;
  height: 929px;
  position: relative;
  margin: 0 auto;
  transform: scale(0.8);
  transform-origin: center center;
}

.item-3 .blinker {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 30px;
  opacity: 0;
  transition: opacity 0.5s;
}

.item-3 .blinker span {
  background-image: url('../resource/play.png');
  background-repeat: no-repeat;
  line-height: 63px;
  background-position: left center;
  padding-left: 72px;
}

.item-3 .so:hover .blinker {
  opacity: 1;
}

.item-3 .so img {
  width: 100%;
  height: 100%;
}

.item-3 .so-1 {
  left: 0px;
  top: 710px;
  width: 390px;
  height: 219px;
}

.item-3 .so-2 {
  left: 390px;
  top: 0px;
  width: 390px;
  height: 219px;
}

.item-3 .so-3 {
  left: 390px;
  top: 710px;
  width: 390px;
  height: 219px;
}

.item-3 .so-4 {
  left: 4px;
  top: 0px;
  width: 390px;
  height: 219px;
}

.item-3 .so-5 {
  left: 810px;
  top: 710px;
  width: 390px;
  height: 219px;
}

.item-3 .so-6 {
  left: 810px;
  top: 461px;
  width: 390px;
  height: 219px;
}

.item-3 .so-7 {
  left: 810px;
  top: 243px;
  width: 390px;
  height: 219px;
}

.item-3 .so-8 {
  left: 2px;
  top: 243px;
  width: 778px;
  height: 437px;
}

.item-3 .title-2 {
  left: 764px;
  position: absolute;
}

.title-2 {
  width: 658px;
  height: 163px;
  background-image: url('../resource/titlr-bg.png');
  line-height: 163px;
  text-align: center;
  font-size: 47px;
  color: #0e5496;
  font-weight: bold;
  font-family: 'SimSun';
  margin: 0 auto;
}

.item-5 {
  width: 1920px;
  height: 1431px;
  position: relative;
  background-image: url('../resource/72.png');
  transform: scale(0.8);
  transform-origin: center center;
}

.item-5 .text {
  color: #8a4e3a;
  font-size: 33px;
  position: absolute;
  width: 320px;
  text-align: center;
}

.item-5 .conn {
  color: #8a4e3a;
  font-size: 25px;
  position: absolute;
  width: 360px;
  text-align: left;
  line-height: 39px;
  font-family: SimSun;
  font-weight: bold;
  text-indent: 2em;
}

.item-5 .conn-1 {
  left: 527px;
  top: 69px;
}

.item-5 .conn-2 {
  top: 435px;
  left: 1473px;
  width: 218px;
}

.item-5 .conn-3 {
  top: 1095px;
  left: 1130px;
}

.item-5 .text-1 {
  top: -20px;
  left: 380px;
}

.item-5 .text-2 {
  left: 1208px;
  top: 860px;
}

.item-5 .text-3 {
  left: 1116px;
  top: 1401px;
}

.item-5 .title-2 {
  left: 1040px;
  position: absolute;
}

.item-5 .so {
  box-shadow: 1px 1px 5px #614d4d;
}

.item-5 .so a,
.item-5 .so img {
  display: block;
  width: 100%;
  height: 100%;
}

.item-5 .so-1 {
  left: 1005px;
  top: 243px;
  z-index: 2;
}

.item-5 .so-2 {
  left: 528px;
  top: 366px;
}

.item-5 .so-3 {
  left: 359px;
  top: 1015px;
}

.item-6,
.item-5,
.item-4 {
  margin-top: 50px;
}

.edit {
  display: none;
}

.item-2 .card {
  position: absolute;
  left: 475px;
  top: 290px;
  width: 410px;
  background-color: white;
  line-height: 44px;
  font-size: 16px;
  color: #333;
}

.item-2 p {
  padding: 15px;
  line-height: 34px;
  text-indent: 2em;
}

.item-2 a,
.item-2 img {
  display: block;
  width: 100%;
  height: auto;
}

.item-2 .left-button,
.item-2 .right-button {
  position: absolute;
  cursor: pointer;
}

.item-2 .index-box {
  font-size: 30px;
  color: #7c2f12;
  position: absolute;
  top: 695px;
  left: 642px;
  letter-spacing: 6px;
}

.item-2 .left-button {
  left: -45px;
  width: 34px;
}

.item-2 .right-button {
  right: -40px;
  top: -4px;
  width: 34px;
}

.item-2 .info {
  position: absolute;
  background-color: #0d5595;
  color: white;
  font-size: 20px;
  width: 180px;
  line-height: 42px;
  padding: 0 10px;
  border-radius: 5px;
  left: 100%;
  display: none;
}

.zhuangshi {
  background-image: url("../resource/zhuangshi.png");
  position: absolute;
  left: 380px;
  top: 280px;
  font-size: 39px;
  width: 58px;
  text-align: center;
  color: #0e5495;
  font-weight: bold;
  padding-bottom: 52px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

