@import url("/static/css/reset.css");
/* Global */
* {
	font-family: '微軟正黑體','Overpass', sans-serif;
}
body, html {
	background-color: #FFF;
	padding: 0px;
}  
div { 
	word-break: break-all; 
}
img { 
	max-width:100%; 
}
ol, ul { 
	list-style: none; 
}
a {
	text-decoration: none;
}

/* Container */
.top-header {
	max-width: 1000px;
	margin: 5px auto 10px;
	overflow: hidden;
	box-sizing:border-box;	
}
	.top-header .span3 {
		float: left;
	}
	.top-header .span3 #btn {
		display: none;
	}
	.top-header .span9 {
		margin: 0px;
		color:#555;
		float: right;
		padding: 5px 0px;
		font-size: 12px;	
	}
		.top-header .span9 a {
			font-family: 'Overpass', sans-serif;
			color: #555;
			text-decoration: none;
		}
		.top-header .span9 a:hover {
			color: #01A3BC;	
		}
		.top-header .span9 li {
			padding-left: 10px;
			float: right;
		}
.container-fluid {
    background: #FAFAFA;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
    max-width: 1000px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* Page Header */
.page-header {
	width: 1000px;
	height: 95px;
	background: #FFFFFF;
    margin: 0px auto;
    padding: 0px;
	padding-top: 5px;
    border-top: 5px solid #C0BCBF;
	color: #FFF;
	box-sizing:border-box;
	position: relative;
}
/* Menu */
.logo {
	width: 200px;
	height: 80px;
	background-image: url(/static/images/logo3.png);
	background-size: cover;
	background-position: center ;
	background-repeat: no-repeat;
}
.menu {
	right: 0;
	top:0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
}

 .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position:absolute;
}

.menu li {
	float: left;
	width: 86px;
	position: relative;
}
.menu a {
	color: #FFF;
	display: block;
    background: #01A3BC; /* Old browsers */
	border-top: 1px #FFF solid;
	border-left: 1px #FFF solid;
	border-bottom: 1px #FFF solid;
	height: 45px;
	padding: 15px 10px;
	text-decoration: none;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.menu a:hover {
	color: #000;
}
.submenu, .submenu ul {
	display: none;
}
.submenu ul li ul {
	position: absolute;
	top: 0;
	left: 100px;
}
.submenu li, .submenu li a {
	color: #FFF;
	float: left;
	margin: 0;
}
.submenu a {
	background: #2A2A2A;
	display: block;
     /* Old browsers */
	min-height: 40px;
	width: 200px;
	padding: 5px 10px;
	text-decoration: none;
	line-height: 20px;
	border: 0px;
	border-bottom: 1px #A0A5A8 solid;
}
.submenu a:hover {
	color: #01A3BC;
}

#mobimenu{
	width:310px;
	background:#2A2A2A;
	position:absolute;
	top:61px;
	left:0px;
	z-index: 99999;
	display:none; /* 先把選單隱藏 */
}

#mobimenu ul{
	padding: 20px;
}

#mobimenu li a{
/*
	font-size:0.85em;
	display:block;
	line-height:45px;
	text-align:justify;
	text-justify:inter-word;
	color:#000;
	text-decoration:none;
	margin-bottom:-1px;
	font-weight:bold;
*/
	
	color: #FFF;
	display: block;
	min-height: 40px;
	padding: 5px 0px;
	text-decoration: none;
	line-height: 20px;
	border: 0px;
	border-bottom: 1px #A0A5A8 solid;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;	
}
#mobimenu li a:hover{
	color: #01A3BC;
}
.mobisub {
	padding-left: 20px;
}
.mobisubmenu{
	display: none;
}
.clear {
	clear: both;
}
/* Thumbnail Box */
.caption {
    height: 140px;
    width: 100%;
    margin: 0px;
    padding: 20px;
    box-sizing:border-box;
}
.caption .span4, .caption .span8 {
    padding: 0px 20px;
}
.caption .span4 {
    border-right: 1px dotted #2abfd4;
}
.caption h3 {
    color: #a83b3b;
    line-height: 2rem;
    margin: 0 0 20px;
/*    text-transform: uppercase;*/
    }
    .caption p {
        font-size: 1rem;
        line-height: 1.6rem;
        color: #a83b3b;
        }
        .btn.btn-mini {
            background: #a83b3b;
            border-radius: 0 0 0 0;
            color: #fbf4e0;
            font-size: 0.63rem;
            text-shadow: none !important;
            }
