﻿@charset "utf-8";
/* CSS Document */

.container {
	min-width:970px;
}
.container-fluid {
	min-width:970px;
}
body {
	font-family:"微軟正黑體", "新細明體", Arial;
	color:#000;
}
/* li {
	list-style:none;
} */
.logo {
	margin-top:-20px;
}
.logo img {
	display:inline-block;
}
.logo h2 {
	display:inline-block;
	font-size:19px;
	color:#46ACC5;
	font-weight:700;
	margin-left: 20px;
}
.search ul {
	float:right;
	list-style: none;
}
.search ul li {
	display:inline-block;
	border-right:1px solid #7CC7D6;
	padding:0 10px;
}
.search ul li a {
	font-size:14px;
	color:#000;
}
/*search*/
input {
	outline: none;
	border:0;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button {
 display: none;
}
input[type=search] {
	background:#ECECEC url(../image/index/icon_1.png) no-repeat 222px center;
	padding:3px 10px 3px 10px;
	width: 226px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 transition: all .5s;
}
input[type=search]:focus {
	width: 226px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 5px rgba(52, 141, 165, .5);
	-moz-box-shadow: 0 0 5px rgba(52, 141, 165, .5);
	box-shadow: 0 0 5px rgba(52, 141, 165, .5);
}
input:-moz-placeholder {
 color: #999;
}
input::-webkit-input-placeholder {
 color: #999;
}


@-moz-document url-prefix()
{
input[type=search] {
	background:#ECECEC url(../image/index/icon_1.png) no-repeat 200px center;
}
}

_:-ms-fullscreen, :root input[type=search] {
	background:#ECECEC url(../image/index/icon_1.png) no-repeat 200px center;}

 @media (max-width: 1199px) {
.search ul li {
    padding: 0 3px;
}
}

 @media (max-width: 1024px) {
@-moz-document url-prefix()
{
input[type=search] {
	background:#ECECEC url(../image/index/icon_1.png) no-repeat 135px center;
}
}

_:-ms-fullscreen, :root input[type=search] {
	background:#ECECEC url(../image/index/icon_1.png) no-repeat 135px center;}

 input[type=search] {
 background:#ECECEC url(../image/index/icon_1.png) no-repeat 156px center;
 width: 156px;
}
input[type=search]:focus {
 width: 156px;
}
}
/*search*/


.index_slick .index_1{
	margin-top:0;
	min-height: 300px

}

.index_slick .slick-dots{
	bottom: 0;
}

.index_1 {
	/*background:url(../image/index/index_banner.jpg) no-repeat center center;*/
	background-size:cover;
	height:300px;
	margin-top:-20px;
}
.index_1 h1 {
	font-size:25px;
	color:#000;
	padding-top:130px;
}
.index_1 h2 {
	font-size:19px;
	color:#0C7D7F;
	line-height:3px;
}
/*tab*/
.class_tab {
	margin:0 auto;
}
.class_tab input {
	height: 3.5em;
}
.class_tab label {
	color: #000;  /* Color del texto de las pestañas */
	cursor: pointer;
	display: block;
	float: left;
	font-size: 19px;  /* Tamaño del texto de las pestañas */
	height:auto;
	padding: 8px 1.27em;
	text-align: center;
	margin-right: -1px;
	border-top:0;
	font-weight:normal;
}
.class_tab input:hover + label {
	color:#3E7F90;
	border-top:0;
	font-weight:normal;
}
.class_tab input:checked + label {
	/* Fondo de las pestañas al presionar */
	color:#3E7F90; /* Color de las pestañas al presionar */
	position: relative;
	z-index: 6;
	font-weight:normal;
}
.content {
	background:  #fff;  /* Fondo del contenido */
	border-radius: 0 .25em .25em .25em;
	min-height: 30em;  /* Alto del contenido */
	position: relative;
	top: -17px;
	width: 100%;
	z-index: 5;
}
.content div {
	opacity: 0;
	position: absolute;
	z-index: -100;
	transition: all linear 0.1s;
}
.content div {
	width:100%;
	margin-top:-1px;
	height: 470px;
    overflow: hidden;
}
 .container input#tab-1:checked ~ .content .content-1,
 .container input#tab-2:checked ~ .content .content-2 {
 opacity: 1;
 z-index: 100;
}
input.visible {
	visibility: visible !important;
}
input[type="radio"] {
	position:absolute;
	left: -9999px;
}

.content .content-1 a:nth-child(even) table tr,
.content .content-2 a:nth-child(even) table tr{
	background-color:#fff;
}

.content .content-1 a:nth-child(odd) table tr,
.content .content-2 a:nth-child(odd) table tr{
	background-color:#FAFAFA;
}

@media (max-width: 1199px) {
	nav ul#menu li {
	    width: 13.9%;
	    list-style: none;
	}
}

 @media (max-width: 1024px) {
.class_tab label {
 padding: 8px 3.245em;
}
 .word {
 padding: 0 20px;
}
}
.pager {
	text-align:right;
	padding-top: 8px;
	padding-right:10px;
}
.pager li {
	width:20px;
}
.pager .pr > a {
	display: inline-block;
	background-color:transparent;
	border:0;
	border-radius: 0;
	background:url(../image/index/icon_8.jpg) left center no-repeat;
	height:19px;
	padding: 5px 10px;
}
.pager .ne > a {
	display: inline-block;
	background-color:transparent;
	border:0;
	border-radius: 0;
	background:url(../image/index/icon_8.jpg) right center no-repeat;
	height:19px;
	padding: 5px 10px;
}
.index_2 h3 {
	font-size:19px;
	color:#201813;
	line-height: 24px;
}
.index_2 p {
	font-size:14px;
	color:#6C6C6C;
	padding-top:11px;
	text-align:justify;
	line-height:26px;
}
.index_3 {
	border-top:1px solid #E8E8E8;
	padding-top:39px;
}
.index_4 ul {
	padding:0;
	margin:30px 0;
	list-style: none;
}
.index_4 li {
	display:inline-block;
	font-size:13px;
	color:#fff;
	border-right:1px solid #fff;
	padding:2px 20px;
}
.index_4 ul .aa {
	background:url(../image/index/icon_3.png) no-repeat;
	background-position:top left;
}
.index_4 ul .bb {
	background:url(../image/index/icon_3.png) no-repeat;
	background-position:0 -27px;
	margin-left:10px;
}
.index_4 ul .cc {
	background:url(../image/index/icon_3.png) no-repeat;
	background-position:0 -56px;
	margin-left:10px;
}
.index_4 ul .dd {
	background:url(../image/index/icon_3.png) no-repeat;
	background-position:bottom left;
	margin-left:10px;
}
.index_4 p {
	font-size:13px;
	color:#fff;
	line-height:1px;
}

/*Calendar*/

.days{
	border-bottom:1px solid #D5D5D5;
	padding:30px 0;}


.calendar-wrapper .group {
  &:after {
    content: "";
    display: table;
    clear: both;
  }
}

.calendar-wrapper a {
  text-decoration:none;
}
.calendar-wrapper {
	border:1px solid #7CC7D6;
	background-color:#FAFAFA;
	height:265px;
}
.calendar-wrapper table {
  clear:both;
  width:100%;
  border-collapse:collapse;
}
.calendar-wrapper td {
	width: 14%;
    height: 27px;
  text-align:center;
  vertical-align:middle;
  font-size:12px;
  color:#7D8D96;
}
.days td{
	 color:#7CC7D6;}	
	 
.calendar-wrapper td.today {
	background-color:#7CC7D6;
	color:#fff;
	border-radius:6px;
}
.calendar-wrapper thead td {
  border:none;
  text-transform:uppercase;
  font-size:15px;
  font-weight:bold;
}
.calendar-wrapper #btnNext {
padding-top: 20px;
    position: absolute;
        top:305px;
    right: 19px;
}
.calendar-wrapper #btnPrev {
padding-top: 20px;
    position: absolute;
    top:305px;
}

