﻿@charset "UTF-8";

html {
    color: #000;
    background: #FFF;
}

body, div, ul, li {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

li {
    list-style: none;
}
.wrapper{ width:1180px; height:auto; margin:0 auto;}
#banner {
    width: 100%;
    height: 558px;
    background: #000;
    overflow: hidden;
    position: relative;
}

#banner_img {
    display: block;
    position: relative;
}

    #banner_img li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 558px;
        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-image: url(../images/banner_bg2.jpg);
        }

        #banner_img li.item3 {
            background-image: url(../images/banner_bg3.jpg);
        }

        #banner_img li.item4 {
            background-image: url(../images/banner_bg4.jpg);
        }

        #banner_img li.item5 {
            background-image: url(../images/banner_bg5.jpg);
        }

        #banner_img li.item6 {
            background-image: url(../images/banner_bg6.jpg);
        }

        #banner_img li.item7 {
            background-image: url(../images/banner_bg7.jpg);
        }

        #banner_img li.item8 {
            background-image: url(../images/banner_bg8.jpg);
        }*/
    /*���ñ���ͼƬ--------����*/
    #banner_img .ad_img {
        position: absolute;
        right: -60px;
        top: 200px;
        width: 506px;
        height: 404px;
    }

        #banner_img .ad_img img {
            width: 679px;
            height: 490px;
        }

    #banner_img .ad_txt {
	width:1000px;
        position: absolute;
        margin:0 auto;
        top: 200px;
        color: #fff;
        text-shadow: 1px 1px rgba(51,51,51,0.3);
    }

        #banner_img .ad_txt h2 {width:1000px; text-align:left;
            font: bold Microsoft YaHei;  font-size:30px !important; line-height:40px;
        }
		
        #banner_img .ad_txt p {width:600px; float:left;text-align:left;}
		
        #banner_img .ad_txt a {
            display: block;
            width: 100px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            margin-top: 10px;
            background: #fff;
            color: #666;
            text-decoration: none;
            text-shadow: none;
        }

#banner_ctr {
    position: absolute;
    width: 80px;
    height: 20px;
    left: 46.3%;
    bottom:20px;
    z-index:1;
    margin: 0 auto;
}

    #banner_ctr ul {
        width: 80px;
        height: 20px;
        background: url(../img/serv_ico.png) center no-repeat;
        font-size: 0;
        line-height: 0;
        position: relative;
    }

    #banner_ctr li {
        display: block;
        float: left;
        width: 22px;
        height: 20px;
        cursor: pointer;
    }

        #banner_ctr li.first-item {
            width: 7px;
            cursor: default;
			
        }

        #banner_ctr li.last-item {
            width: 7px;
            cursor: default;
        }

#drag_ctr {
    position: absolute;
    top:0;
	left:7px;
    width: 22px;
    height: 20px;
	-webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    background:#BBBBBB;
}

#drag_arrow {
    position: absolute;
    top: -14px;

    width: 22px;
    height: 20px;
    background: url(../img/drag_banner_arrow.gif) center 14px no-repeat;
}



