body {
  background-color:#FFF;
}

.mobile {
  display: none;
}

a:hover {
  text-decoration: none;
}

.top-bar {
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-width: 1200px;
  background-color:#015176;
}

.top-bar .top-bar-links > li > a:hover {
  background-color: inherit;
  text-decoration: none;
}

.top-bar .top-bar-links > li > a:focus {
  outline: none;
}

.top-bar .top-bar-links > li.active a {
  background-color: inherit;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
}

.fixed-top-bar {
  padding-top: 0px;
}

.fixed-top-bar .top-bar {
  top: 86px;
}

.top-head {
  display: block;
  height: 86px;
  padding-bottom: 133px;
  background-color:#f5f5f3;
  /**background-image:url(../images/header/bg_xss.jpg);**/
  min-width: 1200px;
}

.top-head #nav-branding {
  width: 400px;
}

.top-head #nav-branding h4 {
  width: 545px;
  height: 76px;
  margin: 10px 0 0 21px;
}

.top-head #nav-branding h4 a {
  display: block;
  width: 585px;
  height: 100%;
  background: url("../images/logo_txts.png") 0 0 no-repeat;
  text-indent:100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent:-9999px;
}

.top-head #nav-info {
  width: 500px;
  height:86px;
  padding-top:46px;
  padding-left:100px;
  padding-bottom:10px;
  background: url("../images/header/hi_logo.png") 440px 18px no-repeat;
}

.top-head #nav-info a {
  /**color: #5e5c5b;**/
  color: #666;
  font-size: 15px;
  padding-left: 20px;
  margin-right: 10px;
  font-weight: bold;
  float: left;
  display: block;
}

.top-head #nav-info a.contact {
  background: url("../images/header/contact_icon.png") 2px 3px no-repeat;
}

.top-head #nav-info a.facebook {
  background: url("../images/header/facebook_icon.png") 2px 3px no-repeat;
}

.top-head #nav-info a.blog {
  background: url("../images/header/blog_icon.png") 2px 3px no-repeat;
  margin-right: 7px;
}

.top-head #nav-info a.search {
  width: 46px;
  height: 42px;
  padding: 10px;
  display: block;
  position: relative;
  top: -17px;
}

.top-head #nav-info a.search img {
  width: 24px;
  height: 22px;
}

.top-bar {
  display: block;
  height: 47px;
  background: url("../images/nav/bg.png") 0 0 repeat-x;
  position:fixed;
  top:86px;
  width:100%;
  z-index:100;
}

.top-bar .top-bar-links {
  padding-left:30px;
  position: relative;
}

.top-bar .top-bar-links > li {
  margin-left: 28px;
}

.top-bar .top-bar-links > li > a {
  height: 47px;
  font-size: 18px;
  font-weight: bold;
  line-height: 0.5em;
  letter-spacing: .1em;
}

.top-bar .top-bar-links > li.has-dropdown > a {
  padding-right: 14px;
}

.top-bar .top-bar-links > li.has-dropdown {
  position: static;
}
.has-dropdown .dropdown-container {
  display: none;
  visibility: visible;
  background: #ebebeb url("../images/nav/icon.png") 420px -1px no-repeat;
  height: 99px;
  width: 1400px;
  position: absolute;
  left: -180px;
  top: 46px;
  padding-left: 278px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 10px #d3c6bf solid;
  z-index:9999;
}

