.tabBg {
    width: 100%;
    height: 72px;
    background: #4d4c4b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1500;
    background: #333;
    opacity: 0.8;
}
.section-wrap{
  width: 100%;
  height: 100%;
}
.section{opacity: 0;}
.section-xz{
    background-image: url(../img/index_v/screen-0-bg.jpg);
    /*background-image: url(../img/index_v/img_background_home.jpg);*/
    background-size: cover;
    overflow: hidden;
    opacity: 1;
    position: relative;
  }
  .section-wrap {
      position: relative;
      width: 970px;
      z-index: 99;
      height: 100%;
      margin: 0 auto;
  }
  .section-xz .m-main {
      position: absolute;
      left: 0;
      top: 50%;
      width: 940px;
      height: 390px;
      margin-top: -195px;
  }
  .m-title{
    top: 50%;
    margin-top: -230px;
    position: absolute;
    width: 970px;
    height: 460px;
  }
  .m-title2{
    top: 50%;
    margin-top: -256px;
    position: absolute;
    width: 970px;
    height: 512px;
  }
  .m-title3{
    top: 50%;
    margin-top: -281px;
    position: absolute;
    width: 970px;
    height: 562px;
  }
.top-welcome{
    width: 148px;
    height: 148px;
    margin: 0 auto;
  }
  .top-calture{
    width: 546px;
    height: 62px;
    margin: 25px auto;
  }
  .top-calture2{
    width: 435px;
    height: 114px;
    margin: 0 auto 25px;
  }
  .downloadbtn{
    width: 214px;
    height: 64px;
    margin: 0 auto;
    cursor: pointer;
  }
  .img-title{
    width: 500px;
    margin: 0 auto 8%;
  }
.img {
    width: 100%;
}
.mod-cont-tit {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding: 0 0 3.5%;
}
.compareList { width: 100%; position: relative;margin-top: 5%; }
.compareList .hd a { display: block; width: 52px; height: 52px; position: absolute; top: 50%; margin-top: -26px; cursor: pointer; z-index: 9; }
.compareList .hd a.prev { background: url("../img/index_v/btn_left_1.png") no-repeat; background-size: 100% auto; left: 0px; }
.compareList .hd a.next { background: url("../img/index_v/btn_right_1.png") no-repeat; background-size: 100% auto; right: 0px; }
.compareList .bd { width: 80%; margin: 0 auto; }
.compareList .bd .grouplist,.compareList .bd .grouplist img{ width: 100%; }
/* 新闻动态 */
.wrap{
    width: 970px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.newscontainer{width: 100%;position: relative;}
.mainimg .img{width: 400px;height: 266px;}
.newstit{font-size: 16px;color: #333;}
.newsinfo{font-size: 14px;color: #999;}
.newstit{
    width: 380px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsinfo{
    width: 450px;
    height: 40px;
    line-height: 20px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    margin: 15px 0;
}
.news_left{float: left;}
.news_right{float: right;margin-right: 10px;}
.news_right li{
    width: 470px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}
.morenews{
    width: 90px;
    height: 39px;
    position: absolute;
    bottom: -60px;
    right: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
  .artwareList {
      width: 100%;
      position: relative;
  }
  .artwareList .hd a { display: block; width: 52px; height: 52px; position: absolute; top: 50%; margin-top: -26px; cursor: pointer; z-index: 9; }
  .artwareList .hd a.prev { background: url("../img/index_v/btn_left.png") no-repeat; background-size: 100% auto; left: -80px; }
  .artwareList .hd a.next { background: url("../img/index_v/btn_right.png") no-repeat; background-size: 100% auto; right: -80px; }
  .artwareList .bd { width: 100%; /* margin: 0 auto; */ }
  .artwareList .bd li { width: 31%; float: left; margin-bottom: 3%;}
  .artwareList .bd li img { width: 100%; }
  /* 下载弹窗提示 */
  .downloadmask{
      width: 100%;
      height: 100%;
      display: none;
      left: 0;
      top: 0;
      z-index: 9999;
      position: fixed;
      background: rgba(0, 0, 0, 0.6);
  }
  .downloadpage{
      display: none;
      width: 1120px;
      height: 580px;
      background: #fff;
      left: 50%;
      top: 50%;
      margin-top: -290px;
      margin-left: -560px;
      position: relative;
      padding: 70px 100px 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
  }
  .closebtn{
      width: 26px;
      height: 26px;
      position: absolute;
      top: 12px;
      right: 16px;
      cursor: pointer;
      background-image: url('../img/index_v/close_icon.png');
      background-size: 100% 100%;  
  }
  .downloadpage .overflow-wrap {
      width: 920px;
      height: 510px;
      position: relative;
  }
  .downloadpage .qrs {
      margin: 100px 0 0;
  }
  .downloadpage .qrs > div {
      margin-right: 40px;
      float: left;
      width: 180px;
      text-align: center;
  }
  .downloadpage p {
      font-size: 16px;
      color: #bbb;
      margin-bottom: 9px;
  }
  .downloadpage .qrs .app img {
      margin-left: -3px;
  }
  .downloadpage .show {
      position: absolute;
      right: 0px;
      top: 0px;
  }
@-moz-keyframes btnPage { 0% { -moz-transform: translateY(6px); }
  50% { -moz-transform: translateY(0); }
  100% { -moz-transform: translateY(6px); } }
@-webkit-keyframes btnPage { 0% { -webkit-transform: translateY(6px); }
  50% { -webkit-transform: translateY(0); }
  100% { -webkit-transform: translateY(6px); } }
@keyframes btnPage { 0% { transform: translateY(6px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(6px); } }
/*btn-page*/
.btn-page { position: fixed; _position: absolute; z-index: 100; left: 50%; bottom: 30px; _bottom: auto; margin-left: -12px; width: 25px; height: 17px; overflow: hidden; cursor: pointer; background-position: 0 -18px; _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight -30)); -moz-animation: btnPage 1.2s ease-in-out infinite; -webkit-animation: btnPage 1.2s ease-in-out infinite; animation: btnPage 1.2s ease-in-out infinite; }

