<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/
@font-face {
  font-family: "myFont";
  src: url("../myFont/Tai-an.eot")  format('eot'),
       url("../myFont/Tai-an.woff2") format('woff2'),
       url("../myFont/Tai-an.woff")  format('woff');
}
.myFontClass {
  font-family: "myFont";
}
body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 30px;
    margin-bottom: 24px;
}

a {
    color: #000;
}

a:hover,a:focus {
    color: #25b077;
}

/********************* Header *********************/
.header {
    /*background: url(../images/all/banner_bg.jpg) center 180px no-repeat;*/
}

/* header logo */
.header .navbar .navbar-brand {
    width: 208px;
    height: 63px;
    background: url(../images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    margin: 10px 0 5px;
    padding: 0;
}

.header .navbar .navbar-brand:hover,
.header .navbar .navbar-brand:focus {
    animation: pulse .5s ease-in-out;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    background: none;
    float: none;
    clear: both;
    text-align: center;
        font-size: 0;
}
.header .navbar .navbar-nav li{
    float: none;
    display: inline-block;
}
.header .navbar .navbar-nav .dropdown-menu li{
    float: none;
    display: inline;
}
.header .navbar .navbar-nav &gt; li &gt; a {
    background: none;
    color: #363636;
    font-weight: bold;
    position:relative;
    padding: 15px 35px;
    font-size:18px;
    -webkit-transition: all .25s linear; 
    -moz-transition: all .25s linear; 
    -ms-transition: all .25s linear; 
    -o-transition: all .25s linear; 
    transition: all .25s linear;
}

.header .navbar .navbar-nav li a:hover,
.header .navbar .navbar-nav li a:focus,
.header .navbar .navbar-nav li a.b ,
.header .navbar .navbar-nav &gt; li &gt; a:focus{
    color: #25b077;
}

.header .navbar .navbar-nav &gt; li &gt; a:before,
.header .navbar .navbar-nav &gt; li:nth-last-child(1) &gt; a:after {
    content: "";
    position: absolute;
    top: 17px;
    bottom: 17px;
    border-left: 1px solid #000;
    left: 0;
}
.header .navbar .navbar-nav &gt; li:nth-last-child(1) &gt; a:after{
    border-left:none;
    left:auto;
    right:0;
    border-right: 1px solid #000;
}
.header .navbar .navbar-nav &gt; li ul li a {
    padding: 5px;
}

/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: -25px;
    top: 52px;
}

.header .navbar .sub-nav li {
    padding: 0;
    margin-bottom:0;
}
.header .navbar .sub-nav li a{
    position: relative;
    padding: 0 25px;
    color: #505050;
    font-weight: bold;
}
.header .navbar .sub-nav li a:hover,
.header .navbar .sub-nav li a:focus{
        color: #25b077;
}


.header .navbar .sub-nav li a:before {
    content:"";
    background: url(../images/all/nav01.png) no-repeat;
    width: 27px;
    height: 25px;
    position:absolute;
    left: -5px;
    top: -5px;

}
.header .navbar .sub-nav li:nth-child(2) a:before{
    background: url(../images/all/nav02.png) no-repeat;
}
.header .navbar .sub-nav li:nth-child(3) a:before{
    background: url(../images/all/nav03.png) no-repeat;
}
.header .navbar .sub-nav li a:hover,
.header .navbar .sub-nav li a:focus {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #52CED5;
    color: #fff;
    text-shadow:none;
    border: none;
    border-radius: 0;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 7px;
}

.header .navbar .lang {
    position: absolute;
    right: 54px;
    top: 20px;
    display:none;
}

.header .navbar .lang .dropdown-menu {
    background: #52CED5;
    color: #fff;
    border: none;
    border-radius: 0;
}

.header .navbar .lang .dropdown-menu a {
    color: #fff;
}

.header .navbar .lang .dropdown-menu a:hover,
.header .navbar .lang .dropdown-menu a:focus{
    background: none;
    color: #FCE617;
}

/*------- Banner -------*/
.banner {
    position: relative;
    /*z-index:1000;*/    z-index:10;
}

.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}
.banner ul.bxslider li {
    display:none;
}
.banner ul.bxslider li:first-child {
    display:block;
}
.banner .bx-viewport ul.bxslider li {
    display:block;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: center;
    padding: 0 15px;
    bottom: 15px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #bfbfbf;
    text-align: left;
    width:15px;
    height:15px;
    border-radius:20px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #2ca35e;
}
.banner .bx-wrapper .bx-controls-direction a{
    background: url(../images/home/arrow2.png) no-repeat center rgba(255,255,255,0.8);
    width: auto;
    height: auto;
    padding: 30px 40px;
    margin-top: -40px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.banner .bx-wrapper .bx-controls-direction a:hover,
.banner .bx-wrapper .bx-controls-direction a:focus{
        background-color: #fff;
}

.banner .bx-wrapper .bx-controls-direction a.bx-prev{
    left:0;
}
.banner .bx-wrapper .bx-controls-direction a.bx-next{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right:0;
}
/********************* Footer *********************/
.footer {
    padding: 0 0 0;
    text-align: center;
    z-index: 10;
    background:#fff;
}
.footer .footer_top{
    background:#ebede6;
}
.footer .footer_top ul,
.footer .siteinfo ul{
    margin-bottom:0;
}
/* sitemap */
.footer .sitemap ul li {
    color: #888;
    padding: 0;
}
.footer .sitemap ul li:after{
    content:"/";
    display:inline-block;
}
.footer .sitemap ul li:nth-last-child(1):after{
    display:none;
}
.footer .sitemap ul li a {
    color: #000;
    padding: 15px;
    font-size:14px;
    font-weight:bold;
}

.footer .sitemap ul li a:hover,
.footer .sitemap ul li a:focus {
    color: #25b077;
}
 

.footer_content {
    background-color: #5ad6a3;
    font-size: 13px;
    line-height: 22px;
    padding: 10px 0 0px;
    color:#fff;
    text-align: left;
    letter-spacing: 0.5px;
}

/* siteinfo */
.footer .siteinfo ul &gt; li {
    padding: 0 5px;
}
.footer .siteinfo b{
    color:#ffde87;
}
.footer .siteinfo ul &gt; li + li:before {
    /*content: "/ ";
    padding: 0 5px;
    color: #9c9c9c;*/
}

.footer .siteinfo .map {
    display: inline-block;
    background: url(../images/all/icon_map.png) no-repeat;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    vertical-align: text-bottom;
    margin-right: 20px;
}
.footer .siteinfo ul &gt; li a{
    color:#fff;
}
.footer .siteinfo .map:hover,
.footer .siteinfo .map:focus {
    position: relative;
    top: 2px;
}
 


.footer .copyright b {
    color: #36B9C0;
}
.footer .siteinfo,
.footer .copyright {
    display:inline-block;
}
.footer .copyright{
    float:right;
}
.footer .powered a {
    color: #c2face;
    
}

.footer .siteinfo ul &gt; li a:hover,
.footer .powered a:hover,
.footer .siteinfo ul &gt; li a:focus,
.footer .powered a:focus {
    color: #666;
}

/********************* floating *********************/
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover,
#floating ul li a:hover,
#floating ul li a:focus,
#floating ul li a:focus  {
    color: #333;
    background-position-x: -56px;
}

