﻿.style1
        {
            width: 100%;
        }
        A:link
        {
            color: #000000;
            text-decoration: none;
        }
        A:visited
        {
            color: #000000;
            text-decoration: none;
        }
        A:hover
        {
            color: #FF6600;
        }
    
        *
        {
            margin: 0;
            padding: 0;
        }
        body
        {
            background: #FFF;
            color: #333;
            font: 12px/1.6em Helvetica, Arial, sans-serif;
        }
        h1, h2, h3, h4, h5, h6
        {
            font-size: 1em;
        }
        a
        {
            color: #0287CA;
            text-decoration: none;
        }
        a:hover
        {
            text-decoration: underline;
        }
        ul, li
        {
            list-style: none;
        }
        fieldset, img
        {
            border: none;
        }
        legend
        {
            display: none;
        }
        em, strong, cite, th
        {
            font-style: normal;
            font-weight: normal;
        }
        input, textarea, select, button
        {
            font: 12px Helvetica, Arial, sans-serif;
        }
        table
        {
            border-collapse: collapse;
        }
        html
        {
            overflow: -moz-scrollbars-vertical;
        }
        /*/*//* iBanner style */#ibanner
        {
            position: relative;
            width: 545px;
            height: 250px;
            overflow: hidden;
            margin: 0px 0 0px 0px;
        }
        #ibanner_pic
        {
        }
        #ibanner_pic a
        {
            position: absolute;
            top: 0;
            display: block;
            width: 545px;
            height: 250px;
            overflow: hidden;
        }
        #ibanner_btn
        {
            position: absolute;
            z-index: 9999;
            right: 5px;
            bottom: 5px;
            font-weight: 700;
            font-family: Arial;
        }
        #ibanner_btn span
        {
            display: block;
            float: left;
            margin-left: 4px;
            padding: 0 5px;
            background: #000;
            cursor: pointer;
        }
        #ibanner_btn .normal
        {
            height: 20px;
            margin-top: 8px;
            border: 1px solid #999;
            color: #999;
            font-size: 16px;
            line-height: 20px;
        }
        #ibanner_btn .current
        {
            height: 28px;
            border: 1px solid #FF5500;
            color: #FF5500;
            font-size: 28px;
            line-height: 28px;
        }