.has-dropdown .dropdown {
  visibility: visible;
  top: 0;
  position: relative;
  padding: 0px;
  background: none;
  background-image: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.has-dropdown .dropdown > li.cate {
  height: 88px;
  color: #000;
  width: 160px;
  font-size: 50px;
  font-family:"微軟正黑體","Microsoft JhengHei","Heiti TC",Arial, Helvetica, sans-serif;
  line-height: 88px;
  font-weight: bold;
  text-align: center;
}

.has-dropdown .dropdown > li.item {
  width: 280px;
  height: 88px;
}

.has-dropdown .dropdown > li.item ul {
  width: 160px;
  height: 68px;
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.has-dropdown .dropdown > li.item ul li {
  float: left;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: left;
}

.has-dropdown .dropdown > li a {
  color: #362a1d;
  font-size: 16px;
  font-weight: bold;
  line-height: 0.5em;
  letter-spacing: .05em;
}

.has-dropdown .dropdown > li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}


.has-dropdown .dropdown > li a:hover {
  background-color: inherit;
  color: #fff;
}

.has-dropdown.open a {
  background: inherit !important;
  color: #fff !important;
}

.has-dropdown.open a:after {
  background: inherit !important;
  color: #fff !important;
  content: "";
  display: none;
}

.home-slider {
  height: 498px;
  background: #dae4ed url("../images/slide/bg.jpg") 0 bottom repeat-x;
  padding-left: 23px;
}

.home-slider .container {
  padding: 0;
}

.home-slider .container .slide {
  position: relative;
}

.home-slider .container .slide > .slide-title,
.home-slider .container .slide > .slide-desc {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.home-slider .container .slide > a {
  position: absolute;
  left: 0px;
  top: 0px;
}

.home-info {
  /**background-color: #231916;ken20160725修改**/
}

.home-info .container {
  padding: 0;
}

.home-info .row {
  padding: 0 80px 64px;
  /**background: url('../images/home-info/bg.jpg') 0 0 no-repeat;**/
}

.home-info .block {
  color: #fff;
  padding-left: 0px;
  padding-top: 58px;
}

.home-info .block.hot {
  padding-left: 40px;
}

.home-info .block > div {
  position: relative;
  padding-left: 0px;
  width: 310px;
}

.home-info .block > div:last-child {
  margin-right: 10px;
}

.home-info .block.doctor > div:last-child {
  margin-right: 30px;
}


.home-info .block h2 {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  background: url('../images/home-info/head_bg.png') 0 -10px repeat-x;
  padding-bottom: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.home-info .block.doctor h2 {
  margin-left: 3px;
  margin-right: 30px;
}

.home-info .block h3 {
  color: #ab9257;
  margin-top: 182px;
  margin-bottom: 5px;
  font-size: 15px;
  letter-spacing: .1em;
}

.home-info .block img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 310px;
  height: 170px;
}

.home-info .block p {
  color: #a9aaaa;
  font-size: 12px;
  line-height: 1.5em;
  height: 56px;
  margin-bottom: 0px;
  padding-left: 1px;
}

.home-info .block a.more {
  color: #a9aaaa;
  font-size: 12px;
}

.home-info .block a.more:before {
  content: "[ ";
}

.home-info .block a.more:after {
  content: " ]";
}


.home-news {
  background-color: #FFF;
}

.home-news .container {
  padding: 0;
}

.home-news .row {
  padding: 70px 80px;
  /**background: url('../images/home-news/bg.jpg') 0 0 no-repeat;**/
}

.home-news .banner {
  margin-top: 11px;
  padding-left: 41px;
  padding-right: 0px;
  margin-right: 0px;
}

.home-news .banner a {
  display: block;
  margin: 0px;
  padding: 0px;
}

.home-news .banner img {
  width: 220px;
  height: 170px;
}

.home-news .news {
  margin-left: 0px;
}

.home-news .block h2 {
  color: #6a6259;
  font-size: 41px;
  font-weight: normal;
  background: url('../images/home-news/head_bg.png') 0 9px repeat-x;
  margin-top: 7px;
  margin-left: 3px;
  margin-right: 29px;
  padding-bottom: 10px;
  padding-left: 0;
}

.home-news .block > div {
  position: relative;
  padding-left: 115px;
  margin-top: 2px;
  height: 100px;
}

.home-news .block > div h3 {
  color: #6a6259;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.4em;
}

.home-news .block > div img {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0px;
  left: 5px;
}

.home-news .block > div .date {
  display: block;
  color: #95816e;
  font-size: 16px;
  font-weight: bold;
  margin: 3px 0 0 0;
}

.home-news .block > div .more {
  color: #6a6259;
  font-size: 12px;
  position: absolute;
  left: 115px;
  bottom: -2px;
}

.home-news .block a.more:before {
  content: "[ ";
}

.home-news .block a.more:after {
  content: " ]";
}

.footer {
  /**20150601-ken修改**/
  /**background-image: url(../images/nav/bg_keyword.jpg);**/
  background-color: #f5f2ed;
  padding-left: 60px;
  padding-bottom: 12px;
  min-width: 1200px;
}

.footer .container {
  padding-top: 50px;
}

.footer a {
  color: #444444;
  font-size: 15px;
}

.footer .block {
  margin-top: 10px;
  padding-bottom: 6px;
}

.footer .block.team {
  /* width: 53%; */
  padding-right: 0;
}

.footer .block.line {
  /* width: 47%; */
}

.footer .block.about {
  padding-right: 0;
}

.footer .block.contact {
}

.footer .block.line p {
  line-height: 30px;
  height:20px;
  font-size: 15px;
  font-weight: normal;
  color: #787474;
}

.footer .block.line p span {
  color: #fff;
}

.footer .block.line p img.line-icon {
  width: 35px;
  height: 25px;
  float: left;
  padding-right: 10px;
}



.footer .block h2 {
  color: #b09a8f;
  background: url('../images/footer/head_bg.png') 0 2px repeat-x;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 17px;
  margin-bottom: 0;
}

.footer .service h2 {
  margin-right: 32px;
}

.footer .block.team h2 {
  margin-right: 10px;
}

.footer .block.line h2 {
  background: none;
  padding-bottom: 5px;
}

.footer .block.symptom h2 {
  margin-right: 32px;
}

.footer .block.about h2 {
  margin-right: 24px;
}


.footer .block.contact h2 {
  margin-right: 32px;
}

.footer .block ul {
  margin: 0px;
  padding: 0px;
}

.footer .block li {
  list-style: none;
  display: block;
  float: left;
  padding: 0 0;
}

.footer .service li {
  width: 170px;
}

.footer .team li {
  width: 54px;
}

.footer .symptom li {
  width: 127px;
}

.footer .about li {
  width: 80px;
}

.footer .FB a{
 display:none;
}


.footer .copyright,
.footer .legal {
  color: #787474;
  font-size: 17px;
}

.footer .legal {
  text-align: right;
  padding-right: 40px;
}

.page-end {
  background-color: #FFF;
  height: 155px;
  min-width: 1200px;
}

.page-end #footer-branding {
  display:block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  width: 390px;
  height: 75px;
  margin-top: 20px;
  margin-left: 20px;
}

.page-end #footer-branding a{
  background: url("../images/footer/end_logos.png") 0 0 no-repeat;
  display:block;
  width: 390px;
  height: 75px;
}

