body {
  margin: 0 auto;
  color: #333;
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei",
    "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
form,
dd,
dl,
dt,
i {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  border: 0;
}

i {
  font-style: normal;
}

button {
  display: block;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #252525;
}

a:hover {
  text-decoration: none;
  color: #17468f;
}

.all-wrap {
  min-width: 1200px;
  width: 100%;
}

input {
  outline: none;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix {
  *overflow: hidden;
  *zoom: 1;
}

.clearfix:after {
  display: table;
  content: "";
  width: 0;
  clear: both;
}

.hidden {
  overflow: hidden;
}

.img:hover {
  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

.clear {
  line-height: 0;
  clear: both;
  overflow: hidden;
  height: 0px;
  font-size: 0px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.trans {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-overflow-scrolling: touch;
}

.display-inline {
  *display: inline;
  zoom: 1;
  _height: 26px;
  display: inline-block;
}

.zwy_hdbtn ul li a:hover .ico {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.top {
  height: 130px;
  margin: auto;
}

.top .wrap {
  background: url(../img/top.jpg) no-repeat 450px 0px;
  height: 130px;
  overflow: hidden;
}

.logo {
  float: left;
  display: block;
  margin: 20px 0px 0px 24px;
}

.search {
  width: 198px;
  padding: 3px 20px;
  height: 42px;
  float: right;
  border-radius: 42px;
  background: #f3f3f3;
  box-sizing: border-box;
  margin: 45px 24px 0px 0px;
}

.search input {
  width: calc(100% - 28px);
  height: 32px;
  line-height: 32px;
  border: 0 none;
  background: transparent;
  float: left;
}

.search button {
  background: url(../img/sear.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 6px;
  cursor: pointer;
  border: 0 none;
  float: right;
}

.menu {
  height: 50px;
  background: #0b5c9e;
}

.menu ul {
  width: 1196px;
}

.menu ul > li {
  width: 132px;
  float: left;
  text-align: center;
  height: 50px;
}

.menu-a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  border-right: solid 1px #5d96c5;
  margin-top: 15px;
  display: inline-block;
  width: calc(100% - 1px);
}

.menu ul > li:last-child .menu-a {
  border: 0 none;
}

.menu-a:hover {
  color: #fff;
}

.menu ul > li:hover {
  position: relative;
  background: #5d96c5;
  z-index: 1000;
}

.submenu {
  display: none;
}

.navbg {
  display: none;
}

.menu ul > li:hover .submenu {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  padding: 10px;
  display: block;
  background: #5d96c5;
  box-sizing: border-box;
}

.menu ul > li .submenu a {
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 30px;
}

.menu ul > li .submenu a:hover {
  background: #7fb4e0;
}

.banner {
  width: 100%;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

.guide {
  height: 152px;
  box-sizing: border-box;
  margin-top: 35px;
  border: solid 1px #eee;
}

.guide li {
  float: left;
  width: calc(20% - 1px);
  border-right: solid 1px #eee;
  text-align: center;
  height: 152px;
}

.guide li:last-child {
  border: 0 none;
}

/* .guide li a i{color:#0b5c9e; font-size:48px; display:flex; margin:20px auto 0px auto;width: 80px;height:80px; border-radius: 50%;background-image: linear-gradient(to bottom, #f3f6fa , #fff); justify-content: center;  align-items: center; } */

.guide li a i {
  color: #fff;
  font-size: 48px;
  display: flex;
  margin: 20px auto 0px auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #60acea;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.guide li a {
  color: #5f646a;
  font-size: 18px;
}

.guide li a:hover i {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}

.box-title {
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 70px;
  height: 70px;
  font-size: 24px;
  color: #0b5c9e;
  background: url(../img/t1.png) no-repeat 3px 28px;
  padding-left: 30px;
}

.news-pic,
.index-news-l {
  width: 600px;
  float: left;
}

.index-news-r {
  width: 560px;
  float: right;
}

.index-news-t {
  height: 42px;
}

.index-news-t > a.more {
  float: right;
  font-size: 16px;
  line-height: 42px;
  color: #808080;
}

.index-news-t ul li {
  display: inline-block;
  margin-right: 8px;
  padding: 5px 10px;
}

.index-news-t ul li a {
  font-size: 20px;
  font-weight: bold;
  color: #474747;
}

.index-news-t ul li a:hover,
.index-news-t ul li.on a {
  color: #17468f;
}

.index-news-t ul li.on {
  background: url(../img/t_bg.png) repeat-x bottom;
}

.index-news-t h1.on a {
  color: #fff;
}

.index-news-c {
  padding: 5px 0px;
}

.list li {
  line-height: 35px;
  background: url(../img/list.png) 0px 13px no-repeat;
  padding-left: 20px;
  height: 35px;
  overflow: hidden;
}

.list li a {
  font-size: 16px;
}

.list li span {
  float: right;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}

.i-news {
  padding-bottom: 20px;
}

.index-zj {
}

.i-t {
  line-height: 90px;
  height: 90px;
}

.i-t h1 {
  color: #247bcc;
  font-size: 20px;
  font-weight: bold;
}

.i-t .lselect {
  float: right;
  width: 204px;
  height: 25px;
  background: #fff;
  line-height: 25px;
  margin-top: 32px;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  z-index: 999;
}

.i-t .lselect .loption {
  position: absolute;
  width: 209px;
  top: 25px;
  left: 0px;
  background: #fff;
  display: none;
  height: 120px;
  overflow-y: scroll;
}

.i-t .lselect .loption a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding-left: 5px;
}

.i-t .lselect .loption a:hover {
  background: #247bcc;
  color: #fff;
}

.i-t .lselect:before {
  display: block;
  content: "";
  width: 0;
  height: 0;

  border-right: 5px solid transparent;

  border-left: 5px solid transparent;

  border-top: 5px solid #d6d6d6;
  float: right;
  margin: 8px 8px 0px 0px;
}

.i-doctor-box {
  width: 1200px;
  overflow: hidden;
}

#ysdemo {
  width: 1200px;
  overflow: hidden;
}

.i-doctor-wrap {
  width: 8800%;
}

#ysdemo1,
#ysdemo2 {
  float: left;
}

.i-doctor {
  width: 208px;
  float: left;
  margin-right: 40px;
}

.i-doctor-info {
  background: #f2f5f8;
  height: 96px;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
}

.i-doctor-info a {
  color: #17468f;
  font-size: 20px;
  margin-top: 15px;
}

.i-doctor-info strong {
  color: #333;
  font-weight: normal;
  font-size: 16px;
}

.i-doctor-info span {
  display: block;
  margin-top: 10px;
  line-height: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #959595;
}

.i-doctor img {
  display: block;
}

.i-doctor-a a {
  display: block;
  float: left;
  width: 50%;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.i-doctor-a a.a1 {
  background: #1fbcce;
}

.i-doctor-a a.a2 {
  background: #4786e3;
}

.box-title > a.more {
  float: right;
  color: #666;
  font-size: 16px;
}

.i-ks {
  height: 589px;
  background: url(../img/doc-bg.jpg) right top no-repeat;
  overflow: hidden;
}

.i-ks-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}

.i-ks-content li {
  height: 55px;
  background: #fff url(../img/arrow.png) 250px 20px no-repeat;
  border-radius: 5px;
  float: left;
  width: 283px;
  margin-bottom: 25px;
  line-height: 55px;
  box-sizing: border-box;
  padding-left: 30px;
}

.i-ks-content li a {
  display: block;
  font-size: 18px;
}

.i-ks-content li:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-overflow-scrolling: touch;
  background: url(../img/arrow.png) 260px 20px no-repeat;
  color: #fff;
}

.i-ks-content li:hover a {
  color: #fff;
}

.kslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: auto;
  margin-top: 15px;
}

.kslist li {
  height: 55px;
  background: #efefef url(../img/arrow.png) 290px 20px no-repeat;
  border-radius: 5px;
  float: left;
  width: 45%;
  margin-bottom: 25px;
  line-height: 55px;
  box-sizing: border-box;
  padding-left: 30px;
}

.kslist li a {
  display: block;
  font-size: 18px;
}

.kslist li:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-overflow-scrolling: touch;
  background: url(../img/arrow.png) 260px 20px no-repeat;
  color: #fff;
}