#btnPrev, #btnNext {
  background:transparent;
  border:none;
  outline:none;
  cursor:pointer;
  text-transform:uppercase;
  transition:all 0.3s ease;
  &:hover {
    font-weight:bold;
  }
}

#divCal{
	    margin-top: 30px;}
/*Calendar*/
















/*index_end*/

/*news*/

.news h2 {
	font-size:23px;
	color:#211813;
}
.news_1 {
	width:100%;
	height:200px;
	background-color:#FAFAFA;
}
.news_1 .news_2 {
	position: relative;
}
.news_1 .news_2 .news_3 {
	display:block;
	position:absolute;
	text-align:center;
	width:50%;
	z-index:99999;
}
.news_1 .news_2 .news_3 {
	position: absolute;
	background-color: rgba(64, 64, 64, .37);
	width: 100%;
	height: 93%;
	z-index: 999;
	opacity: 0;
	transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	margin-top:13px;
}
.news_1 .news_2 .news_3 img {
	margin-top:70px;
	border-radius:4px;
}
.news_1 .news_2:hover .news_3 {
	opacity: 1;
}
.news_1 img {
	border:1px solid rgba(64, 64, 64, .11);
	margin-top:13px;
}
.news_4 li > a {
	display: inline-block;
	padding:0;
	background-color: #fff;
	border:0;
	border-radius:4px;
	width:28px;
	height:28px;
}
.news_4 .left > a {
	background:url(../image/index/icon_9.jpg) no-repeat;
}
.news_4 .right > a {
	background:url(../image/index/icon_9.jpg) no-repeat top right;
}
.news_5 h2 {
	width:100%;
	height:48px;
	font-size:19px;
	color:#fff;
	background-color:#99C8CF;
	padding-top:14px;
	padding-left:25px;
	margin: 0;
}
.news_5 ul {
	width:100%;
	height:100%;
	background-color:#EDEDED;
	padding: 0;
	list-style: none;
	padding-bottom: 50px;
}
.news_5 li {
	border-bottom:1px solid #D4D4D4;
	width: 85%;
	margin:0 auto;
}
.news_5 li:nth-last-child(1){
	border-bottom:0;
}
.news_5 li:hover {
	border-bottom:0;
	width: 100%;
	margin:0 auto;
	background-color:#363636;
}
.news_5 li:hover {
	border-bottom:0;
	width: 100%;
	margin:0 auto;
	background-color:#363636;
}
.news_5 li a {
	font-size:15px;
	color:#626262;
	line-height:45px;
	padding-left:15px;
}
.news_5 li:hover a {
	color:#fff;
	padding:0 35px;
}
.news_5 li:hover:after {
	position:absolute;
	display: inline-block;
	content: '';
	left:14px;
	margin-top: 13px;
	border-top: 8px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 8px solid transparent;
}
.news_5 li:hover a .badge {
	padding:15px 27px;
	color:#fff;
}
.news_5 li a img {
	padding-right:10px;
}
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 15px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color:#626262;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color:transparent;
	border-radius: 10px;
	float:right;
}
.news_5 .stop {
	border-bottom:0;
	width: 100%;
	margin:0 auto;
	background-color:#363636;
}
.news_5 .stop a {
	color:#fff;
	padding:0 35px;
}
.news_5 .stop:after {
	position:absolute;
	display: inline-block;
	content: '';
	left:14px;
	margin-top: 13px;
	border-top: 8px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 8px solid transparent;
}
.news_5 .stop a .badge {
	padding:15px 27px;
	color:#fff;
}
/*news_end*/
/*news_detial*/
.news_detial_1 img {
	border:1px solid rgba(64, 64, 64, .11);
	margin-top:20px;
}
.news_detial_1 p {
	color:#6C6C6C;
	font-size:14px;
	padding:20px 0;
}
.news_detial_1 a {
    /*font-size:13px;*/
    color: #6F6F6F;
    font-weight: bold;
}
.news_detial_1 a h5 {
	float:left;
	width:28px;
	height:28px;
	background:#47ADC6 url(../image/index/icon_4.png) no-repeat bottom;
	background-position:5px -28px;
	border-radius:4px;
	margin-top: -3px;
	margin-right: 10px;
}
.news_detial_2 h3 {
	font-size:17px;
	color:#4CACC5;
	font-weight:bold;
	word-wrap: break-word;
	word-break: break-all;
}
.news_detial_2 h2 {
	font-size:21px;
	color:#000;
	border-top:1px solid #E8E8E8;
	padding-top:20px;
	word-wrap: break-word;
	word-break: break-all;
}
.news_detial_2 h5 {
	margin-top:50px;
}
.news_detial_2 h5 a {
	background:#47ADC6 url(../image/index/icon_4.png) no-repeat;
	background-position:5px 3px;
	color:#fff;
	padding:3px 12px 3px 35px;
	border-radius:4px;
}

