@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: 300px;
    background: #000;
    overflow: hidden;
    position: relative;
}

#banner_img {
    display: block;
    position: relative;
}

    #banner_img li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        display: none;
    }

    #banner_img .ad_img {
        position: absolute;
        right: -60px;
        top: 200px;
        width: 506px;
        height: 200px;
    }

        #banner_img .ad_img img {
            width: 679px;
            height: 240px;
        }

    #banner_img .ad_txt {
		width:1000px; margin:0 auto;
        position: absolute;
        top: 80px;
        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:26px !important; line-height:35px;
            padding-left: 60px;
        }
		
        #banner_img .ad_txt p {
			width:1000px; 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: 105px;
    height: 20px;
    left: 46.3%;
    bottom:20px;
    z-index:1;
    margin: 0 auto;
}

    #banner_ctr ul {
        width: 105px;
        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;
}



