
/*»ÃµÆÆ¬*/

.focus {
    width: 360px;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

    .focus ul {
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
    }

        .focus ul li {
            float: left;
            width: 360px;
            height: 100%;
        }
            /*.focus ul li div{position:absolute;overflow:hidden;}*/
            .focus ul li .slide-img {
                width: 360px;
                height: 230px;
                float: left;
            }

    .focus .btnBg {
        position: absolute;
        width: 360px;
        left: 0;
        bottom: 0;
    }

    .focus .btn {
        position: absolute;
        width: 360px;
        height: 20px;
        padding: 0 10px;
        right: 0;
        bottom: 100px;
        text-align: center;
    }

        .focus .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 14px;
            height: 14px;
            _font-size: 0;
            margin-left: 5px;
            cursor: pointer;
            background: #fff;
            border-radius: 7px;
        }

            .focus .btn span.on {
                background: #ffd800;
            }


    .focus .preNext {
        width: 31px;
        height: 42px;
        position: absolute;
        top: 85px;
        background: url('../image/sprite.png') no-repeat 0 0;
        cursor: pointer;
    }

    .focus .pre {
        left: 0;
    }

    .focus .next {
        right: 0;
        background-position: right top;
    }

    .focus ul li .slideother {
        width: 360px;
        height: 80px;
        display: inline-block;
        float: left;
        margin-top: 5px;
    }

        .focus ul li .slideother .h12 {
            font-size: 14px;
            text-align: left;
            width: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
            height: 26px;
            line-height: 26px;
            font-weight: bold;
        }

            .focus ul li .slideother .h12 a {
                text-decoration: none;
                text-align: left;
                color: #333;
            }

                .focus ul li .slideother .h12 a:hover {
                    text-decoration: none;
                }

        .focus ul li .slideother p {
            color: #999;
            text-align: left;
            margin: 6px 0 0 0 !important;
        }

            .focus ul li .slideother p a {
                color: #999;
                text-decoration: none;
            }

                .focus ul li .slideother p a:hover {
                    text-decoration: none;
                }




#focus2 {
    width:700px;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

    #focus2 ul {
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
    }

        #focus2 ul li {
            float: left;
            width:700px;
            height: 100%;
        }

            #focus2 ul li .slide-img {
                width: 100%;
                height: 100%;
                float: left;
            }

    #focus2 .btnBg {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    #focus2 .btn {
        position: absolute;
        width: 100%;
        height: 20px;
        padding: 0 10px;
        right: 0;
        bottom: 10px;
        text-align: center;
    }

        #focus2 .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 14px;
            height: 14px;
            _font-size: 0;
            margin-left: 5px;
            cursor: pointer;
            background: #fff;
            border-radius: 7px;
        }

            #focus2 .btn span.on {
                background: #ffd800;
            }


    #focus2 .preNext {
        width: 31px;
        height: 42px;
        position: absolute;
        top: 50%;
        background: url('../image/sprite.png') no-repeat 0 0;
        cursor: pointer;
        margin-top:-21px;
    }

    #focus2 .pre {
        left: 0;
    }

    #focus2 .next {
        right: 0;
        background-position: right top;
    }

    #focus2 ul li .slideother {
        width: 100%;
        height: 80px;
        display: inline-block;
        float: left;
        margin-top: 5px;
    }

        #focus2 ul li .slideother .h12 {
            font-size: 16px;
            text-align: left;
        }

            #focus2 ul li .slideother .h12 a {
                text-decoration: none;
                text-align: left;
                color: #333;
            }

                #focus2 ul li .slideother .h12 a:hover {
                    text-decoration: none;
                }

        #focus2 ul li .slideother p {
            color: #999;
            text-align: left;
            margin: 6px 0 0 0 !important;
        }

            #focus2 ul li .slideother p a {
                color: #999;
                text-decoration: none;
            }

                #focus2 ul li .slideother p a:hover {
                    text-decoration: none;
                }



#focus3 {
    width: 360px;
    height: 240px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

    #focus3 ul {
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
    }

        #focus3 ul li {
            float: left;
            width: 360px;
            height: 100%;
            position: relative;
        }
            /*.focus ul li div{position:absolute;overflow:hidden;}*/
            #focus3 ul li .slide-img {
                width: 360px;
                height: 240px;
                float: left;
            }

    #focus3 .btnBg {
        position: absolute;
        width: 360px;
        left: 0;
        bottom: 0;
    }

    #focus3 .btn {
        position: absolute;
        width: 360px;
        height: 20px;
        padding: 0 10px;
        right: 0;
        bottom: 10px;
        text-align: right;
    }

        #focus3 .btn span {
            display: inline-block;
            _display: inline;
            _zoom: 1;
            width: 14px;
            height: 14px;
            _font-size: 0;
            margin-left: 5px;
            cursor: pointer;
            background: #fff;
            border-radius: 7px;
        }

            #focus3 .btn span.on {
                background: #ffd800;
            }


    #focus3 .preNext {
        width: 31px;
        height: 42px;
        position: absolute;
        top: 85px;
        background: url('../image/sprite.png') no-repeat 0 0;
        cursor: pointer;
    }

    #focus3 .pre {
        left: 0;
    }

    #focus3 .next {
        right: 0;
        background-position: right top;
    }

    #focus3 ul li .slideother {
        width: 360px;
        height: 50px;
        display: inline-block;
        float: left;
        margin-top: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #000;
        background-color: rgba(0,0,0,0.6);
        filter: Alpha(opacity=60);
        overflow: hidden;
        text-overflow: ellipsis;
    }

        #focus3 ul li .slideother .h12 {
            font-size: 16px;
            text-align: left;
            padding: 0 10px;
        }

            #focus3 ul li .slideother .h12 a {
                text-decoration: none;
                text-align: left;
                color: #fff;
                line-height: 50px;
            }

#focus2 ul li .slideother .h12 a:hover {
    text-decoration: none;
}

#focus2 ul li .slideother p {
    color: #999;
    text-align: left;
    margin: 6px 0 0 0 !important;
}

    #focus2 ul li .slideother p a {
        color: #999;
        text-decoration: none;
    }

        #focus2 ul li .slideother p a:hover {
            text-decoration: none;
        }
