@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
article,
aside,
audio,
canvas,
command,
datalist,
details,
dialog,
embed,
figure,
header,
hgroup,
keygen,
mark,
meter,
nav,
output,
progress,
rp,
rt,
ruby,
section,
source,
time,
video {
  border: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

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

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

a:link,
a:visited {
  text-decoration: none;
}

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

a {
  outline: none;
  color: #006ddd;
}

body,
html {
  height: 100%;
  min-height: 12rem;
}

body {
  font-family: "\9ED1\4F53", Arial, \5FAE\8F6F\96C5\9ED1;
  font-size: 12px;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

html,
body {
  width: 100%;
  color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  font-size: 50px;
}

html,
body {
  width: 100%;
  background: #ffffff;
}

#container {
  opacity: 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-size: 0.24rem;
}

@media screen and (min-width: 480px) {
  html {
    font-size: 50px !important;
  }
}

/*iphone4 横屏*/
@media screen and (min-width: 568px) {
  html {
    font-size: 50px !important;
  }
}

/*iphone5 横屏*/
@media screen and (min-width: 598px) {
  html {
    font-size: 56.2px !important;
  }
}

/*常用宽360的横屏*/
@media screen and (min-width: 667px) {
  html {
    font-size: 58.5px !important;
  }
}

/*iphone6 横屏*/
@media screen and (min-width: 736px) {
  html {
    font-size: 64.6px !important;
  }
}

body {
  /*  background: url("zt_ldzg_bg.jpg") top no-repeat;
      background-size: 100% auto;*/
}

.warp {
  width: 100%;
  overflow: hidden;
  background: url("zt_ldzg_bg2.jpg") top no-repeat;
  background-size: 100% auto;
}

img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.kv {
  box-sizing: border-box;
  min-height: 24.74rem;
}

@keyframes move {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(0);
  }
}

.arrow_t {
  width: 0.78rem;
  height: 0.73rem;
  position: absolute;
  top: 85vh;
  left: 50%;
  transform: translateX(-50%);
}

.arrow_t > img {
  animation: move 2s infinite;
}

.kv {
  padding-top: 15.2rem;
}

.kv .title {
  width: 5.96rem;
  margin-bottom: 0.2rem;
}

.kv .logo {
  width: 2.85rem;
  margin-bottom: 0.7rem;
}

.kv .word {
  width: 7.3rem;
}

.kv .record {
  width: 6.86rem;
  /*margin: 1.1rem auto 0.25rem;*/
  /*text1文字增加了2行，因此纪录片标题的margin缩减一点*/
  margin: 0.4rem auto 0.25rem;
}

.kv .video {
  height: 4.23rem;
  position: relative;
  margin-bottom: 0.1rem;
}

