﻿*
{
    padding: 0;
    margin: 0;
}
img
{
    vertical-align: top;
}
li
{
    list-style: none;
}
#focus-banner
{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#focus-banner-list
{
    position: relative;
}
#focus-banner-list li
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#focus-banner-list li img
{
    width: 100%;
}
.focus-banner-img
{
    display: block;
}
#focus-banner-list .P3
{
    width: 64px;
    height: 63px;
    margin-top: 30px;
    float: left;
}
#focus-banner-list .focus-banner-text1
{
    position: absolute;
    left: 15%;
    top: 0;
    width: 1000px;
    height: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
}
#focus-banner-list .focus-banner-text1 .P1
{
    font-size: 2.5em;
    margin-top: 20%;
}
#focus-banner-list .focus-banner-text1 .P2
{
    font-size: 1.2em;
    margin-top: 20px;
}
#focus-banner-list .focus-banner-text2
{
    position: absolute;
    left: 15%;
    top: 0;
    width: 1000px;
    height: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
}
#focus-banner-list .focus-banner-text2 .P1
{
    font-size: 2.5em;
    margin-top: 20%;
}
#focus-banner-list .focus-banner-text2 .P2
{
    font-size: 1.2em;
    margin-top: 20px;
}
#focus-banner-list .focus-banner-text3
{
    position: absolute;
    right: 5%;
    top: 0;
    width: 30%;
    height: 100%;
    text-align: left;
    color: #eb9625;
    font-size: 16px;
}
#focus-banner-list .focus-banner-text3 .P1
{
    font-size: 2.5em;
    margin-top: 40%;
}
#focus-banner-list .focus-banner-text3 .P2
{
    font-size: 1.2em;
    margin-top: 20px;
    color: #686868;
}
#focus-banner-list .focus-banner-text4
{
    position: absolute;
    left: 15%;
    top: 0;
    width: 1000px;
    height: 100%;
    text-align: left;
    color: #fff;
    font-size: 16px;
}
#focus-banner-list .focus-banner-text4 .P1
{
    font-size: 2.5em;
    margin-top: 30%;
}
#focus-banner-list .focus-banner-text4 .P2
{
    font-size: 1.2em;
    margin-top: 20px;
}
#focus-banner-list .focus-banner-text5
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}
#focus-banner .focus-handle
{
    position: absolute;
    top: 50%;
    margin-top: 200px;
    z-index: 900;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("/png/gab4yvd7.png");
}
#next-img
{
    left: 0;
}
#next-img
{
    left: 50px;
    background-position: 0 0;
}
#next-img:hover
{
    background-position: 0 -80px;
}
#prev-img
{
    right: 0;
}
#prev-img
{
    right: 50px;
    background-position: -80px 0;
}
#prev-img:hover
{
    background-position: -80px -80px;
}
#focus-bubble
{
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 999;
}
#focus-bubble li
{
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 1px #fff solid;
    cursor: pointer;
}
#focus-bubble li a
{
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}
#focus-bubble li.current
{
    background-color: #fff;
}
