@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body{
	font-family: "微軟正黑體";
	color: #000;
}
date{
	font-size: 15px;
	color: #7653a5;
	color: #4c8eb7;
}
.dl{
	padding-top: 12px;
}
.dl > a{
	color: #4c8eb7;
	display: block;
	margin-top:8px;
}
img{
	display: block;
	max-width: 100%;
    height: auto; /*2020-8-11新增*/
}
.btn-home{
	margin-top: 5px;
}
.logo{
	width: 260px;
	height: auto;
}
.layer{
	position: relative;
}
.search{
	width: 300px;
	position: absolute;
	top: 0;
	right: -7px;
}
.search>.row{
		margin-left: 0;
		margin-right: 0;
	}
.pic{
	width: 100%;
}
.cse .gsc-control-cse, .gsc-control-cse{
	background-color: transparent;
	border-color:transparent;
}

.gsc-search-button > button{
	margin: 0;
}
.cse .gsc-control-cse, .gsc-control-cse{
		padding: 4px!important;
	}
.cse .gsc-search-button-v2, .gsc-search-button-v2{
		padding: 6px;
	}


.navbg{
	/*COLOR*/
	/*background-color: #7653a5;*/
	background-color: #018fd9;
}
.navbar{
	margin-bottom: 0;
	height: auto;
	border-bottom: none;
	border: none;
	min-height: inherit;
}
.navbar-brand{
	float: none;
	padding: 0;
	height: auto;
}
.navbar-brand > img{
	display: block;
	margin: 4px auto;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:visited{
	color: #fff;
	font-size: 16px;
	/*font-weight: bold;*/
}
.navbar-default .navbar-nav > li > a{
	position: relative;
	z-index: 99;
}
.navbar-default .navbar-nav>li>a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	content: "";
	transition: all 0.3s;
	z-index: -1;
	text-align: center;
}
.navbar-default .navbar-nav>li:hover>a:after {
	bottom: 0;
	right: 100%;
	z-index: -1;
	background-color: #9082bd;
}
.nav > li > a{
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a:focus{
		color: #fff;
	}
/*＝＝＝子選單＝＝＝*/
.dropdown-menu{
	background-color: #e5e5e7;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0);
}
.dropdown-menu > li{
	padding-top: 4px;
	padding-bottom: 4px;
}
.dropdown-menu > li:hover > a{
	background-color: #7653a5;
	color: #fff;
	}

.dropdown-menu > li > a{
	font-size: 16px;
}
.top{
	width: 100%;
	margin: 0 auto;
}
/*＝＝＝跑馬燈＝＝＝*/
#marquee{
	width:100%;
	background:url(../images/index/marquee_bg.gif) repeat left top;
	padding:0;
	overflow:hidden;
	}