.video-cover {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-cover-btn {
  display: block;
  width: 1rem;
  z-index: 10;
}

.video-cover-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide > div {
  position: relative;
}

.swiper-slide > div .title {
  height: 100%;
  background-color: rgba(53, 55, 58, 0.4);
  text-align: center;
  color: #ffffff;
}

.swiper-pagination-bullet {
  background: #18542d;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-paginationreport {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 3px;
}

.kv-swiper {
  height: 2rem;
  width: 4.9rem;
  margin: 0 auto;
  padding-top: 0.28rem;
  box-sizing: border-box;
}

.kv-swiper .swiper-wrapper {
  height: 1.26rem;
}

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

.swiper-pagination-bullet {
  background-image: linear-gradient(#0b675a, #0b675a),
    linear-gradient(#efe5a9, #efe5a9);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-image: linear-gradient(#00ffd8, #00ffd8),
    linear-gradient(#f4ff3b, #f4ff3b);
  background-blend-mode: normal, normal;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}

.kv-swiper .img-msg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.12rem;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 0.26rem;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9;
  box-sizing: border-box;
  text-align: left;
}

.video-box {
  width: 100%;
}

.video-box .video {
  width: 100%;
}

.rows-box {
  background-size: 100% auto;
  box-sizing: border-box;
}

.item1 {
  padding: 0.34rem 0 0.28rem;
  /* background: url('zt_ldzg_item1Bg.jpg') no-repeat;
            background-size: 100% auto;
            box-sizing: border-box; */
  height: 10.54rem;
}

.item1 .title {
  width: 5.08rem;
  line-height: 0.55rem;
  color: #595656;
}

.item1 .item-swiper {
  /*width: 6.09rem;*/
  height: 4.66rem;
  margin: 0.2rem auto 0.24rem;
}

.item1 .swiper-slide {
  flex-flow: column;
  position: relative;
  justify-content: flex-start;
}

.item1 .swiper-pagination {
  bottom: 0.23rem;
}

.item1 .item-swiper .title {
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: left;
  min-height: 0.55rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.28rem;
  width: 100%;
  padding: 0.2rem 0.1rem;
  box-sizing: border-box;
}

.item1 .info {
  width: 6.09rem;
  margin: 0 auto;
}

.item1 .info > li:last-child {
  border: none;
}

.item1 .info li > div {
  display: flex;
  align-items: center;
}

.item1 .info li {
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(46, 101, 90, 0.43);
  position: relative;
  line-height: 0.34rem;
  margin-bottom: 0.16rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item1 .info li:after {
  content: "";
  display: block;
  height: 0.27rem;
  width: 0.14rem;
  background: url("zt_ldzg_arrow.png") no-repeat;
  background-size: cover;
  flex-shrink: 0;
}

.item1 .info .photo {
  width: 1.96rem;
  height: 1.09rem;
  margin-right: 0.12rem;
}

.item1 .info .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: nowrap;
  height: 1.08rem;
  font-size: 0.25rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.33rem;
  color: #2e655a;
  white-space: nowrap;
}

.item1-swiper .swiper-slide img {
  width: 6.09rem;
  height: 3.72rem;
}

.item2 {
  padding: 0.36rem 0 0.22rem;
  box-sizing: border-box;
  height: 5.46rem;
}

.item2 .title,
.item3 .title {
  width: 4.9rem;
  margin-bottom: 0.24rem;
}

.album-swiper {
  height: 3.53rem;
}

.album-swiper .swiper-pagination {
  display: flex;
  flex-wrap: nowrap;
}

.album-swiper .swiper-pagination > span {
  flex-shrink: 0;
}

.album-swiper .swiper-slide {
  width: 5.2rem;
  height: 2.93rem;
  position: relative;
}

.album-swiper .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0.07rem;
  left: 0.07rem;
  height: 100%;
  width: 100%;
  background: #fff;
  display: none;
  flex-shrink: 0;
}

.album-swiper .swiper-slide img {
  position: relative;
  z-index: 3;
}

.item3 {
  padding: 0.69rem 0 0.39rem;
}

.item3 .title {
  width: 4.9rem;
}

.item3 .swiper-container .swiper-pagination {
  display: none;
}

.email-swiper {
  height: 4.32rem;
}

.email-swiper .swiper-wrapper {
  height: 4.22rem;
}

.email-swiper .swiper-slide {
  overflow: hidden;
}

.email-swiper .video {
  width: 100%;
  height: 4.22rem;
}

.item4 {
  height: 12.73rem;
  box-sizing: border-box;
  padding-top: 0.42rem;
  width: 7.5rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.item4 .title {
  width: 6.52rem;
}

.item4 .bg_2 {
  width: 5.74rem;
  height: 5.69rem;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.item4 .text {
  margin: 1.66rem auto 1rem auto;
  width: 4.3rem;
  height: 0.67rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.finance-swiper {
  height: 4.3rem;
  width: 7.5rem;
  margin-top: 0.7rem;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}

.finance-swiper .swiper-slide,
.finance-swiper .swiper-slide img {
  width: 3.07rem;
  height: 4.3rem;
}

.pc-box {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #017d60;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  opacity: 0;
}

.pc-box img {
  display: block;
  width: 270px;
  height: 270px;
}

.pc-box p {
  margin-top: 16px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

@media (min-width: 800px) {
  .pc-box {
    opacity: 1;
    display: flex;
  }
}

.video {
  position: relative;
}

video::-webkit-media-controls-overlay-play-button {
  display: none;
}
