﻿@charset "utf-8";
/* CSS Document */
/* 威邦网络科技  www.cnwei.net */

#demo { margin: 0 auto; width: 980px; height: 146px; overflow: hidden; border: 0px solid #036db7; }
#indemo { float: left; width: 800%; }
#demo1 { float: left; }
#demo2 { float: left; }
.move { width: 166px; height: 146px; margin-right: 5px; float: left; }
    .move .images { padding: 2px; text-align: center; border: 1px solid #ddd; }
        .move .images a { width: 160px; height: 120px; display: block; background: #fff; }
        .move .images img { max-width: 160px; max-height: 120px; _width: expression((this.offsetWidth > 160) ? "160px" : this.offsetWidth + "px" ); _height: expression((this.offsetHeight > 120) ? "120px" : this.offsetHeight + "px" ); vertical-align: middle; }
        .move .images a i { display: inline-block; height: 100%; width: 0; vertical-align: middle; }
    .move .name { width: 166px; height: 20px; line-height: 20px; text-align: center; background: #eee; }
        .move .name a { color: #333; text-decoration: none; display: block; font: 12px/20px "Microsoft YaHei"; }
            .move .name a:hover { color: #f60; text-decoration: none; display: block; }
