@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體", "Noto Sans T Chinese DemiLight", "Adobe 繁黑體 Std", "Arial";
	color: #ffffff;
	font-size: 12pt;
	line-height: 20pt;
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#42a9fd;
	}		
	
/*首頁*/	
.header{
	width:920px;
	height:auto;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	}

.header_btn{
	width:auto;
	height:58px;
	float:left;
	margin-left: 12px;
	}
	
.logo{
	width:190px;
    height:82px;
	float:left;
	padding-top:10px;
	 }
	 
.index_app{
	width:760px;
    height:103px;
	margin-top:245px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:16px;
	 }
.main{
	width:1000px;
    height:auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
     }
.banner{
	width:498px;
    height:306px;
	float:left;
	}
.index_video_link {
	width:498px;
    height:306px;
	float:right;
	}	 
.index_btn_bg{
	width:1000px;
	height:94px;
	float:left;
	margin-top: 20px;
    }
	
.sevices_bg{
	background-image: url(../images/sevices_bg.png);
	width: 435px;
	height: 120px;
	float: left;
	margin-top: 50px;
	padding-top: 50px;
	padding-left: 58px;
    }
.media_bg{
	background-image:url(../images/media_bg.png);
	width:448px;
    height:110px;
	float:right;
	margin-top: 50px;
	padding-top:60px;
	padding-left:45px;
    }
.copyright{
	width:auto;
	height:235px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-image:url(../images/copyright.png);
	background-position:center;
    }
	
/*內頁共用*/	
.content_title{color: #ffff00;}
.important,visited{
	color: #ffff00;
	font-size: 12pt;
	font-family: "微軟正黑體", "Noto Sans T Chinese DemiLight", "Adobe 繁黑體 Std", "Arial";}

.important:hover.important a:hover{color: #fffc00;}

.title{
	width:1000px;
    height:81px;
	margin-left: auto;
	margin-right: auto;
	margin-top:60px;
	}
	
.btn_back{
	width:225px;
	height:60px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
}
.btn_ttitle{
	width:auto;
	height:81px;
	margin-right:20px;
	float:left;
}
.btn_teaching{
	width:124px;
	height:60px;
	margin-right:10px;
	margin-top:20px;
	float:left;
	bottom:0;
}
.btn_video{
	width:320px;
	height:180px;
	margin-left:6px;
	margin-right:6px;
	margin-top:20px;
	float:left;
}
/*浮動app link*/	
.app{
	width:163px;
    height:auto;
	position: fixed;
	right: 10px;
	top: 70px;
	}
