@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: #FFF;
    transition: 0.3s;
    float: right;
}

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

.clear_both {
    clear: both;
}


/* container */

.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background-color: #000;
}
.wrapper_bg {
    width: 100%;
    height: 813px;
    margin: 0 auto;
    position: relative;
    background: url(../images/kv_bg.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: 80px;
}
.incl{display: block;}
.inop{display: none;}

/* KV */

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

.slogan{
    width: 570px;
    height: 375px;
    left: 450px;
    top: 200px;
    background: url(../images/title.png) center no-repeat;
    position: absolute;
    z-index: 2;
    
}


.scroll{
    width: 300px;
    height: 78px;
    top: 770px;
    right: 20%;
    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: 50px 0;
  }
}


/* 文章 */

.article {
    width: 100%;
    height: auto;   
    background-image: url(../images/bg.jpg); 
    background-repeat: repeat-y;
}

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

/* 編輯 */

.h1 {
    width: 1200px;
    height: 100px;
    margin-top: 200px;
    margin-bottom: 45px;
    background: url(../images/h1.png) center no-repeat;
    position: relative;
}  
.area01 {
    width: 530px;
    height: 300px;
    float:left;
    margin-left: 35px;
    margin-right: 35px;
    background: url(../images/img_A.jpg) center no-repeat;
    transition: 0.3s ease-out;
}
.area02 {
    width: 530px;
    height: 300px;
    float:left;
    margin-left: 35px;
    margin-right: 35px;
    background: url(../images/img_B.jpg) center no-repeat;
    transition: 0.3s ease-out;
}

.edit_t {
    font-size: 25px;
    color:#dd5c1d;
    margin: 20px 0 0 25px;
    font-weight: bold;
    letter-spacing: 2px;
}

.edit_p {
    font-size: 20px;
    color:#000;
    margin: 155px 0 0 25px;
    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.jpg) center no-repeat;
    transition: 0.3s;
}
.area02:hover {
    background: url(../images/img_B_hover.jpg) center no-repeat;
    transition: 0.3s;
}

.area01:hover .edit_t ,.area02:hover .edit_t {
    color: #FFF;
}

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

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

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


/* 文章 */

