body{margin-top:80px;min-width:1260px;max-width:1920px;overflow:auto;}


/*  页面目录  */
.nav_catalogue{width:1260px;margin:0 auto;font-size:0;padding-bottom:10px;padding-left:60px;}
.nav_catalogue a{font-size:14px;font-weight:bold;color:rgb(0,0,0);display:inline-block;line-height:40px;margin-right:3px}
.nav_catalogue a:hover{color:#c00;}
.nav_catalogue img{display:inline-block;vertical-align:-2px;width:11px;margin:0 20px;}


/*  概述  */ 

.overview{margin:20px auto;width:80%;background-color:#8d2635;padding:30px;font-size:20px;color:#fff;line-height:34px;position:relative;}
.hide{display:none;}
.reveal{cursor: pointer;position:absolute;bottom:-20px;right:15px;margin:20px;}
.reveal img{width:25px;height:auto;}
 

/*  主体  */ 
.main{width:1200px;margin:0 auto;background:url(../images/prevue/prevue_common.png) no-repeat bottom left;background-size:100% auto;}
  
  /*  上部图片  */ 
  .main>img{display:block;}
  
  /*  总说左边  */ 
  .main .main_left{width:260px;float:left;position:relative;height:100px;}
  .main h2{font-size:20px;color:#752c36;text-align:center;position:absolute;top:40%;left:45%;transform:translateX(-50%);line-height:20px;white-space: nowrap;}
  .main h2 img{position:absolute;left:-28px;top:50%;transform:translateY(-50%);width:20px;height:auto;}
  .main h2 img:nth-of-type(2){left:auto;right:-28px;}
  
  /*  总说右边  */ 
  .main .main_right{width:1100px;float:right;padding:0px 60px 0;}
  .main_right p{font-size:14px;line-height:20px;text-indent:1em;margin-bottom:20px;text-align:justify;}

  .main .both{clear:both }


.wrap{width:1260px; margin:0 auto;}
.one {
	      display:block;
            overflow: hidden;/*超出部分隐藏*/
            white-space: nowrap;/*不换行*/
            text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.one2 { 
        width:100%;
	      display:block;
            overflow: hidden;/*超出部分隐藏*/
            white-space: nowrap;/*不换行*/
            text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-slide {
      text-align: center;
      font-size: 18px;
      /*background: #fff;*/

      /* 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;
    }
	

