@charset "utf-8";

/* CSS Document */

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

header {
    position:absolute;
    width: 100%;
    height: 0px;
    z-index: 999;
}


/* logoBar */

.dysonlogo {
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-left: 30px;
    background: url(../images/dysonlogo.png) 0 0 no-repeat;
    float: left;
}

.nav {
    width: 100%;
    height: 30px;
    margin-top: 40px;
    margin-bottom: -20px;
}

.m1logo {
    width: 140px;
    height: 30px;
    background: url(../images/m1Logo.png) no-repeat;
    position: absolute;
    right: 20px;
    z-index: 999;
    transition: 0.2s;
}


.fb-share {
    width: 80px;
    height: 30px;
    background: url(../images/fbLogo.png) no-repeat;
    position: absolute;
    right: 20px;
    z-index: 999;
    transition: 0.2s;
}

.m1logo:hover {
    background: url(../images/m1Logo_hover.png) no-repeat;
    right: 40px;
}

.fb-share:hover {
    background: url(../images/fbLogo_hover.png) no-repeat;
    right: 40px;
}

.nav-bar {
    width: 20px;
    height: 1px;
    margin: 15px 0 0 0;
    background: #ef7f3c;
    transition: 0.3s;
    float: right;
}

.nav:hover .nav-bar {
    width: 40px;
    background: #FFF;
}

.clear_both {
    clear: both;
}


/* container */

.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background-color: #000;
}
.wrapper_bg {
    width: 100%;
    height: 760px;
    margin: 0 auto;
    position: relative;
    background: url(../images/kv_bg.png) center no-repeat;
}

.wrapper_bg2 {
    width: 100%;
    height: 760px;
    margin: 0 auto;
    position: absolute;
    background: url(../images/kv_bg_right.png) center no-repeat;
}

.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: 45%;
}
.incl{display: block;}
.inop{display: none;}

/* KV */

.Top-section {
    width: 1200px;
    height: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slogan{
    width: 540px;
    height: 155px;
    left: 65px;
    top: 90px;
    background: url(../images/title.png) center no-repeat;
    position: absolute;
    z-index: 2;
    
}

.scroll{
    width: 145px;
    height: 230px;
    top: 650px;
    right: 45%;
    background: url(../images/start_btn.png) no-repeat 0 0;
    animation: scrollani 1s linear infinite alternate;
    position: absolute;
    z-index: 1;
}

.scroll:hover {
    background: url(../images/start_btn.png) 0 0 no-repeat;
    transition: 0.3s ease-in 0.1s;
}

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


/* 文章區 */

.article {
    width: 100%;
    height: auto; 
    margin-top: 200px;
}

.edit_content {
    width: 1200px;
    height: 210px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* 編輯 */

.area01 {
    width: 910px;
    height: 210px;
    float: left;
    margin-left: 35px;
    margin-right: 05px;
    background: url(../images/img_A.png) center no-repeat;
    transition: 0.3s ease-out;
}
.area02 {
    width: 200px;
    height: 200px;
    float:left;
    margin-left: 15px;
    margin-right: 35px;
    margin-top: 5px;
    background: url(../images/img_B.jpg) center no-repeat;
    transition: 0.3s ease-out;
}

.edit_t {
    font-size: 30px;
    color:#3e4146;
    margin: 20px 20px 0 360px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 2px;
}

.edit_n {
    font-size: 20px;
    color:#6b6b6b;
    margin: 50px 20px 0 360px;
    line-height: 26px;

}

.line_bar {
    width: 50px;
    height: 1px;
    margin: 15px 0 0 25px;
    background: #dd5c1d;
    transition: 0.3s;
    float: left;
}

.area01:hover {
     background: url(../images/img_A_hover.png) center no-repeat;
     transition: 0.3s ease-out;
}
.area02:hover {
     background: url(../images/img_B_hover.jpg) center no-repeat;
     transition: 0.3s ease-out;
}
.area01:hover .edit_t ,.area02:hover .edit_t {
    color: #ef7f3c;
}

.area01:hover .edit_p ,.area02:hover .edit_p {
    color: #ef7f3c;
    font-weight: bold;
}

.area01:hover .line_bar ,.area02:hover .line_bar {
    background: #ef7f3c;
}


.bigfont{
    font-size: 40px;
    color:#000;
    margin: 195px 0 0 25px;
    line-height: 26px;
}


/* 文章 */
.aBox {
    width: 1200px;
    height: 1350px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url(../images/bg-2.jpg) center no-repeat;
}
.h1 {
    width: 1200px;
    height: 90px;
    margin:40px auto;
    background: url(../images/h1.png) center no-repeat;
    position: relative;
}


.article-box {
    display: block;
    margin: 0px;
    padding: 0px;
}
.article-box li{
    display: block;
    margin-left: 25px;
    padding: 0px;
}

.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: 210px;
    height: 230px;
    padding: 0px 10px 30px 10px;
    position: relative;
}
.box {
    width: 210px;
    height: 235px;
}

.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;*/
}

