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

.header1 .w1000 {
  width: 1000px;
  margin: 0 auto;
  height: 45px;
}

.header1 {
  background: #fff;
  height: 45px;
  width: 100%;
}

.header1 .left {
  float: left;
  height: 45px;
  width: 90px;
  position: relative;
}

.header1 .left a {
  display: block;
  width: 100%;
  height: 100%;
}

.header1 .left img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header1 em {
  float: right;
  line-height: 45px;
  font-style: normal;
  font-size: 14px;
}

.header1 em a {
  display: inline-block;
  text-decoration: none;
}

.header1 em a:hover {
  text-decoration: underline;
}

.header1 em,
.header1 em a,
.header1 em a:link,
.header1 em a:visited,
.header1 em a:hover {
  color: #666;
}
.news-head {
  width: 100%;
  color: white;
}

.news-head h1 {
  text-align: center;letter-spacing:5px;
}

.news-head h1 a {
  color: white;
  font-size: 32px;
  font-family: "Microsoft YaHei";
  display: block;
}

.news-head p {
  position: relative;
  text-align: center;
}

.news-head h1 a:hover {
  text-decoration: none;
  color: #ce262a;
}

.news-head p a {
  display: inline-block;
  width: auto;
  font-size: 14px;
  color: black;
  overflow: hidden;
  margin: 0 30px;
  line-height: 20px;
  padding-top: 20px;
  color: unset;
}
.swiper-box {
  height: 400px;
  overflow: hidden;
  width: 600px;
  margin: 0 auto;
  background-color: white;
}

.swiper-box img {
  width: 100%;
  height: 100%;
}

.swiper-box a {
  display: block;
  color: white;
  width: 100%;
  height: 100%;
}