.page-end .meta {
  margin-top: 32px;
  padding-left: 80px;
}

.page-end .meta > div {
  display: block;
  clear: both;
}

.page-end .meta h5,
.page-end .meta ul,
.page-end .meta li,
.page-end .meta p {
  color: #444240;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7em;
  margin: 0px;
  padding: 0px;
}

.page-end .meta ul {
  list-style: none;
}

.page-end .meta h5 {
  margin-left: 10px;
}

.page-end .meta h5:after {
  content: "：";
}

.page-end .meta br {
  display: none;
}

#page-content {
  min-width: 1200px;
  overflow: hidden;
}

.contact-link {
  width: 261px;
  display: block;
  margin: 0 auto 20px auto;
}

#page-footer,
#page-slider {
  min-width: 1200px;
  overflow: hidden;
}

.section .container {
  width: 100%;
  padding-left: 90px;
  background-color:#FFF;
}

.contact-us {
  background-color: #FFF;
  padding: 30px 0;
}

.contact-us .ASK{
    width:324px;
	height: auto;
	line-height:50px;
	margin:0 auto;
	font-size:32px;
	letter-spacing:4px;
	color:#b19b90;
	text-align:center;
	font-weight: 500;
}
.contact-us ul{
	width:310px;
	height:60px;
	margin:0 auto;
	}
.contact-us ul li{
	display:block;
	float:left;
	width:65px;
	height:65px;
	margin:0 3px 0 3px; 
	text-indent:-9999px;
	}

.contact-us ul li:hover{
	opacity:0.7;
	filter:alpha(opacity=70); 
	}

.contact-us ul .FB{
	background-image:url(../images/service/s_icon_01.png);
	background-size:cover;
	}
.contact-us ul .LI{
	background-image:url(../images/service/s_icon_02.png);
	background-size:cover;
	}
.contact-us ul .CO{
	background-image:url(../images/service/s_icon_03.png);
	background-size:cover;
	}
.contact-us ul .WE{
	background-image:url(../images/service/s_icon_04.png);
	background-size:cover;
	}

.contact-us ul .FBB{
	display:block;
	background-image:url(../images/service/s_icon_07.png);
	background-size:cover;
	float:left;
	width:96px;
	height:60px;
	margin:0 3px 0 3px; 
	text-indent:-9999px
	}