/*news_detial_end*/

/*contact*/


.contact_2 h2{
	font-size:23px;
	color:#1F1813;}

.contact_2 p{
	color:#66666D;
	font-size:15px;
	padding-left: 25px;}


.contact_2 .ee{
	background:url(../image/index/icon_3.png) no-repeat;
	background-position:0 -53px;}


.contact_2 .ff{
	background:url(../image/index/icon_3.png) no-repeat;
	background-position:0 -27px;}




/**  MAP  **/

#map{
	max-width: 100%;
	height: 255px;
	padding: 10px;
	margin-top:22px;
	border:1px solid #E8E8E8;
	border-radius:4px;
}
#map img {
	/* Prevent streetview buddy from getting squished by img max-width: 100% */
  max-width: none;
}
#map_1 p{
	font-size:15px;
	color:#222222;}
	
#map_1 span{
	font-size:6px;
	color:#ccc;}	
	
.btn_2{
	background-color:#47ADC6;
	color:#fff;
	font-size:17px;
	border:0;
	width:129px;
	height:39px;
	border-radius:4px;}


/* doctor-------------------------- */

.doctor_title img{
	transform: scale(0.5);
	margin-right: 8px;
}

.doctor_title h3{
	font-size: 19px;
	color: #3F3F44;
}

