@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

/* ====== auto export start ======  */
.cpg0-02 {
  position: absolute;
  left: 491px;
  top: 994px;
  z-index: 9;
  width: 32px;
  height: 14px;
  font-size: 18px;
}

.cpg0-03 {
  position: absolute;
  left: 237px;
  top: 999px;
  z-index: 10;
  width: 241px;
  height: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
}

.cpg0-03 span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1%;
  background: #fe0101;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.cpg0-04 {
  position: absolute;
  left: 237px;
  top: 999px;
  z-index: 8;
  width: 241px;
  height: 9px;
}

.cpg0-06 {
  position: absolute;
  left: 241px;
  top: 454px;
  z-index: 2;
  width: 46px;
  height: 34px;
}

.cpg0-07 {
  position: absolute;
  left: 54px;
  top: 800px;
  z-index: 2;
  width: 55px;
  height: 42px;
}

.cpg0-08 {
  position: absolute;
  left: 523px;
  top: 260px;
  z-index: 2;
  width: 123px;
  height: 105px;
}

.cpg0-09 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 750px;
  height: 1508px;
}

.cpg0-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 750px;
  height: 1508px;
}

.cpg1-02 {
  position: absolute;
  left: 100px;
  top: 430px;
  z-index: 1;
  width: 529px;
  height: 529px;
}

.cpg1-03 {
  position: absolute;
  left: 652px;
  top: 214px;
  z-index: 1;
  width: 74px;
  height: 74px;
}

.cpg1-04 {
  position: absolute;
  left: 652px;
  top: 214px;
  z-index: 4;
  width: 74px;
  height: 74px;
}

.cpg1-06 {
  position: absolute;
  left: 589px;
  top: 1112px;
  z-index: 4;
  width: 47px;
  height: 55px;
}

.cpg1-07 {
  position: absolute;
  left: 114px;
  top: 1112px;
  z-index: 4;
  width: 47px;
  height: 55px;
}

.cpg1-08 {
  position: absolute;
  left: 195px;
  top: 1102px;
  z-index: 4;
  width: 360px;
  height: 74px;
}

.cpg1-09 {
  position: absolute;
  left: 153px;
  top: 251px;
  z-index: 1;
  width: 487px;
  height: 82px;
}

.cpg1-10 {
  position: absolute;
  left: 238px;
  top: 364px;
  z-index: 1;
  width: 299px;
  height: 119px;
}

.cpg1-11 {
  position: absolute;
  left: 152px;
  top: 877px;
  z-index: 1;
  width: 493px;
  height: 139px;
}

.cpg1-12 {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  width: 750px;
  height: 1508px;
}

/* ====== auto export end ====== */
.btn-video {
  display: none;
}

.main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html,
body {
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  height: 100vh;
}

.main {
  width: 750px;
  height: 1508px;
  overflow: hidden;
}

.page {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 750px;
  height: 1508px;
}

.full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.full2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.full2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-pc {
  width: 100%;
  height: 100%;
  height: 100vh;
  min-width: 1100px;
}

.swiper-slide,
.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide {
  position: relative;
  background: #fff;
}

.loading-wrap {
  z-index: 99999999;
}

.loading-wrap .progress-num {
  z-index: 9;
  color: #fe0101;
  font: normal 18px  '微软雅黑';
}

@-webkit-keyframes aniRotate {
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}

@keyframes aniRotate {
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}

.music {
  /* display: none; */
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999;
  width: 60px;
  height: 60px;
  background: url(../images/pg1-03-zanting.png) center/contain no-repeat;
}

.music.active {
  -webkit-animation: aniRotate 2s linear infinite;
  animation: aniRotate 2s linear infinite;
  background: url(../images/pg1-04-bofang.png) center/contain no-repeat;
}

.page-cover {
  z-index: 8;
}

.page-cover .road-wrap {
  position: absolute;
  left: 0px;
  top: 915px;
  z-index: 1;
  width: 646px;
  height: 593px;
  background: url(../images/icon-road.png) center top/100% auto no-repeat;
  -webkit-transition: all linear 2.4s;
  transition: all linear 2.4s;
  height: 0;
  overflow: hidden;
}