.contact-us ul .COB{
	display:none;
	background-image:url(../images/service/s_icon_08.png);
	background-size:cover;
	float:left;
	width:96px;
	height:60px;
	margin:0 3px 0 3px; 
	text-indent:-9999px
	}

.contact-us ul .LIB{
	display:block;
	background-image:url(../images/service/s_icon_11.png);
	background-size:cover;
	float:left;
	width:96px;
	height:60px;
	margin:0 3px 0 3px; 
	text-indent:-9999px
	}

.contact-us ul .WEB{
	display:block;
	background-image:url(../images/service/s_icon_10.png);
	background-size:cover;
	float:left;
	width:96px;
	height:60px;
	margin:0 3px 0 3px; 
	text-indent:-9999px
	}

.contact-us img {
  width: inherit !important;
  max-width: auto !important;
  margin: auto;
}

#FICON{
	display:block;
	width:65px;
	height:280px;
	position:fixed !important;
	right:20px;
	top:300px;
	text-align:center;
	z-index:9999;
	}

#FICON ul{
	width:65px;
	height:280px;
	}

#FICON ul li{
	display:block;
	float:left;
	width:65px;
	height:65px;
	margin:0 0 5px 0; 
	text-indent:-9999px;
	}

#FICON ul li:hover{
	opacity:0.7;
	filter:alpha(opacity=70); 
	}

#FICON ul .FB{
	display:block;
	background-image:url(../images/service/s_icon_01.png);
	background-size:cover;
	}
#FICON ul .LI{
	background-image:url(../images/service/s_icon_02.png);
	background-size:cover;
	}
#FICON ul .CO{
	display:none;
	background-image:url(../images/service/s_icon_03.png);
	background-size:cover;
	}
#FICON ul .WE{
	display:block;
	background-image:url(../images/service/s_icon_04s.png);
	background-size:cover;
	}

#FICON ul .TL{
	display:none;
	background-image:url(../images/service/s_icon_05.png);
	background-size:cover;
	}

