@charset "utf-8";


/*滚动图片文字*/


@font-face {
    font-family: 'futura';
    src: url('../../font/futura-condensedmedium.eot');
    /* IE9+ Compat Modes */
    src: url('../../font/futura-condensedmedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../font/futura-condensedmedium.woff2') format('woff2'), /* Super modern browsers */
    url('../../font/futura-condensedmedium.woff') format('woff'), /* Modern browsers */
    url('../../font/futura-condensedmedium.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../../font/futura-condensedmedium.svg#FontName') format('svg');
    /* Legacy iOS */
}
/*滚动图片文字*/


@media \0screen\,
screen\9 {
    /* 只支持IE6、7、8 */
    .content {
        background-color: #fff;
        filter: Alpha(opacity=50);
        position: static;
        /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }

    .content .cent {
        position: ;
        /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}






#load {
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: absolute;
    top: 0;
    /* background-color: #5074b1; */
    background: #fff;
    color: white;
    font-size: 100px;
    text-align: center;
    z-index: 20;
}

.load_bg {
    width: 15%;
    height: 5px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 42.5%;
}









/*滚动图片*/
.index-bg {position: absolute; left: 0; top:0; right:0; bottom:0; height: 100%;}
.index-bg .bd,.index-bg .bd ul,.index-bg .bd ul li {width:1006px !important ;height:334px !important;margin: 0; padding: 0;}
.index-bg .hd {position: absolute; left: 0; right:0; bottom:0px; }
.index-bg .hd ul {text-align: center;}
.index-bg .hd li {width: 8px; height: 8px; border:1px solid #fff; border-radius: 50%; text-indent: -999em; display: inline-block;margin: 0 5px; transition: 0.3s all;}
.index-bg .hd li.on { width: 30px; border-radius: 8px; background: #fff; cursor:pointer;}


.two {
        position: absolute;
        width: 1006px;
        height: 334px;
        background-position-y: 0;
        margin: 0;
        background-size: cover;
        -ms-behavior: url(css/backgroundsize.min.htc);
        behavior: url(css/backgroundsize.min.htc);
        display: none;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
     z-index: 3;
    }

    .bg-desc {
        height: 293px;
        font-size: 38px;
        color: #FFF;
        position: absolute;
        top: 220px;
        left: 9%;
        font-weight: 100;
        font-family: futura;
		z-index:5;
    }

    .bg-desc span {
        margin-bottom: 12px;
        display: inline-block;
    }

    .bg-desc p {
        font-size: 50px;
        font-weight: normal;
        line-height: 60px;
    }

