#loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000 url(images/loading_bg.jpg) no-repeat 50% 0;
    z-index: 20;
    font-size: 18px;
    color: #cfd1cc;
    z-index: 101
}

#loading .box {
    width: 1790px;
    height: 990px;
    background: url(images/progress.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    box-sizing: border-box;
}

#loading .box span {
    /* height: 599px; */
    width: 1675px;
    background: url(images/progress-on.png) no-repeat 0 100%;
    position: absolute;
    bottom: 214px;
    left: 41px;
    display: block
}
#loading .box p {
    position: absolute;
    bottom: 150px;
    width:300px;
    left:50%;
    margin-left: -150px;
    font-size: 22px;
    line-height: 100px;
    color: #75cffe;
    text-align: center
}


body {
    min-width: 1280px;
    width: 100%;
    background: #000 url(images/bg.jpg) no-repeat 0 0;
    padding-top:40px;
}

.container {
    width: 100%;
    height: 1080px;
    overflow: hidden;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
}

.main {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.con-box {
    display: none;
    height: 5500px
}

.con-box.active {
    display: block;
}

.con {
    width: 1280px;
    position: relative;
    margin: 0 auto
}

.con-head {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    background: url(images/bg.jpg) no-repeat 50% 0
}

.con-head .logo {
    width: 170px;
    height: 62px;
    background: url(images/logo.png) no-repeat 0 0;
    top: 35px;
    left: 50%;
    margin-left: -580px;
    z-index: 1000;
    filter: drop-shadow(2px 2px 10px #000);
}

.con-head .slogan {
    z-index: 10;
    width: 1115px;
    height: 558px;
    background: url(images/slogan.png) no-repeat 0 0;
    top: 375px;
    left: 50%;
    margin-left: -557px;
}

.con-1 {
    width: 100%;
    margin-top:-70px; 
}
.con-1 .live-box {position: relative; width:1230px;height:870px;padding-top:100px;padding-left:85px;box-sizing: border-box;margin:0 auto;}
.con-1 .live-box video,
.con-1 .live-box .btn-play{width:1060px;height:590px;display: block;}
.con-1 .live-box .cover {position:absolute;top:0;left:0;width:1230px;height:758px;pointer-events:none}
.con-1 .live-box-1 .cover {background: url(images/bg-video-1.png) no-repeat 0 0;}
.con-1 .live-box-2 .cover {background: url(images/bg-video-2.png) no-repeat 0 0;}
.con-1 .live-box .btn-play {background:url(images/btn-play.png) no-repeat 50% 50%;top:100px;left:85px;}
