.not-show{display:none;}
.video{max-width:1100px;
height:auto;
}

/*视频样式*/
vjs-remaining-time-display{color:#fff;}
.video-js .vjs-control-bar{background-color: rgba(43,51,63,.4);}
.video-js .vjs-slider{background-color:rgba(255,255,255,0.6);}
.video-js button{outline:none;}
/*.inner_centerArea{
max-height: 400px;
    overflow: hidden;
}*/
.play-img{
position: absolute;
    left: 50%;
    top: 43%;
    transform: translate(-50%, -50%);
    height: 64px !important;
    margin-top: 0 !important;
    width: 64px !important;
}
.video video{width:100%;position:fixed;z-index:9999;top:7%;left:20%;}
.videoPresentation .center {
  padding-top: 56px;
  padding-bottom: 120px;
  background: rgba(63, 59, 56, 0.01); }
  .videoPresentation .center .title .EN {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: capitalize; }
  .videoPresentation .center .title .CN {
    font-size: 24px;
    color: #ff6c00;
    letter-spacing: 4px; }
  .videoPresentation .center .big {
    padding: 40px 0;
    margin-bottom: 10px; }
    .videoPresentation .center .big ul li:first-child {
      padding: 0 18px 0 0; }
    .videoPresentation .center .big ul li:first-child + li {
      padding: 0 9px 0 9px; }
    .videoPresentation .center .big ul li:first-child + li + li {
      padding: 0 0 0 18px; }
    .videoPresentation .center .big ul li a {
      display: block;
      box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04); }
      .videoPresentation .center .big ul li a img {
        width: 100%;
        max-width: 100%; }
      .videoPresentation .center .big ul li a .desc {
        padding: 20px 0;
        color: rgba(0, 0, 0, 0.65);
        font-size: 18px;
        text-align: center;
        background: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .videoPresentation .center .big ul li a:hover {
        box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.15); }
  .videoPresentation .center .small ul li {
    padding: 16px 18px 16px 0; }
    .videoPresentation .center .small ul li:nth-child(4n+2) {
      padding: 16px 12px 16px 6px; }
    .videoPresentation .center .small ul li:nth-child(4n+3) {
      padding: 16px 6px 16px 12px; }
    .videoPresentation .center .small ul li:nth-child(4n) {
      padding-right: 0;
      padding-left: 18px; }
    .videoPresentation .center .small ul li a {
      display: block;
      box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.04); }
      .videoPresentation .center .small ul li a .propertyImg {
        overflow: hidden; }
      .videoPresentation .center .small ul li a .desc {
        padding: 20px;
        color: rgba(0, 0, 0, 0.65);
        font-size: 18px;
        text-align: center;
        background: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .videoPresentation .center .small ul li a:hover {
        box-shadow: 0 2px 16px 0 rgba(84, 75, 65, 0.15); }

.video-swiper .center {
  padding-top: 60px;
  padding-bottom: 120px;
  background: rgba(63, 59, 56, 0.01); }
  .video-swiper .center .title .EN {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: capitalize; }
  .video-swiper .center .title .CN {
    font-size: 24px;
    color: #ff6c00;
    letter-spacing: 4px; }
  .video-swiper .center .video-container {
    margin-top: 100px; }
     .video-swiper .center .video-container .video-slide{
     border-radius: 2px;
    /* padding-bottom: 9px; */
    box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.04);
     }
     .video-swiper .center .video-container .video-slide a img{margin-top:0 !important;}
    .video-swiper .center .video-container .video-slide a {
    background: url("../images/play-btn.png") no-repeat left center;
      display: block;
      text-align: center;
      overflow: hidden; }
      .video-swiper .center .video-container .video-slide a span {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: black;
        line-height: 56px; }
    .video-swiper .center .video-container .video-slide span {
      display: block;
      font-size: 16px;
      font-weight: 500;
      color: #666360;
      line-height: 56px;
      text-align: center;
      background:#fff;
      //background: url("../images/video-span-bg.png") no-repeat left center;
      margin-top: -4px; }
    .video-swiper .center .video-container .video-next {
      width: 50px;
      height: 50px;
      margin-top: -40px;
      background: url("../images/right-circle-out.png") no-repeat; }
      .video-swiper .center .video-container .video-next:hover {
        background: url("../images/right-circle-in.png") no-repeat; }
    .video-swiper .center .video-container .video-prev {
      width: 50px;
      height: 50px;
      margin-top: -40px;
      background: url("../images/left-circle-out.png") no-repeat; }
      .video-swiper .center .video-container .video-prev:hover {
        background: url("../images/left-circle-in.png") no-repeat; }

@media screen and (max-width: 992px) {
  .video-swiper .center {
    padding-top: 123px; } }
@media screen and (max-width: 768px) {
  #phone {
    display: none; } }
@media screen and (min-width: 769px) {
  #phone {
    display: block; } }

/*# sourceMappingURL=videoPresentaion.css.map */