.kslist li:hover a {
  color: #fff;
}

.i-sq {
  background: #f2f5f8;
  padding: 40px 0px;
  margin-top: 40px;
}

.i-sq-l {
  width: 445px;
  float: left;
}

.i-sq-l img {
  width: 100%;
  height: auto;
}

.i-sq-c {
  width: 445px;
  float: left;
  margin-left: 40px;
}

.i-sq-r {
  width: 185px;
  float: right;
}

.i-sq-t {
  height: 42px;
  margin-bottom: 15px;
}

.i-sq-c .list li {
  padding-left: 0px;
  background: none;
}

.i-sq-t > a.more {
  float: right;
  font-size: 16px;
  line-height: 42px;
  color: #808080;
}

.i-sq-t ul li {
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  line-height: 42px;
}

.i-sq-t ul li.on a {
  color: #17468f;
}

.ks-t {
  height: 42px;
  border: solid 1px #ececec;
  background: #efefef;
  font-size: 18px;
  line-height: 42px;
}

.ks-t:before {
  display: block;
  content: "";
  width: 5px;
  height: 29px;
  background: #0b5c9e;
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}

.ks-c {
  padding: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}

.mail {
  background: url(../img/mail.jpg);
  width: 185px;
  height: 300px;
  text-align: center;
}

