﻿#top_nav.navbar {
  margin-bottom: 0;
}
#top_nav.navbar-default {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#top_nav .container-fluid {
  padding: 0 20px;
}
#top_nav .container-fluid .navbar-header .navbar-toggle {
  border-color: #fff;
}
#top_nav .container-fluid .navbar-header .navbar-toggle .icon-bar {
  background-color: #3bbe7a;
}
#top_nav .container-fluid .navbar-header .navbar-toggle:hover,
#top_nav .container-fluid .navbar-header .navbar-toggle:focus {
  background-color: #fff;
}
#top_nav .container-fluid .navbar-header .navbar-brand {
  padding: 8px 15px;
}
#top_nav .container-fluid .navbar-header .navbar-brand img {
  width: 260px;
  height: 34px;
}
#top_nav .container-fluid .navbar-collapse .navbar-right {
  text-align: center;
}
#top_nav .container-fluid .navbar-collapse .navbar-right li {
  border-bottom: 1px solid #e7e7e7;
}
#top_nav .container-fluid .navbar-collapse .navbar-right li:last-child {
  border-bottom: none;
}
#top_nav .container-fluid .navbar-collapse .navbar-right .dropdown.open a:focus {
  background-color: #3bbe7a;
  color: #fff;
}
#top_nav .container-fluid .navbar-collapse .navbar-right .dropdown.open .dropdown-menu {
  text-align: center;
}
#banner .carousel {
  margin-top: 50px;
}
#banner .carousel .carousel-indicators {
  bottom: 0;
}
#banner .carousel .carousel-indicators .active {
  background-color: #3bbe7a;
}
#doctor .doc_content {
  position: relative;
}
#doctor .doc_content .doc_img {
  width: 100%;
  position: relative;
  z-index: 10;
}
#doctor .doc_content .doc_img img {
  width: 100%;
  cursor: pointer;
}
#doctor .doc_content .doc_img .di_des {
  padding: 15px 0;
  text-align: center;
  border: 3px solid #3bbe7a;
  margin-top: 4px;
}
#doctor .doc_content .doc_img .img_info {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  height: 100%;
  border: 3px solid #3bbe7a;
  padding: 20px;
  background-color: #fff;
  opacity: .9;
}
#doctor .doc_content .doc_img .img_info h4 {
  text-align: center;
  margin-bottom: 20px;
}
#doctor .doc_content .doc_img .img_info p {
  text-indent: 2em;
}
#doctor .doc_content .doc_img .img_info p a {
  color: #3bbe7a;
}
#doctor .doc_content .doc_img .img_info .img_close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/close-empty.png) no-repeat;
  background-size: 40px 40px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#doctor .doc_content .doc_des {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  padding-left: 320px;
  top: 0;
  left: 0;
}
#doctor .doc_content .doc_des .doc_info {
  width: 100%;
  height: 455px;
  box-sizing: border-box;
  border: 3px solid #3bbe7a;
  padding: 20px;
  text-align: center;
}
#doctor .doc_content .doc_des .doc_info h3 {
  margin-bottom: 20px;
}
#doctor .doc_content .doc_des .doc_info p {
  line-height: 40px;
  text-indent: 2em;
  text-align: left;
}
#doctor .doc_content .doc_des .doc_info p a {
  color: #3bbe7a;
}
#doctor .doc_content .doc_des .doc_info .doc_contact {
  height: 36px;
  text-align: center;
  margin-top: 30px;
}
#doctor .doc_content .doc_des .doc_info .doc_contact a {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 120px;
  border-radius: 5px;
  color: #fff;
}
#doctor .doc_content .doc_des .doc_info .doc_contact a:hover {
  color: #fff;
}
#doctor .doc_content .doc_des .doc_info .doc_contact .doc_yy {
  background-color: #3bbe7a;
  margin-right: 50px;
}
#doctor .doc_content .doc_des .doc_info .doc_contact .doc_gh {
  background-color: #f7632d;
}
#article a {
  color: #f7632d;
}
#article .atit {
  border: 3px solid #3bbe7a;
  overflow: hidden;
}
#article .atit li {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#article .atit .cur {
  background-color: #3bbe7a;
  color: #fff;
}
#article .acontent {
  padding: 10px;
  margin-right: 0;
  margin-left: 0;
}
#article .acontent li {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  position: relative;
}
#article .acontent .ac_l {
  width: 100%;
  height: 166px;
  overflow: hidden;
}
#article .acontent .ac_l img {
  width: 100px;
  height: 100px;
}
#article .acontent .ac_l p {
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
#article .acontent .ac_r {
  box-sizing: border-box;
  width: 100%;
  padding-left: 105px;
  position: absolute;
  top: 0;
  left: 0;
}
#article .acontent .ac_r .p2 {
  height: 40px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  overflow: hidden;
}
#article .acontent .ac_r .p3 {
  line-height: 24px;
  margin-bottom: 0;
  color: #666;
  font-size:13px;
}
#article .acontent .ac_r ul li {
  line-height: 25px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
