﻿
        .inner-banner{
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/inner-banner-bg.jpg', sizingMethod='scale');
            width:100%;
            background-repeat:no-repeat;
            background-position:center;     
            background-position:center;
            background-repeat:no-repeat;
        }
        .inner-banner .cmm-wrap{
            height: 200px;
            position: relative;
        }
        .inner-banner .cmm-wrap .hod li{
            float: left;
            height: 200px;
            width: 1000px;
        }
        .inner-banner .cmm-wrap .hod img{
            position:  relative;
            height: 100%;
            width: 100%;
            cursor: inherit;
            opacity: 1;
            filter: alpha(opacity=100);
        }
        .inner-banner .dots{
            width: 150px;
            position: absolute;
            overflow: hidden;
            z-index: 20;
            text-align: center;
            bottom: 10px;
            left: 80%;
        }
        .inner-banner .dots li{
            background: #d2deef none;
            cursor: pointer;
            color: #fff;
            border: 1px solid #b3b3b2;
            line-height: 25px;
            height: 25px;
            width: 25px;
            display: inline-block;
            margin-left: 5px;
            border-radius: 12px;
        }
        .inner-banner .dots .active{
            background-color: #4f4f4f;
        }
.CommBtn { width: 64px; height: 27px; text-align: center; line-height: 27px; font-size: 12px; color: #fff; background-image: url(../img/btnbg.gif); background-repeat: no-repeat; border: 0; padding: 0; cursor: pointer; }