
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
	font-family: 'Microsoft JhengHei';
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	/*font-family: 'Lato';*/
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}
a {
	color: #3d3d3d;
}
body {
	padding-top: 140px;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}

/*平板漢堡選單*/
@media screen and (max-width: 768px) {
		/*left*/
body{padding-top: 90px;}
		.side-collapse-container-left{
			position:relative;
			left:0;
			transition:left .4s;
		}
		.side-collapse-container-left.out{
			left:70%;
		}
		.side-collapse-left {
			top:90px;
			bottom:0;
			left:0;
			width:70%;
			position:fixed;
			overflow:hidden;
			transition:width .4s;
			background-color: #eaeaea;
		}
		.side-collapse-left.in {
			width:0;
		}

		/*right*/
		.side-collapse-container-right{
			position:relative;
			right:0;
			transition:right .4s;
		}
		.side-collapse-container-right.out{
			right:70%;
		}

		.side-collapse-right {
			top:50px;
			bottom:0;
			right:0;
			width:70%;
			position:fixed;
			overflow:hidden;
			transition:width .4s;
		}
		.side-collapse-right.in {
			width:0;
		}
		.icon-bar{background: #333;}
}


.axbar {
	width: 100%;
	position: relative;
}
.tad {
	position: absolute;
	right: 0;
}
.tad a.adbox {
	float: right;
	display: block;
	background-image: url(/images/bg_ad.png);
	background-repeat: no-repeat;
	width: 108px;
	height: 100px;
	font-size: 1.6em;
	color: #fff !important;
	padding: 20px 0 0 15px;
	margin-left: 10px;
	text-align: center;
}
.tad a.a2 {
	background-image: url(/images/bg_ad_02.png);	
}
.idheader {
	background-color: #0f3255;
	color: #fff;
	font-size: 0.6em;
	line-height: 20px;
	height: 20px;
}


.df-nav {
	background: #f1f0ec;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.df-nav a {
	color: #0f3255 !important;
}
.navbar-right a {
	color: #fff !important;
}
.navbar-right a:hover {
	color: #000 !important;
}

.navbar-right>li.active {
	background-color: #0f233c !important;
	color: #000 !important;
}
.navbar-left a {
	line-height: 70px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.navbar-brand {
	font-size: 1.3em;
	line-height: 70px;
	height: 70px;
	padding: 0;
}
.df-logo {
	display: block;
	width: 280px;
	background: url(/images/logo2.png) no-repeat 15px 16px;
	background-size: 20%;
	text-align: center;
	padding: 0 0px 0 40px;
}
.navbar-collapse {
	padding: 0;
}
.navbar-toggle {
	float: left;
	margin: 17px 30px 0 15px;
	border: 1px solid #333;
}
.nav-bar {
	width: 100%;
	clear: both;
	background-color: #0f3255;
	overflow: hidden;
}

.col-sm-3{
	padding:0px;
}
.col-sm-3>div{
}
.col-sm-4{
	padding: 0px;
}
.col-sm-6{
	padding:0px;
}
.col-sm-6>div{
}
.col-sm-8{
	padding: 0px;
}

.fcbox {
	position: relative;
	display: block;
}
.fcbox img {
	width: 100%;
}
.fcw {
	position: absolute;
	z-index: 5;	
	width: 100%;
}
.yl {
	background: rgba(252,197,45,0.8);
	bottom: 0;
}
.rd {
	background: rgba(244,99,114,0.8);
	bottom: 0;
}
.gn {
	background: rgba(49,186,104,0.8);
	bottom: 0;
}
.bl {
	background: rgba(28,119,210,0.8);
	bottom: 0;
}
.fcw img {
	width: 70%;
	float: right;
}
.indtit, .subtit {
	width: 100%;
	clear: both;
	font-size: 1.6em;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 30px;
}
.indtit img {
	width: 40%;
	margin: 0 auto;
}
.subtit img {
	width: 100%;
	margin: 0 auto;
}
.newbox {
	width: 95%;
	background-color: #f6f6f6;
	margin: 15px auto;
	border-left: 4px solid #9A0000;
	box-shadow: 0 0 15px #ccc;
	overflow: hidden;
	position: relative;
	display: block;
}
.newbox img {
	width: 40%;
	float: left;
	padding-right: 3%;
}
.newbox img.plt {
	width: 25%;
}
.newbox div.newmain {
	width: 55%;
	float: left;
	line-height: 1.4em;
	padding: 25px 0 25px 0 ;
}
.newbox div.pnm {
	width: 70%;
}
.newbox div.anm {
	width: 95% !important;
	margin: 0 auto;
	float: none;
}
.newbox div.newmain h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #9A0000;
	font-weight: normal;
}
.newbox div.newmain span {
	font-size: .7em;
}
.newbox div.newmain p {
	display: block;
	clear: both;	
}
.newbox div.newmain span.lm {
	display: block;
	background-color: #9A0000;
	color: #fff;
	font-size: .7em;
	padding: 0 10px;
	position: absolute;
	bottom: 0px;
	right: 20px;
	z-index: 5;
}
a.newbox:hover {
	text-decoration: none;
}
.vdbox {
	background-color: #0f3255;
	margin-top: 3em;
}
.vdmain {
	width: 90%;
	margin: 30px auto;
	color: #fff;
	font-size: .9em;
	line-height: 1.6em;
}
.vdmain h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
.wtbox {
	width: 92%;
	margin: 15px auto;
	border: 10px solid #ccc;
	padding: 5% 5%;
	height: 385px;
	display: block;
	text-decoration: none;
}
.wtbox:hover {
	text-decoration: none;	
}
.wtbox div.wtfile {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.wtbox div.wtfile img {
	width: 30%;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	float: left;
	margin: 0 15px 0 0;
}
.wtbox div.wtfile span {
	position: absolute;
	bottom: 0;
}
.wtbox div.wtmain {
	clear: both;
	margin-top: 15px;
	line-height: 1.7em;
}
.wtbox div.wtmain h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	color: #9A0000;
	font-weight: normal;
}
.ftbar {
	font-size: .85em;
	background-color: #0f3255;
	padding: 50px 0;
	color: #fff;
}
.ftbox {
	width: 100%;
}
.ftbox ul {
	width: 25%;
	float: left;
	list-style-type: none;
	padding: 0;
}
.ftbox ul li a {
	color: #fff;
}
.ftmain {
	border-left: 1px solid #ccc;
	padding-left: 6%;
}
.df-nav-bottom {
	background: rgba(255,255,255,0.8);
	border-top: solid 1px #ccc;
	padding: 10px 0;
}

.pgbg {
	background-color: #f6f6f6;
	margin: 0px;
	padding: 0px;
}
.rootbox {
	font-size: .9em;
	line-height: 2em;
	overflow: hidden;
	padding: 30px 0 0 0;
}
.rootbox ul {
	list-style-type: none;
	padding: 0;
}
.rootbox ul li {
	float: left;
	color: #00a3d8;
}
.rootbox ul li a {
	color: #7c7c7c;
}
.rootbox ul li a::after {
	content: " >";
	padding-right: 5px;
}
.rootbox ul li a.last {
	color: #00a3d8;
}
.rootbox ul li a.last::after {
	content: "";
	padding-right: 0;
}
.mabox {
	width: 100%;
	clear: both;
	border-top: 10px solid #0f3255;
	background-color: #fff;
	padding: 0 2% 30px 2%;
	margin-bottom: 40px;
	position: relative;
}
.icbox {
	position: absolute;
	z-index: 5;
	right: 20px;
	top: -20px;
}
.icbox img {
	width: 50%;
	float: right;
}
.pgtit {
	font-size: 1.6em;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 20px;
}
.pgtit img {
	width: 30%;
	margin: 0 auto;
}
.matit {
	color: #00a3d8;
	font-size: 1.6em;
	line-height: 1.3em;
	/*margin: 1.3em 0 .8em 0;*/
	font-weight: normal;
	margin-bottom: 1.3em;
}
.pgmain {
	margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    font-family: 'Microsoft JhengHei';
    overflow-x: hidden;
}
.pgmain img {
	/*width: 100%;*/
	clear: both;
	/*margin: 1em 0;*/
}
.pgmain p {
	/*font-size: 1em;*/
	/*line-height: 1.5;*/
	/*color: #333;*/
	/*margin: 30px 0;*/
	line-height: 1.5;
}
.pgmain a {
	color: #3C86D0;
}
.pgmain a.ma_view {
	background-color: #00a3d8;
	color: #fff;
	display: block;
	font-size: 1em;
	line-height: 2em;
	padding: 0 20px;
	margin: 20px 0 10px 0;
	float: left;	
}
.pgmain a.ma_view:hover {
	background-color: #0f3255;	
	text-decoration: none;
}

.pgmain .img_full {
    width: 100% !important;
    height: auto !important;
    display: block;
    clear: both;
    padding-bottom: 10px;

}
.pgmain .img_center {
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    padding-bottom: 10px;
}
.pgmain .img_left {
    width: 50% !important;
    height: auto !important;
    padding-right: 5px;
    padding-bottom: 10px;
    display: block;
}
.pgmain .img_right {
    width: 50% !important;
    height: auto !important;
    padding-left: 5px;
    /*display: block;*/
    /*margin-left: auto;
    margin-right: auto;*/
    /*display: block;*/
    /*clear: both;*/
    float: right;
    padding-bottom: 10px;
}
.pgmain .img_half_left {
    width: 50% !important;
    height: auto !important;
    float: left !important;
    padding-right: 13px !important;
    padding-bottom: 10px !important;
}
.pgmain .img_half_right {
    width: 50% !important;
    height: auto !important;
    float: right !important;
    padding-left: 13px !important;
    padding-bottom: 10px !important;
}
.pgmain h1{
    font-size: 26px;
    font-weight: normal;
    line-height: 1.5;
}
.pgmain h2{
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
}
.pgmain h3{
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
}
.pgmain h4{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}

.subnav ul {
	font-size: 1em;
	line-height: 1.1em;
	padding-top: 8em;
	list-style-type: none;
	padding: 25px 20px 0 15px;
}
.subnav ul li {
	border-bottom: 1px dotted #ccc;

	
}
.subnav ul li a {
	display: block;
	text-decoration: none;
	padding: 1em 15px;

}
.subnav ul li a:hover, .subnav ul li a.active {
	background-color: #9A0000;
	color: #fff;
}
.submain {
	border-left: 1px solid #ccc;
}
a.bt_more {
	display: block;
	width: 95%;
	font-size: 1em;
	line-height: 3em;
	margin: 3em auto 2em auto;
	background-color: #f3f3f3;
	text-align: center;
}
a.bt_more:hover {
	background-color: #9A0000;
	color: #fff;
	text-decoration: none;
}
@media(max-width:1200px) {
body {
	font-size: 0.95em;		
}
.df-logo {
	padding: 0 0px 0 35px;
}
.newbox div.newmain {
	padding: 25px 0 25px 0 ;
}
.newbox div.newmain h2 {
	font-size: 1.4em;
}
.newbox div.newmain span {

}
}

@media(max-width:996px) {
body {
		font-size: 0.8em;
}
.tad {
	right: -50px;
}
.newbox div.newmain {
	padding: 10px 0 10px 0 ;
}
.newbox div.newmain h2 {
	font-size: 1.4em;
}
}

@media(max-width:768px) {
body {
	font-size: 1.2em;
}
.df-logo {
	font-size: 1.1em;
	padding: 0 0px 0 50px;
}
.tad {
	display: none;
}
.navbar-right a {
	color: #0f3255 !important;
}
.nav-bar {
	width: 100%;
	clear: both;
	background: rgba(210,210,210,0);
	overflow: hidden;
}
.navbar-inverse {
	background-color: #e6e6e6;
}
.df-logo {
	display: block;
	width: 260px;
	background: url(/images/logo2.png?t=1) no-repeat 20px 18px;
	background-size: 20%;
	text-align: center;
	padding: 0 0px 0 45px;
	margin: 0 auto;
	float: none;
}
.navbar-left a {
	line-height: 42px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-left: 15px !important;
}
.fcw {
	width: 50%;
}
.yl {
	bottom: 0px;
	right: 0px;
}
.rd {
	bottom: 0px;
}
.gn {
	bottom: 0px;
}
.bl {
	bottom: 0px;
    right: 0px;
}
.fcw img {
	width: 100%;
}
.indtit {
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 1.2em;
}
.indtit img {
	width: 40%;
	margin: 0 auto;

}
.subtit {
	padding-top: 30px;
	padding-bottom: 10px;	
	font-size: 1.2em;
}
.matit {
	font-size: 1.3em;
	line-height: 1.5em;
}
.pgtit {
	padding-top: 20px;
	padding-bottom: 8px;
	font-size: 1.2em;
}
.pgtit img {
	width: 30%;
	margin: 0 auto;
}
.subnav {
	display: none;
}
.newbox div.newmain {
	font-size: .85em;
	line-height: 1.4em;
	width: 57%;
	padding: 15px 0 15px 0 ;
}
.newbox div.newmain h2 {
	font-size: 1.4em;
	line-height: 1.2em;
}
.newbox div.newmain span {
	font-size: .8em;
}
.newbox div.newmain span.lm {
	display: none;
}
.wtbox {
	height: auto;
	font-size: .8em;
}
.wtbox div.wtfile img {
	width: 15%;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
	float: left;
	margin: 0 15px 0 0;
}
.wtbox div.wtmain h3 {
	font-size: 1.4em;
}
.ftbar {
	padding: 10px 0;
}
.ftbox {
	display: none;
}
.ftmain {
	border-left: none;
	padding-left: 0;
	text-align: center;
}
.ftmain span {
	display: none;
}
.icbox {
	display: none;
}
.rootbox {
	font-size: .7em;
	line-height: 3em;
}
.pgmain p {
	font-size: .8em;
}
.pgmain li {
	font-size: .8em;
}
.pgmain a.ma_view {
	font-size: .8em;
	line-height: 2.8em;
}
.submain {
	border-left: 1px none #ccc;
}
}

@media(max-width:480px) {
body {
	font-size: 1em;
}
.newbox div.newmain {
	font-size: .9em;
}
.newbox div.newmain h2 {
	font-size: 1.2em;	
}
.vdmain {
	margin: 10px auto;
}
.vdmain h2 {
	font-size: 1.2em;		
}
.vdmain p {
	display: none;
}
.wtbox {
	height: auto;
}
.pgtit {
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 1.2em;
}
.pgtit img {
	width: 30%;
	margin: 0 auto;
}
}

/* ========================== 頁次 =========================== */
.PageBar {
    font-size: 12px;
    line-height: 24px;
    clear: both;
    height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 30px;
}
.PageBar a.pg, a.NP {
    color: #9A0000;
    text-decoration: none;
    display: block;
    float: right;
    margin-left: 10px;
    text-align: center;
    padding-right: 6px;
    padding-left: 6px;
}
.PageBar a.NP {
    background-color: #efedee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.PageBar a.pg:hover, a.NP:hover {
    color: #FFF;
    background-color: #9A0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.PageBar a.active {
    color: #FFF;
    background-color: #9A0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#bb {
    display: none;
}
@media(max-width:1200px) {
    #aa {
        display: none;
    }
    #bb {
        display: block;
    }
    #bb select {
        /*width: 70%;*/
        font-size: 1.4em;
    }
}