

/* == 共用區 ============================================================================= */

*{
	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;*/



/* == 桌機版 ============================================================================= */
/* == 側邊按鈕 == */
.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;
	}

/* == 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;
	}

/* == 刊頭 == */
.head{
	width:100%;
    height:680px;
    background-image:url(../images/head_bg.png);
	background-position:center; /*背景圖置中*/
	}

.con01{
	width:100%;
    height:auto;
	background-color: #471933;
	}
.con01 .bn{
	margin:0 auto;
	padding: 10px 0 50px;
    width:100%;
	overflow:hidden;
	background-color: #6A4E9D;
	}
.con01 .bn ul{
	margin:0 auto;
	width:800px;
	overflow:hidden;
	}
.con01 .bn ul li{
	display:block;
    margin:0 auto;
    width:400px;
	float:left;
	border-radius:15px;
	-webkit-border-radius:15px;
	transition:.3s ;/*動畫速度*/
	}
.con01 .bn ul li:hover {
    /*box-shadow: 0px 3px 3px #333; 陰影*/
    transform: scale(.9, .9); /*變形效果：縮小*/
	}
.con01 .bn a{
	display:block;
    margin:0 auto;
    width:380px;
	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;
	}

.O{
	width:100%;
    height:auto;
	background-color: #EA4F12;
	}
.Y{
	width:100%;
    height:auto;
	background-color: #F5C722;
	}

.con06{
	width:100%;
    height:auto;
	background-color: #EA4F12;
	}
.con06 .bn{
	margin:0 auto;
	padding: 10px 0 50px;
    width:100%;
	overflow:hidden;
	}
.con06 .bn ul{
	margin:0 auto;
	width:800px;
	list-style:none;
	overflow:hidden;
	}
.con06 .bn li{
	display:block;
    margin:0 auto;
    width:200px;
	float:left;
	border-radius:15px;
	-webkit-border-radius:15px;
	transition:.3s ;/*動畫速度*/
	}
.con06 .bn ul li:hover {
    /*box-shadow: 0px 3px 3px #333; 陰影*/
    transform: scale(.9, .9); /*變形效果：縮小*/
	}
.con06 .bn a{
	display:block;
    margin:0 auto;
    width:100%;
	height:auto;
	border-radius:10px;
	-webkit-border-radius:10px;
	}

.con07{
	width:100%;
    height:auto;
	background-color: #F5C722;
	}
.con07 .bn {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    text-align: center;
	}
.con07 .bn ul {
    width: 1000px;
    height: auto;
    margin: 0 auto;
	}
.con07 .bn ul li {
    width: 20%;
    height: auto;
    padding: 1%;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
	transition:.3s ;/*動畫速度*/
	}
.con07 .bn ul li:hover {
    /*box-shadow: 0px 3px 3px #333; 陰影*/
    transform: scale(.9, .9); /*變形效果：縮小*/
	}
.con07 .bn ul li a {
    display: block;
    width: 100%;
	}

.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;
	}


.box{
	margin: auto;
	width:100%;
	max-width: 1000px;
	height: auto;
	}
.box_t{
	display: block;
	margin: auto;
	width:100%;
	max-width: 1000px;
	height: auto;
	}
.box_m{
	display: none;
	margin: auto;
	width:100%;
	max-width: 1000px;
	height: auto;
	}



/* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){
		
/* == 側邊連結 == */
.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;
	}
	
/* == 刊頭 == */
.head{
	width:100%;
	height:0;
	padding-bottom:68%; /*抓目前的寬度，計算出所需高度，計算方式為圖片高度除以寬度*/
	background-image:url(../images/head_bg_m.png);
	background-size:cover; /*背景圖滿版縮放*/
	overflow:hidden;
    }
	
	
.con01 .bn{
	margin:0 auto;
	padding: 10px 0 30px;
    width:100%;
	overflow:hidden;
	background-color: #6A4E9D;
	}
.con01 .bn ul{
	margin:0 auto;
	width:96%;
	list-style:none;
	overflow:hidden;
	}
.con01 .bn ul li{
	display:block;
    margin:auto 1%;
    width:48%;
	float: left;
	border-radius:15px;
	-webkit-border-radius:15px;
	}
.con01 .bn ul li a{
	display:block;
    margin:0 auto;
    width:100%;
	height:40px;
	background-color:#ff3300;
	border-radius:10px;
	-webkit-border-radius:10px;
	font-size:1.2em;
	line-height:40px;
	text-align:center;
	text-decoration:none;
	color:#fff;
	}	 


.con06 .bn{
	margin:0 auto;
	padding: 10px 0 50px;
    width:100%;
	overflow:hidden;
	}
.con06 .bn ul{
	margin:0 auto;
	width:96%;
	list-style:none;
	overflow:hidden;
	}
.con06 .bn li{
	display:block;
    margin:0 auto;
    width:48%;
	float:left;
	border-radius:15px;
	-webkit-border-radius:15px;
	}
.con06 .bn a{
	display:block;
    margin:0 auto;
    width:100%;
	height:auto;
	border-radius:10px;
	-webkit-border-radius:10px;
	}	
	
.con07 .bn {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    text-align: center;
	}
.con07 .bn ul {
    width: 96%;
    height: auto;
    margin: 0 auto;
	}
.con07 .bn ul li {
    width: 25%;
    height: auto;
    padding: 0 1%;
    display: inline-block;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
	transition:.3s ;/*動畫速度*/
	}
	
.footer ul {
	width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 1% 1% 158% 1%;
    }
.footer ul li {
    display: block;
    text-align: center;
    float: left;
    width: 45%;
    height: auto;
    padding: 10px;
    margin-right: 3px;
    background-color: #30339b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 3px;
	border-color: #fff;
	border-style: solid;
	font-size: 1.2em;
	font-weight: 2px;
    }
.footer ul li:hover {
	background-color: #2DA7E0;
    border-color: #fff;
    }	
	
.box{
	margin: auto;
	width:100%;
	max-width: 1000px;
	height: auto;
	}
.box_t{
	display: none;
	margin: auto;
	width:100%;
	max-width: 1000px;
	height: auto;
	}
.box_m{
	display: block;
	margin: auto;
	width:100%;
	max-width: 1000px;
	height: auto;
	}
	
	
	
}


