.wrapper {
  position: relative;
  overflow: hidden;
}
.wrapper a{
  color: #000;
}
.wrapper i.sound {
  background: url(../images/icon_sound_s.png) no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin-left: 0.3em;
  width: 10px;
  vertical-align: middle;
}

.wrapper i.sound.current {
  background: url(../images/icon_sound_s.gif) no-repeat 0 0;
}

.nav {
  width: 100%;
  height: 66px;
  background: url(../images/nav.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  width: 101px;
  float: left;
  margin-top: 18px;
}

.nav .share {
  float: right;
  width: 277px;
  margin-right: 6px;
  padding-top: 17px;
}

.nav .share span {
  font-size: 12px;
  color: #fff;
}

.share .bdshare-buttons {
  position: relative;
  width: 205px;
  float: right;
}

.share .bds_weixin {
  display: block;
  background: url('../images/weixin.png') no-repeat 0 0;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 17px;
}

.share .bds_tsina {
  display: block;
  background: url('../images/webo.png') no-repeat 0 0;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 17px;
}

.share .bds_qzone {
  display: block;
  background: url('../images/qzone.png') no-repeat 0 0;
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 27px;
}

.share #shengyin {
  display: block;
  background: url('../images/volume_c.png') no-repeat 0 0;
  float: left;
  width: 36px;
  height: 36px;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}

.video-wrapper .poster,
.video-wrapper .video-poster {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
}

.row1 {
  height: 100vh;
  position: relative;
}

.banner {
  width: 1185px;
  height: 100%;
  background: url('../images/banner.png') no-repeat center 34%;
  margin: 0 auto;
}

.arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  width: 93px;
  height: 118px;
  background: url('../images/arrow.png') no-repeat center 0;
  margin: 0 auto;
  z-index: 2;
  animation: trans 1s linear infinite;
  animation-direction: alternate;
}
@keyframes trans {
  0%{
    transform: translateY(-10px);
  }
  100%{
    transform: translateY(10px);
  }
}
.row2{
  padding-top: 80px;
  background: url(../images/background2.jpg) no-repeat center -230px;
  padding-bottom: 50px;
}
.title1{
  width: 1052px;
  height: 109px;
  background: url(../images/title1.png) no-repeat;
  margin: 0 auto;
}
.title1 a,.title2 a,.title3 a,.title4 a,.title5 a,.title6 a{
  display: block;
  width: 32px;
  height: 16px;
  float: right;
  margin-right: 311px;
  margin-top: 65px;
}
.title5 a{
  margin-top: 68px;
}
.title2{
  width: 1052px;
  height: 109px;
  background: url(../images/title2.png) no-repeat;
  margin: 75px auto 0;
}
.title3{
  width: 1052px;
  height: 109px;
  background: url(../images/title3.png) no-repeat;
  margin: 0 auto;
}
.title5{
  width: 1052px;
  height: 109px;
  background: url(../images/title5.png) no-repeat;
  margin: 50px auto 0;
}
.title4{
  width: 1052px;
  height: 109px;
  background: url(../images/title4.png) no-repeat;
  margin: 0 auto;
}
.title6{
  width: 1052px;
  height: 109px;
  background: url(../images/title6.png) no-repeat;
  margin: 30px auto 0;
}
.list{
  width: 289px;
  float: left;
  margin-top: 30px;
  margin-right: 14px;
}
.list:last-child{
  margin-right: 0;
}
.list a.img{
  display: block;
  width: 289px;
  height: 162px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 1px rgb(0 0 0 / 35%);
}
.list a.img span{
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/play.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 34%;
  margin: 0 auto;
  z-index: 2;
}
.list p{
  width: 255px;
  margin: 10px auto 0;
}
.list p a{
  font-size: 18px;
  line-height: 1.2;
}
.row3{
  background: url(../images/background3.jpg) no-repeat center 370px;
  margin-bottom: 100px;
}
.row4{
  background: url(../images/background4.jpg) no-repeat center 0;
  padding-bottom: 200px;
}
.swiper{
  width: 1330px;
  height: 670px;
  margin: 30px auto 0;
  position: relative;
}
#left{
  width: 44px;
  height: 68px;
  background: url(../images/left.png) no-repeat;
  position: absolute;
  left: 90px;
  top: 233px;
  cursor: pointer;
  z-index: 2;
}
#right{
  width: 44px;
  height: 68px;
  background: url(../images/right.png) no-repeat;
  position: absolute;
  right: 90px;
  top: 233px;
  cursor: pointer;
  z-index: 2;
}
.paper{
  width: 1410px;
  height: 744px;
  background: url(../images/paper.png) no-repeat;
  margin: 0 auto;
  padding-top: 120px;
  box-sizing: border-box;
}
.paper-left{
  width: 600px;
  float: left;
}
.paper-left .top a{
  display: block;
  width: 600px;
  height: 337px;
  position: relative;
}
.paper-left .top a span.txt{
  bottom: 10px;
  color: #fff;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.paper-left .top a span.play{
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/play.png) no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
}
.paper-left .top a:after {
  background: rgba(0,0,0,.5);
  bottom: 0;
  content: "";
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}
.bot-list{
  width: 600px;
  margin-top: 20px;
}
.bot-list .imgs{
  width: 290px;
  float: left;
}
.bot-list .imgs:last-child{
  float: right;
}
.list2{
  width: 387px;
  float: left;
  margin-top: 40px;
  margin-right: 19px;
}
.list2:last-child{
  margin-right: 0;
}
.list2 a.img{
  display: block;
  width: 387px;
  height: 218px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 8px 1px rgb(0 0 0 / 35%);
}
.list2 p{
  margin: 15px auto 0;
}
.list2 p a{
  font-size: 18px;
}
.paper-right{
  float: right;
  width: 580px;
  height: 489px;
  border: 2px solid rgb(237, 204, 154);
  background-color: #f0f6f5;
  padding-top: 25px;
  box-sizing: border-box;
  position: relative;
}
.paper-right .f20 a{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1;
}
.paper-right .f20{
  width: 547px;
  background: url(../images/dot.png) no-repeat left 9px;
  padding-left: 20px;
  margin: 0 auto 0;
  box-sizing: border-box;
}
.paper-right p.f16{
  width: 500px;
  font-size: 16px;
  color: #999;
  margin: 10px auto 0;
  line-height: 1.7;
}
.border{
  width: 547px;
  height: 1px;
  margin: 12px auto 0px;
  background-color: #dcdcdc;
}
.playlist{
  width: 100%;
  height: 260px;
  position: relative;
  margin-top: 15px;
}
#iscroll-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ul-list {
  width: 547px;
  list-style: none;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  display: block;
}
.ul-list li{
  padding-left: 20px;
  background: url(../images/dot.png) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color:#333;
  height: 43px;
  line-height: 43px;
}
.ul-list li a{
  font-size: 18px;
  color:#333;
}
.more{
  position: absolute;
  right: 16px;
  bottom: -2px;
  z-index: 9;
}
.more a{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
#swiper1 {
  width: 1330px;
  height: 670px;
  position: relative;
  margin: 0 auto;
}

