@charset "utf-8";
/*备用样式表*/
/*Technical Support SudyTech*/

/*列表页*/
.l-banner{height:279px;}
.l-banner img{width:}

/*文章页*/
.read img{width:100%;height:100%;}

/*banner*/
    * { margin: 0; padding: 0; }
.post-13 {background-color:#e4e4e4;}
.post-13 img { border: 0; vertical-align: top;box-shadow:0 0 30px #333; }

    #mask {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

    #carousel {
      position: relative;
      z-index: 2;
      height: 1000px;
      padding:0 0;
      height:490px;
      margin:0 auto;
      cursor:pointer;

      transform-style: preserve-3d;
      perspective: 800px;
    }
    #carousel img {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 1100px;
      height: 490px;
      margin-left: -550px;
      margin-top: -245px;

      transition: transform 0.4s ease-in-out;
    }