@charset "utf-8";
/* CSS Document */

/* == 共用區 ============================================================================= */

*{
	margin:0; 
	padding:0;
	-webkit-box-sizing:border-box; /*safari & chrome*/
	-moz-box-sizing:border-box; /*firebox*/
	box-sizing:border-box; /*解除padding影響寬度關係*/
	}

html, body{
	-webkit-text-size-adjust: 100%; /*避免文字自動放大*/
	width:100%;
	height:100%;
    font-family:"微軟正黑體", Arial, Helvetica,sans-serif; 
	}
ul{ list-style:none; }

.texthidden{
	display:block; /*轉換為塊級元素*/
	height:0; 
	width:0; 
	overflow:hidden;
	}/*隱藏文字，切勿使用display:none;*/

/* == top == */

.top {
    display: block;
    position: fixed;
    /*固定定位*/
    right: 1%;
    top: 82%;
    /*距離上邊界高度*/
    z-index: 999;
    /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1D2088;

}

.top h3 {
    margin: 12px 0;
    text-align: center;
    color: #FFFFFF;
}

.top a {
    margin: 6px 0;
    text-align: center;
    font-size: 1.2em;
    text-decoration: none;
    color: #FFFFFF;
}


/* == 影片輪播 == */
.movie{
	margin:0 auto;
    padding: 60px 0;
	width: 800px;
	text-align: center;
	}


/* == 側邊按鈕 == */
.page_btn {
    width: 200px;
    height: auto;
    padding: 1%;
    position: fixed;
    top: 4%;
    right: 0;
    z-index: 900;
	}
.page_btn ul {
    width: 100%;
	}
.page_btn ul li {
    width: 180px;
    height: auto;
	}
.page_btn ul li img {
    display: block;
    width: 100%;
    margin: auto;
	}
.page_btn ul li:hover {
    transform: scale(0.8, 0.8);
	}

.btn a{
	display:block;
    margin:0 auto;
    width:300px;
	height:60px;
	background-color:#ff3300;
	border-radius:10px;
	-webkit-border-radius:10px;
	font-size:2.3em;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	}
.btn a{
	display:block;
    margin:0 auto;
    width:300px;
	height:60px;
	background-color:#ff3300;
	border-radius:10px;
	-webkit-border-radius:10px;
	font-size:2.3em;
	line-height:60px;
	text-align:center;
	text-decoration:none;
	color:#fff;
    }
.footer {
    width: 100%;
    height: 340px;
    margin: 0 auto;
    padding: 20px 0 40px 0;
    background-color: #fff;
	}
.footer ul {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 10px 10% 7% 16%;
	}
.footer ul li {
    display: block;
    text-align: center;
    float: left;
    width: 13%;
    height: 13%;
    padding: 5px;
    margin: 0 10px 20px 10px;
    background-color: #384796;
    -webkit-border-radius: 25px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px;
    border-color: #fff;
    border-style: solid;
    font-size: 1.3em;
    font-weight: 2px;
	}
.footer ul li:hover {
    background-color: #2DA7E0;
    border-color: #fff;
	}
.footer a {
    display: block;
    color: #fff;
    text-decoration: none;
	}
.footer a:hover {
    color: #fff;
	}

