@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;
}

/* == 側邊按鈕 == */
.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 == */

.head {
	margin: 0 auto;
    width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background-color:#FFF;
}

.head img{
    max-width:1000px;
	height:auto;
}

/* == 區塊01 == */
.con01{
	margin: 0 auto;
    width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background-color:#FBE8B6;
	padding-top:2%;
	
	}
.con01 img{
    max-width:750px;
	height:auto;
	padding-bottom:1%;
}

.con01 div{
	max-width:1000px;
	height:auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	}
	
.con01 div ul li{
	max-width:310px;
	height:auto;
	padding:5px;
	display:inline-block;
	vertical-align:top;
	padding-bottom:3%;
	}
	
/* == 區塊02 == */

.con02{
	margin: 0 auto;
    width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background-color:#FFF;
		padding-bottom:3%;
	padding-top:3%;
	}
	
.con02 img{
	max-width:900px;
	height:auto;

	}

/* == 區塊03 == */


.con03{
	margin: 0 auto;
    width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background-color:#EF8337;
	padding-bottom:3%;
	padding-top:3%;
	}
	
.con03 img {
	max-width:800px;
	height:auto;
	
	}
	
/* == 區塊04 == */	
.con04{
	margin: 0 auto;
    width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background-color:#FBD0C5;
	}
	
.con04-head{
	max-width:300px;
	height:auto;
	padding-top:2%;
	padding-bottom:2%;
	}
	
.con04 div{
	width:900px;
	height:auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-bottom:3%;
}
	
/* == 區塊05 == */
	
.con05{
	margin: 0 auto;
    width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background-color:#FBD092;
	}	
.con05 h1{
	color:#005CAC;
	font-size:2.6em;
	padding-top:2%;
	padding-bottom:1%;
	}	
	
.con05 div ul{
    max-width:800px;
	height:auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding-bottom:2%;
	}
	
.con05 div ul li{
	max-width:165px;
	height:auto;
	display:inline-block;
	vertical-align:top;
	padding:10px;
	opacity:0.8;
	}
.con05 div ul li:hover{
	transform:scale(1.2,1.2);
	opacity:1;
	}
	
/* == 區塊06 == */	
.con06{
	margin: 0 auto;
    width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background-color:#FBD092;
	}	
	
.con06 div ul{
    max-width:760px;
	max-height:310px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow:hidden;
	}
	
.con06 div ul li{
	max-width:750px;
	height:auto;
    position: relative;
    text-align: center;
    margin: 0 auto;
	}
	
/* == 區塊07 == */

.con07{
	margin: 0 auto;
    width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background-color:#FBD092;
    padding-bottom: 2%;
	}	
.con07 h1{
	color:#005CAC;
	font-size:2.6em;
	padding-top:2%;
	padding-bottom:1%;
	}	
	
	
.con07 div{
	margin: 0 auto;
    width: 900px;
	height: auto;
	position: relative;
	text-align: center;
		}
	
.con07 div img{
	max-width:170px;
	height:auto;
	display:inline-block;
	vertical-align:top;
	padding:5px;
	}
	
/* == 區塊08 == */

.con08{
	margin: 0 auto;
    width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	background-color:#FC9;
	}	
.con08 h1{
	color:#005CAC;
	font-size:2.6em;
	padding-top:2%;
	padding-bottom:1%;
	}	

	
.con08 div{
	margin: 0 auto;
    width: 900px;
	height: auto;
	position: relative;
	text-align: center;
	padding-bottom:10%;
		}
	
.con08 div img{
	max-width:400px;
	height:auto;
	display:inline-block;
	vertical-align:top;
	padding:10px;
	}
	


/*== 手機版型區 =========================================== */

@media screen and (max-width:767px) {


.con04-head{
	max-width:50%;
	height:auto;

	}

.con04 div{
	width:100%;
	 height:auto;
}


.con06 div ul li{
	width:100%;
    height:auto;
	}
	
.con07 div{
    width: 97%;
	height: auto;

		}
	
.con07 div img{
	max-width:45%;
	height:auto;
	}


.con08 div{
    width: 95%;
	height: auto;
		}
	
.con08 div img{
	display:block;
	max-width:95%;
	height:auto;
	overflow:hidden;
	}


 /* == 手機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;
	}

}