.page-cover .road-wrap.active {
  height: 666px;
}

.page-bianzhean {
  z-index: 7;
}

.page-choose {
  z-index: 6;
  background: url(../images/bg-common.jpg) center/cover no-repeat;
}

@-webkit-keyframes aniBlur {
  0%, 100% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  50% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes aniBlur {
  0%, 100% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  50% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.move {
  display: none;
}

.move2 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.move3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.move4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.move5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.fixed-share-mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.fixed-share-mask img {
  float: right;
  width: 30vw;
  margin-top: 20px;
  margin-right: 20px;
}

@-webkit-keyframes aniBtnWriteFlash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: .6;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@keyframes aniBtnWriteFlash {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: .6;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@-webkit-keyframes aniTextFlash {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
}

@keyframes aniTextFlash {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0.7;
  }
}

.page-fixed {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  max-width: 750px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.w1000 {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.h100 {
  height: 100%;
}

.logo {
  position: absolute;
  top: -70px;
  right: 60px;
  min-height: 30px;
  max-height: 40px;
  width: auto;
  height: 10vh;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.piaodai {
  position: absolute;
  top: 18%;
  right: 0;
  z-index: 1;
  width: 75%;
}

.text1,
.text2 {
  max-height: 32vh;
  height: auto;
}

.bianzhean-wrap {
  margin-top: 8%;
  margin-bottom: 40px;
}

.bianzhean-box {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 125px;
  padding-bottom: 35px;
  font: normal 18px/2.4 SimSun;
  background: #fff;
  -webkit-box-shadow: 4px 4px 14px #a9afbf;
  box-shadow: 4px 4px 14px #a9afbf;
}

.bianzhean-box p {
  text-indent: 2em;
  margin-bottom: 10px;
  color: #14497c;
}

.bianzhean-box p:last-child {
  margin-bottom: 0;
}

.left-nav {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(32, 97, 165, 0.65);
  width: 25%;
  padding-top: 5%;
  overflow: hidden;
}

.left-nav .logo2-wrap {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 40px;
}

.left-nav .logo2-wrap .logo2 {
  width: 100%;
  height: auto;
}

.left-nav .nav-list {
  width: 85%;
  max-height: 80%;
  margin-left: 10%;
  overflow: auto;
  color: #fff;
}

.left-nav .nav-list li {
  padding: 8px 20px;
  margin-bottom: 6px;
  text-align: left;
  cursor: pointer;
  font: normal 16px/1.5 SimSun;
}

.left-nav .nav-list li.active {
  background: #1f4fa5;
}

.right-content {
  position: absolute;
  left: 25%;
  width: 75%;
  height: 100%;
}

.right-content .context-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.right-content .context-list li {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80%;
  width: 88%;
  max-width: 1400px;
  padding: 33px 75px;
  max-height: 680px;
  background: #fff;
  overflow: auto;
}

.right-content .context-list li .context h1, .right-content .context-list li .context h2, .right-content .context-list li .context h3, .right-content .context-list li .context h4, .right-content .context-list li .context h5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}

.right-content .context-list li .context p {
  font: normal 16px/2 SimSun;
  text-indent: 2em;
}

.right-content .context-list li .context p img {
  max-width: 100%;
  height: auto;
}

.context-box-h5 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 80%;
  width: 94%;
  max-width: 1100px;
  padding: 33px 44px;
  max-height: 80%;
  background: #fff;
  overflow: auto;
}

.context-box-h5 .context h1, .context-box-h5 .context h2, .context-box-h5 .context h3, .context-box-h5 .context h4, .context-box-h5 .context h5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 76px;
  font-weight: bold;
}

.context-box-h5 .context p {
  font: normal 52px/2 SimSun;
  text-indent: 2em;
}

.context-box-h5 .context p img {
  max-width: 100%;
  height: auto;
}

@media all and (min-width: 0px) and (max-width: 1439px) {
  .left-nav {
    width: 20%;
  }
  .left-nav .nav-list {
    width: 90%;
    max-height: 80%;
    margin-left: 3%;
    overflow: auto;
  }
  .left-nav .nav-list li {
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .left-nav .logo2-wrap {
    margin-bottom: 20px;
  }
  .right-content {
    left: 20%;
    width: 80%;
  }
}

@media all and (min-height: 0px) and (max-height: 900px) {
  .left-nav {
    padding-top: 3%;
  }
  .left-nav .nav-list li {
    font-size: 14px;
  }
}

.scrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.scrollbar::-webkit-scrollbar-thumb:vertical {
  /*滚动条里面小方块*/
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #1f4fa5;
}

.scrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #9db5ed;
}

.copy-right {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font: normal 13px SimSun;
}

.vline {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 60px;
  border: 1px dashed #fff;
}

@-webkit-keyframes aniMoveDown {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    opacity: 0;
  }
}

@keyframes aniMoveDown {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
    opacity: 0;
  }
}