.head{
    background-image: url("../images/head.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    }

.con01{
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    padding: 50% 0 10% 0 ;
}

.con01 img{
    max-width: 930px;
    height: auto;
}

.con-bg{
        background-color: #fee9c2;
}
.con02{
       position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
   }

.con02 img{
       max-width: 900px;
    height: auto;
    padding-top: 3%;
}

.con02 ul{
        max-width: 960px;
    height: 300px;
    margin: 0 auto;
}

.con02 ul li{
     display: block;
    text-align: center;
    float: left;
    max-width: 310px;
    height: auto;
    padding: 1%;
    margin-left: 1%
}

.con03{
      position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.con03 img{
       max-width: 850px;
    height: auto;
}

.con03 ul{
        max-width: 900px;
    height: 300px;
    margin: 0 auto;
}

.con03 ul li{
     display: block;
    text-align: center;
    float: left;
    max-width: 450px;
    height: auto;
    padding: 2%
}
.con03-c{
       position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.con03-c img{
      max-width: 950px;
    height: auto;
    margin: 0 auto;
}

.con04{
       position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    padding-top: 5%;
    padding-bottom: 3%;
}

.con04 img{
    max-width: 900px;
    height: auto;
}

.nav{
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 15%;
}

.nav a{
    display: block;
    font-size: 2em;
    text-decoration: none;
    color: #FFF;
    line-height: 1.6em;
    background-color: #ea5514;
    border-radius:30px; 
}

.nav a:hover{
    transform: scale(1.1,1.1);
    background-color: #023d5f;
}


.con05{
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    padding-bottom: 30%;
    background: url("../images/laba.png")left 48% top 30%/80%  #fee9c2 no-repeat;
}


.con05 img{
    max-width: 1000px;
    height: auto;
}

.con05 ul{
        max-width: 850px;
    height: 1000px;
    margin: 4% auto 0;
}

.con05 ul li{
    text-align: center;
    float: left;
    max-width: 280px;
    height: auto;
    padding: 1%
}

.con05 ul li a{
      display: block;
}

.con05 ul li a:hover{
     transform: scale(1.06,1.06);
    box-shadow: 3px 4px 8px 2px rgba(0,0,0,0.7);
    border-radius: 50px;
}

.con05-nav{
     position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    height: auto;
}

.con05-nav-in{
        position: absolute;
    text-align: center;
    margin: 0 auto;
        width: 260px;
    height: 80px;
        margin-top: 8%;
    left: 68%;
}

.con05-nav-in a{
    display: block;
    left: 60%;
    margin-top: 4%;
}

.con05-nav-in a:hover{
        transform: scale(1.06,1.06);
}

.con06{
      position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.con06 img{
      max-width: 900px;
    height: auto;
}

.con06-a{
      position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 960px;
    height: auto;
    padding-bottom: 5%;
}

.con06-nav1{
     position: absolute;
    margin: 0 auto;
    max-width: 150px;
    height: auto;
    left: 83%;
    top: 5%;
}

.con06-nav1 a{
    display: block;
}
.con06-nav1 a:hover{
    transform: scale(1.06,1.06);
        box-shadow: 3px 4px 8px 2px rgba(0,0,0,0.7);
    border-radius: 75px;
}

.con06-b{
      position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 960px;
    height: auto;
    padding-bottom: 5%;
}

.con06-nav2{
     position: absolute;
    margin: 0 auto;
    max-width: 150px;
    height: auto;
    left: 83%;
    top: 9%;
}
.con06-nav2 a{
    display: block;
}
.con06-nav2 a:hover{
    transform: scale(1.06,1.06);
        box-shadow: 3px 4px 8px 2px rgba(0,0,0,0.7);
    border-radius: 75px;
}


/*== 手機版型區 =========================================== */

@media screen and (max-width:767px) {

.con01{
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    padding: 70% 0 10% 0 ;
}
.con01 img{
    max-width: 90%;
    height: auto;
}
    
.con02 img{
       max-width: 80%;
    height: auto;
    padding-top: 3%;
}

.con02 ul{
        max-width:90%;
    height: 100px;
    margin: 0 auto;
}

.con02 ul li{
     display: block;
    text-align: center;
    float: left;
    max-width: 33%;
    height: auto;
    margin-left: 0%;
    padding: 0;
}

.nav{
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 30%;
}

.nav a{
    font-size: 1em;
}


.con05{
    position: relative;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    padding-bottom: 30%;
    background: url("../images/laba.png")left 0% top 0%/0%  #fee9c2 no-repeat;
}


.con05 ul{
        max-width: 100%;
    height: 300px;
    margin: 4% auto 0;
}

.con05 ul li{
    text-align: center;
    float: left;
    max-width: 31%;
    height: auto;
    padding: 1%;
    margin-left: 2%
}

.con05 ul li a{
      display: block;
}

.con05 ul li a:hover{
     transform: scale(1.06,1.06);
    box-shadow: 3px 4px 8px 2px rgba(0,0,0,0.7);
    border-radius: 50px;
}

.con06 img{
      max-width: 90%;
    height: auto;
}

	
 /* == 手機top == */

    .top {
        display: block;
        position: fixed;
        /*固定定位*/
        right: 5%;
        top: 77%;
        /*距離上邊界高度*/
        z-index: 999;
        /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(51, 75, 188, 0.7);

    }

    .top h3 {
        margin: 15px 0;
        text-align: center;
        color: #FFFFFF;
    }

    .top a {
        margin: 6px 0;
        text-align: center;
        font-size: 1em;
        text-decoration: none;
        color: #FFFFFF;
    }
	/* == 側邊連結 == */
.page_btn {
	width: 100px;
    height: auto;
    padding: 1%;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 900;
    }
.page_btn ul {
    width: 100%;
    }
.page_btn ul li {
    width: 90px;
    height: auto;
    }
.page_btn ul li img {
	display: block;
    width: 100%;
    margin: auto;
    }
.page_btn ul li:hover {
    transform: scale(0.8, 0.8);
    }
	
.btn a{
	display:block;
    margin:0 auto;
    width:250px;
	height:50px;
	line-height:50px;
	font-size:2.2em;
	text-align:center;
	text-decoration:none;
	background-color:#ff3300;
	color:#FFF;
	border-radius:10px;
	-webkit-border-radius:10px;
	}

}