#case a {
  color: #333;
  display: block;
}
#case a img {
  width: 100%;
  height: 230px;
}
#case a p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer {
  margin-top: 20px;
}
#footer.container {
  padding-top: 20px;
  background-color: #3bbe7a;
}
#footer p {
  text-align: center;
  color: #fff;
}
#list {
  margin-top: 50px;
}
#list .breadcrumb {
  background-color: #fff;
  margin-bottom: 10px;
}
#list .breadcrumb li {
  font-size: 14px;
  font-weight: 700;
}
#list .breadcrumb li a {
  color: #ccc;
}
#list .breadcrumb li.active a {
  color: #3bbe7a;
}
#list .row {
  margin-left: 0;
  margin-right: 0;
}
#list #list_l {
  background-color: #fff;
  padding: 0;
}
#list #list_l .list_content {
  border: 2px solid #3bbe7a;
  border-radius: 5px;
  padding-bottom: 10px;
}
#list #list_l .list_content li {
  padding: 5px;
  border-bottom: 1px dashed #3bbe7a;
}
#list #list_l .list_content li a {
  position: relative;
  display: block;
}
#list #list_l .list_content li a img {
  width: 100px;
  height: 100px;
}
#list #list_l .list_content li a .l_des {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  padding-left: 105px;
  top: 0;
  left: 0;
}
#list #list_l .list_content li a .l_des .l_tit {
  height: 20px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
#list #list_l .list_content li a .l_des .l_info1 {
  height: 60px;
  line-height: 20px;
  overflow: hidden;
}
#list #list_l .list_content li a .l_des .l_info2 {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #ccc;
}
#list #list_l .list_content li a .l_des .l_info2 .l_time {
  float: left;
}
#list #list_l .list_content li a .l_des .l_info2 .l_click {
  float: right;
}
#list #list_r {
  background-color: #fff;
}
#article_comm {
  margin-top: 50px;
  margin-bottom: 20px;
}
#article_comm .breadcrumb {
  background-color: #fff;
  margin-bottom: 10px;
}
#article_comm .breadcrumb li {
  font-size: 14px;
  font-weight: 700;
}
#article_comm .breadcrumb li a {
  color: #ccc;
}
#article_comm .breadcrumb li.active a {
  color: #3bbe7a;
}
#article_comm .row {
  margin-left: 0;
  margin-right: 0;
}
#article_comm #article_l {
  background-color: #fff;
  padding: 0;
}
#article_comm #article_l .ar_content {
  border: 2px solid #3bbe7a;
  border-radius: 5px;
  padding: 0 10px 10px;
  text-align: center;
}
#article_comm #article_l .ar_content h2 {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
  font-size: 18px;
}
#article_comm #article_l .ar_content .acr_info {
  height: 20px;
  line-height: 20px;
  color: #ccc;
  margin-bottom: 10px;
}
#article_comm #article_l .ar_content .acr_info .acr_time {
  margin-right: 20px;
}
#article_comm #article_l .ar_content .acr_info .arc_from a {
  color: #ccc;
}
#article_comm #article_l .ar_content .acr_con p {
  line-height: 25px;
  text-align: left;
  text-indent: 2em;
}
#article_comm #article_l .ar_content .acr_con img {
  width: 100%;
  margin-bottom: 10px;
}
#article_comm #article_l .ar_content .pager {
  padding: 0 10px;
}
#article_comm #article_l .ar_content .pager li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}
/* å…¬å…±æ ·å¼ */
.title_comm {
  text-align: center;
  margin: 40px 0 30px;
}
.h3_comm {
  font-size: 18px;
}
.line_comm {
  border-bottom: 2px solid #3bbe7a;
  width: 20px;
  margin: 15px auto;
}
.txt_comm {
  line-height: 20px;
  text-indent: 2em;
}
.col_div {
  padding: 5% 5% 2%;
  background-color: rgba(59, 190, 122, 0.8);
  border-radius: 5px;
  margin-bottom: 30px;
}
.col_div a {
  color: #fff;
}


.col_div .tit_div {
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.col_div img {
  width: 100%;
  height:45%;
  margin-bottom: 10px;
}
.col_div .p1 {
  line-height: 25px;
  text-indent: 2em;
}
.col_div .new_article li {
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.col_div label {
  color: #fff;

}
.col_div button {
  width: 100%;
}
.col_div textarea {
  resize: none;
}
#l_page nav {
  text-align: center;
}
#l_page nav .pagination li a {
  color: #3bbe7a;
}
#gh_y {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
}
#gh_y.container {
  padding: 0;
  margin: 0;
}
#gh_y .row {
  margin: 0;
}
#gh_y #gh_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#gh_y #gh_close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/close-empty.png) no-repeat;
  background-size: 40px 40px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
#toTop {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: 15px;
    bottom: 20%;
    opacity: .8
}

#toTop.tshow {
    display: block
}

#toTop.thide {
    display: none
}