.carousel-control {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    top: 50%;
}
.index-box {
	max-width: 1000px;
	margin: 0px auto 10px;
	overflow: hidden;
		
}
.index-box ul {	
	background: #FAFAFA;
	font-family: 'Overpass', sans-serif;
	width: 1010px;
	margin: 0px;
	padding: 0px;
	margin-left: -10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.index-box ul .box1 {	
	float: left; 
	width: 242px;
}
.index-box ul .box2 {	
	float: left; 
	width: 494px;
	margin-left: 10px;
}
.index-box ul .box3 {	
	float: left; 
	width: 756px;
}
.index-box li {
	box-sizing:border-box;
	float: left;
	width: 242px;
	height: 201px;
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 20px 5px 5px 5px ; 
	background-color: #F2F2F2;
	overflow: hidden;
}
.index-box li.poster {
	width: 242px;
	height: 344px;
	padding: 0px ; 
	cursor: pointer;
}
.index-box li.newsList {
	overflow: hidden; 
	background: #FFF;
	border: 1px #CCC solid; 
	height: 410px;
	padding: 5px;
}
.index-box li.imageCover {
	border: 0px; 
	padding: 0px; 
	background-color: #FFF;
}
.index-box li.videoBox {
	width: 100%;
/*	height: 344px;*/
	padding: 0px ;
/*	padding-left: 10px ;*/
	background: #000;
	text-align: center;
}
.index-box li.videoBox iframe {
/*
	width: auto;
	height: 201px;
*/
}
.index-box li a{
	position: relative;
	top:30%;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.index-box li a:hover{
	color: #005580;
	font-size: 30px;
	line-height: 36px;
}
.index-box li img{
	opacity: 0.7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.index-box li img:hover{
	opacity: 1;
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.index-box li .boxNewsList a{
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	color: #555;
	padding-left: 20px;
	padding-bottom: 3px;
	background-image: url(../images/admincp/circle-small.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.index-box li .boxNewsList a:hover{
	color: #01A3BC;
	font-weight:900;

}
.index-box .moreList{
	display: block;
	margin-top: 3px;
	margin-bottom: 4px;
	text-align: center;
	border-radius: 20px;
}
.index-box .moreList a{
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.index-box .moreList a:hover{
	font-size: 20px;
	color: #FFF;
}
.content-box {
	padding: 20px 20px 30px 20px;
}
.content {
	padding: 10px 20px 0px 20px;
	line-height: 25px;
}
.content strong {
	font-weight: bolder;
}.content p {
	padding-top: 10px;
}
.content ul {
	margin: 10px;
	padding: 10px;
	list-style: circle;
}
/* Footer */
.footer {
	font-family: 'Overpass', sans-serif;
	font-size: 0.8rem;
	color: #555;
	background: #F5F5F5;
	margin: auto;
	margin-top: -10px;
	width: 1000px;
	display: block;
	padding: 30px 0px 30px 20px;
	border-top: 1px #C0BCBF solid;
	box-sizing:border-box;
	overflow: hidden;
}
.footer h4{
	padding: 5px;
}
.footer .footer-box1 {
	width: 40%;
	float: left;
}
.footer .footer-box1 a {
	color: #555;
	text-decoration: none;
}
.footer .footer-box1 a:hover {
	color: #01A3BC;	
}
.footer .footer-box1 a:hover {
	color: #01A3BC;	
}
.footer .footer-box2 {
	width: 30%;
	float: left;
}
.footer .footer-box2 a {
	color: #555;
	text-decoration: none;
}
.footer .footer-box2 a:hover {
	color: #01A3BC;	
}
.footer .footer-box2 a:hover {
	color: #01A3BC;	
}
.footer .footer-box3 {
	width: 30%;
	float: left;
}
.footer .footer-box3 a {
	color: #555;
	text-decoration: none;
}
.footer .footer-box3 a:hover {
	color: #01A3BC;	
}
.footer .footer-box3 a:hover {
	color: #01A3BC;	
}
.copyright {
	text-algin: center;
	font-family: 'Overpass', sans-serif;
	color: #FFF;
	background: #2ABFD4;
    margin: auto;
/*	margin-top: -10px;*/
/*    width: 100%;*/
    width: 1000px;
/*    display: block;*/
    font-size: 0.69rem;
	padding: 5px 10px;
    box-sizing:border-box;
}


/* --mobile------------------------------------- */
@media screen and (max-width:736px){
	* { 
		box-sizing:border-box;
	}
	html,body{
		-webkit-text-size-adjust:none;
	}

	.top-header {
		max-width: 100%;
		margin: 5px auto 10px;
		overflow: auto;
	}
		.top-header .span3 {
			float: left;
		}
		.top-header .span3 #btn {
			float: left;
			display:block;
			width:48px;
			height:48px;
			background-image:url(/static/images/btn.png);

			position:absolute;  /* 子層絕對 */
			left:5px;
			top:5px;
			text-indent:-9999px;
		}
		.top-header .span9 {
			margin: 0px;
			color:#555;
			text-align:  right;
			padding: 2px 10px;
			font-size: 12px;	
		}
			.top-header .span9 a {
				font-family: 'Overpass', sans-serif;
				color: #555;
				text-decoration: none;
			}
			.top-header .span9 a:hover {
				color: #01A3BC;	
			}
			.top-header .span9 li {
				float: none;
			}
			.top-header .span9 .top-email {
				display: none;
			}
	
	.container-fluid {
		background: #FAFAFA;
		margin-top: 10px ;
		padding: 0px;
		max-width: 100%;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	}
	/* Page Header */
	.page-header {
		width: 100%;
		height: 100px;
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 30px;
		
		border-top: 5px solid #C0BCBF;
		color: #FFF;
		position: none;
	}
	.page-header .span4 {
		margin: 0px auto;
		width: 100%;
	}
	.page-header .span8 {
		display: none;
	}
	.logo {
		margin: 0px;
		width: 200px;
		height: 90px;
		background-image: url(/static/images/logo3.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-size: cover;
	}
	/* Menu */
	.menu, .menu ul {
		display: none;
		right: 0;
		box-sizing: border-box;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.menu {
		position: absolute;
	}
	.menu li {
		float: left;
		width: 86px;
		position: relative;
	}
	.menu a {
		color: #FFF;
		display: block;
		background: #01A3BC; /* Old browsers */
		border-top: 1px #FFF solid;
		border-left: 1px #FFF solid;
		border-bottom: 1px #FFF solid;
		height: 45px;
		padding: 15px 10px;
		text-decoration: none;
		-webkit-transition: all .6s ease-in-out;
		-moz-transition: all .6s ease-in-out;
		-o-transition: all .6s ease-in-out;
		-ms-transition: all .6s ease-in-out;
		transition: all .6s ease-in-out;
	}
	.menu a:hover {
		color: #000;
	}
	.submenu, .submenu ul {
		display: none;
	}
	.submenu ul li ul {
		position: absolute;
		top: 0;
		left: 100px;
	}
	.submenu li, .submenu li a {
		color: #FFF;
		float: left;
		margin: 0;
	}
	.submenu a {
		background: #2A2A2A;
		display: block;
		 /* Old browsers */
		min-height: 40px;
		width: 200px;
		padding: 5px 10px;
		text-decoration: none;
		line-height: 20px;
		border: 0px;
		border-bottom: 1px #A0A5A8 solid;
	}
	.submenu a:hover {
		color: #01A3BC;
	}
	.clear {
		clear: both;
	}
	/* Thumbnail Box */
	.caption {
		height: 140px;
		width: 100%;
		margin: 0px;
		padding: 20px;
		box-sizing:border-box;
	}
	.caption .span4, .caption .span8 {
		padding: 0px 20px;
	}
	.caption .span4 {
		border-right: 1px dotted #2abfd4;
	}
	.caption h3 {
		color: #a83b3b;
		line-height: 2rem;
		margin: 0 0 20px;
	/*    text-transform: uppercase;*/
		}
		.caption p {
			font-size: 1rem;
			line-height: 1.6rem;
			color: #a83b3b;
			}
			.btn.btn-mini {
				background: #a83b3b;
				border-radius: 0 0 0 0;
				color: #fbf4e0;
				font-size: 0.63rem;
				text-shadow: none !important;
				}
	.carousel-control {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		top: 50%;
	}
	.index-box {
		max-width: 100%;
		margin: 0px auto;
		overflow: auto;

	}
	.index-box ul {	
		background: #FAFAFA;
		font-family: 'Overpass', sans-serif;
		width: 100%;
		margin: 0px;
		padding: 0px;
		padding-bottom: 10px;
		overflow: hidden;
	}
	.index-box li {
		float: none;
		width: 100%;
		height: auto;
		margin: 0px;
		margin-bottom: 10px;
		padding: 5px ; 
		background-color: #F2F2F2;
		overflow: hidden;
	}
	.index-box ul .box1 {	
		float: none;
		width: 100%;
	}
	.index-box ul .box2 {	
		float: none;
		width: 100%;
		margin: 0px;
	}
	.index-box ul .box3 {	
		float: none;
		width: 100%;
	}
	.index-box li.poster {
		width: 100%;
		height: auto;
		padding: 25px; 
	}
	.index-box li.videoBox {
		width: 100%;
		height: auto;
	}
	.index-box li a{
		position: relative;
		top:30%;
		color: #FFF;
		font-size: 24px;
		font-weight: bold;
		line-height: 28px;
		text-decoration: none;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.index-box li a:hover{
		color: #005580;
		font-size: 30px;
		line-height: 36px;
	}
	.index-box li img{
		width: 100%;
	}
	.index-box li img:hover{
		opacity: 1;
	}
	.index-box li .boxNewsList a{
		display: block;
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
		color: #555;
		padding-left: 20px;
		padding-bottom: 3px;
		background-image: url(../images/admincp/circle-small.png);
		background-repeat: no-repeat;
		background-position: left top;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.index-box li .boxNewsList a:hover{
		color: #01A3BC;
		font-weight:900;

	}
	.index-box li.titleBox{
		height: 200px;
		
	}
	.index-box .moreList{
		display: block;
		margin-top: 3px;
		margin-bottom: 4px;
		text-align: center;
		border-radius: 20px;
	}
	.index-box .moreList a{
		line-height: 14px;
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
	}
	.index-box .moreList a:hover{
		font-size: 20px;
		color: #FFF;
	}
	.content-box {
		padding: 10px;
	}
	.content {
		padding: 0px;
	}
	.content strong {
		font-weight: bolder;
	}.content p {
		padding-top: 10px;
	}
	.content ul {
		margin: 10px;
		padding: 10px;
		list-style: circle;
	}
	/* Footer */
	.footer {
		font-family: 'Overpass', sans-serif;
		font-size: 0.8rem;
		color: #555;
		background: #F5F5F5;
		margin: auto;
		margin-top: -10px;
		width: 100%;
		display: block;
		padding: 10px 5px;
		border-top: 1px #C0BCBF solid;
		box-sizing:border-box;
		overflow: hidden;
	}
	.footer .footer-box1 {
		width: 100%;
		border-bottom: 1px #CCC dotted;
		padding: 10px 0px;
		float: none;
	}
	.footer .footer-box2 {
		width: 100%;
		border-bottom: 1px #CCC dotted;
		padding: 10px 0px;
		float: none;
	}
	.footer .footer-box3 {
		width: 100%;
		border-bottom: 1px #CCC dotted;
		padding: 10px 0px;
		float: none;
	}
	.copyright {
		text-algin: center;
		font-family: 'Overpass', sans-serif;
		color: #FFF;
		background: #2ABFD4;
		margin: auto;
	    width: 100%;
		font-size: 0.69rem;
		padding: 5px 10px;
	}

}