#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
.main {
    /*-ms-box-shadow: 0 0 10px 0 #919191;
    -moz-box-shadow: 0 0 10px 0 #919191;
    -webkit-box-shadow: 0 0 10px 0 #919191;
    box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
}
.header .header_ex{
    background:#68dbac;
}
.header .header_ex .menuBox{
    font-size:0;
}
.header .header_ex .menuBox ul{
    margin-bottom:0;
    text-align: center;
}
.header .header_ex .menuBox ul li{
    padding:0;
}
.header .header_ex .menuBox a{
    color:#fff;
    font-size:22px;
    padding:5px 38px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64c99a+0,66dbab+41 */
background: #64c99a; /* Old browsers */
background: -moz-linear-gradient(45deg,  #64c99a 0%, #66dbab 41%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #64c99a 0%,#66dbab 41%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #64c99a 0%,#66dbab 41%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64c99a', endColorstr='#66dbab',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.header .header_ex .menuBox ul li:nth-last-child(1) a{
    border-right: 1px solid rgba(100, 201, 154, 0);
}
.header .header_ex .menuBox a span:before{
    content: "";
    background: url(../images/all/mt01.png)no-repeat center;
    display: block;
    width: 66px;
    height: 47px;
    margin: 5px auto;
}
.header .header_ex .menuBox li:nth-child(2) a span:before{
    background: url(../images/all/mt02.png)no-repeat center;
}
.header .header_ex .menuBox li:nth-child(3) a span:before{
    background: url(../images/all/mt03.png)no-repeat center;
}
.header .header_ex .menuBox li:nth-child(4) a span:before{
    background: url(../images/all/mt04.png)no-repeat center;
}
.header .header_ex .menuBox li:nth-child(5) a span:before{
    background: url(../images/all/mt05.png)no-repeat center;
}
.header .header_ex .menuBox li:nth-child(6) a span:before{
    background: url(../images/all/mt06.png)no-repeat center;
}
.header .header_ex .menuBox li:nth-child(7) a span:before{
    background: url(../images/all/mt07.png)no-repeat center;
}
 .header .header_ex .menuBox li a:hover ,
 .header .header_ex .menuBox li a:focus{
box-shadow: 0 0 6px #11a166;

-webkit-transition: all .25s linear; 
-moz-transition: all .25s linear; 
-ms-transition: all .25s linear; 
-o-transition: all .25s linear; 
transition: all .25s linear;
 }   
.main_content {
    min-height: 300px;
    padding: 0px 0 45px;

}
body.about .main_content:after,
body.divisions .main_content:after,
body.doctors .main_content:after,
body.article .main_content:after,
body.course .main_content:after,
body.drug .main_content:after,
body.album .main_content:after{
    content:"";
    background:#fff;
    left:0;
    height:45px;
    right:0;
    bottom:0;
    position: absolute;
}
body.home .main_content{
     padding: 30px 0;
}
/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 28px;
    margin-top: 0px;
    background: #fff;
    text-align: left;
}

.side .nav &gt; li + li {
    border-top: 1px solid #ABCFDB;
}

.side .nav &gt; li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 8px 10px 8px 22px;
}

.side .nav &gt; li a:hover,
.side .nav &gt; li a:focus,
.side .nav &gt; li.active a {
    background: url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #02b7c1;
}

.side .nav &gt; li &gt; ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav &gt; li &gt; ul &gt; li &gt; a,
.side .nav &gt; li &gt; ul &gt; li &gt; a:hover,
.side .nav &gt; li &gt; ul &gt; li &gt; a:focus {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav &gt; li &gt; ul &gt; li &gt; ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a,
.side .nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:hover ,
.side .nav &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:focus{
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content &gt; h1 {
    color: #000;
    font-size: 30px;
    padding: 0px 15px 0 0;
    margin-top: 0;
}
.content &gt; h1 .txt-en{
    font-size:24px;
    /*margin-left:15px;*/
}
.content h1 .txt-en:before {
    content: "/";
    display: inline-block;
    margin: 0 10px;
}
/* breadcrumb */
.content .breadcrumb,
.main_top .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.main_top .container{
    padding:0 50px;
}
.main_top .breadcrumb{
    text-align: right;
    position: static;
    padding: 25px 0 5px;
    font-size: 14px;
}
.main_top .breadcrumb &gt; li,
.main_top .breadcrumb &gt; li a{
    color:#000;
    font-weight: bold;
}

.content .breadcrumb &gt; li + li:before,
.main_top .breadcrumb &gt; li + li:before {
    content: "＞";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    width: 52px;
    height: 24px;
    background: url(../images/all/btn_more.png) no-repeat;
    text-indent: -9999px;
}

.content .btn-more:hover 
.content .btn-more:focus{
    background-position: 0 -24px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 18px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
    background-color:rgba(0, 0, 0, 0.04);
}
.content .list-box .txt-list li:nth-last-child(1){
    border-bottom:none;
}
.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
    text-align: center;
}
.content .list-box .txt-list li a .col-sm-8{
    text-align:left;
}
.content .list-box .txt-list li a:hover,
.content .list-box .txt-list li a:focus {
    color: #25b077;
}

.content .list-box .txt-list li span {
    /*font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;*/
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #ccc;
    padding-left: 30px;
    text-align: center;
}

.content .list-box .txt-list li.list-header a,
.content .list-box .txt-list li.list-header a span {
    font-size: 22px;
    color: #369fe0;
}
.content .list-box .txt-list li.list-header a .col-sm-2,
.content .list-box .txt-list li.list-header a .col-sm-2 span {
    font-size: 20px;
}
.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    /*border-top: 1px solid #ACE7EB;*/
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}
body.news.show .content .btn-box,
body.album.show .content .btn-box,
body.divisions.show .content .btn-box,
body.doctors.show .content .btn-box,
body.course.show .content .btn-box{
    text-align:center;
}
body.news.show .content .btn-box .pager,
body.album.show .content .btn-box .pager,
body.divisions.show .content .btn-box .pager,
body.doctors.show .content .btn-box .pager,
body.course.show .content .btn-box .pager{
    float:none;
}
.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li &gt; a {
    background: #fff;
    color: #888;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    padding: 5px 20px;
}

.content .btn-box .pager li &gt; a:hover 
.content .btn-box .pager li &gt; a:focus{
    background-color: #25b077;
    color: #fff;
}

.content .btn-box .pager li &gt; a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
}
body.home .content .wid-home-news .txt-list li{
    background:none;
    border-color:#e6e6e6;
        padding-left: 10px;
}
body.home .content .wid-home-news .txt-list li a{
    font-size: 15px;
    padding: 5px 0 0;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: #151515;
    text-align: left;
}
/*首頁 最新消息: hover,focus時變化的顏色*/
body.home .content .wid-home-news .txt-list li a span{
    font-size: 15px;
    float: none;
    color:#000;
    margin-right: 15px;
    text-shadow: 0 0 0 #000,0 0 0 #000;
}
body.home .content .wid-home-news .txt-list li a:hover,
body.home .content .wid-home-news .txt-list li a:hover span,
body.home .content .wid-home-news .txt-list li a:focus,
body.home .content .wid-home-news .txt-list li a:focus span{
    color:#ff5656;
}
body.home .content .wid-home-news .txt-list li a:hover span,
body.home .content .wid-home-news .txt-list li a:focus span{
    text-shadow:0 0 0 #ff5656,0 0 0 #ff5656;
}

body.home .content h2 {
    color: #fff;
    padding: 6px;
    background: #f88686;
    font-size: 18px;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    position:relative;
}
body.home .content h2:after{
    content: "";
    right: 10px;
    bottom: 0;
    position: absolute;
    background: url(../images/all/n01.jpg)no-repeat;
    width: 57px;
    height: 43px;
}
}
body.home .content h2 .txt-en{
    font-size:15px;

}
body.home .content h2 .txt-en:before{
    content:"/";
    display:inline-block;
        margin: 0 10px;
}
body.home .content .btn-more {
    position: static;
    background: none;
    text-indent: 0;
    background: #fc720d;
    font-size: 10px;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0px 5px 2px;
    color: #fff;
    margin: 0 0 0 9px;
}
body.home .content .btn-more:hover,
body.home .content .btn-more:focus{
animation: pulse .5s ease-in-out;
}