.ph1 {
    background: url(../images/img01.jpg) 10px 0px no-repeat;}
.ph2 {
    background: url(../images/img02.jpg) 10px 0px no-repeat;}
.ph3 {
    background: url(../images/img03.jpg) 10px 0px no-repeat;}
.ph4 {
    background: url(../images/img04.jpg) 10px 0px no-repeat;}
.ph5 {
    background: url(../images/img05.jpg) 10px 0px no-repeat;}
.ph6 {
    background: url(../images/img06.jpg) 10px 0px no-repeat;}
.ph7 {
    background: url(../images/img07.jpg) 10px 0px no-repeat;}
.ph8 {
    background: url(../images/img08.jpg) 10px 0px no-repeat;}
/*0927更新*/ 
.ph9 {
    background: url(../images/img09.jpg) 10px 0px no-repeat;}
.ph10 {
    background: url(../images/img10.jpg) 10px 0px no-repeat;}
.ph11 {
    background: url(../images/img11.jpg) 10px 0px no-repeat;}
.ph12 {
    background: url(../images/img12.jpg) 10px 0px no-repeat;}
.ph13 {
    background: url(../images/img13.jpg) 10px 0px no-repeat;}
.ph14 {
    background: url(../images/img14.jpg) 10px 0px no-repeat;}
.ph15 {
    background: url(../images/img15.jpg) 10px 0px no-repeat;}
.ph16 {
    background: url(../images/img16.jpg) 10px 0px no-repeat;}
.ph17 {
    background: url(../images/img17.jpg) 10px 0px no-repeat;}
.ph18 {
    background: url(../images/img18.jpg) 10px 0px no-repeat;}

/*hover*/
.ph1:hover {
    background: url(../images/01_hover.png) 10px 0px no-repeat;}
.ph2:hover {
    background: url(../images/02_hover.png) 10px 0px no-repeat;}
.ph3:hover {
    background: url(../images/03_hover.png) 10px 0px no-repeat;}
.ph4:hover {
    background: url(../images/04_hover.png) 10px 0px no-repeat;}
.ph5:hover {
    background: url(../images/05_hover.png) 10px 0px no-repeat;}
.ph6:hover {
    background: url(../images/06_hover.png) 10px 0px no-repeat;}
.ph7:hover {
    background: url(../images/07_hover.png) 10px 0px no-repeat;}
.ph8:hover {
    background: url(../images/08_hover.png) 10px 0px no-repeat;}
/*0927更新*/ 
.ph9:hover {
    background: url(../images/09_hover.png) 10px 0px no-repeat;}
.ph10:hover {
    background: url(../images/10_hover.png) 10px 0px no-repeat;}
.ph11:hover {
    background: url(../images/11_hover.png) 10px 0px no-repeat;}
.ph12:hover {
    background: url(../images/12_hover.png) 10px 0px no-repeat;}
.ph13:hover {
    background: url(../images/13_hover.png) 10px 0px no-repeat;}
.ph14:hover {
    background: url(../images/14_hover.png) 10px 0px no-repeat;}
.ph15:hover {
    background: url(../images/15_hover.png) 10px 0px no-repeat;}
.ph16:hover {
    background: url(../images/16_hover.png) 10px 0px no-repeat;}
.ph17:hover {
    background: url(../images/17_hover.png) 10px 0px no-repeat;}
.ph18:hover {
    background: url(../images/18_hover.png) 10px 0px no-repeat;}

/* 文章樣式0904 */
.at_bg{
    width: 210px;
    height: 40px;
    background: url(../images/aa.png) center no-repeat;
    margin-top: 190px;

}
.artcle_t{
    font-size: 16px;
    color: #FFF;
    line-height: 40px;
    margin-left: 15px;

}
.box:hover .at_bg  {display:none;}
.box:hover .artcle_t  {display:none;}
.box:hover .artcle_t2 {display:block;}
.box:hover .artcle_p {display:block;}

.artcle_t2{
    display: none;
    font-size: 16px;
    color: #FFF;
    line-height: 50px;
    margin-left: 20px;
    margin-top: 2px;
}

.artcle_p{
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    margin: 80px 20px 0 20px;
    word-wrap: break-word;
    /*transition: 1s ease-out;*/
}






/* footer */
footer{
    width: 100%;
    height: 36px;
    background-color: #000;
    position: absolute;
    box-sizing: border-box;
    border: none;

}
footer p{
    color: #ef7f3c;
    margin-left: 31%;
    font-size: 8pt;

}

@media screen and (max-width:1200px){
.go_top {right: 45%;}

.wrapper_bg {
    width: 100%;
    height: 813px;
    margin: 0 auto;
    position: relative;
    background: url(../images/kv_bg_m.png) center no-repeat;
}
.slogan{
    left: 60px; 
}
.more_btn{
    display: block;
    width: 285px;
    height: 60px;
    background: url(../images/come.png) center no-repeat;
}
footer p {
    margin-left: 30px;
}

}

