﻿@charset "utf-8";
body {     margin:0;     padding:0; }
/* CSS Document */
#wrapper {
	width: 100%;     /* 設定高度最小為100%, 如果內容區塊很多, 可以長大 */
        min-height: 100%;  
	margin: auto;   /*版面居中對齊*/
        position:relative;   }
#header {
    width:100%;
    height:130px;
    margin:0 auto;
    background:#e6e6e6;
    box-sizing: border-box;   }


#header .header-content {
    width:960px;
    margin:0 auto;
    height:130px;
    background:#F3F3F3;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
#header .header-h1 {
	color: #339900; /*文字顏色(綠色)*/
	font-family: "微軟正黑體", "Arial Unicode MS"; serif;
	font-size: 30px;
	margin: 0px;	}
/* navigator bar */
#nav { width:100%;
       height:45px;
       margin:0 auto;
       background:#e6e6e6; 
           position:absolute;
           z-index:100;  }
#nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}


#nav h1 {
  width: 500px;
  margin: 100px auto 20px;
  color: #f0f0f0;
  text-align: center;
}


.nav {
  
        width: 960px;
  
        margin: 0 auto;
  
        background: #339900;
  
        color: #f0f0f0;
        font-family: 'Open Sans', sans-serif;
  
        font-size: 16px;
  
        line-height: 1.5;
}

.nav a {

        display: block;
  
        padding: 0 20px;
  
        line-height: inherit;
  
        cursor: pointer;

        text-decoration:none;
 
        color: #f0f0f0;
        font-family: 'Open Sans', sans-serif;
 
        font-size: 16px;
  
        line-height: 1.5;
}

.nav__menu {
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav__menu-item {
  display: inline-block;
  position: relative;
}

.nav__menu-item:hover {
  background-color: #33cc00; color: #333;
}

.nav__menu-item:hover .nav__submenu {
  display: block;
}

.nav__submenu {
  
               font-weight: 500;
  
               text-transform: none;
  
               display: none;
  
               position: absolute;
  
               width: 400px;
  
               background-color: #fff100;


}

.nav__submenu a {
        display: block;
  
        padding: 0 20px;
  
        line-height: inherit;
  
        cursor: pointer;

        color: #333;
	font-family: "微軟正黑體", "Arial Unicode MS"; serif ; 'Open Sans', sans-serif;
 
        text-decoration:none;
        
        font-size: 16px;
  
        line-height: 2.5;}


.nav__submenu-item:hover {
  background: rgba(0, 0, 0, 0.1);
}


#show {    width:100%;
           height:360px;
           margin:0 auto;
           background:#e6e6e6; 
           position:absolute;
           z-index:80;  
           top: 175px;  }

#show .show-content {    width:960px;
                         height:360px;
                         margin:0 auto;
                         background:#339900; /*nav背景顏色(綠色)*/ }



#home {
  
        width: 960px;
 
        height: 980px; 
        margin: 0 auto;
  
        background: #e6e6e6;
 
        padding-top: 380px;       /* 留出header及footer區塊的空間 */
        padding-bottom: 300px;  }


#home .home-box {
                 width:200px;
                 height:450px;
	         font-family: "微軟正黑體", "Arial Unicode MS"; serif ; 'Open Sans', sans-serif;

	         font-size: 16px;
	         line-height: 1.5em;
	         color: #000;
	         padding-top: 20px;
	         padding-bottom: 5px;
	         padding-left: 60px;
                 float:left; }

#home .home-box a {
        color: green; 
        text-decoration:none;
        
        font-size: 16px;
  }




#home .home-line {
                   width:10px;
                   height:400px;
	            padding-top: 20px;
	            padding-bottom: 5px;
	            padding-left: 50px;
                    float:left; }

#home .home-line-h {    width:500px;
                        height:50px;}



#home .home-text {
                 width:800px;
                 height:800px;
	         font-family: "微軟正黑體", "Arial Unicode MS"; serif ; 'Open Sans', sans-serif;

	         font-size: 16px;
	         line-height: 1.5em;
	         color: #000;
	         padding-top: 20px;
	         padding-bottom: 5px;
	         padding-left: 60px;
 }

#home .c_link a { font-size:18px; font-weight:bold; text-decoration:none; color: #109af3; }


#footer {    width:100%;         /* 展開footer寬度 */
             height:280px;       /* 設定footer的高度 */
             margin:0 auto;
             background:#e6e6e6; 
             position: absolute;  /* 設定footer絕對位置在底部 */
             bottom: 0 }



#footer .footer-content {
                        width:960px;
                        margin:0 auto;
                        height:280px;
                        background:#3b8200; /***背景綠色-與背景圖片較深綠色相同*/
	                padding-top: 0px;
	                padding-bottom: 0px;
	                padding-left: 0px; }
	  
#footer .footer-box {
    width:300px;
    height:180px;
	font-family: "微軟正黑體", "Arial Unicode MS"; serif ; 'Open Sans', sans-serif;

	font-size: 16px;
	line-height: 1.5em;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 60px;
        float:left; }

#footer .footer-box2 {
    width:80px;
    height:180px;
	font-family: "微軟正黑體", "Arial Unicode MS"; serif ; 'Open Sans', sans-serif;

	font-size: 16px;
	line-height: 1.5em;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 60px;
        float:left; }

#footer .footer-3 {        width:100%;       
                           margin:0 auto;
                           height:20px;  
	font-family: "微軟正黑體", "Arial Unicode MS"; serif ; 'Open Sans', sans-serif;

	                   font-size: 16px;
	                   line-height: 2.0em;
	                   color: #ccc;  
                           text-align:center }


.clear {   clear: both; }

#logo {    float: left;}
#logo a {    color:#339900;
             text-decoration: none;
             font-size:30px;
             font-weight: 700;
             line-height: 50px; }