body.home .content .wid-home-news .txt-list li:last-child{
    border-bottom:none;
}
body.home .content .newsBox &gt; div:nth-child(2) h2{
    background:#fcc70d;
}
body.home .content .newsBox &gt; div:nth-child(2) h2:after{
    background: url(../images/all/n02.jpg)no-repeat;
    width: 56px;
    height: 51px;
}
body.home .content .newsBox &gt; div:nth-child(3) h2{
    background:#21c0c3;
}
body.home .content .newsBox &gt; div:nth-child(3) h2:after{
    background: url(../images/all/n03.jpg)no-repeat;
    width: 58px;
    height: 42px;
}
body.home .content .clinicBox{
    margin-top:15px ;
}
body.home .content .clinicBox h2{
    background: #fff;
    color: #000;
    padding: 15px 0 8px 45px;
    margin-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #5ad6a3;
    border-radius: 0;
}
body.home .content .clinicBox h2:after{
    display:none;
}
body.home .content .clinicBox h2 .txt-tw{
    position:relative;
}
body.home .content .clinicBox h2 .txt-tw:before{
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    width: 26px;
    height: 22px;
    background: url(../images/all/n04.png)no-repeat center;
}
body.home .content .clinicBox h2 .txt-en{
    font-size:15px;
}
body.home .content .clinicBox .btn-more{
    position: absolute;
    right: 0;
    top: 15px;
    background: #5ad6a3;
}
body.home .content .clinicBox &gt; div:nth-child(2){
        /*margin-top: 34px;*//*原有此行，因首頁加心流園地後變下移一行，發現與此行設定有關，移除之*/
}
body.home .content .clinicBox &gt; div:nth-child(2) img {
    margin:0 auto;
    transition: all .3s linear;
}
body.home .content .clinicBox &gt; div:nth-child(2) .pic{
    overflow:hidden;
}


body.home .content .clinicBox &gt; div:nth-child(2) a:hover img ,
body.home .content .clinicBox &gt; div:nth-child(2) a:focus img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
body.home .content .productBox{
    margin-top:30px;
}

