body{
    background-color: #000;
}

.index{
    opacity: 0;
    -webkit-animation: fadeIn_l 1s;
    animation: fadeIn_l 1s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes fadeIn_l {
    0% {
    opacity: 0;
    }

    100% {
    opacity: 1;
    }
}

.video_con{
    width: 100%;
    height: 100vh;
}
.video{
  height: 100vh;
}
.video .main_title{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.video .main_title h1{
  font-size: 4rem;
  color: #fff;
  margin-top: 10px;
  text-align: center;
  line-height: 4rem;
}

.video .scroll{
    width: 100%;
    height: 6rem;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.video .scroll:after {
    content: '';
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    animation: scrollLine 1s ease infinite;
}
.video .scroll p{
    margin: 2rem 0;
}
@keyframes scrollLine {
    0% {
        height: 0;
        top: 70%
    }

    40% {
        height: 30%;
        top: 70%
    }

    80% {
        height: 0;
        top: 100%
    }

    100% {
        height: 0;
        top: 100%
    }
}


/*.text*/

.text_1{
  position: absolute;
  width: 90%;
  top: 60%;
  transform: translate(0,-50%);
}

.text_2{
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 60px;
  text-align: center;
}

p{
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.4rem;
}

.section--report{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 150px 20px 100px;
    background-color: #7c090f;
    color: #fff;
    font-size: 2.6rem;

    background-image: url(../images/sprite/bg.png);
    background-size: 60%;
    background-position: 150% top;
    background-repeat: no-repeat;
}

.report--subTitle{
    position: relative;
    width: 200px;
    margin: 0 auto;
    font-size: 2rem;
}

.report--subTitle::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -60px;
    width: 60px;
    height: 1px;
    border-top: solid 1px #fff;
}

.report--subTitle::after{
    content: '';
    position: absolute;
    top: 10px;
    right: -60px;
    width: 60px;
    height: 1px;
    border-top: solid 1px #fff;
}

.section--report .layer--parallax{
    width: 100%;
}

.section--report .layer--parallax img{
    width: 600px;
}

.section--report .layer--right{
    float: left;
    width: calc(100% - 40px);
    font-size: 1rem;
    margin: 50px 20px;
    line-height: 2rem;
}

.section--report .mobile{
    display: block;
    width: 100%;
    margin-top: 50px;
}

.report_2 h3{
    font-size: 2.4rem; 
}

.w_70{
    width: 90%;
}

/*文字輪播*/
.carousel{
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 60px;
}

.section--report .info--left{
    float: left;
    width: 350px;
    font-size: 1rem;
    margin: 10px 0px;
    line-height: 2rem;
}


.section--report .info--right{
    float: left;
    width: 100%;
}

.section--report .info--right img{
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
}

/*slider*/
.index_slider{
    float: left;
    width: 100%;
    padding: 0 5%;
}



/*跑馬燈*/
.tickercontainer{
    background-color: #fff;
    position: absolute;
    top: 55px;
    z-index: 9;
}

#webticker-update-example{
    margin-top: 12px;
}

#webticker-update-example li{
    font-size: 18px;
}

#webticker-update-example a{
    text-decoration: none;
}

#webticker-update-example li p{
    padding-right: 150px;
    margin: 0;
}

@media only screen and (min-width: 481px) {
.report--subTitle::before{
    content: '';
    position: absolute;
    top: 10px;
    left: -130px;
    width: 120px;
    height: 1px;
    border-top: solid 1px #fff;
}

.report--subTitle::after{
    content: '';
    position: absolute;
    top: 10px;
    right: -130px;
    width: 120px;
    height: 1px;
    border-top: solid 1px #fff;
}

.section--report .layer--right{
    width: 100%;
    margin: 50px 0;
}

.section--report .info--right img{
    padding-right: 0px;
}
.section--report .mobile{
    width: 100%;
    margin-top: 50px;
}



}








@media only screen and (min-width: 1024px) {

.w_70{
    width: 70%;
}

.report--subTitle{
    font-size: 2.4rem;
}

/*文字輪播*/
.carousel{
    width: 1000px;
    margin-left: calc((100% - 1000px) / 2);
    padding-left: 0px;
    padding-bottom: 0px;
}

.section--report .info--right{
    width: calc(100% - 350px);
    margin-top: 0;
    padding: 0;
}

/*跑馬燈*/
.tickercontainer{
    top: 80px;
}

}





@media only screen and (min-width: 1401px) {
.report_1{
    padding: 200px 0px 22%;
}

.report_2{
    padding: 200px 0px;
}

.section--report .mobile{
    display:none;
}


.section--report .layer--right{
    float: left;
    width: 700px;
    margin-left: calc(17% + 750px);
    margin-top: 300px;
}




}