#swiper1 .cloud9-item {
  display: block;
  width: 1051px;
  height: 589px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

#swiper1 .swiper-slide {
  width: 1055px;
  height: 593px;
  border: 2px solid #edcc9a;
  opacity: 0;
  box-sizing: border-box;
  border-radius: 8px;
}

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

#swiper1 .swiper-slide.swiper-slide-active, #swiper1 .swiper-slide.swiper-slide-next, #swiper1 .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
#swiper1 .cloud9-item:after{
  content: "";
  height: 121px;
  width: 121px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  background: url(../images/play.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
  margin: -60px auto 0;
}
#swiper1 p{
  font-size: 24px;
  color: #333;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  opacity: 0;
}
#swiper1 .swiper-slide.swiper-slide-active p{
  opacity: 1;
}
.vcp-player {
  z-index: 3 !important;
}
.voice{
  position: relative;
}
#footer0820{
  margin-top: 0;
}
.poster-list{
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}
.col-1 {
  width: 256px;
  height: 430px;
  margin-left: -25px;
  transition: 0.2s;
  box-sizing: border-box;
}
.playlet--wrap {
  width: 256px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    position: relative;
    height: 430px;
}
.playlet--poster {
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 20px 0 20px 0 rgba(0, 0, 0, 0.3);
    height: 430px;
}
.playlet--poster .playlet--poster__horizontal {
    width: 100%;
    box-sizing: border-box;
}
.playlet--poster .playlet--poster--image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
        object-fit: cover;
}
.poster-list .playlet--poster__horizontal .color {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.poster-list .playlet--info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}
.playlet--name {
    width: 100%;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.playlet--name a {
    color: #000;
    font-size: 18px;
}
.poster-list .offset-1:hover {
  -webkit-transform: translate(-0.5rem, -1rem) rotate(3deg);
          transform: translate(-0.5rem, -1rem) rotate(3deg);
}
.poster-list .offset-1.move-left {
  -webkit-transform: translateX(-36px);
          transform: translateX(-36px);
}
.poster-list .offset-1:nth-child(1) {
  z-index: 10;
}
.poster-list .offset-1:nth-child(2) {
  z-index: 9;
}
.poster-list .offset-1:nth-child(3) {
  z-index: 8;
}
.poster-list .offset-1:nth-child(4) {
  z-index: 7;
}
.poster-list .offset-1:nth-child(5) {
  z-index: 6;
}
.mt30{
  margin-top: 40px;
}
