@charset "UTF-8";

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

#banner {
    width: 100%;
    height: 375px;
    background-image: url(../images/banner_bg1.jpg);
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#banner_img {
    display: block;
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

    #banner_img li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 375px;
        background-position: center;
        background-size: cover;
        display: none;
    }

        #banner_img li.item1 {
            background-image: url(../images/banner_bg1.jpg);
            display: block;
        }

        #banner_img li.item2 {
            background: none;
        }

        #banner_img li.item3 {
            background: none;
        }

        #banner_img li.item4 {
            background: none;
        }

        #banner_img li.item5 {
            background: none;
        }

        #banner_img li.item6 {
            background: #fff;
        }

        #banner_img li.item7 {
            background: #fff;
        }

        #banner_img li.item8 {
            background: #fff;
        }
    /*���ñ���ͼƬ--------����*/
    #banner_img .ad_img {
        position: absolute;
        right: 10px;
        top: 30px;
        width: 506px;
        height: 300px;
    }

    #banner_img .ad_txt {
        position: absolute;
        width: 400px;
        height: 250px;
        left: 10px;
        top: 100px;
        color: #333;
        font-size: 14px;
        text-align: right;
        /*	text-shadow: 1px 1px rgba(51,51,51,0.3);*/ \ text-shadow: none;
    }

        #banner_img .ad_txt h2 {
            font-size: 36px;
            line-height: 60px;
            background: #880f08;
            padding: 0 10px;
            width: auto;
            color: #fff;
        }

        #banner_img .ad_txt span {
            font-size: 36px;
            line-height: 60px;
            padding: 0 10px;
            width: auto;
            color: #fff;
        }

        #banner_img .ad_txt p {
            line-height: 22px;
            color: #fff;
        }

            #banner_img .ad_txt p.ind_news {
                clear: both;
                font-size: 12px;
                margin-top: 5px;
            }

                #banner_img .ad_txt p.ind_news a {
                    float: left;
                    font-size: 14px;
                    color: #333;
                    width: 280px;
                    text-align: left;
                    height: 24px;
                }

                    #banner_img .ad_txt p.ind_news a:hover {
                        float: left;
                        font-size: 14px;
                        color: #880f08;
                        width: 280px;
                        text-align: left;
                        height: 24px;
                    }

                #banner_img .ad_txt p.ind_news span {
                    float: right;
                    color: #333;
                    font-size: 14px;
                    background: none;
                    text-shadow: none;
                    height: 24px;
                }

        #banner_img .ad_txt a {
            display: block;
            width: 100px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            margin-top: 10px;
            color: #f9d602;
            text-decoration: none;
            text-shadow: none;
            float: right;
        }

#banner_ctr {
    position: absolute;
    width: 600px;
    height: 122px;
    margin-left: -480px;
    bottom: 40px;
    z-index: 1;
    top: 10px;
    right: 10px;
}

    #banner_ctr ul {
        width: 600px;
        height: 122px;
        background: url(../images/serv_ico.png) center no-repeat;
        font-size: 0;
        line-height: 0;
        position: relative;
    }

    #banner_ctr li {
        display: block;
        float: left;
        width: 115px;
        height: 122px;
        cursor: pointer;
    }

        #banner_ctr li.first-item {
            background: #fff;
            width: 20px;
            -webkit-border-radius: 20px 0 0 20px;
            -moz-border-radius: 20px 0 0 20px;
            border-radius: 20px 0 0 20px;
            cursor: default;
        }

        #banner_ctr li.last-item {
            background: #fff;
            width: 20px;
            -webkit-border-radius: 0 20px 20px 0;
            -moz-border-radius: 0 20px 20px 0;
            border-radius: 0 20px 20px 0;
            cursor: default;
        }

#drag_ctr {
    position: absolute;
    top: -14px;
    left: 20px;
    width: 115px;
    height: 156px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    bottom: 170px;
    background: #0084cf;
}

#drag_arrow {
    position: absolute;
    top: -14px;
    left: 20px;
    width: 115px;
    height: 156px;
    background: url(../images/drag_banner_arrow.gif) center 14px no-repeat;
}

.focus {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.focus_line {
    width: 100%;
    height: 22px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
}

.focus_cur {
    overflow: hidden;
    position: absolute;
    width: 400px;
    height: 85px;
    background: url(../images/d1.png) no-repeat 0 0;
    z-index: 400;
    top: 260px;
    left: 10px;
}

.ulfocus0 {
    background: url(../images/d2.png) no-repeat 0 0;
}

.ulfocus1 {
    background: url(../images/d3.png) no-repeat 0 0;
}

.ulfocus2 {
    background: url(../images/d4.png) no-repeat 0 0;
}

.focus_cur li, .focus_cur li a {
    width: 40px;
    height: 8px;
    overflow: hidden;
}

.focus_cur li {
    float: left;
    padding: 0 2px;
    position: relative;
    z-index: 400;
}

    .focus_cur li a {
        position: absolute;
    }

.focus_img {
    height: 500px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}

    .focus_img li {
        width: 100%;
        height: 500px;
        float: left;
    }

.foucs_left, .foucs_right {
    width: 42px;
    height: 63px;
    position: absolute;
    top: 260px;
}

.foucs_left {
    background: url(../images/l.png) no-repeat 0 -63px;
    left: 60px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='style/images/bg_foucsleft.png');
    cursor: pointer;
}

.foucs_right {
    background: url(../images/l.png) no-repeat 0 0;
    right: 60px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='style/images/bg_foucsright.png');
    cursor: pointer;
}

.foucs_left_cur {
    left: 60px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop,src='style/images/bg_foucsleftcur.png');
}

.foucs_right_cur {
    right: 60px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='style/images/bg_foucsrightcur.png');
}

.ahomeside {
    width: 100%;
    height: 500px;
    display: block;
}

.focus_cur .ulfo0 {
    top: 15px;
    left: 10px;
}

    .focus_cur .ulfo0, .focus_cur .ulfo0 a {
        width: 120px;
        height: 60px;
        display: block;
    }

.focus_cur .ulfo1 {
    top: 15px;
    left: 15px;
}

    .focus_cur .ulfo1, .focus_cur .ulfo1 a {
        width: 120px;
        height: 60px;
        display: block;
    }

.focus_cur .ulfo2 {
    top: 15px;
    left: 20px;
}

    .focus_cur .ulfo2, .focus_cur .ulfo2 a {
        width: 120px;
        height: 60px;
        display: block;
    }


.focus_curh {
    overflow: hidden;
    position: absolute;
    bottom: 45px;
    height: 25px;
    left: 50%;
}

    .focus_curh li, .focus_curh li a {
        width: 25px;
        height: 25px;
        overflow: hidden;
    }

    .focus_curh li {
        float: left;
        padding: 0 2px;
    }

    .focus_curh li {
        height: 25px;
        width: 25px;
    }

        .focus_curh li a {
            background: url(../images/y.png) no-repeat 0 0;
            height: 25px;
            width: 25px;
            position: absolute;
        }

            .focus_curh li.curh a, .focus_curh li a:hover {
                background: url(../images/y.png) no-repeat 0 -27px;
            }