.doctor_box{
	overflow: hidden;
	display: block;
	padding: 2em 1em;
	background-color: #FAFAFA;
	min-height: 387px;
}

.doctor_box img{
	display: block;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	padding: 5px;
	margin-bottom: 15px;
}

.doctor_box strong{
	display: block;
	font-size: 17px
	color: #1F1813;
	margin: 10px auto;
}

.doctor_box p{
	font-size: 15px;
	color: #66666C;
}

.doctor_box h4{
	font-size: 17px;
	color: #201813;
	font-weight: bold;
}

.doctor_box h4 i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 5px;
	height: 20px;
	background-color: #7EC5D3;
	border-radius: 50px
}
.doctor_box ul{
	padding-left: 0;
	margin-bottom: 30px;
	list-style: none;
}

.doctor_box ul li{
	font-size: 15px;
	color: #66666C;
	line-height: 26px;
}

.doctor_list{

}

.doctor_list h3{
	font-size: 19px;
	color: #fff;
	background-color: #7FC7D5;
	padding: 5%;
	margin-bottom: 0;
}

.doctor_list ul{
	padding: 1.5em 2em;
	background-color: rgba(219, 242, 251,.51);
	list-style: none;
}
.doctor_list ul >li{
	display: inline-block;
	vertical-align: middle;
	width: 48.5%;
}

.doctor_list ul > li a{
	display: block;
	font-size: 15px;
	color: #434343;
	line-height: 36px;
	text-decoration: none;
	transition: color .3s ease-in-out;
}
.doctor_list ul > li a:hover,
.doctor_list ul > li a:focus{
	color: #7FC7D5;
}

.doctor_list ul > li a:before{
	transition: margin-right .3s ease-in-out;
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 0 2px 5px;
	border-color: transparent transparent transparent #7fc7d5;
	margin-right: 8px;
}


.doctor_list ul > li a:hover:before,
.doctor_list ul > li a:focus:before{
	margin-right: 3px;
}


/* message */

.index_3_page{
	margin: 30px auto;
}
.index_3_page ul{
	text-align: center;
	margin: 30px auto;
	list-style: none;
}
.index_3_page ul li{
	transition:  all .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px
}
.index_3_page ul li a{
	font-size: 14px;
	color: #8C98A0;
}

.index_3_page ul li.pre a{
	transition:  all .3s ease-in-out;
	display: block;
	width: 32px;
	height: 32px;
	background-color: #6091BA;
	border-radius: 100%;
	position: relative;
}

.index_3_page ul li.pre a::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 5px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.index_3_page ul li.ne a{
	transition:  all .3s ease-in-out;
	display: block;
	width: 32px;
	height: 32px;
	background-color: #6091BA;
	border-radius: 100%;
	position: relative;
}

.index_3_page ul li.ne a::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.index_3_page ul li.ne a:hover,.index_3_page ul li.pre a:hover{
	opacity: .5;
}