body.home .content .productBox .wid-home-product .bxslider li a{
        border: none;
        padding:0;
	position: relative;
}
body.home .content .productBox .wid-home-product .bxslider li a:after{
    content:"";
    position:absolute;
    border: 3px solid #5ad6a3;
    top:0;
    right:0;
    left:0;
    bottom:0;
}
body.home .content .productBox .wid-home-product .bxslider li a:hover:after,
body.home .content .productBox .wid-home-product .bxslider li a:focus:after{
    border-color:#f88686;
        cursor: pointer;
-webkit-transition: all .25s linear; 
-moz-transition: all .25s linear; 
-ms-transition: all .25s linear; 
-o-transition: all .25s linear; 
transition: all .25s linear;
}
body.home .content .productBox .wid-home-product .bx-wrapper .bx-controls-direction a{
    background: url(../images/product/arrow.png) no-repeat center #5ad6a3;
    width: auto;
    height: auto;
    padding: 34px 22px;
    top: 0;
    margin-top: 0;
-webkit-transition: all .25s linear; 
-moz-transition: all .25s linear; 
-ms-transition: all .25s linear; 
-o-transition: all .25s linear; 
transition: all .25s linear;
}
body.home .content .productBox .wid-home-product .bx-wrapper .bx-controls-direction a:hover,
body.home .content .productBox .wid-home-product .bx-wrapper .bx-controls-direction a:focus{
    background-color:#21c0c3;
}
body.home .content .productBox .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev{
    left:-65px;
}
body.home .content .productBox .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next{
    right:-65px;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
/*----------------------------------------- news --------------------------------------*/
body.news.show .content h3,
body.album.show .content h3{
    background: #ecede7;
    padding: 20px 160px 20px 15px;
    position:relative;
}
body.news.show .content h3 small{
    letter-spacing: 2px;
    text-align: right;
    line-height: 25px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -25px;
}
body.news.show .content h3 small span{
    display:block;
}
/*----------------------------------------- album --------------------------------------*/
body.album .item{
    text-align:center;
}
body.album .item img{
    margin:0 auto;
}
body.album .item a .pic{
    overflow:hidden;
}
body.album .item a:hover img,
body.album .item a:focus img{
    opacity:0.7;
-webkit-transition: all .25s linear; 
-moz-transition: all .25s linear; 
-ms-transition: all .25s linear; 
-o-transition: all .25s linear; 
transition: all .25s linear;


-webkit-transform: scale(1.1); 
-moz-transform: scale(1.1); 
-ms-transform: scale(1.1); 
-o-transform: scale(1.1); 
transform: scale(1.1);
}
body.album .album-list &gt; *[class*="col-md-4"]:nth-child(3n+1){
    clear:both;
}
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic-gallery {
    margin-bottom: 40px;
}

.pic-gallery .pic-stage {
    margin: 0 auto 20px;
    width: 87%;
}

.pic-gallery .pic-stage ul li a {
    display: block;
}

.pic-gallery .pic-pager {
    position: relative;
    margin: 0 40px;
}

.pic-gallery .pic-pager .jcarousel div a {
    opacity: 0.5;
    float: left;
    padding: 0 5px;
}

.pic-gallery .pic-pager .jcarousel div a.active {
    opacity: 1;
}

.pic-gallery .pic-stage .bx-wrapper .bx-pager {
    display: none;
}


.pic-gallery .pic-pager .jcarousel-control {
    background: url(../images/all/gallery_btn.png) no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.pic-gallery .pic-pager .jcarousel div {
    overflow: auto;
    width: 20000em;
    position: relative;
    list-style-type: none;
}

.pic-gallery .pic-pager .jcarousel div a img,
.pic-gallery .pic-stage ul li a img {
    width: 100%;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-prev {
    background-position: 0 0;
    left: -45px;
}

.pic-gallery .pic-stage .bx-wrapper .bx-controls-direction a.bx-next {
    /*background-position: -38px 0;*/
    right: -45px;
}

.pic-gallery .pic-pager .jcarousel-control-prev {
    background-position: -80px 0;
    left: -40px;
}

.pic-gallery .pic-pager .jcarousel-control-next {
    background-position: -120px 0;
    right: -40px;
}
body.album.show .pic-pager a img,
body.album.show .sp-thumbnail-container{
    border:2px solid rgba(0,0,0,0);
}
body.album.show .pic-pager a.active img,
body.album.show .sp-thumbnail-container.sp-selected-thumbnail{
    border-color:#4ec12e;
}
body.album.show .pic-pager a:hover img,
body.album.show .sp-thumbnail-container:hover,
body.album.show .pic-pager a:focus img,
body.album.show .sp-thumbnail-container:focus{
    opacity:0.7;
    -webkit-transition: all .25s linear; 
-moz-transition: all .25s linear; 
-ms-transition: all .25s linear; 
-o-transition: all .25s linear; 
transition: all .25s linear;
}
body.album.show .slider-pro p.sp-layer{
    font-size:20px;
}
body.album.show .sp-fade-full-screen{
    opacity:1;
    z-index:2;
}
body.album.show div#example3:before{
    content: "";
    background: #fff;
    position: absolute;
    right: 6px;
    top: 8px;
    width: 32px;
    height: 32px;
    z-index: 1;
    border-radius: 33px;
}
/*----------------------------------------- doctors --------------------------------------*/

body.doctors .content .title {
    display: block;
    background: #25b077;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
    letter-spacing: 2px;
    font-weight: bold;
    margin: 15px 0;
}
body.doctors.show .content .title{
    margin: 15px 0;
}
body.doctors .content .item li{
    line-height:30px;
}
body.doctors .content .item li.expertise span{
    float:left;
}
body.doctors .content .item {
    padding: 0;
    margin-bottom:15px;
    border-bottom: 1px dashed #cacaca;
    padding-bottom: 15px;
}
body.doctors .content .item a{
    display:block;
    
}
body.doctors .content .item a &gt; div:nth-child(1){
    padding:0;
}

body.doctors .content .item:hover a ,
body.doctors .content .item:focus a {
    background: rgba(235, 237, 230, 0.58);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
body.doctors .content .item a:hover,
body.doctors .content .item a:focus{
    color:#000;
    text-shadow:0 0 0 #000,0 0 0 #000;
}
body.doctors.show .content .info img{
    margin:0 auto;
}
body.doctors.show .content &gt; h1{
    font-size:22px;
}
body.doctors.show .content .info ul li{
    font-size:15px;
    line-height: 28px;
}
body.doctors.show .content .info ul li.title{
    color: #fff;
    font-size: 17px;
    margin: 5px 0;
    font-weight:bold;
}
body.doctors.show .content .info .time a{
    color: #fff;
    background: #134ed0;
    padding: 5px 8px;
    border-radius: 6px;
    margin: 0px 15px;
    display: inline-block;
}
body.doctors.show .content .info .time a:hover,
body.doctors.show .content .info .time a:focus{
    background:#25b077;
-webkit-transition: all .25s linear; 
-moz-transition: all .25s linear; 
-ms-transition: all .25s linear; 
-o-transition: all .25s linear; 
transition: all .25s linear;
}
body.doctors.show .content &gt; h3{
    font-size: 18px;
    text-align: center;
    background: #e84074;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin: 45px 0 20px;
}
body.doctors.show .content &gt; h3.no2{
    background:#4ec12e;
}
body.doctors.show .content &gt; h3.no3{
    background:#f7ae21;
}
body.doctors.show .content &gt; ul.list{

}
body.doctors.show .content &gt; ul.list li{
    font-weight: bold;
    color: #000;
    line-height: 28px;
    padding: 0 5px;
}
body.doctors.show .content .table{
    border:none;
}
body.doctors.show .content .table .table-responsive{
    margin-top: 0;
    border-radius: 0;
    padding: 0;
}
body.doctors.show .content .table table{
    text-align:center;
    width:100%;
}
body.doctors.show .content .table table th{
    text-align:center;
}
body.doctors.show .content .table table th{
    background:#359fe0;
    font-size:16px;
    color:#fff;
    padding: 15px;
    font-weight: 100;
}
body.doctors.show .content .table table tr td{
    color:#000;
    font-weight:bold;
    padding: 15px;
    background:#effcff;
    width:12.5%;
}
body.doctors.show .content .table table tr td span{
    display:block;
}
body.doctors.show .content .table table tr td span.rou{
    display: inline;
}


body.doctors.show .content .table table tr td:nth-child(2n){
    background:#daf2f8;
}
body.doctors.show .content .table table tr td:nth-child(1){
    background:#4f8a99;
    color:#fff;
    font-weight: 100;
    padding: 35px 30px;
}
body.doctors.show .content .table table tr:nth-last-child(1) td:nth-child(1){
    border-radius:0 0 0 5px;
}
body.doctors.show .content .table table tr:nth-last-child(1) td:nth-last-child(1){
    border-radius:0 0 5px 0;
}
body.doctors.show .content .table &gt; div{
    background: #359fe0;
    padding: 15px;
    text-align: center;
    border-radius: 5px 5px 0 0 ;
    margin-top: 35px;
    position:relative;
}
body.doctors.show .content .table &gt; div a{
    color:#fff;
    font-size:30px;
}
body.doctors.show .content .table &gt; div a:hover:nth-child(2),
body.doctors.show .content .table &gt; div a:focus:nth-child(2){
        color: #daf2f8;
}
body.doctors.show .content .table &gt; div a:nth-child(1),
body.doctors.show .content .table &gt; div a:nth-last-child(1){
    position:absolute;
    top: 20px;
}
body.doctors.show .content .table &gt; div a:nth-child(1){
    left:20px;
}
body.doctors.show .content .table &gt; div a:nth-last-child(1){
    right:20px;
}
body.doctors.show .content .table &gt; div a .material-icons{
    font-size: 40px;
    color: #c3e2f6;
}
body.doctors.show .content .table &gt; div a:hover .material-icons,
body.doctors.show .content .table &gt; div a:focus .material-icons{
    color:#fff;
}
body.doctors.show .content .table &gt; div .large-only a{
    position: static;
    font-size: 15px;
    color: #333;
}
body.doctors.show .content .table &gt; div .large-only a:hover label,
body.doctors.show .content .table &gt; div .large-only a:focus label{
    color:#999;
    cursor: pointer;
}
body.doctors.show .content .table table tr &gt;td label:first-child span:first-child{
    display: block;
}
body.doctors.show .content .table table tr &gt;td label:first-child span:nth-child(2){
    display: inline;
}
body.doctors.show .content .table table tr &gt;td label span{
    display: inline-block;
}
body.doctors.show .content .table table tr.timeA&gt;td:nth-child(1){
    background: #3c96ad;
}
body.doctors.show .content .table table tr.timeN&gt;td:nth-child(1){
    background: #1b89a6;
}

body.doctors.show .content .table table tr.timeA {
    border-bottom: 1px solid #3c96ad;
    border-top: 1px solid #3c96ad;
}
body.doctors.show .content .table table tr &gt;td label&gt;span{
    display: block;
}

/*----------------------------------------- divisions --------------------------------------*/
body.divisions.p01 .content .item .title{
background: #e6e7e6;
    color: #000;
    font-size: 20px;
    text-align: center;
    padding: 13px 0;
    border-radius: 5px;
    letter-spacing: 2px;
    font-weight: bold;
}
body.divisions.p01 .content .item .col-md-2{
    text-align:center;
}
body.divisions.p01 .content .item .col-md-2,
body.divisions.p01 .content .item .col-md-10{
    font-size: 16px;
    padding: 15px;
    color: #000;
    font-weight: bold;
}

body.divisions.p01 .content a:hover .title,
body.divisions.p01 .content a:focus .title{
    background:#25b077;
    color:#fff;
-webkit-transition: background,transform .25s linear; 
-moz-transition: background,transform .25s linear; 
-ms-transition: background,transform .25s linear; 
-o-transition: background,transform .25s linear; 
transition: background,transform .25s linear;

-webkit-transform: scale(1.02); 
-moz-transform: scale(1.02); 
-ms-transform: scale(1.02); 
-o-transform: scale(1.02); 
transform: scale(1.02);
}

body.divisions.show .content &gt; h3{
    margin: 15px 0;
    text-align:left;
    background: #e3f3fa;    
}
body.divisions.show .content &gt; h3{
    color:#000;    
}
body.divisions.show .content &gt; h3.no2,
body.divisions.show .content &gt; h3.no3{
    color:#fff;
}
body.divisions.show .content h1{
    font-size:30px;
}

body.article .content .list-box .txt-list li a,
body.course .content .list-box .txt-list li a{
    text-align:left;
}

body.doctors.divisions.show .content .table table tr td {
    color: #000;
    font-weight: bold;
    padding: 10px;
    width: 12.5%;
}
body.doctors.divisions.show .content .table table tr td span.cl-box {
    display:inline-block;
    clear:both;
}
body.doctors.divisions.show .content .table table tr td label&gt; span:nth-child(2){
    display: inline;
}
body.doctors.divisions.show .content .table table tr td label span.box{
    display: block;
}

body.doctors.divisions.show .content .table table tr td label span.stop{
    display: inline;
}
body.doctors.show .content .table &gt; div.arrow a:nth-child(1),
body.doctors.show .content .table &gt; div.arrow a:nth-last-child(1){
    position:absolute;
    top:20px;
}


body.article .content &gt; .search{
        margin: 0 0 20px;
}
body.article .content &gt; .search h3{
    margin-top: 0;
}
body.article .content &gt; .search .form-group{
    padding-left: 0;
}
body.article .content &gt; .search input{
    width: 100%;
}
body.article .content &gt; .search &gt; .form-inline &gt; .b{padding: 0;}


/*----------------------------------------- course --------------------------------------*/
body.course.show .content .info a.sign{
    color: #fff;
    background: #134ed0;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-block;    
}
body.course.show .content .info a.sign:hover,
body.course.show .content .info a.sign:focus {
    background: #25b077;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
body.course.show .content .info li{
    font-size: 15px;
    line-height: 30px;
    position:relative;
}
body.course.show .content .info li .count{
    font-size: 20px;
    margin-left: 5px;
    color: #4f8a99;
    font-weight: bold;
}
body.course.show .content .info li.title{
    color: #00abf2;
    font-size: 22px;
    font-weight: bold;
}
body.course.show .content .info li a .material-icons{
    position: relative;
    top: 6px;
    background: #359fe0;
    color: #fff;
    border-radius: 4px;
    padding: 2px 5px;
    margin-left: 5px;
    margin: 0 5px;
}
body.course.show .content .info li.doc a:hover,
body.course.show .content .info li.doc a:focus{
    color:#000;
}
body.course.show .content .info li a:hover .material-icons,
body.course.show .content .info li a:focus .material-icons{
    top:7px;
    background:#25b077;
-webkit-transition: background .25s linear; 
-moz-transition: background .25s linear; 
-ms-transition: background .25s linear; 
-o-transition: background .25s linear; 
transition: background .25s linear;
}
body.course.show .content .info .form-inline.signbox{
    display:inline-block;
}
body.course.show .content &gt; h3{
    font-size: 18px;
    text-align: center;
    background: #4f8a99;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
}
body.course.show .content .info li.doc{
    margin: 0px 0 7px;
}
/*----------------------------------------- sign --------------------------------------*/
body.sign .main_content{
    padding:45px 0;
}
body.sign .content .title{
    background: #359fe0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
body.sign .content .table th,
body.sign .content .table td{
    text-align: center;
    background: #effcff;
    font-size: 15px;
    padding:0 20px;
border-bottom: 1px solid #e4e4e4;
}
body.sign .content .table th{
    font-size:16px;
}
body.sign .content .table tr{
    line-height:60px;
}
body.sign .content .table .st-head-row.st-head-row-main{
    display:none;
}
body.sign .content .table small{
    display:inline-block;
}
body.sign .content .form-horizontal{
        margin-top: 15px;
}
body.sign .content a.terms{
    color:#529e7e;
}
body.sign.show .content li{
    line-height:50px;
    border-bottom: 1px solid #e4e4e4;
    text-align:left;
}
body.sign.show .content li:nth-last-child(1){
    border:none;
}
body.sign.show .content li &gt; .t{
    text-align:right;
}
body.sign .table label {
    display: inline-block;
}
body.sign .form-horizontal .checkbox{
    margin-left:20px;
    text-align:left;
}
body.sign .form-horizontal .form-inline {
    float: left;
}
body.sign .table .textL{
    text-align:left;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}
/* wid-home-news */
.content .wid-home-news {
    margin-left: 0;
}

.content .wid-home-news .txt-list {
    margin-bottom: 10px;
    margin-top: -10px;
}

.content .wid-home-news .txt-list li {
    padding-left: 14px;
    background-position: 0 4px;
    background-color: transparent;
}

.content .wid-home-news .txt-list li:last-child {
    border-bottom: 2px solid #ACE7EB;
}

.content .wid-home-news .txt-list li a {
    padding: 2px 0;
    font-size: 13px;
}

.content .wid-home-news .txt-list li a span {
    padding: 3px 0;
    font-size: 12px;
}

/* wid-home-product */
.content .wid-home-product .bxslider li a {
    border: 1px solid #ACE7EB;
    padding: 2px;
    display: block;
}

.content .wid-home-product .bxslider li a:hover,
.content .wid-home-product .bxslider li a:focus {
    border-color: #36B9C0;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

/*動畫*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}



/*side1*/
.side1 .side1Box{
    background:#e3f3fa;
}
.side1 h3,
.side .side-toggle{
    font-size: 18px;
    margin: 0 -15px;
    padding: 17px 15px;
    background: #17bbff;
    color: #fff;
    border-radius:5px;
    position:relative;    
    line-height: 12px;
        overflow: hidden;
}
.side .side-toggle{
    margin: 0;
}
.side .side-toggle .txt-tw span{
    margin-right: 10px;
}
.side1 h3:after,
.side .side-toggle:after{
            content:"";
        background:url(../images/all/side1.png)no-repeat;
        width:68px;
        height:53px;
        position:absolute;
        right:0px;
        bottom:0;
}
.side1 h3 .txt-en,
.side .side-toggle .txt-en{
    font-size:15px;
}
.side1 h3 .txt-en:before,
.side .side-toggle .txt-en:before{
    content:"/";
    display:inline-block;
    margin:0 8px;
}
.side1 ul{
    margin-bottom:0;
}
.side1 li{
        line-height: 40px;
      list-style: none;  
      margin-bottom:0;    
}
.side1 li a{
    font-size: 18px;
    color: #000;
    display: block;
    border-bottom: 1px dashed #cacaca;
    padding: 10px 0;
    text-shadow: 0 0 0#000;
    letter-spacing: 2px;
}
.side1 li ul a{    
    padding-left: 35px;
}
.side1 li ul ul a {
    padding-left: 55px;
}
.side1 li ul a span{
	display: none;
}
.side1 li:nth-last-child(1) a{
    border-bottom:none;
}
body.divisions .side1 li a,
body.doctors .side1 li a{
    border-bottom: 1px dashed #cacaca;
}
body.divisions .side1 ul ul li:nth-last-child(1) a,
body.doctors .side1 ul ul li:nth-last-child(1) a{
    border-bottom:none;
}
.side1 li a span{
    font-size:12px;
    top: -1px;
    position: relative;
        margin: 0 10px;
        color:#808080;
}
.side1 li a:hover,
.side1 li a:hover span,
.side1 li a:focus,
.side1 li a:focus span,
.side1 li.b &gt; a,
.side1 li.b &gt; a span{
    color:#17bbff;
-webkit-transition: all .2s linear; 
-moz-transition: all .2s linear; 
-ms-transition: all .2s linear; 
-o-transition: all .2s linear; 
transition: all .2s linear;
}

.side1 .search h3{
    margin: 0;
    text-align: left;
    display: block;
    background: #449bcf;
}
.side1 .search .form-group,
.side1 .search .b{
        margin: 15px 0 20px;
        padding:0;
}
.side1 .search .form-inline .form-control{
    width:100%;
}
.side1 .search .b{
    text-align:right
}
.side1 .search .form-inline{
    text-align:center;
}
.side1 .search .form-inline &gt; button{
    position: relative;
    margin-top: -6px;
}




   @media print
   {
            .header,
            .side1,
            .side2,
            .footer{
                display:none;
            }
            body.sign .main_content{
                padding: 0;
                max-width: 768px;
            }

            body.sign.show .content li &gt; div{
                
                display: inline-block;
            }
            body.sign.show .content li .clearfix{
                display: none;
            }
            body.sign .content .form-horizontal &gt; .form-group:nth-last-child(1){
                display: none;
            }
            body.sign.show .content .table li &gt; div:nth-child(1){
                text-align: right;
                width: 30%;
            }            

            body.sign.show .content .table li &gt; div:nth-child(2){
                text-align: left;    
                width:70%;
            }
            body.sign.show .content .large-only.stacktable.small-only{
                margin-bottom: 40px;
            }
            body.sign.show .content .table table td.st-key{
                    width: 28%;
                    text-align: right;
            }
             body.sign.show .content .table table td.st-val{
                    width: 72%;
                    text-align: left;
            }    

            body.sign.show .content .table tr {
                    line-height: 50px;
            }    
             body.sign.show .content .table tr th:nth-child(1),
             body.sign.show .content .table tr:nth-last-child(1) td{
                border-bottom: none;
             }  
             body.sign .content .table th{
                font-weight: normal;
             }
             body.sign.show .content .title.clBox{
                 display:none;
             }
             body.sign.show .content .demo li{
                     border-bottom: 1px solid #e4e4e4;
                         border-top: 1px solid #e4e4e4;
             }
   }

/*----.editor----*/
.content .editor .pic{
	margin-bottom:20px;
}
.content .editor .tips{}
.content .editor .note{
	width: 85%;
    margin: 0 auto 50px;
    background-color: #f9f9f9;
    padding: 5px 20px;
    border-radius: 8px;
}
.content .editor .note &gt; h4{
	background: url(../images/about/note_tit.png) no-repeat;
    height: 33px;
    font-weight: bold;
    padding: 8px 25px;
}
.content .editor .note &gt; ol{
    list-style-type: cjk-ideographic;
    line-height: 2;
    color: #666;
    margin-left: 25px;
}
.content .editor .note &gt; ol &gt; li{}
.content .editor .note &gt; ol &gt; li &gt; ol{
	margin-left: 25px;
}
.content .editor .note &gt; ol &gt; li &gt; ol &gt; li{}
.content .editor .tips &gt; h4{
	text-align: center;
    background-color: #fbe7f0;
    padding: 10px;
    margin: 0 0 30px 0;
    border-top: 5px solid #fd7cb6;
    color: #ff3c91;
}
.content .editor .cont{
	margin: 0;
}
.content .editor .nopad{
	padding:0;
}
.content .editor a{    
	color:#765a2a;
}
.content .editor a:hover,
.content .editor a:focus{
    color:#15932f;
}
.content .editor h2.ta_H2{
	border-bottom: 1px solid green;
    padding-bottom: 10px;
    margin-top: 10px;
}
.content .editor h3.ta_H3{
    padding: 8px 8px 8px 20px;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 1px 1px 1px #f7f7f7;
    background: url(../images/about/h3_tit.jpg) repeat-y;
	line-height: 1.5;
}
.content .editor h3.ta_H3.brown{
	background: url(../images/about/h3_tit2.jpg) repeat-y;
    color: #46220c;
}
.content .editor h3.ta_H3.pink{
	background: url(../images/about/h3_tit3.jpg) repeat-y;
}
.content .editor h3.ta_H3.bl{
	background: url(../images/about/h3_tit4.jpg) repeat-y;
    color: #00abf2;
}
.content .editor h3.feedSop{
	background: url(../images/about/feed_tit.png) no-repeat;
	color: #ff3c91;
    height: 42px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.content .editor h3.feedSop &gt; span{
	font-size: 36px;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    margin-right: 25px;
}
.content .editor .ta_H4{
	background: url(../images/about/room_tit.png) no-repeat;
    height: 60px;
	font-size: 24px;
    display: flex;
    align-items: flex-end;
}
.content .editor .ta_H4 &gt; span{
	color: #fff;
    font-size: 55px;
    margin: 0 20px 0 28px;
}
.content .editor .ta_H4.s2{
	background: url(../images/about/h4_tit.png) no-repeat;
    height: 42px;
    color: #fff;
    padding: 8px 30px;
    margin: 22px 15px 15px;
}
.content .editor h3.ta_H3 b{
	color: #15932f;
	margin-right: 10px;
}
.content .editor h3.ta_H3.bgGr{
	background-color:#f0f9f0;
	font-size: 18px;
}
.content .editor h3.ta_H3.bgBr{
	background-color:#f0f9f0;
}
.content .editor span.ta_Span{
	color: #15932f;
}
.content .editor span.ta_Span2{
	color: #0098d4;
}
.content .editor ul.ta_List{
	list-style: none;
    line-height: 2;
    margin-left: 25px;
    text-indent: 20px;
}
.content .editor ul.ta_List li{
	background: url(../images/about/li_icon.png) no-repeat 0 10px;
}

.content .editor ul.ta_List.l2{}
.content .editor ul.ta_List.l2 li{
	background: url(../images/about/li_icon_3.png) no-repeat 0 10px;
}
.content .editor ul.ta_List.l3 li{
	background: url(../images/about/li_icon_4.png) no-repeat 0 10px;
}
.content .editor ul.ta_List.l4{
	margin: 10px 40px;
}
.content .editor ul.ta_List.l4 li{
	background: url(../images/about/li_icon_5.png) no-repeat 0 10px;
    margin-bottom: 8px;
    text-indent: 0;
    padding-left: 22px;
}
.content .editor ul.ta_List.l5{}
.content .editor ul.ta_List.l5 li{
	background: url(../images/about/li_icon_6.png) no-repeat 0 10px;
}
.content .editor ul.ta_List.l5 li &gt; ol{}
.content .editor ul.ta_List.l5 li &gt; ol &gt; li{
	background: none;
    text-indent: 0;
    margin-left: 40px;
}
.content .editor ul.ta_List.l5 li &gt; ol &gt; li &gt; ol{
	list-style-type: disc;
}
.content .editor ul.ta_List.l5 li &gt; ol &gt; li &gt; ol &gt; li{
	margin-left: 20px;
}
.content .editor ul.ta_Law{
	list-style: none;
    line-height: 2.5;
    margin: 15px;
}
.content .editor .extTable{
	width:70%;
	margin:0 auto;
	text-align:center;
}
.content .editor .extTable &gt; .table{
	color:#5d604b;
}
.content .editor .extTable &gt; .table tr th{
	text-align:center;
	background-color: #a5937b;
}
.content .editor .extTable &gt; .table tr:nth-child(even){
	background-color: #efeae2;
}
.content .editor .extTable &gt; .table tr:nth-child(odd){
	background-color: #bfb5a7;
    color: #fff;
}
.content .editor ul.ta_Law &gt; li{}
.content .editor ul.ta_Law &gt; li &gt; span{
	color: #986100;
}
.content .editor .serItem{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content .editor .serItem &gt; li{
	width: calc(100%/3);
}
.content .editor .fpic{
	display: inline-block;
    margin-bottom: 30px;

}
.content .editor .fpic *[class*="col"]{
	padding: 5px;
}
.content .editor .res{
	position: relative;
    background: url(../images/about/pic_6.jpg) no-repeat;
    width: 90%;
    margin: 15px auto 60px;
    background-size: cover;
    min-height: 300px;
    border: 1px solid #ddd;
}
.content .editor .res &gt; .txt{
    position: absolute;
    top: 42px;
    width: 65%;
    left: 17%;
}
.content .editor .res &gt; .txt p{
	color: #fff;
}
.content .editor .res &gt; .txt h4{
	font-size: 30px;
    padding: 3px 3px 3px 0px;
}
.content .editor .res &gt; .txt h4 span{
	color: #999;
    font-size: 15px;
	margin-left: 15px;
}
.content .editor .res &gt; .txt .resTel{
	background: url(../images/about/li_icon_2.png) no-repeat 0 10px;
    font-size: 28px;
    color: #008a51;
    font-family: serif;
    font-weight: bold;
    text-indent: 40px;
    line-height: 1.5;
    /*margin-left: 40px;*/
}
.content .editor .res &gt; .txt .resTel li{}
.content .editor .table.ta_Table{
	margin: 30px auto;
}
.content .editor .table.ta_Table tr{}

.content .editor .table.ta_Table tr.bgG,
.content .editor .table.ta_Table tr.bgG td{
	background-color: rgba(235, 253, 246, 0.8);
    color: #1e8057;
}
.content .editor .table.ta_Table tr.bgBlue,
.content .editor .table.ta_Table tr.bgBlue td{
	background-color: rgba(237, 249, 251, 0.5);
    color: #007e94;
}
.content .editor .table.ta_Table tr.bgBr,
.content .editor .table.ta_Table td.bgBr{
	background-color: rgba(255, 246, 238, 0.8);
}

.content .editor .table.ta_Table td.bgRed{
	background-color: #f99494;
    color: #fff;
}
.content .editor .table.ta_Table tr th{
    background-color: #5ad6a3;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
}
.content .editor .table.ta_Table tr td{
	vertical-align: middle;
    text-align: center;
}
.content .editor .table.ta_Table tr td ol,
.content .editor .table.ta_Table tr td ul{
	margin-left: 40px;
    line-height: 1.8;
    color: #888;
	text-align:left;
}
.content .editor .table.ta_Table tr td ol li{}
.content .editor .ot_Table{
	max-width: 500px;
    width: 100%;
    margin: 35px auto 50px;
}
.content .editor .ot_Table.intru{
	max-width: inherit;
	text-indent: 0;
}
.content .editor .ot_Table.intru tr th{
	background-color: #5893b3;
    font-size: 15px;
    text-align: center;
}
.content .editor .ot_Table .table{

}
.content .editor .ot_Table .table tr{
	color: #0a5371;
}
.content .editor .ot_Table .table tr:nth-child(even){
	background-color: #fff;
}
.content .editor .ot_Table .table tr:nth-child(odd){
	background-color: rgb(235, 244, 249);
}
.content .editor .ot_Table .table th{
	background-color: #17bcff;
	padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.content .editor .ot_Table .table tr th,
.content .editor .ot_Table .table tr td{
	border-color: #b6cdda;
	vertical-align: middle;
}    
.content .editor .ot_Table .table tr td ul.time{
	margin: 5px;
}
.content .editor .ot_Table .table tr td ul.time li{
	background: url(../images/about/ot_icon.png) no-repeat 0 0;
    height: 24px;
    padding-left: 30px;
    vertical-align: sub;
}
.content .editor .ot_Table .table tr td ul.time li:nth-child(2){
	background-position: 0px -26px;
}
.content .editor .ot_Table .table tr td ul.time li:nth-child(3){
	background-position: 0px -50px;
}

/*--body.contact--*/
body.contact .gmap iframe{
	min-height: 610px;
}
body.contact .sec .form-group input.ta.btn{
	background-image: none;
    text-shadow: none;
    border-color: #e8e8e8;
    box-shadow: none;
}
body.contact .sec .form-group input.ta.btn:hover,
body.contact .sec .form-group input.ta.btn:focus{
    background-color: #25b077;
    color: #fff;
}
body.contact .con{
    padding-left:40px;
}
body.contact .con &gt; ul &gt; li{
    padding:8px 0;
}
body.contact .con &gt; ul &gt; li &gt;ul li{
    padding:3px 0;
}
body.contact .con &gt; ul &gt; li &gt;ul{
    margin-top: 3px;
    list-style: none;
}
body.contact .con li.traffic a{
    font-size:16px;
    font-weight:700;
    color: #15932f;
    transition:.5s;
    text-decoration:underline;
}
body.contact .con li.traffic a:hover,
body.contact .con li.traffic a:focus{
    font-size:17px;
}
body.contact .con li.traffic span{   
    margin-right: 5px;
    color: #15932f;
    margin-left: 10px;
}

/*--body.sitemap--*/
body.sitemap .sitBox{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
body.sitemap .sitBox *[class*="col"]{
	margin-bottom: 70px;
}
body.sitemap .sitBox h2{
	font-size: 26px;
}
body.sitemap .sitBox h2 a{}
body.sitemap .sitBox h2 a:hover,body.sitemap .sitBox h2 a:focus{}
body.sitemap .sitBox ul{
	list-style: none;
    line-height: 2.2;
}
body.sitemap .sitBox ul li{
	background: url(../images/about/li_icon.png) no-repeat 0 50%;
	padding-left: 20px;
}
body.sitemap .sitBox ul li a{}
body.sitemap .sitBox ul li a:hover,body.sitemap .sitBox ul li a:focus{}



/*.table*/
.table{
    border-top: 1px solid #bbb;
    text-align:center;
}
.table thead{
    background: #b9ebff;
}
.table label a {
    color:#333;
}
.table label a:hover,
.table label a:focus {
    color:#777;
    text-decoration: underline;
}
.table&gt;thead&gt;tr&gt;th {
    vertical-align: bottom;
    border: 1px solid #ddd;
    text-align:center;
}
.table&gt;thead&gt;tr&gt;th,
.table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td,
.table&gt;tbody&gt;tr&gt;td,
.table&gt;tfoot&gt;tr&gt;td{
    border: 1px solid #bbb;
}
.table label{
    display:block;
}
.table label .rou,
.form-group p label .rou{
    border-radius:50%;
    padding: 1px 3px;
    font-size:13px;
}
.table label .deputy,
.form-group p label .deputy{
    color: #fff;
    background: #15932f;
    width:20px;
    height:20px;
}
.table label .stop,
.form-group p label .stop{
    color:#fff;
    background:red;
}

.table label .closed,
.form-group p label .closed{
    color:#fff;
    background:#ff6a00;
    width:20px;
    height:20px;
}

/*.table.st02*/
.sec .table.st02 &gt; tbody &gt; tr &gt; td .tn {
    display: none;
}

/*-----------------------------------------------*/
.registered h3.title,
.schedule h3.title,
.bed h3.title{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom:40px;
    margin-top:0;
    border-bottom: 1px solid green;
    padding-bottom:10px;
}

.registered .txt,
.schedule .txt{
    color: #555;
    font-size: 17px;
    font-weight: bold;
}
.registered .txt span{
    display:block;
    font-weight:500;
     font-size: 15px;
}
.registered .btnBox,
.schedule .btnBox{
    margin-top:5px;
}
.registered .btnBox a,
.schedule .btnBox a {
    padding: 3px 15px;
    border: 1px solid #cccccc;
    background: #dadada;
    color: #555;
}
.registered .btnBox a:hover,
.schedule .btnBox a:hover,
.registered .btnBox a:focus,
.schedule .btnBox a:focus{
    color:#000;
}
.registered .btnBox a.last,
.schedule .btnBox a.last{
    float:left;
}
.registered .btnBox a.next,
.schedule .btnBox a.next{
    float:right;
}
.registered .month,
.schedule .month {
    text-align:center;
}
.registered .month p,
.schedule .month p{
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 16px;
}
.registered .page01 .sec .form-horizontal,
.schedule .page01 .sec .form-horizontal{
    padding-bottom: 5px;
    padding-top: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    border: 1px solid #eaeaea;
}
.registered .page01 .table&gt;tbody&gt;tr&gt;td,
.schedule .page01 .table&gt;tbody&gt;tr&gt;td{
    width:20%;
    vertical-align: middle;
}

.txt-box h5{
    color: #2ca35e;
    font-size: 17px;
    padding: 8px 0 8px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cae8dc;
}
.btn-primary {
    background: #17bbff;
    color: #fff;
    text-align: center;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #1c9fd6;
}
.form-horizontal .checkbox{
    padding-top:0px;
}
.form-horizontal .checkbox label{
    padding-left:0;
}
.form-horizontal .description-txt{
    font-size:14px;
}
/*------------------.registered------------------*/

.registered .full,
.registered table label.num{
    color:red;
}

.registered .sec .form-horizontal p{
    margin-bottom:0;
    padding-top: 3px;
    color: #555;
}
.form-horizontal .form-inline {
    padding-bottom: 15px;
}
/*.registered.page01*/

.registered .page01 .table .amount{
    color: #005071;
}
.registered .page01 .table .stop-registering{
    color: #15932f;
}
.registered .page01 .txt-box h5,
.registered .page02 .txt-box h5{
    color: #2ca35e;
    font-size: 17px;
    padding: 8px 0 8px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cae8dc;
    font-weight: bold;
}
.registered .page01 .txt-box ul,
.registered .page02 .txt-box ul{
    list-style:decimal;
    margin-left: 20px;
}
.registered .page01 .txt-box ul li,
.registered .page02 .txt-box ul li{
    margin-bottom: 3px;
    font-size: 15px;
    color: #555;
    padding-left: 3px;
}

/*.registered.page02*/
.registered .page02 .sec .form-horizontal{
    padding-top: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    padding-bottom: 30px;
}
/*.registered.page03*/
.registered .page03 .sec .form-horizontal{
    padding-top: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    padding-bottom: 30px;
}
/*.registered.page04*/
.registered .page04 .sec .form-horizontal{
    padding-top: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.registered .page04 .txt-box &gt;div{
    padding-right:8px;
}
.registered .page04 .closed.num{
    font-weight: bold;
    font-size: 16px;
    color: #f00;
}
.registered .page04 .txt-box h5{
    font-weight: bold;
}
.registered .page04 .txt-box ul{
    margin-left: 20px;
}
.registered .page04 .txt-box ul li{
    margin-bottom: 3px;
    font-size: 15px;
    color: #333;
    padding-left: 3px;
    list-style: decimal;
}
.registered .page04 .txt-box p{
    margin-left:20px;
    font-size:16px;
    color:#555;
} 
.registered .page04 .form-group label{
    line-height:30px;
}
.registered .page04 .form-group p{
}
.registered a.num-search{
    color: #25b077;
    text-decoration: underline;
    font-weight: bold;
}


/*.registered.page05*/
.registered .page05 .sec .form-horizontal{
    padding-top: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    padding-bottom: 30px;
}
/*.registered.page06*/
.registered .page06 .no-file{
    font-size:16px;
    color:red;
}
.registered .page06 .sec .table&gt;tbody&gt;tr&gt;td{
    width:12.5%;
}
.registered .page06 .sec .table label  a.reorganize{
    background: #eaeaea;
    padding: 3px 8px;
    font-size: 13px;
    border: 1px solid #c3c3c3;
    color: #555;
}
.registered .page06 .sec .table label  a.reorganize:hover,
.registered .page06 .sec .table label  a.reorganize:focus{
    color:#4bad84;
}
.registered .page06 .sec .table &gt; tbody &gt; tr &gt; td.del .btn-default{
    padding: 5px 8px 3px;
    border-radius: 0;
}

/*.registered.page07*/
.registered .page07 .table&gt;tbody&gt;tr&gt;td{
    width:16.5%;
}
/*.registered.page08*/
.registered .page08 .sec.b02 .table&gt;tbody&gt;tr&gt;td{
    width:25%;
}
.registered .page08 .sec .not{
    background:#bdecc6;
}
.registered .page08 .sec .complete{
    background:#f9f6ab;
}
.registered .page08 .sec .in{
    background:#ffcfdf;
}
.registered .page08 .sec.b03 ul{
    list-style:none;
}
.registered .page08 .sec.b03 ul li{
    text-align: center;
    float: left;
    width: 55px;
    border: 1px solid #c7c7c7;
    margin: 1px;
    padding: 5px 0;
}

/*------------------.schedule------------------*/
.schedule .page01 .download a.btn-default{
    padding: 5px 8px 3px;
    border-radius: 0;
    margin-left: 15px;
    vertical-align: inherit;
}
.schedule .page01 .download p{
    color: #2ca35e;
    font-size: 17px;
    padding-left:5px;
}
.schedule .page01 .download span{
    color: #900000;
    font-size: 16px;
}

/*--------------------.drug---------------------*/
.drug .page02 h3,
.drug .page03 h3{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px solid green;
    padding-bottom:10px;
}
.drug .page02 .form-horizontal{
    padding-bottom: 12px;
    padding-top: 12px;
    margin-bottom: 30px;
    margin-top: 10px;
    border: 1px solid #eaeaea;
}
.drug .page02 .form-horizontal .form-group.search{
    margin-bottom:0;
}
.drug .page02 .form-horizontal .search &gt; div{
    padding-left:0;
    padding-right:5px;
    
}

.drug .page02 .txt{
    font-size: 22px;
    color: #369fe0;
}
.drug .page02 .btn-primary{
    margin-right: 5px;
    width: 100%;
    display:block;
}
.drug .page02 .btn-default{
    padding: 2px 5px;
    border-radius: 0;
}

.drug .page03 .name-txt ul{
    list-style:none;
    font-size:17px;
    color:#777;
}
.drug .page03 .name-txt ul li{
}
.drug .page03 .sec .table.st02 &gt; tbody &gt; tr &gt; td {
}
.drug .page03 .sec .table.st02 &gt; tbody &gt; tr &gt; td:nth-child(1){
    width:20%;
    text-align:right;
    padding-right: 15px;
    background:#b9ebff;
    border: 1px solid #d2e1e6;
    border-bottom: 1px solid #a6d7ea;
}
.drug .page03 .sec .table.st02 &gt; tbody &gt; tr &gt; td:nth-child(2){
    width:80%;
    text-align:left;
    padding-left: 15px;
    border: 1px solid #c9d7dc;
}
.drug .page03 h4{
    font-weight:bold;
}
.drug .page03 .medicine-pic .pic{
    max-width:200px;
}

/*--------------------.bed---------------------*/

.bed p{
    margin-bottom:0;
    font-size:18px;
    font-weight: bold;
}
.bed .txt-box ul{
    list-style:none;
}
.bed .txt-box ul li{
    margin-bottom:5px;
}
.bed .sec .date{
    text-align:right;
}
.bed .sec .date small{
    font-size:15px;
}
/*.bed .table&gt;tbody&gt;tr&gt;td:first-child{
    width: 37%;
}*/
.bed .des.txt-box{
    margin-bottom:30px;
}

.bed .bed-data .table&gt;tr&gt;td:first-child{
    width:auto;
}

.bed .bed-data .table tr:nth-child(odd){
    background:#f3fcff;
}
.bed .bed-data .table tr.ta{
    background:#b9ebff;
}
.bed .bed-data .table td.sickbed{
    background:#fff;
    width: 3%;
}
.bed .bed-data .table tr.description{
    text-align:left;
}
.bed .bed-data .table tr.description ul{
    list-style:none;
    font-weight:bold;
}
.bed .bed-data .table tr.description h5{
    font-size:15px;
}
.bed .bed-data .table tr.description li{
    margin-bottom:5px;
}
.bed .bed-data .table tr.description li span{
    margin-right:10px;
}

.bed .bed-data .table b.ta-R{
    color:red;
}
.bed .bed-data .table b.ta-B{
    color:blue;
}




</pre></body></html>