@media all and (max-width: 767px) {

  .mobile {
    display: inherit;
  }

  .desktop {
    display: none;
  }

  .container {
    padding: 0px;
    width: 100%;
  }

  #page-header #nav-branding {
    display: block;
    width: 85%;
  }

  #page-header #nav-branding h4 {
    margin: 0px;
    width: 100%;
    height: 86px;
    padding-left: 10px;
    padding-right: 0px;
  }

  #page-header #nav-branding h4 a {
	width:100%;
    margin: 0px;
    background-size: contain;
	background-image:url(../images/logoss_txt.png);
	background-position:center center;
	background-repeat:no-repeat;
  }

  #page-header #nav-toggle {
    width: 15%;
    height: 86px;
    padding-right: 3px;
  }

  #page-header #nav-toggle a {
    display: block;
    width: 100%;
    height: 100%;
	background-image:url(../images/nav/mnav.png);
	background-position:center center;
	background-repeat:no-repeat;
    background-size: contain;
  }

  /*
  #page-header #nav-info {
    display: none;
  }

  #page-nav {
    display: none;
  }
  */

  #page-mobile-nav {
    position: absolute;
    top: 90px;
    width: 100%;
    z-index: 9999;
    display: none;
  }

  #page-mobile-nav ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    border-bottom: 1px solid #6d645d;
  }

  #page-mobile-nav ul li {
    text-align: center;
  }

  #page-mobile-nav ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: block;
    width: 100%;
    background: rgba(1,81,118,.85);
  }

  #page-mobile-nav .sub-nav {
    border-bottom: 7px solid #b19b90;
    padding: 10px 0;
    background: rgba(235,235,235,.85) url('../images/nav/icon.png') center -1px no-repeat;
    display: none;
  }

  #page-mobile-nav .sub-nav h5 {
    font-size: 36px;
    color: #000;
    padding: 10px 0;
  }

  #page-mobile-nav .sub-nav ul {
    border-bottom: none;
    padding: 0 100px;
  }

  #page-mobile-nav .sub-nav ul li {
    width: 48%;
    display: inline-block;
    text-align: center;
  }

  #page-mobile-nav .sub-nav ul li a {
    font-size: 16px;
    color: #000;
    line-height: 40px;
    display: block;
    width: 100%;
    background: none;
  }

  #page-header {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 3px 0 0 0;
  }

  #page-header .container {
    background-color:#f5f5f3;
	/**background-image:url(../images/header/bg_xss.jpg);**/
    padding: 0px;
    width: 100%;
	border-bottom:1px solid #CCC;
  }

  #page-content {
    width: 100%;
    min-width: 100%;
  }

  #page-content .row {
    padding: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }


  #page-content .row .span4,
  #page-content .row .span6,
  #page-content .row .span10,
  #page-content .row .span12,
  #page-content .row .span14 {
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
  }

  #page-footer,
  #page-footer .footer {
    width: 100%;
    min-width: 100%;
    margin: 0px;
    padding: 0px;
  }

  #page-footer .footer .block h2 {
    font-size: 22px;
  }

  #page-footer .footer a {
    font-size: 13px;
  }

  #page-footer .container {
    padding-top: 5px;
  }

  #page-footer .row .span3,
  #page-footer .row .span4,
  #page-footer .row .span6,
  #page-footer .row .span8,
  #page-footer .row .span12 {
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: block;
  }

  #page-footer .row {
    margin: 10px;
  }

  #page-footer .row .symptom,
  #page-footer .row .line,
  #page-footer .row .about,
  #page-footer .row .contact {
    margin-top: 15px;
  }

  #page-footer .footer .service li,
  #page-footer .footer .symptom li {
    width: 50%;
  }

  #page-footer .footer .team ul {
    display: inline-block;
  }

  #page-footer .row .line h2 {
    padding-bottom: 22px;
    background: url('../images/footer/head_bg.png') 0 2px repeat-x;
  }

  .page-end #footer-branding {
    height: 55px;
    background: none;
    padding-top: 5px;
  }

  .page-end #footer-branding a {
    background:url("../images/logoss.png") center center no-repeat;
    display:block;
    width: 250px;
    height: 40px;
    margin-left: 10px;
    background-size: contain;
  }

  #page-footer .page-end #footer-branding {
    margin: 0px;
  }

  #page-footer .page-end .meta div,
  #page-footer .page-end .meta div h5,
  #page-footer .page-end .meta div li,
  #page-footer .page-end .meta br {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: normal;
  }

  #page-footer .page-end .meta p {
    font-size: 13px;
    font-weight: normal;
  }

  #page-footer .footer .copyright,
  #page-footer .footer .legal {
    color: #787474;
    font-size: 17px;
    text-align: left;
    padding-right: 0px;
    padding-left: 10px;
  }

  hr {
    width: 100% !important;
  }

  .page-end {
    width: 100%;
    min-width: 100%;
    height: auto;
  }

  .contact-us {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .contact-us a {
    width: 210px !important;
    max-width: 210px !important;
    height: 40px !important;
  }

  .contact-us img {
    width: 210px !important;
    max-width: 210px !important;
    height: 40px !important;
    margin: auto;
  }
  
#FICON{
	display:block;
	width:100%;
	height:50px;
	position:fixed !important;
    top: auto;
    right: 0px;
    bottom: 0px;
    z-index: 888;
	background-color:#f5f5f3;
	border-top:#CCC solid 1px;
	}

#FICON ul{
	width:180px;
	height:50px;
	margin:0 auto;
	}

#FICON ul li{
	display:block;
	float:left;
	width:40px;
	height:40px;
	margin:5px 10px; 
	text-indent:-9999px;
	
	}

#FICON ul li:hover{
	opacity:0.7;
	filter:alpha(opacity=70); 
	}

#FICON ul .FB{
	display:none;
	background-image:url(../images/service/s_icon_01.png);
	background-size:cover;
	width:40px;
	height:40px;
	}
#FICON ul .LI{
	background-image:url(../images/service/s_icon_02.png);
	background-size:cover;
	width:40px;
	height:40px;
	}
#FICON ul .CO{
	display:none;
	background-image:url(../images/service/s_icon_03.png);
	background-size:cover;
	width:40px;
	height:40px;
	}
#FICON ul .WE{
	display:block;
	background-image:url(../images/service/s_icon_04s.png);
	background-size:cover;
	width:40px;
	height:40px;
	}

#FICON ul .TL{
	display:block;
	background-image:url(../images/service/s_icon_05.png);
	background-size:cover;
	width:40px;
	height:40px;
	}

}

@media all and (max-width: 767px) {
  #page-mobile-nav .sub-nav ul {
    border-bottom: none;
    padding: 0 60px;
  }
.footer .FB a{
	display:block;
	background-image:url(../images/header/facebook_icon_b.jpg);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding:2px 0 0 18px;
}

}