.aBox ,.aBox2, .aBox3{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.aBox2{
    height: 1200px;
}
.h2 {
    width: 1200px;
    height: 40px;
    margin-top: 100px;
    margin-bottom: 45px;
    background: url(../images/h2.png) center no-repeat;
    position: relative;
} 

.Astyle1 {
    width: 260px;
    height: 260px;
    float:left;
    margin-left: 35px; 
    margin-bottom: 30px;
    transition: 0.3s ease-out;

}
.Astyle2 {
    width: 260px;
    height: 260px;
    float:left;
    margin-left: 30px; 
    margin-bottom: 30px;
    transition: 0.3s ease-out;

}

.ph1 {
    background: url(../images/A01.jpg) center no-repeat;}
.ph2 {
    background: url(../images/A02.jpg) center no-repeat;}
.ph3 {
    background: url(../images/A03.jpg) center no-repeat;}
.ph4 {
    background: url(../images/A04.jpg) center no-repeat;}
.ph5 {
    background: url(../images/A05.jpg) center no-repeat;}
.ph6 {
    background: url(../images/A06.jpg) center no-repeat;}
.ph7 {
    background: url(../images/A07.jpg) center no-repeat;}
.ph8 {
    background: url(../images/A08.jpg) center no-repeat;}
.ph9 {
    background: url(../images/A09.jpg) center no-repeat;}
.ph10 {
    background: url(../images/A10.jpg) center no-repeat;}
.ph11 {
    background: url(../images/A11.jpg) center no-repeat;}
.ph12 {
    background: url(../images/A12.jpg) center no-repeat;}
.ph13 {
    background: url(../images/A13.jpg) center no-repeat;}
.ph14 {
    background: url(../images/A14.jpg) center no-repeat;}
.ph15 {
    background: url(../images/A15.jpg) center no-repeat;}
.ph16 {
    background: url(../images/A16.jpg) center no-repeat;}
.ph17 {
    background: url(../images/A17.jpg) center no-repeat;}
.ph18 {
    background: url(../images/A18.jpg) center no-repeat;}
.ph19 {
    background: url(../images/A19.jpg) center no-repeat;}
.ph20 {
    background: url(../images/A20.jpg) center no-repeat;}
.ph21 {
    background: url(../images/A21.jpg) center no-repeat;}
.ph22 {
    background: url(../images/A22.jpg) center no-repeat;}
.ph23 {
    background: url(../images/A23.jpg) center no-repeat;}
.ph24 {
    background: url(../images/A24.jpg) center no-repeat;}
.ph25 {
    background: url(../images/A25.jpg) center no-repeat;}
.ph26 {
    background: url(../images/A26.jpg) center no-repeat;}
.ph27 {
    background: url(../images/A27.jpg) center no-repeat;}
.ph28 {
    background: url(../images/A28.jpg) center no-repeat;}
.ph29 {
    background: url(../images/A29.jpg) center no-repeat;}
.ph30 {
    background: url(../images/A30.jpg) center no-repeat;}
.ph32 {
    background: url(../images/B01.jpg) center no-repeat;}
.ph33 {
    background: url(../images/B02.jpg) center no-repeat;}
.ph34 {
    background: url(../images/B03.jpg) center no-repeat;}
.ph35 {
    background: url(../images/B04.jpg) center no-repeat;}
.ph36 {
    background: url(../images/B05.jpg) center no-repeat;}
.ph37 {
    background: url(../images/B06.jpg) center no-repeat;}
.ph38 {
    background: url(../images/B07.jpg) center no-repeat;}
.ph39 {
    background: url(../images/B08.jpg) center no-repeat;}
.ph40 {
    background: url(../images/B09.jpg) center no-repeat;}
.ph41 {
    background: url(../images/B10.jpg) center no-repeat;}
.ph42 {
    background: url(../images/B11.jpg) center no-repeat;}
.ph43 {
    background: url(../images/B12.jpg) center no-repeat;}
.ph44 {
    background: url(../images/B13.jpg) center no-repeat;}
.ph45 {
    background: url(../images/B14.jpg) center no-repeat;}
.ph46 {
    background: url(../images/B15.jpg) center no-repeat;}
.ph47 {
    background: url(../images/B16.jpg) center no-repeat;}
.ph48 {
    background: url(../images/B17.jpg) center no-repeat;}
.ph49 {
    background: url(../images/B18.jpg) center no-repeat;}
.ph50 {
    background: url(../images/B19.jpg) center no-repeat;}
    /*0813new*/
.ph31 {
    background: url(../images/A31.jpg) center no-repeat;}
.ph51 {
    background: url(../images/A32.jpg) center no-repeat;}
.ph52 {
    background: url(../images/A33.jpg) center no-repeat;}


/*hover*/
.ph1:hover {
    background: url(../images/A01_2.png) center no-repeat;}
.ph2:hover {
    background: url(../images/A02_2.png) center no-repeat;}
.ph3:hover {
    background: url(../images/A03_2.png) center no-repeat;}
.ph4:hover {
    background: url(../images/A04_2.png) center no-repeat;}
.ph5:hover {
    background: url(../images/A05_2.png) center no-repeat;}
.ph6:hover {
    background: url(../images/A06_2.png) center no-repeat;}
.ph7:hover {
    background: url(../images/A07_2.png) center no-repeat;}
.ph8:hover {
    background: url(../images/A08_2.png) center no-repeat;}
.ph9:hover {
    background: url(../images/A09_2.png) center no-repeat;}
.ph10:hover {
    background: url(../images/A10_2.png) center no-repeat;}
.ph11:hover {
    background: url(../images/A11_2.png) center no-repeat;}
.ph12:hover{
    background: url(../images/A12_2.png) center no-repeat;}
.ph13:hover {
    background: url(../images/A13_2.png) center no-repeat;}
.ph14:hover {
    background: url(../images/A14_2.png) center no-repeat;}
.ph15:hover {
    background: url(../images/A15_2.png) center no-repeat;}
.ph16:hover {
    background: url(../images/A16_2.png) center no-repeat;}
.ph17:hover {
    background: url(../images/A17_2.png) center no-repeat;}
.ph18:hover {
    background: url(../images/A18_2.png) center no-repeat;}
.ph19:hover {
    background: url(../images/A19_2.png) center no-repeat;}
.ph20:hover {
    background: url(../images/A20_2.png) center no-repeat;}
.ph21:hover {
    background: url(../images/A21_2.png) center no-repeat;}
.ph22:hover {
    background: url(../images/A22_2.png) center no-repeat;}
.ph23:hover {
    background: url(../images/A23_2.png) center no-repeat;}
.ph24:hover {
    background: url(../images/A24_2.png) center no-repeat;}
.ph25:hover {
    background: url(../images/A25_2.png) center no-repeat;}
.ph26:hover {
    background: url(../images/A26_2.png) center no-repeat;}
.ph27:hover {
    background: url(../images/A27_2.png) center no-repeat;}
.ph28:hover {
    background: url(../images/A28_2.png) center no-repeat;}
.ph29:hover {
    background: url(../images/A29_2.png) center no-repeat;}
.ph30:hover {
    background: url(../images/A30_2.png) center no-repeat;}
.ph32:hover {
    background: url(../images/B01_2.png) center no-repeat;}
.ph33:hover{
    background: url(../images/B02_2.png) center no-repeat;}
.ph34:hover {
    background: url(../images/B03_2.png) center no-repeat;}
.ph35:hover {
    background: url(../images/B04_2.png) center no-repeat;}
.ph36:hover {
    background: url(../images/B05_2.png) center no-repeat;}
.ph37:hover {
    background: url(../images/B06_2.png) center no-repeat;}
.ph38:hover {
    background: url(../images/B07_2.png) center no-repeat;}
.ph39:hover {
    background: url(../images/B08_2.png) center no-repeat;}
.ph40:hover {
    background: url(../images/B09_2.png) center no-repeat;}
.ph41:hover {
    background: url(../images/B10_2.png) center no-repeat;}
.ph42:hover {
    background: url(../images/B11_2.png) center no-repeat;}
.ph43:hover {
    background: url(../images/B12_2.png) center no-repeat;}
.ph44:hover {
    background: url(../images/B13_2.png) center no-repeat;}
.ph45:hover {
    background: url(../images/B14_2.png) center no-repeat;}
.ph46:hover {
    background: url(../images/B15_2.png) center no-repeat;}
.ph47:hover {
    background: url(../images/B16_2.png) center no-repeat;}
.ph48:hover {
    background: url(../images/B17_2.png) center no-repeat;}
.ph49:hover {
    background: url(../images/B18_2.png) center no-repeat;}
.ph50:hover {
    background: url(../images/B19_2.png) center no-repeat;}

    /*0813new*/
.ph31:hover {
    background: url(../images/A31_2.png) center no-repeat;}
.ph51:hover {
    background: url(../images/A32_2.png) center no-repeat;}
.ph52:hover {
    background: url(../images/A33_2.png) center no-repeat;}
    
.at_bg{
    width: 260px;
    height: 50px;
    background: url(../images/aa.png) center no-repeat;
    margin-top: 210px;

}
.at_bg2{
    width: 260px;
    height: 50px;
    background: url(../images/bb.png) center no-repeat;
    margin-top: 210px;

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

}
.Astyle1:hover .at_bg ,.Astyle2:hover .at_bg {display:none;}
.Astyle1:hover .at_bg2 ,.Astyle2:hover .at_bg2 {display:none;}
.Astyle1:hover .artcle_t ,.Astyle2:hover .artcle_t {display:none;}
.Astyle1:hover .artcle_t2 ,.Astyle2:hover .artcle_t2{display:block;}
.Astyle1:hover .artcle_p ,.Astyle2:hover .artcle_p{display:block;}

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

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

.more-btn{
    display: block;
    width: 160px;
    height: 60px;
    background: url(../images/more.png) center no-repeat;
    margin: auto;
    transition: 0.1s ease-out;
    padding: 30px 0;
    cursor: pointer;
}
.more-btn:hover{
    background: url(../images/come.png) center no-repeat;
    transition: 0.1s ease-out;
}
.AA{
    width: 260px;
    height: 260px;
    float:left;
    margin-left: 35px; 
    margin-bottom: 30px;
}
.BB{
    width: 550px;
    height: 260px;
    float:left;
    margin-left: 35px; 
    margin-bottom: 30px;
}

/* Tab */
#tab{ 
    width: 100%;
    height: auto;
    position: relative;
}