.bxslider li{
	padding: 4px 0;
	font-size: 18px;
	line-height: 1.6;
	color: #393737;
}
.bxslider li a{
	color: #393737;
}
.bx-wrapper{
	margin-bottom: 0!important;
	background: transparent!important;
	box-shadow: none!important;
	border: none!important;
}
/*＝＝＝首頁三大主題＝＝＝*/
.main{
	width: 100%;
	margin: -56px auto 0 auto;
}
.main .Links{
	width: 32%;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.main .Links img{
	transition:all 0.5s;
}
.main .Links:hover img{
	transform:scale(1.2);
}
.main .Links:hover  .text{
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 2px 2px 2px #333;
}
.main .Links .text{
	color: #000;
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	font-size: 26px;
	font-weight:bold;
	height: 56px;
	line-height: 56px;
	transition:all 0.5s;
}
.main .Links:first-child .text{
	/*Color*/
	background-color: rgb(64, 138, 185);
}
.main .Links:nth-child(2) .text{
	/*Color*/
	background-color: rgb(76, 142, 183);
}
.main .Links:last-child .text{
	/*Color*/
	background-color: rgb(115, 160, 189);
}
/*＝＝＝最新消息＝＝＝*/
.wrapper{
	padding-left: 60px;
}
.wrapper:before{
	position: absolute;
	font-family: 'Glyphicons Halflings';
	content: "\e065";
	color: #4c8eb7;
	left:20px;
	padding-left: 12px;
	padding-top: 4px;
	font-size: 24px;
	border: 2px solid #4c8eb7;
	border-radius:48px;
	width: 48px;
	height: 48px;
}
ul.news{
	padding: 36px;
}
ul.news li{
	position: relative;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 36px;
	border-bottom: 1px solid #4c8eb7;
	color: #000;
	list-style: none;
	/*font-weight: bold;*/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	}
ul.news li:before{
	position: absolute;
	font-family: 'Glyphicons Halflings';
	content: "\e065";
	color: #4c8eb7;
	left:0;
	top:6px;
	padding-left: 6px;
	padding-top: 4px;
	font-size: 16px;
	border: 2px solid #4c8eb7;
	border-radius:32px;
	width: 32px;
	height: 32px;
}
ul.news > li a{
	color: #000;
	font-size: 18px;
}
ul.news > li a:hover{
	color: #4c8eb7;
}
ul.news li date{
	margin-right: 12px;
}
ul.nav li{
	padding-top: 0;
	padding-bottom: 0;
}
.content{
	margin-top: -50px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 2px 2px 2px #dfdfdf;
	margin-bottom: 36px;
	padding-top: 12px;
	padding-bottom: 36px;
}
.content p{
	font-size: 16px;
	line-height: 1.6;
	/*padding-left: 8px;*/
	padding-right: 8px;
}
ul.news_list{
	padding: 36px 16px 16px 16px;
}
.News_list ul.news_list{
	padding: 0 16px 16px 16px;
}
ul.news_list li:before{
	position: absolute;
	font-family: 'Glyphicons Halflings';
	content: "\e065";
	color: #4c8eb7;
	left:0;
	padding-left: 12px;
	padding-top: 4px;
	font-size: 24px;
	border: 2px solid #4c8eb7;
	border-radius:48px;
	width: 48px;
	height: 48px;
}
ul.news_list li{
	position: relative;
	list-style: none;
	padding: 8px 0 8px 52px;
	font-size: 18px;
	border-bottom: none;
	border-bottom: 1px solid #4c8eb7;

}

ul.news_list li date{
	display: block;
}

ul.news_list li a{
	color: #1e1e1e;
	text-decoration: none;
}
/*＝＝＝按鈕＝＝＝*/
.pagination > li > a,.pagination > li > a:hover, .pagination > li > span{
	color:#7653a5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #7653a5;
  border-color: #7653a5;
}
/*＝＝＝出院準備服務＝＝＝*/
/*＝＝＝連結＝＝＝*/
.Links_list{
	width: 90%;
	padding: 0;
	padding: 0 36px;
	margin: 0 auto;
}
.Links_list li{
	/*display: inline-block;*/
	list-style: none;
	width: 50%;
	float: left;
	font-size: 20px;
	color: #7653a5;
	padding-bottom: 20px;
	/*font-weight:bold;*/
}
.Links_list li a{
	color: #7653a5;
	color: #5E03A3;
}
.Links_list li > i{
	font-size:16px;
}
/*＝＝＝聯絡方式＝＝＝*/
address{
	background-color: #f2f2f3;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top:1px solid #73a0bd;
}
address p,address p a,address p i{
	color: #000;
}

footer{
	background-color: #73a0bd;
	padding-top: 12px;
	padding-bottom: 12px;
}
.foot-link{
		width: 100%;
		margin: 8px auto 20px auto;
	}
.foot-link ul{
overflow: hidden;
}
.foot-link ul{
padding: 0;
margin: 0;
}
.foot-link li{
float: left;
width: 33%;
padding: 0 4px;
height: 30px;
font-size: 16px;
text-align: center;
list-style: none;
}
.foot-link li a{
color: #408ab9;
text-decoration: none;
padding: 4px 0 12px 0;
}
.foot-link li a:hover{
text-decoration: underline;
}
.visitor{
	text-align: right;
}
/*＝＝＝共用＝＝＝*/
h3{
	margin-top: 8px;
}
h3 a{
	color: #000;
}
h3 a:hover,ul.news_list li a:hover{
	color: #4c8eb7;
}
.tt{
	color: #408ab9;
	font-size:22px;
	font-weight: bold;
	margin-top: 20px;
}
.tt_nav{
	font-size: 24px;
	font-weight: bold;
	/*text-indent: 12px;*/
	color: #4c8eb7;
	margin-top: 8px;
	background: url(../images/service/icon_arrow.gif) no-repeat right center;
	padding-right: 8px;
}
.tt_nav span{
	display: block;
	margin-bottom: 8px;
	margin-left: 8px;
}
.bg{
	background: url(../images/index/index_bg.jpg) top center no-repeat;
	background-size: cover;
}
.wrap{
	position: relative;
}
.text-purple{
	color: #4c8eb7;
}
.pink-purple{
	color: #4c8eb7;
}
.title{
	color: #4c8eb7;
	font-size:30px;
	font-weight:bold;
	margin-top: 36px;
}
.title span{
	border-bottom: 3px solid #9285d5;
}
.topic{
	color:#4c8eb7;
	border-bottom: 2px solid #4c8eb7;
	font-size: 24px;
	font-weight: bold;
	width: 98%;
	margin: 12px auto 20px auto;
	padding-bottom: 12px;
}
.Service .topic{
	margin-top: 26px;
	width: 100%;
}
.News_detail date{
	padding-bottom: 12px;
}
button{
	margin: 0 0 20px 0;
	border: none;
	padding: 8px 12px;
	border-radius:5px;
	font-size: 18px
}
.btn-purple{
	background-color: #4c8eb7;
	color: #fff;
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:50px;
	right:10px;
	overflow:hidden;
	width:48px;
	height:48px;
	border:none;
	text-indent:100%;
	background:url(../images/index/top.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/index/top.png) no-repeat left top;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
@media (max-width:767px){
	.Home .bg{
		background-image: none;
	}
	.layer{
		margin-top: 42px;
	}
	.search{
		width: 100%;
		left: 0;
		top:-60px;
	}
	.gsc-control-cse{
		background-color: transparent;
	}
	.gsc-search-button-v2{
		padding: 8px;
	}
	.navbar-brand {
	float: left;
	width: 250px;
	padding-top: 8px;
	}
	.navbar-nav{
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-nav .open .dropdown-menu{
		background-color:#9082bd;
	}
	#defaultNavbar1 li.dropdown > a.dropdown-toggle:hover > .dropdown-menu {
		display: none;
	}

	#defaultNavbar1 .navbar-nav > li{
		width: 100%;
		float: none;
		text-align: left;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,.navbar-default .navbar-nav .open .dropdown-menu > li:hover > a,.navbar-default .navbar-nav > li:hover a{
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a{
		padding-left: 8px;
		padding-right: 8px;
	}
	.navbar-default .navbar-nav > li > a:hover{
	}
	.dropdown-menu > li:hover{
		background-color: #4c8eb7;
	}

	.navbar-toggle {
	height: 34px;
	padding-right: 0px;
	position: relative;
	float: right;
	padding: 9px 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-top: 12px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	}

	.navbar-toggle * {
		-webkit-transition: all 0.2s ease-out 0s;
		-moz-transition: all 0.2s ease-out 0s;
		transition: all 0.2s ease-out 0s;
	}
	.navbar-toggle span:after, .navbar-toggle span:before {
		display: none;
	}
	.navbar-default .open span:nth-child(4) {
		transform: rotate(-45deg);/*手機選單 呈現叉叉*/
		position: relative;
		-webkit-transform: rotate(-45deg);
		top: -5px;
	}
	.navbar-default .open span:nth-child(3) {
		display: none;/*手機選單 隱藏分隔線*/
	}
	.navbar-default .open span:nth-child(2) {
		transform: rotate(45deg);/*手機選單 呈現叉叉*/
		position: relative;
		-webkit-transform: rotate(45deg);
		top: 3px;
	}
	.navbar-default .navbar-toggle{
		border-color:#fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #4c8eb7;
	}
	.navbar-default .navbar-toggle .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 30px;
		height: 3px;
		border-radius: 1px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
		background-color: #fff;
	}
	ul.news{
		padding: 36px 20px;
	}
	.main{
		margin-top:20px;
	}
	.main .Links{
		width: 100%;
		margin-bottom: 20px;
	}
	.content{
		margin-top: 0;
		box-shadow: none;
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.news li date{
		display: block;
	}
	.Links_list{
		padding: 0;
	}
	.Links_list li{
		width: 100%;
		padding-bottom: 12px;
	}
	.wrapper{
		margin-top: 20px;
	}
	.visitor{
	text-align: left;
	}
	address p,address p a,address p i{
		line-height: 1;
	}
	address p{
		font-size: 16px;
	}
	.fix-foot{
	width: 100%;
	height: 59px;
	bottom: 0;
	padding-top: 8px;
	padding-bottom: 4px;
	margin-top: 4px;
	position: fixed;
	background-color:rgba(204,188,250,0.9);
	}
	footer{
		padding-bottom: 62px;
	}
	.fix-foot a , .fix-foot a i{
		color: #4c8eb7;
		display: block;
		margin: 0 auto;
		text-align: center;
		text-decoration: none;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.search{
	width: 200px;
	}

	.container{
		width:100%;
	}
	.navbar-brand {
	float: none;
	display: block;
	margin: 4px auto;
	padding: 0;
	}

	.navbar-header{
		float: none;
	}
	.navbar{
		border-radius:0;
	}
	.navbar-collapse{
	padding-left: 0;
	padding-right: 0;
	}
	#marquee .container {
    width: 100%;
	}
	#defaultNavbar1 .nav li:hover .dropdown-menu {
	display: block;
	}

	address p,address p a,address p i{
	font-size: 17px;
	}
}
@media (min-width: 768px){

	.container > .navbar-header,.navbar-nav{
		width: 100%;
	}
	.navbar-nav > li{
		width: 11%;
		text-align: center;
		display: inline-table;
	}
	#defaultNavbar1 .nav li:hover .dropdown-menu {
	display: block;/*background-color: #f968b0;*/
}
}

@media (min-width: 1200px){
	.container{
		/*width:100%;*/
	}
	.navbar-default .navbar-nav > li > a,.navbar-default .navbar-nav > li > a:hover{
		font-size: 18px;
	}
	.foot-link li{
		width: 11%;
		font-size: 18px;
	}
}
@media (min-width: 1320px){
	.container{
		width:1320px;
	}	　
}