.swiper-box .swiper-wrapper .text {
  position: absolute;
  bottom: 0;
  background-color: white;
  color: #333333;
  line-height: 40px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.swiper-box .swiper-container {
  width: 100%;
  height: 400px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.swiper-box .swiper-pagination-switch {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: white;
  position: relative;
  cursor: pointer;
  float: left;
  box-shadow: 0px 1px 2px #555 inset;
}

.swiper-box .swiper-active-switch {
  background-color: #168cdb;
}

.swiper-box a {
  text-decoration: none;
}

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

.swiper-box .pagination {
  position: absolute;
  bottom: 55px;
  right: 0;
  left: 0;
  height: 12px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.box-2 .right {
  width: 285px;
}

.box-2 .right .img-box p {
  font-size: 14px;
}

.box-2 .img-box {
  position: relative;
}

.box-2 p {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 98%;
  color: white;
  line-height: 40px;
  padding: 0 1%;
  display: block;
  font-size: 16px;
}

.box-2 .left {
  margin-top: 10px;
}

.box-2 .left .img-box img {
  width: 890px;
  height: 550px;
}

.box-2 .left .play-button {
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: absolute;
  left: 2%;
  bottom: 11%;
  z-index: 9;
  background-image: url('../resource/play-button.png');
}

.box-2 a {
  display: block;
}

.box-2 .right {
  float: right;
}

.box-2 .right .img-box {
  margin: 10px 5px;
}

.box-2 .right .play-button {
  width: 30px;
  height: 30px;
  background-size: 100%;
  position: absolute;
  left: 4%;
  bottom: 28%;
  z-index: 9;
  background-image: url('../resource/play-button.png');
}

.box-2 .img-box img,
.box-2 .img-box a {
  display: block;
  color: #000000;
}[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: 240px;
  width: 1200px;
  position: relative;
}

.LbWMGSGs .swiper-container {
  height: 240px;
  width: 1160px;
  position: relative;
}

.LbWMGSGs .swiper-container .swiper-item {
  width: 320px;
  height: 220px;
  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 {
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  z-index: 999;
}

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

.LbWMGSGs .swiper-button-prev {
  left: -35px;
  transform: rotate(180deg);
}

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

.LbWMGSGs a img {
  width: 320px;
  height: 200px;
  margin: 0 auto;
  display: block;
}

.LbWMGSGs .image-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
}

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

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

.conn-2 .swiper-3d li {
  position: absolute;
  background-size: 100% 100%;
  cursor: pointer;
  overflow: hidden;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: all 0.4s linear;
  box-shadow: 1px 2px 8px #b1acac;
}

.conn-2 .active {
  opacity: 1;
}

.conn-2 li {
  background-color: #ffffff;
}

.conn-2 li .fl {
  width: 350px;
  height: 220px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}

.conn-2 li .fr {
  position: absolute;
  left: 410px;
  width: 470px;
  height: 220px;
  margin: auto auto;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.conn-2 li .fr h2 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 26px;
}

.conn-2 li .fr p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 1.7;
  color: #888888;
}

.conn-2 .prev {
  left: 30px;
}

.conn-2 .next {
  right: 30px;
}

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

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

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

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

.conn-2 .info-box {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
  height: 160px;
}

.conn-2 .info-box h2 {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}

.conn-2 .info-box h3 {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}

.conn-2 .info-box p {
  text-indent: 2em;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 10px;
}
.conn-2 .more a{color:#fff;}
.conn-2 .more {
  position: absolute;
  width: 120px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
  height: 35px;
  line-height: 35px;
  background-color: #1a3f96;
  border-radius: 5px;
}/* Bob */
@-webkit-keyframes owo-hover-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes owo-hover-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes owo-hover-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
@keyframes owo-hover-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
[o-hover="bob"] {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
[o-hover="bob"]:hover, [o-hover="bob"]:focus, [o-hover="bob"]:active {
  -webkit-animation-name: owo-hover-bob-float, owo-hover-bob;
  animation-name: owo-hover-bob-float, owo-hover-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.high3 {
  width: 1200px;
  height: 680px;
  position: relative;
  margin: 0px auto;
}

.high3 .button {
  cursor: pointer;
}

.high3 .arrow-left {
  background: url('../resource/left-2.png') no-repeat center;
  position: absolute;
  left: -80px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  z-index: 99;
  background-position: center;
}

.high3 .arrow-right {
  background: url('../resource/right-2.png') no-repeat left bottom;
  position: absolute;
  right: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  z-index: 99;
  background-position: center;
}

.high3 .swiper-container {
  height: 680px;
  width: 1200px;
}

.high3 .pagination {
  display: none;
}

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

.high3 .swiper-slide span {
  width: 100%;
  height: 40px;
  line-height: 40px;
  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);
}

.high3 .top-box {
  width: 658px;
  height: 167px;
  padding: 0 80px;
  background-image: url('../resource/doit-2.png');
}

.high3 .top-box h1 {
  font-size: 40px;
  line-height: 95px;
  color: #163a91;
}

.high3 .top-box h2 {
  color: #333333;
  font-size: 23px;
  line-height: 34px;
}

.high3 .text {
  text-indent: 2em;
  font-size: 20px;
  color: black;
  line-height: 1.7;
  width: 1100px;
  margin: 0 50px;
  margin-top: 30px;
}

.high3 .image-box-2 {
  display: flex;
  margin-top: 30px;
  justify-content: space-evenly;
}

.high3 .image-box-2 .item {
  width: 397px;
  float: left;
  margin: 0 20px;
}

.high3 .image-box-2 .item p {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
}.phone .high3 {
  width: 98%;
  height: 55vw;
  padding: 1vw;
}

.phone .high3 img {
  width: 100%;
  height: 100%;
}

.phone .high3 .swiper-container {
  width: 100%;
  height: 100%;
}

.phone .high3 .swiper-slide span {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
}

.phone .high3 .arrow-left {
  left: 10px;
  background-size: 50px;
}

.phone .high3 .arrow-right {
  right: 10px;
  background-size: 50px;
}
#copyright {
  height: 60px;
  padding: 40px 0;
  position: relative;
  font-size: 14px;
  height: 60px;
  color: #000000;
  z-index: 999;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
}
.main {
  display: block;
  width: 100%;
  height: auto;
}

.main-box {
  background-color: #163b91;
  padding-top: 40px;
}

.decorate {
  display: block;
}

.mt40{margin-top: 40px;}
.mt20{margin-top:20px;}
.lr-box .fr {
  width: 470px;
  color: white;
}

.lr-box .fr h2 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}

.lr-box .fr p {
  line-height: 26px;
  font-size: 13px;
}

.lr-box .fr .line {
  background-image: url('../resource/line.png');
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
}

.lr-box .fr a {
  display: block;
  color: white;
}

.lr-box .fr li {
  background-image: url('../resource/doit.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 15px;
}

.lr-box .fr li,
.lr-box .fr li a {
  line-height: 34px;
  font-size: 16px;
}

.trb-bar {
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
  font-size: 24px;
  position: absolute;
  width: 100%;
}

.trb-bar a {
  color: white;
  margin: 0 20px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: center bottom;
  display: inline-block;
  line-height: 55px;
}

.trb-bar a:hover {
  color: #f9dc78;
  text-decoration: none;
  background-image: url('../resource/aline.png');
}

.image-box {
  background-image: url('../resource/zhuangshi-1.png');
  background-repeat: no-repeat;
  background-position: 0px 26px;
}

.card-show-box .item {float: left; margin: 0 4px;}

.card-show-box .item img,
.card-show-box .item span,
.card-show-box .item a {
  display: block;
  color: #333333;
  text-align: center;
  font-size: 22px;
  text-decoration: none;
}

.video-box {
  width: 1200px;
  height: 600px;
}

.swiper-big-image {
  width: 1200px;
  height: 610px;
  position: relative;
}

.swiper-big-image .big-img {
  width: 100%;
  height: 100%;
  display: block;
}

.swiper-big-image .item {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 65px;
  position: absolute;
  border: 4px solid white;
  left: 60px;
  cursor: pointer;
}

.swiper-big-image .item img {
  height: 100%;
  width: auto;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
}

.swiper-big-image .active {
  border-color: #feca51;
}

.swiper-big-image .item-1 {
  top: 100px;
}

.swiper-big-image .item-2 {
  top: 250px;
}

.swiper-big-image .item-3 {
  top: 400px;
}

.swiper-bottom-bar {
  width: 957px;
  height: 185px;
  position: relative;
  margin: 40px auto;
}

.swiper-bottom-bar a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-bottom-bar .so {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
}

.swiper-bottom-bar .so-1 {
  left: 211px;
  top: 29px;
  width: 103px;
  height: 136px;
  background-image: url('../resource/408.png');
}

.swiper-bottom-bar .so-2 {
  left: 643px;
  top: 29px;
  width: 103px;
  height: 134px;
  background-image: url('../resource/405.png');
}

.swiper-bottom-bar .so-3 {
  left: 0px;
  top: 29px;
  width: 103px;
  height: 134px;
  background-image: url('../resource/409.png');
}

.swiper-bottom-bar .so-4 {
  left: 854px;
  top: 29px;
  width: 103px;
  height: 134px;
  background-image: url('../resource/406.png');
}

.swiper-bottom-bar .so-5 {
  left: 152px;
  top: 0px;
  width: 655px;
  height: 185px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  background-image: url('../resource/414.png');
}

.decorate {
  width: 100%;
  margin-top: 30px;
}

.text-swiper-box {
  background-color: #f2f2f2;
  padding: 40px 0;
  margin-top: 60px;
}

.qr-code {
  position: absolute;
  left: -16px;
  right: 0;
  top: -22px;
  bottom: 0;
  margin: auto;
}