#tab > ul{ 
    display: block;
    width: 1140px;
    height: auto;
    list-style: none;
    margin: 80px auto 0px auto;
}

.tab-title{
    list-style:none;
}

#tab > ul > li.blue{ 
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 50px;
    margin-right: 26px;
    border: 0;
    line-height: 25px;
    background: url(../images/tabA_bg.png) center no-repeat;
    list-style: none;
    box-sizing: border-box;
    cursor: pointer;
}
#tab > ul > li.green{ 
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 50px;
    margin-right: 30px;
    border: 0;
    line-height: 25px;
    background: url(../images/tabB_bg.png) center no-repeat;
    list-style: none;
    box-sizing: border-box;
    cursor: pointer;
}

#tab > ul > a.org{ 
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 50px;
    margin-right: 26px;
    border: 0;
    line-height: 25px;
    background: url(../images/tabC_bg.png) center no-repeat;
    list-style: none;
    box-sizing: border-box;
    cursor: pointer;
}

#tab >  ul > li a{ 
    color:#000; 
    text-decoration:none;
    width:260px;
    height:50px;
}

#tab > ul > li.blue.active{ 
    background: url(../images/tabA_bg_hover.png) center no-repeat;
}
#tab > ul > li.green.active{ 
    background: url(../images/tabB_bg_hover.png) center no-repeat;
}
#tab > ul > a.org:hover{ 
    background: url(../images/tabC_bg_hover.png) center no-repeat;
}

#tab > .tab-inner{ 
    clear:both; 
    color:#000; 
    border:0px;
}
.tab-inner{ 
    padding: 20px 0px 0px 0px;
}
.blue{
   background: url(../images/tabA_bg.png) center no-repeat;
}
.green{
   background: url(../images/tabB_bg.png) center no-repeat;
}
.org{
   background: url(../images/tabC_bg.png) center no-repeat;
}



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

}
footer p{
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 36px;
}

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

.wrapper_bg {
    width: 100%;
    height: 813px;
    margin: 0 auto;
    position: relative;
    background: url(../images/kv_bg_m.png) center no-repeat;
}
.slogan{
    left: 460px; 
}
.scroll{
    right: 5%;
}

.more_btn{
    display: block;
    width: 285px;
    height: 60px;
    background: url(../images/come.png) center no-repeat;
}


}