.mail a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.mail a:hover .mail-sq {
  padding: 0px;
}

.mail a:hover .mail-sq i {
  line-height: 86px;
}

.mail a:hover .mail-txt {
  font-size: 28px;
}

.mail-sq {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  padding: 6px;
  box-sizing: border-box;
  margin: 70px auto 20px auto;
}

.mail-sq i {
  background: #17468f;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  display: block;
  line-height: 76px;
}

.mail-txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.return {
  display: block;
  text-align: center;
  margin: 30px auto 0px auto;
}

.return {
  color: #333;
}

.return i {
  margin: 0px auto 10px auto;
}

.bottom {
  background: #434343;
}

.flink {
  padding: 20px 0px;
  border-bottom: solid 1px #585858;
}

.flink-t,
.flink-box {
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}

.flink-t {
  width: 100px;
}

.flink-box {
  width: calc(100% - 110px);
}

.flink-box a {
  font-size: 16px;
  margin: 0px 15px 0px 15px;
  color: #fff;
  white-space: nowrap;
}

.b-foot {
  padding: 30px 0px;
  position: relative;
  height: 150px;
}

.ewm {
  position: absolute;
  left: 0;
  top: 30px;
  width: 111px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.ewm a img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

.finfo {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.finfo a {
  color: #fff;
}

.finfo p {
  font-size: 20px;
  line-height: 30px;
}

.finfo .addr,
.finfo .tel {
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.foot {
  background: #247bcc;
  padding: 25px 0px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.foot a {
  color: #fff;
}

.copyright {
  position: absolute;
  right: 0;
  top: 30px;
}

.lead-l {
  width: 230px;
  float: left;
}

.lead-r {
  width: 640px;
  float: left;
}

.lead-r h1 a {
  font-size: 20px;
  font-weight: normal;
  color: #0b5c9e;
}

.lead-r h1 span {
  margin-left: 20px;
  font-weight: normal;
}

.lead-r span {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.lead-info {
  font-size: 16px;
  line-height: 1.5;
  color: #444;
  margin-top: 15px;
}

.lead-box {
  padding: 20px 0px;
  border-bottom: dashed 1px #efefef;
}

/*切换js*/

.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

/*内页*/

.page-code {
  margin: 0 auto;

  height: 44px;

  font-family: "微软雅黑";

  font-size: 14px;

  color: #535353;
  text-align: center;
  line-height: 30px;
}

.page-code a {
  margin: 0 3px;

  display: inline-block;

  padding: 0 15px 0 15px;

  background: #ececec;

  color: #777777;
}

.page-code a.on {
  background: #076bc8;

  border-color: #076bc8;

  color: #fff;

  padding: 0 15px 0 15px;

  color: #fff;
}

.main {
  background: #f4f4f4;
}

.position {
  font-size: 14px;

  float: right;

  line-height: 60px;
}

.page-banner {
}

.page-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.page-menu {
  width: 235px;
  float: left;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  top: -60px;
}

.content {
  width: 935px;
  float: right;
  background: #fff;
  padding: 0px 25px 20px 25px;
  box-sizing: border-box;
  position: relative;
  top: -60px;
}

.page-menu-t {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  background: url(../img/page-t.jpg);
}

.page-menu-c {
  padding: 20px 0px;
}

.page-menu-c a {
  height: 54px;
  display: block;
  margin: auto;
  width: 80%;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  color: #000;
  border-bottom: solid 1px #efefef;
}

.page-menu-c a:hover,
.page-menu-c a.current {
  color: #17468f;
  font-weight: bold;
}

.content-t {
  line-height: 60px;
  height: 60px;
  font-size: 24px;
  color: #0b5c9e;
  background: url(../img/t1.png) no-repeat 3px 21px;
  padding-left: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.content .list li.spc {
  margin: 10px 0px;

  border-bottom: dashed 1px #dedede;

  height: 0px;

  font-size: 0px;
}

.about {
  font-size: 16px;
  line-height: 2;
  padding: 20px;
}

.show-title {
  text-align: center;

  font-size: 24px;

  margin-bottom: 50px;

  margin-top: 30px;
}

.show-info {
  text-align: center;

  color: #787878;

  padding-bottom: 15px;

  border-bottom: 1px dashed #ccc;

  font-size: 14px;
}

.show-content {
  padding: 40px 20px;

  font-size: 16px;

  line-height: 30px;
}

.show-content img {
  max-width: 100%;
  height: auto;
}

.show-function {
  margin-top: 20px;

  height: 40px;

  line-height: 40px;

  font-size: 14px;

  color: #666;

  border-top: 1px solid #ebebeb;
}

.mediabox {
  border-top: 1px solid #ebebeb;
  line-height: 40px;
  font-size: 16px;
}

.mediabox a {
  display: inline;

  margin-right: 10px;
}

.mediabox a i {
  display: inline-block;

  width: 18px;

  height: 18px;

  margin-right: 5px;

  vertical-align: middle;
}

a.print i {
  background: url(../img/ico-print.gif);
}

a.close i {
  background: url(../img/ico-close.gif);
}

.option {
  text-align: center;
  font-size: 14px;
  line-height: 29px;
  float: left;
  margin-top: 8px;
}

.option .bds_more {
  background: url(../img/share.png) no-repeat center center;

  padding: 10px 0;

  background-size: contain;

  font-size: 12px;

  padding-left: 17px;

  line-height: 16px;

  height: 16px;

  cursor: pointer;

  margin: 6px 6px 6px 12px;
}

.option .bdsharebuttonbox .bds_weixin {
  background-image: url(../img/icon73.png);
}

.option .bdsharebuttonbox .bds_tsina {
  background-image: url(../img/icon78.png);
}

.option .bdsharebuttonbox {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.option .bdsharebuttonbox a {
  margin: 0 5px;

  width: 30px;

  height: 29px;

  background: none;

  background-position: center center;

  background-repeat: no-repeat;
}

.mediabox {
  text-align: center;
}

.tab {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.m-div {
  margin: 30px auto;
}

.tab th {
  border: solid 1px #51728a;
  color: #fff;
  height: 36px;
  text-align: center;
  background: #7592a6;
}

.tab td {
  border: solid 1px #cccccc;
  text-align: center;
}

.tab td a.video {
  background: url(../img/list.png) 10px -228px no-repeat;
  display: inline-block;
  padding-left: 50px;
}

.ks-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}

.ks-title:before {
  display: block;
  content: "";
  width: 0;
  height: 0;

  border-top: 5px solid transparent;

  border-bottom: 5px solid transparent;

  float: left;

  border-left: 5px solid #0789f3;
  margin: 8px 8px 0px 0px;
}

.ks-list a {
  background: url(../img/ks-a.gif);
  width: 151px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  margin-right: 20px;
  display: block;
  float: left;
  margin-top: 15px;
}

.ks-list a:hover {
  background: url(../img/ks-a-on.gif);
  color: #fff;
}

.ks {
  padding-left: 40px;
  padding-bottom: 40px;
}

.ks-content {
  margin: 20px auto;
}

.ks-content-t {
  background: url(../img/ks-t.gif);
  height: 52px;
  border: solid 1px #ececec;
  font-size: 18px;
  line-height: 52px;
}

.ks-content-t:before {
  display: block;
  content: "";
  width: 5px;
  height: 29px;
  background: #1981ca;
  float: left;
  margin-right: 20px;
  margin-top: 12px;
}

.ks-content-c {
  padding: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}

.zj-list li {
  width: 134px;
  float: left;
  margin-right: 19px;
  margin-bottom: 25px;
  text-align: center;
}

.zj-list li img {
  display: block;
}

.zj-list li h1 {
  font-size: 16px;
  font-weight: normal;
}

.zj-list li span {
  color: #666;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zj-info {
  height: 54px;
  margin-top: 2px;
  background: #f1f1f1;
  text-align: center;
  line-height: 24px;
  padding-top: 6px;
}

.zj-info a {
  color: #17468f;
  font-size: 20px;
}

.zj-info span {
  font-size: 16px;
}

.ks-menu {
  padding-left: 16px;
}

.ks-menu a {
  background: url(../img/ks-menu.png);
  width: 75px;
  height: 39px;
  line-height: 39px;
  margin-right: 6px;
  padding-right: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #073b5f;
  display: block;
  float: left;
  padding-left: 24px;
  margin-top: 12px;
}

.ks-menu a.current,
.ks-menu a:hover {
  background: url(../img/ks-menu-on.png);
  color: #ff7200;
}

.zj-list .page-code {
  border-top: dashed 1px #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

.zj_pic_list {
  margin-top: 15px;
  margin-left: 15px;
}

.zj_pic_list li {
  width: 190px;
  text-align: center;
  float: left;
  margin: 0px 27px 25px 0px;
}

.zj_pic_list li img {
  display: block;
  width: 190px;
  height: 256px;
}

.zj_pic_list li span {
  display: block;
  line-height: 40px;
  background: #f2f5f8;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
}

.pro_list {
  margin-top: 15px;
  margin-left: 15px;
}

.pro_list li {
  width: 250px;
  float: left;
  margin: 15px 27px 5px 0px;
}

.pro_list li img {
  display: block;
  width: 250px;
  height: 190px;
}

.pro_list li span {
  display: block;
  line-height: 40px;
  background: #f2f5f8;
  font-size: 16px;
  height: 40px;
  overflow: hidden;
  text-align: center;
}

.doctor-info {
  width: 540px;
  margin: 30px auto;
}

.doctor-info-l {
  width: 250px;
  float: left;
}

.doctor-info-l img {
  -moz-box-shadow: 0px 0px 7px #d4d4d4;
  -webkit-box-shadow: 0px 0px 7px #d4d4d4;
  box-shadow: 0px 0px 7px #d4d4d4;
  border-radius: 5px;
}

.doctor-info-r {
  width: 234px;
  float: right;
  padding-left: 56px;
}

.doctor-info-r h1 {
  color: #17468f;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.doctor-info-r h1 samp {
  color: #666;
  margin-left: 20px;
  font-size: 16px;
  vertical-align: bottom;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.doctor-info-r p {
  color: #666;
}

.doctor-info-r p span {
  margin-right: 40px;
  line-height: 30px;
}

.doctor-btn {
  margin-top: 40px;
  display: block;
}

.pb .pb-t a {
  width: 160px;
  float: left;
  margin-right: 4px;
  border: 1px solid #e6e6e6;

  display: block;

  border-radius: 5px 5px 0px 0px;

  background: #f5f5f5;

  color: #333333;

  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.pb .pb-t a.on,
.pb .pb-t a:hover {
  color: #fff;

  background: #1981ca;

  border: 1px solid #1981ca;
}

.pb .pb-t {
  border-bottom: solid 1px #bdc8d6;
}

.pb-box-t {
  margin-top: 20px;
}

.pb-box-t a {
  padding: 0px 20px;
  float: left;
  margin-right: 4px;
  border: 1px solid #e6e6e6;

  display: block;

  border-radius: 5px 5px 0px 0px;

  background: #f5f5f5;

  color: #333333;

  font-size: 16px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.pb-box-t a.on,
.pb-box-t a:hover {
  color: #000;

  background: #c9d5e3;

  border: 1px solid #bdc8d6;
}

.pb-box {
  padding: 20px;
}

.pb table td.tab_item {
  background: #efefef;
}

.pb table td,
.pb table th {
  padding: 3px 5px;
}

/*幻灯*/

.smallslider {
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 600px;
}

.smallslider h3 {
  color: #eee;
  font-weight: bold;
  line-height: 46px;
  position: absolute;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  z-index: 102;
  margin: 0;
}

.smallslider h3 a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
}

.smallslider h3 a:hover {
  color: #fff;
  text-decoration: underline;
}

.smallslider li img {
  border: 0;
  vertical-align: top;
}

.smallslider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.smallslider-btns {
  position: absolute;
  z-index: 103;
}

.smallslider-btns .current-btn {
  background-color: #0b5c9e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.smallslider-btns span {
  background-color: #fff;
  color: #9f9f9f;
  cursor: pointer;
  float: left;
  font-size: 12px;
  height: 12px;
  text-indent: -999px;
  overflow: hidden;
  text-align: center;
  width: 12px;
  border-radius: 50%;
}

.smallslider-lay {
  background-color: #000;

  height: 48px;

  position: absolute;

  width: 100%;

  z-index: 101;
}

/*院长信箱*/

.guest_table td {
  padding: 5px;
  min-width: 80px;
}

.guest_table input,
.guest_table textarea {
  border: solid 1px #cacaca;
  line-height: 30px;
  padding: 2px;
}

.guest_table textarea {
  width: 80%;
}

.guest_table input[type="submit"],
.guest_table input[type="reset"] {
  background: #0789f3;
  color: #fff;
  padding: 3px 8px;
  font-size: 16px;
  border: 0 none;
}

.tab_c td,
.tab_c th {
  border: solid 1px #efefef;
  padding: 3px 5px;
  font-size: 14px;
}