#toTop img {
    width: 100%
}
.hd2{ margin:0; padding:0}
.hd1{ height:58px}
/* åª’ä½“æŸ¥è¯¢ */
@media (min-width: 768px) {
	.hd1{ height:auto}
  #top_nav.navbar-default {
    border-color: #fff;
  }
  #top_nav .container-fluid .navbar-header .navbar-brand {
    padding: 0 15px;
    height: 60px;
  }
  #top_nav .container-fluid .navbar-header .navbar-brand img {
    width: 454px;
    height: 60px;
  }
  #top_nav .container-fluid .navbar-collapse .navbar-right li {
    border-bottom: none;
    box-sizing: border-box;
    height: 60px;
  }
  #top_nav .container-fluid .navbar-collapse .navbar-right li a {
    line-height: 40px;
    padding: 10px 10px;
  }
  #top_nav .container-fluid .navbar-collapse .navbar-right li.cur {
    border-bottom: 2px solid #3bbe7a;
  }
  #top_nav .container-fluid .navbar-collapse .navbar-right li:hover {
    border-bottom: 2px solid #3bbe7a;
  }
  #banner .carousel {
    margin-top: 60px;
  }
  .title_comm .line_comm {
    width: 60px;
  }
  .col_div {
    height: 420px;
  }
  #doctor .doc_content {
    height: 455px;
  }
  #doctor .doc_content .doc_img {
    width: 305px;
    height: 366px;
  }
  #article .atit {
    border: 3px solid #3bbe7a;
  }
  #article .atit li {
    width: 16.666%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    float: left;
  }
  #article .acontent {
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    border: 1px solid #3bbe7a;
  }
  #article .acontent li {
    box-sizing: border-box;
    padding: 0 10px;
    margin: 10px 0;
    float: left;
    position: relative;
  }
  #article .acontent .ac_l {
    width: 150px;
    height: 152px;
    position: relative;
    z-index: 10;
  }
  #article .acontent .ac_l img {
    height: 150px;
    width:150px;
  }
  #article .acontent .ac_l p {
    margin-bottom: 0;
  }
  #article .acontent .ac_l .p2 {
    line-height: 30px;
    text-align: center;
  }
  #article .acontent .ac_l .p3 {
    height: 66px;
    line-height: 22px;
    font-weight: 400;
    text-indent: 2em;
    white-space: normal;
  }
  #article .acontent .ac_r {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding-left: 170px;
  }
  #article .acontent .ac_r ul {
    box-sizing: border-box;
    width: 50%;
    height: 246px;
    padding: 0 15px;
    float: left;
  }
  #article .acontent .ac_r ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
  }
  #article .acontent .ac_r ul li:last-child {
    border-bottom: none;
  }
  #list {
    margin-top: 60px;
  }
  #article_comm {
    margin-top: 60px;
  }
  #article_comm #article_l .ar_content .acr_con img {
    width: 40%;
  }
  #comm_r {
    padding-right: 0;
  }
  #comm_r .lr_hot {
    border: 2px solid #3bbe7a;
    border-radius: 5px;
  }
  #comm_r .lr_hot .lrh_tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #3bbe7a;
    padding-left: 10px;
  }
  #comm_r .lr_hot ul {
    padding: 0 10px;
  }
  #comm_r .lr_hot ul li {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #comm_r .lr_doc {
    border: 2px solid #3bbe7a;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
  }
  #comm_r .lr_doc .lrd_tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #3bbe7a;
    padding-left: 10px;
    text-align: left;
  }
  #comm_r .lr_doc .lrd_content {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #comm_r .lr_doc .lrd_content img {
    margin-top: 5px;
    width: 98%;
    cursor: pointer;
  }
  #comm_r .lr_doc .lrd_content h4 {
    line-height: 30px;
    font-size: 16px;
  }
  #comm_r .lr_doc .lrd_content .lrd_des {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0  10px;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .9;
  }
  #comm_r .lr_doc .lrd_content .lrd_des h3 {
    margin: 10px 0;
    font-size: 16px;
  }
  #comm_r .lr_doc .lrd_content .lrd_des p {
    line-height: 20px;
    text-align: left;
    text-indent: 2em;
  }
  #comm_r .lr_doc .lrd_content .lrd_des p a {
    color: #3bbe7a;
  }
  #comm_r .lr_doc .lrd_content .lrd_des .lrd_contact {
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
  }
  #comm_r .lr_doc .lrd_content .lrd_des .lrd_contact a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 90px;
    border-radius: 5px;
    color: #fff;
  }
  #comm_r .lr_doc .lrd_content .lrd_des .lrd_contact .lrd_yy {
    background-color: #3bbe7a;
    margin-right: 10px;
  }
  #comm_r .lr_doc .lrd_content .lrd_des .lrd_contact .lrd_gh {
    background-color: #f7632d;
  }
  #comm_r .lr_doc .lrd_content .lrd_des .lrd_close {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/close-empty.png) no-repeat;
    background-size: 40px 40px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  #gh_y #gh_content {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #top_nav .container-fluid {
    padding: 0 50px;
  }
}
@media (min-width: 1170px) {
  .col_div {
    height: 520px;
  }
}
