.banner {
  text-align: center;
}
.banner img {
  width: 100%;
 /* max-height: 401px;*/
}

.pcBanner > .slide{
   height: 100%;
   overflow: hidden;
}
.pcBanner .swiper-container{
    height: 100%;
}

.pcBanner .swiper-container .swiper-slide img{
    min-height: 100%;  
}

.indexClassic {
  background-color: #fff;
  padding-bottom: 100px;
}
.indexTitle {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #c89211;
  line-height: 50px;
  padding: 56px 0px 44px 0px;
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(100px);
}
/*.indexTitle.redTitle{
    color:#bd002e;
}*/
.classicSub {
  padding: 0 23px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(360px);
}

.classicSub a {
  opacity: 1;
  transition: opacity 0.7s;
}
/*.classicSub a:hover {
  opacity: 0.5;
}*/
.classicSub .img{
   position: relative;
}

/*.rt-alert .text{
  font-size: 16px;
  transform: translate(3px,77px) rotate(-90deg);
  font-weight: bolder;
  font-size: 16px;
}*/
.rt-alert:hover{
  width: 50px;
}
.rt-alert{
    transition: all .3s;
    width: 10px;
    z-index: 999;
    color: #6e4e03;
    /*padding: 30px 10px;*/
    border-radius: 10px 0 0 10px;
    position: fixed;
    top: 50%;
    text-align: center;
    box-sizing: border-box;
    right: 0;
    /*background: #e1be74;*/
    transform: translateY(-50%);
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.rt-alert .icon{
   margin-bottom: 2px;
   padding: 20px 10px;
   background:#bd002e ;
}


.classicSub .img:hover:after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
}
.classicSub img {
  width: 100%;
  max-height: 242px;
}
.classicSub p {
  margin-bottom: 0px;
}
.classicSub .title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 15px;
  padding: 27px 0px 10px 0px;
}
.classicSub .des {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  display: block;
  height: 24px;
  overflow: hidden;
}
.classicSub a.more {
  font-size: 12px;
  font-weight: 500;
  color: #e1c384;
  line-height: 24px;
  background-size: 12px 12px;
  padding-right: 20px;
  padding-top: 10px;
  padding-top: 24px;
  display: inline-block;
}
.classicCur {
  border: 2px solid #e1c384;
}
.indexTitleJ {
  font-size: 32px;
  font-weight: 600;
  color: #c89211;
  line-height: 45px;
  background: linear-gradient(270deg, #c89211 0%, #c89211 50%, #c89211 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding: 56px 0px 44px 0px;
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(100px);
}
.homeDring-out{
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/jingpai/newbg.jpg);
}
.homeDring {
  padding-bottom: 50px;
  position: relative;

}
.homeDring .video {
  padding: 0px 80px;
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(100px);
}
.homeDring .video video {
  max-height: 800px;
}
.homeDring .initAnimate {
  opacity: 1;
  transform: translateY(0px);
}
.homeDring .videoMore {
  position: absolute;
  right: 96px;
  top: 110px;
  font-size: 14px;
  font-weight: 400;
  color: #e1c384;
  line-height: 20px;
}
.homeBrand {
  background-color: #fff;
  padding-bottom: 100px;
}
.homeBrand .brandSub {
  margin-bottom: 40px;
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(100px);
}
.homeBrand .brandSub a {
  opacity: 1;
  transition: opacity 0.7s;
}
.homeBrand .brandSub a:hover {
  opacity: 0.5;
}
.homeBrand .brandSub img {
  width: 100%;
}
.homeBrand .initAnimate {
  opacity: 1;
  transform: translateY(0px);
}
.initAnimate {
  opacity: 1;

  transform: translateY(0px);
}
.pcBanner {
  display: block;
  /* height: calc(100vh - 160px); */
}
.mobileBanner {
  display: none;
}
.classicSub .out{
  position: relative;
}
.classicSub .out:hover .classicSub-share{
  display: block;
}
.classicSub-share li .img2{
  display: none;
}
.classicSub-share li:hover .img1{
  display: none;
}
.classicSub-share li:hover .img2{
  display: inline-block;
}
.classicSub-share li{
  margin-right: 10px;
  display: inline-block;
}
.classicSub-share {
  display: none;
   position: absolute;
   top: 20px;
   z-index: 11;
   left: 20px;
}

@media (max-width: 576px) {

  .pcBanner {
    display: none;
  }
  .mobileBanner {
    display: block;
  }
  .indexClassic {
    padding-bottom: 30px;
  }
  .banner img {
    width: 100%;
    margin-bottom: 70px;
    max-height: 500px;
  }
  .indexTitle {
    font-size: 24px;
    padding: 20px 0px;
  }
  .classicSub {
    position: relative;
    margin-bottom: 20px;
    transform: translateY(260px);
  }
  .classicSub a.more {
    padding-top: 10px;
  }
  .homeDring .videoMore {
    right: 50%;
    margin-right: -20px;
  }
  .homeDring .video {
    padding: 0px 10px;
  }
  .homeBrand {
    padding: 20px 0px 40px 0px;
  }
  .pdMobileR {
    padding-right: 8px;
  }
  .pdMobileL {
    padding-left: 8px;
  }
  .homeBrand .brandSub {
    margin-bottom: 18px;
  }
  .initAnimate {
    opacity: 1;
    transform: translateY(0px);
  }
}



.index-recent-update{
   background-size: cover;
   background-position: center;
}

.index-recent-update .con{
   display: flex;
   padding-bottom: 100px;
}
.index-recent-update .con .item .des{
    padding: 20px 0;
    font-weight: bold;

}
.index-recent-update .con .item.initAnimate{
    opacity: 1;
    transform: translateY(0px);
}
.index-recent-update .con .item .des a{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-align: center;
}
.index-recent-update .con .item:nth-child(3n){
   margin-right: 0px;
}
.index-recent-update .con .item{
  width: 33%;
  margin-right: 80px;
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(100px);
}
.index-recent-update .con .img 
.index-recent-update .con .img {
  position: relative;
}
.index-recent-update .con .img img{
  height: 250px;
  width: 100%;
}

.index-recent-update .con .more{
  margin-top: 20px;
}
.index-recent-update .con .date{
  text-align: center;
  color:#ccc ;
}
.index-recent-update .con .more a{
  color:#e1c384;
  font-size: 12px;
}
.index-recent-update .con{
 /* opacity: 0;
  transform: translateY(100px);*/
  transition: opacity 0.7s, transform 0.7s;
}
.index-recent-update .con .more{
   text-align: center;
   
}
.index-recent-update .con .img a:hover{
 opacity: 0.8;
}
.index-recent-update .con .img{
  position: relative;
}
.index-recent-update .con .tag{
  background: #e1be74;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  width: 90px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.index-recent-update .playVideo{
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/comm/videoPlay.png) no-repeat;
    background-size: 100%;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
}


@media (max-width: 576px) {
  .index-recent-update .con{
    display: block;
  }
  .index-recent-update .con .item{
     width: 100%;
     margin: 0;
     margin-bottom: 30px;
  }
}