.leave_message {
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
}

.leave_message a {
	transition: all .3s ease-in-out;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    background-color: #47ADC6;
    color: #fff;
    text-align: center;
    width: 129px;
    line-height: 39px;
    text-decoration: none;
    float: right;
    text-align: center;
}
.leave_message a img{
	display: inline-block;
	vertical-align: middle;
}


.index_3_table{
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
}

.index_3_table tr th{
	color: #606060;
	font-size: 18px;
	text-align: center;
	border-top: 1px solid #606060;
	border-bottom: 1px solid #606060;
	padding: .5em;
}

.index_3_table tr th:nth-child(1){
	text-align: left;
}

.index_3_table tr td{
	color: #3F3F44;
	font-size: 19px;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 1em;
	background-color: #F5F5F5;
}
.index_3_table tr td img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 4px;
	transform: scale(.7)
}

.index_3_table tr td i{
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 20px;
	background-color: #7EC5D3;
	border-radius: 50px;
	margin-right: 10px;
}

.index_3_table tr td:nth-child(1){
	text-align: left;	
}

.index_3_table tr td:nth-child(2){
	color: #999999;
	font-size: 14px;
}

.index_3_table tr td:nth-child(2){
	color: #666666;
	font-size: 14px;	
}

.index_3_table tr td a{
	display: block;
	color: #3F3F44;	
	text-decoration: none;
}

.index_3_table tr td a:hover{
	color: #47ADC6;
}

.index_3_title img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 4px;
	transform: scale(.6)
}
.index_3_title h3{
	font-size: 19px;
	color: #3F3F44;
}

.index_3_qa{
	margin-bottom: 1px;

}
.index_3_qa .q{
	padding: .8em 1em;
	border-bottom: 1px solid #7FC7D5;
}

.index_3_qa .q img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 4px;
	transform: scale(.7);
}

.index_3_qa a{
	transition: all .3s ease-in-out;
	display: block;
	font-size: 18px;
	color: #3F3F44;
	text-decoration: none;	

}
.index_3_qa .q span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
	margin-left: 15px;
	padding-left: 15px;
	float: right;
	margin-top: 10px;
}
.index_3_qa .q span i{
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 20px;
	background-color: #7EC5D3;
	border-radius: 50px;
	margin-right: 10px;

}

.index_3_qa .a{
	display: none;
	overflow: hidden;
	padding: 2em 2em;
	position: relative;
	background-color: #F5F5F5;
}

.index_3_qa .a img{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
}

.index_3_qa i{
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	color: #999999;
	margin-right: 10px;
}

.index_3_qa .a p{
	display: block;
	width: 94%;
	float: left;
	font-size: 15px;
	color: #333333;
	margin-bottom: 20px;
}


.index_5_bg{
	background-color: #F5F5F5;
	border: 0;
	margin: 20px auto;
	padding: 1em;
	overflow: hidden;
	width: 100%;
}

.index_5_bg a{
	display: block;
}

.index_5_bg p{
	float: left;
	margin-top: 10px;
}

.index_5_bg .news_6{
	padding: 0;
	margin-left: 20px;
	float: left;
}

.month{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 50px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #6C6C6C;
	margin-right: 20px;
}
.month b{
	display: block;
	font-size: 14px;
	color: #fff;
	background-color: #5E90BC;
	width: 40px;
	line-height: 18px;
	margin-bottom: 5px;
}

.index_3_box2{
	padding: 2em 3em;
	background-color: #F5F5F5;
	margin-bottom: 30px;
	overflow: hidden;
}
.index_3_box2 p{
	font-size: 15px;
	color: #333333;
	margin-bottom: 50px;
}


.index_3_box2 ul{
	display: block;
	float: right;
	list-style: none;
}

.index_3_box2 ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.index_3_box2 ul li i{
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 20px;
	background-color: #7EC5D3;
	border-radius: 50px;
	margin-right: 10px;
}

.index_3_form{
	display: block;
	background-color: #F5F5F5;
	padding: 4em 0;
	margin: 0 auto;
	margin-top: -8px;
}





@media (max-width: 1280px){

	.index_3_qa .a p {
	    width: 93%;
	}
}

@media (max-width: 1024px){

	.index_3_qa .a p {
	    width: 92%;
	}
}