.arrow-down {
  position: absolute;
  left: 50%;
  bottom: 66px;
  z-index: 3;
  width: 40px;
  height: auto;
  margin-left: -20px;
  -webkit-animation: aniMoveDown 1.2s ease infinite;
  animation: aniMoveDown 1.2s ease infinite;
  cursor: pointer;
}

.arrow-circle {
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin-left: -30px;
}

.for-h5 {
  display: none;
}

@-webkit-keyframes aniMoveLeft {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0;
  }
}

@keyframes aniMoveLeft {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
    opacity: 0;
  }
}

@media all and (min-device-width: 0px) and (max-device-width: 660px) {
  .for-h5 {
    display: block;
  }
  .for-pc {
    display: none;
  }
  .text1,
  .text2 {
    max-height: initial;
    width: 1000px;
  }
  .piaodai {
    position: absolute;
    top: 43%;
    right: -1%;
    z-index: 1;
    width: 98%;
  }
  .logo {
    position: absolute;
    top: -123px;
    right: 13px;
    min-height: 30px;
    max-height: 40px;
    width: 166px;
    height: auto;
    max-height: initial;
  }
  .bianzhean-wrap {
    margin-top: 11vh;
    margin-bottom: 40px;
  }
  .bianzhean-wrap img {
    width: 16%;
  }
  .bianzhean-box {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 80px;
    padding-bottom: 35px;
    font: normal 42px/2.4 SimSun;
    background: #fff;
    -webkit-box-shadow: 4px 4px 14px #a9afbf;
    box-shadow: 4px 4px 14px #a9afbf;
  }
  .arrow-circle {
    display: none;
    position: absolute;
    left: auto;
    right: 200px;
    bottom: 60px;
    z-index: 2;
    width: 80px;
    height: 80px;
    margin-left: 0;
  }
  .vline {
    display: none;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 90px;
    width: 200px;
    border: 0;
    border-bottom: 2px dashed #fff;
  }
  .arrow-l {
    position: absolute;
    left: auto;
    right: 249px;
    bottom: 80px;
    width: 56px;
    border: 0;
    -webkit-animation: aniMoveLeft 1.2s ease infinite;
    animation: aniMoveLeft 1.2s ease infinite;
  }
  .move-left-tip {
    position: absolute;
    left: auto;
    right: 45px;
    bottom: 86px;
    color: #fff;
    font-size: 46px;
  }
}

.context-list li {
  display: none;
}

.context-list li:first-child {
  display: block;
}

.menu {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 10vw;
  height: auto;
  z-index: 3;
}

.nav-list-h5 {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  background: rgba(32, 97, 165, 0.95);
  padding: 10px 0;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  overflow: hidden;
  padding-top: 40px;
}

.nav-list-h5 li {
  color: #fff;
  font-size: 40px;
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-decoration: none;
}

.nav-list-h5 li.active {
  background: #1f4fa5;
  line-height: 1.5;
}

.close-list {
  text-align: center;
}

.close-list span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 50px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
