@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
body {
    background: #15191d;
    margin: 0;
    padding: 0;
    font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif, "微軟正黑體";
    font-weight: bold;
}

header {
    position:absolute;
    width: 100%;
    height: 5px;
    border-bottom: 0px solid #FFF;
    z-index: 999;
}


/* logoBar */

.topBar {
    width: 1200px;
    height: 58px;
    margin: 0 auto;
}

.shaLogo {
    width: 150px;
    height: 38px;
    margin-top: 19px;
    margin-left: 30px;
    background: url(../images/shalogo.png) 0 0 no-repeat;
    float: left;
}

.m1Logo {
    width: 125px;
    height: 32px;
    margin-top: 25px;
    margin-right: 30px;
    background: url(../images/m1Logo.png) 0 0 no-repeat;
    float: right;
    transition: 0.4s;
}

.fb_share {
    width: 32px;
    height: 32px;
    margin-top: 25px;
    margin-right: 15px;
    background: url(../images/fbLogo.png) 0 0 no-repeat;
    float: right;
}



.fb_share:hover {
    background: url(../images/fbLogo-hover.png) 0 0 no-repeat;
}

.clear_both {
    clear: both;
}


/* container */

.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: url(../images/background.png) no-repeat;
    background-color: #FFF;
}

.img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.go_top {
    display: none;
    width: 80px;
    height: 80px;
    z-index: 150;
    position: fixed;
    bottom: 80px;
    right: 80px;
}

/* KV/Video */

.slide {
    width: 1200px;
    height: 980px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.kv{
    width: 1920px;
    height: 540px;
    margin: auto;
    position: absolute;
    background: url(../images/kv.png) no-repeat;
}

.slogan{
    width: 260px;
    height: 105px;
    left: 470px;
    top: 60px;
    background: url(../images/title.png) center no-repeat;
    position: absolute;
    transition: 0.3s ease-out 0.4s;
    z-index: 2;
    

}

.content01 {
    width: 1200px;
    height: 540px;
    position: absolute;
    left: 0;
    transition: 0.3s ease-out;
}
.contentAA {
    width: 1200px;
    height: 440px;
    padding-top: 540px;
    position: absolute;
    left: 0;
    transition: 0.3s ease-out;
}

.area01 {
    width: 450px;
    height: 300px;
    padding-left: 133px;
    padding-top: 20px;
    position: absolute;
    left: 0;
    transition: 0.3s ease-out;
}
.area02 {
    width: 450px;
    height: 300px;
    padding-left: 667px;
    padding-top: 20px;
    position: absolute; 
    left: 0;
    transition: 0.3s ease-out;
}

.video01 {
    width: 400px;
    height: 300px;
    /*position: absolute;*/
    float: left;
    left: 0;
    background: url(../images/movie01.png) center no-repeat;
    /*transition: 0.3s ease-out;*/

}

.video01 iframe {
    position: absolute;
    z-index: 1;
    width: 365px;
    height: 208px;
    padding: 77px 16px;
}

.video02 {
    width: 400px;
    height: 300px;
    /*position: absolute;*/
    float: left;
    left: 0;
    background: url(../images/movie02.png) center no-repeat;
    /*transition: 0.3s ease-out;*/

}

.video02 iframe {
    position: absolute;
    z-index: 1;
    width: 365px;
    height: 208px;
    padding: 77px 16px;
}

.top_btn{
    width: 171px;
    height: 37px;
    top: 330px;
    left: 151px;
    background: url(../images/s-btn1.png) center no-repeat;
    float: left;
    position: absolute;
    transition: 0.2s ease-in 0.1s;
    z-index: 1;
}

.top_btn:hover {
    background: url(../images/s-btn1-hover.png) 0 0 no-repeat;
}

.top_btn2{
    width: 172px;
    height: 37px;
    top: 330px;
    right: 70px;
    background: url(../images/s-btn2.png) center no-repeat;
    float: left;
    position: absolute;
    transition: 0.2s ease-in 0.1s;
    z-index: 1;
}

.top_btn2:hover {
    background: url(../images/s-btn2-hover.png) 0 0 no-repeat;
}

.top_btn3{
    width: 171px;
    height: 37px;
    top: 330px;
    right: 260px;
    background: url(../images/s-btn3.png) center no-repeat;
    float: left;
    position: absolute;
    transition: 0.2s ease-in 0.1s;
    z-index: 1;
}

.top_btn3:hover {
    background: url(../images/s-btn3-hover.png) 0 0 no-repeat;
}

.top_btn4{
    width: 172px;
    height: 37px;
    top: 330px;
    right: 70px;
    background: url(../images/s-btn4.png) center no-repeat;
    float: left;
    position: absolute;
    transition: 0.2s ease-in 0.1s;
    z-index: 1;
}

.top_btn4:hover {
    background: url(../images/s-btn4-hover.png) 0 0 no-repeat;
}

.scroll{
    display: block;
    width: 45px;
    height: 60px;
    background: url(../images/scroll.png) no-repeat 0 0;
    animation: scrollani 1s linear infinite alternate;
    position: absolute;
    top: 105%;
    left: 52%;
}

@keyframes scrollani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 10px;
  }
}


/* 編輯文章 */

.slide02 {
    width: 100%;
    height: 450px;    
}

.content02 {
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.articleM01 {
    width: 100%;
    height: 450px;
}

.h1 {
    width: 400px;
    height: 75px;
    margin-top: 50px;
    margin-left: 420px;
    background: url(../images/h1.png) center no-repeat;
    position: relative;
}
   
/* 輪播文章 */ 

.slide03 {
    width: 100%;
    height: 850px;    
}

.content03 {
    width: 1200px;
    height: 850px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.article {
    width: 100%;
    height: 850px;
}

.h2 {
    width: 400px;
    height: 75px;
    margin-top: 50px;
    margin-left: 420px;
    background: url(../images/h2.png) center no-repeat;
    position: relative;
}

.article-box {
    display: block;
    margin-top: 50px;
    padding-left: 70px;
    /*height: 800px;
    margin-top: 50px;
    margin-left: 70px;
    transition: 0.4s;
    position: relative;
    width: 1200px;*/  /*改*/
}

.article-box li:first-child  a:first-child{    
    margin-left: 0px;
}

.article-box li:nth-child(4) a{
    margin-left: 0px;
}

.article-box li a  {
    display: inline-block;
    float: left;
    width: 330px;
    height: 240px;
    margin-left: 35px;
    margin-bottom: 35px;
    position: relative;
}

.box {
    /*position: relative;*/
    width: 330px;
    height: 240px;
}

.incl{
     display: block;
}
.inop{
     display: none;
}

.article-box a:hover .inop{
    display: block;
    position:absolute;
    z-index: 1px;
}
.article-box a:hover .incl{
    position:absolute;
    /*display: none;*/
}

.article-word p {
    width: 235px;
    height: 45px;
    margin-left: 80px;
    margin-bottom: 45px;
    margin-top: 18px;
    /*position: absolute;*/
    color: #FFF;
    font-size: 16px; 
    line-height: 20px;
    text-align: left;
}

/* footer */
footer{
    width: 100%;
    height: 36px;
    background-color: #b11c2d;
    position: absolute;
    box-sizing: border-box;
}
footer p{
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
}

@media screen and (max-width:1200px){
.wrapper {
    background: url(../images/background_m.png) no-repeat;
}
}

