* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}
a,
img {
  border: 0;
  vertical-align: top;
  text-decoration: none;
}
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}
body {
  padding: 0;
  font: 12px/1.5 'Microsoft YaHei', Arial, Helvetica;
  background: #ffffff;
}
.tn-c {
  text-align: center !important;
}
.tn-l {
  text-align: left !important;
}
.tn-r {
  text-align: right !important;
}
.color-red {
  color: #e60012;
}
.color-green {
  color: #22ac38;
}
.ft-bd {
  font-weight: bold;
}
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */

}
.fn-left {
  float: left;
}
.fn-right {
  float: right;
}
.fn-hide {
  display: none;
}
/* 框架 */
.wth-main {
  width: 1150px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.wrap-top {
  width: 100%;
  height: 160px;
  text-align: center;
  background: url(../images/bg-top.jpg) repeat-x 0 0;
}
.wrap-top img {
  margin-top: 32px;
}
.wrap-nav {
  width: 100%;
  height: 40px;
  text-align: center;
  background: #deb880;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15);
  z-index: 9;
}
.wrap-nav li {
  display: inline-block;
}
.wrap-nav li.active {
  background: #c79058;
}
.wrap-nav a {
  display: block;
  padding: 0 45px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
.wrap-nav a:hover{
  color:#f8dfbb;
}
.wrap-footer {
  padding: 50px;
  background: #f7f7f7;
  text-align: center;
}
.wrap-footer .footer-charts {
  display: inline-block;
  vertical-align: top;
  padding-right: 35px;
  margin-right: 35px;
  border-right: 1px solid #cbcbcb;
  font: 12px/1.5 'Microsoft YaHei';
  color: #666;
}
.wrap-footer .footer-desc {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  text-align: left;
}
.wrap-footer .footer-desc p {
  color: #666;
  line-height: 26px;
}
.wrap-footer .footer-desc .footer-slogan {
  padding-top: 10px;
  color: #2b2b2b;
}
.wrap-footer .footer-desc .footer-slogan a {
  color: #2b2b2b;
}
.wrap-footer .footer-desc .footer-marks {
  color: #9f9f9f;
}
.mod-header {
  width: 100%;
  height: 530px;
  padding-top: 110px;
  background: #d1985d url(../images/bg-head.jpg) no-repeat center top;
}
.mod-header .hospital-info {
  width: 830px;
  margin: 15px 0 0 10px;
  color: #fff;
  font: 16px/32px 'Microsoft YaHei';
}
.mod-header .btn-more:hover {
  background: rgba(255, 255, 255, 0.5);
}
.slider {
  width: 1150px;
  height: 460px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
  /*min-height: 155px;*/
}
.slider .slider-main {
  position: absolute;
  left: 0;
}
.slider .slider-main > li {
  float: left;
}
.slider .slider-nav {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slider .slider-nav li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #dadada;
  border-radius: 5px;
  margin: 0 8px;
  cursor: pointer;
}
.slider .slider-nav li.nav-active {
  background: #eb6100;
}
.mod-area {
  padding: 50px 0;
}
.mod-new {
  background: #eaf3f9;
}
.mod-new .list-new li {
  float: left;
  width: 505px;
  height: 100px;
  padding: 25px;
  background: #fafafa;
  margin-bottom: 20px;
  cursor: pointer;
  border:1px solid #EEE;
}
.mod-new .list-new li span {
  float: left;
  vertical-align: top;
}
.mod-new .list-new li:nth-child(2n) {
  float: right;
}
.mod-new .list-new li:hover {
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.mod-new .list-new li:hover .new-tag,
.mod-new .list-new li:hover .new-link {
  display: block;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.mod-new .list-new .new-time {
  margin-right: 15px;
  font-size: 18px;
  color: #575757;
}
.mod-new .list-new .new-time b {
  margin-right: 10px;
  color: #9f9f9f;
  font-weight: normal;
}
.mod-new .list-new .new-tag {
  display: none;
  padding: 0 5px;
  margin-top: 4px;
  font: 12px/1.5 'Microsoft YaHei';
  background: #ff3c15;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
.mod-new .list-new .new-link {
  display: none;
  float: right;
  width: 22px;
  height: 22px;
  background: url(../images/link-arrow.png) no-repeat center;
  cursor: pointer;
}
.mod-new .list-new .new-title {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 20px/1.5 'Microsoft YaHei';
  color: #2b2b2b;
}
.mod-new .list-new .new-desc {
  font: 14px 'Microsoft YaHei';
  color: #656565;
  width:435px;
  height: 110px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

}
.mod-doctors {
  padding-bottom: 20px;
}
.mod-doctors .list-doctors {
  width: 1150px;
}
.mod-doctors .list-doctors li {
  padding: 20px;
  margin-bottom: 15px;
  background: #fcf6f2;
}
.mod-doctors .list-doctors li:hover {
  background: #f8ece5;
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.mod-doctors .list-doctors li img {
  float: left;
  margin-right: 20px;
}
.mod-doctors .list-doctors li .doctors-info {
  float: left;
  width: 850px;
}
.mod-doctors .list-doctors li .doctors-info h4 {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 18px/1.5 'Microsoft YaHei';
  color: #2b2b2b;
}
.mod-doctors .list-doctors li .doctors-info p {
  width: 100%;
  font: 14px/1.5 'Microsoft YaHei';
  color: #2b2b2b;
}
.mod-doctors .list-doctors li .doctors-info p.doctors-desc {
  margin: 5px 0;
}
.mod-doctors .list-doctors li .doctors-handle {
  float: right;
  margin-top: 15px;
}
.mod-doctors .list-doctors li .doctors-handle .btn-link {
  display: block;
  width: 100px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font: 14px/30px 'Microsoft YaHei';
}
.mod-doctors .list-doctors li .doctors-handle .btn-link.btn-mainer {
  background: #eb6100;
}
.mod-doctors .list-doctors li .doctors-handle .btn-link.btn-mainer:hover {
  background: #dc6d64;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.mod-doctors .list-doctors li .doctors-handle .btn-link.btn-registered {
  background: #8fc31f;
}
.mod-doctors .list-doctors li .doctors-handle .btn-link.btn-registered:hover {
  background: #a3d734;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.mod-doctors .list-doctors li .doctors-skilful {
  font: 14px/1.5 'Microsoft YaHei';
  color: #2b2b2b;
}
.mod-doctors .list-doctors li .doctors-skilful span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  color: #656565;
  font: 12px/1.5 'Microsoft YaHei';
  border: 1px solid #eac896;
}
.mod-mis {
  background: #f3f8e8;
}
.mod-mis .list-mis li {
  float: left;
  width: 510px;
  padding: 30px 30px;
  margin-bottom: 10px;
  background: #fff;
}
.mod-mis .list-mis li:nth-child(2n) {
  float: right;
}
.mod-mis .list-mis li:hover {
  border-radius: 2px;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.mod-mis .list-mis img {
  float: left;
  margin-right: 25px;
}
.mod-mis .list-mis h4 {
  font: 20px/1.5 'Microsoft YaHei';
  font-weight: bold;
  color: #2b2b2b;
}
.mod-mis .list-mis .mis-info {
  padding: 10px 0;
  font: 14px/1.5 'Microsoft YaHei';
}
.mod-mis .list-mis .link-act {
  display: inline-block;
  padding: 0 20px;
  margin-right: 15px;
  text-align: center;
  border: 1px solid #80c269;
  color: #80c269;
  border-radius: 26px;
  font: 14px/24px 'Microsoft YaHei';
}
.mod-mis .list-mis .mis-time {
  color: #2b2b2b;
  font: 16px/24px 'Microsoft YaHei';
}
.mod-healthy {
  background: #fcf0e3;
}
.mod-healthy li {
  padding: 20px;
  border-radius: 2px;
  background: #fbf4ec;
  margin-bottom: 15px;
  cursor: pointer;
}
.mod-healthy li:hover {
  background: #fff;
  box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.1);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.mod-healthy li h4 {
  padding: 10px 0;
}
.mod-healthy li h4 span {
  display: inline-block;
  vertical-align: top;
}
.mod-healthy li .healthy-img {
  float: left;
  width: 120px;
  height: 90px;
  overflow: hidden;
  margin-right: 40px;
  background: #fff8ed url(../images/bg-share.png) no-repeat center;
}
.mod-healthy li .healthy-time {
  padding-right: 20px;
  margin-right: 15px;
  color: #575757;
  font: 18px/30px 'Microsoft YaHei';
}
.mod-healthy li .healthy-time:after {
  position: relative;
  left: 20px;
  top: 0;
  display: inline-block;
  vertical-align: top;
  content: ' ';
  width: 1px;
  height: 30px;
  background: #bbbbbb;
}
.mod-healthy li .healthy-title {
  width: 730px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 10px;
  color: #2b2b2b;
  font: 20px/30px 'Microsoft YaHei';
}
.mod-healthy li .healthy-count {
  float: right;
  color: #2b2b2b;
  font: 12px/30px 'Microsoft YaHei';
}
.mod-healthy li .healthy-count b {
  color: #9f9f9f;
  font-weight: normal;
}
.mod-healthy li .healthy-tag {
  font-weight: normal;
  padding: 0 5px;
  margin-top: 8px;
  font: 12px/1.5 'Microsoft YaHei';
  background: #ff3c15;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}
.mod-healthy li .healthy-info {
  width: 850px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 90px;
  color: #656565;
  font: 14px/1.5 'Microsoft YaHei';
}
.mod-contact {
  min-height: 300px;
}
.mod-contact .wth-main {
  /*background: url(../images/bg-connect.jpg) no-repeat right center;*/
}
.mod-contact li {
  padding-bottom: 30px;
}
.mod-contact p {
  padding-bottom: 15px;
  color: #656565;
  font: 14px/32px 'Microsoft YaHei';
}
.mod-title {
  display: block;
  width: 163px;
  height: 53px;
  margin-bottom: 35px;
  line-height: 53px;
  background: #f3d09e url(../images/bg-mod.png) no-repeat center;
  text-align: center;
  color: #6a3906;
  font-size: 22px;
}
.mod-title:hover {
  background-color: rgba(243, 208, 158, 0.3);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.btn-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #deb880;
  border-radius: 18px;
  color: #deb880;
}
.btn-more:hover {
  background: rgba(255, 255, 255, 0.5);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.bg2 .mod-mis {
  display: none;
}
.bg2 .mod-mis2 {
  background: #ebeee4;
}
.bg2 .mod-title {
  display: block;
  width: 128px;
  height: 40px;
  margin-bottom: 35px;
  line-height: inherit;
  padding-top: 18px;
  padding-right: 27px;
  background: url(../images/bg-mod2.png) no-repeat center;
  text-align: center;
  color: #deb880;
  font-size: 22px;
}
.bg2 .mod-doctors {
  background: #f8ebd8;
  padding-bottom: 0;
}
.bg2 .mod-doctors .banner-s {
  min-height: 500px;
  background: url("../images/bg-r.png") no-repeat bottom right;
}
.bg2 .mod-doctors .banner-s .left {
  width: 604px;
}
.bg2 .mod-doctors .banner-s .left h3 {
  font-size: 22px;
  font-weight: normal;
  height: 50px;
  color: #2b2b2b;
}
.bg2 .mod-doctors .banner-s .left p {
  font-size: 14px;
  color: #656565;
  line-height: 2em;
}
.bg2 .mod-doctors .banner-s .left a {
  display: block;
  margin-top: 35px;
}
.bg2 .mod-new {
  background: #fff;
}
.bg2 .mod-list-warp li {
  width: 310px;
  background: #fff;
  padding: 20px;
  float: left;
}
.bg2 .mod-list-warp li:first-child{
	margin-right: 32px;
}
.bg2 .mod-list-warp li:nth-of-type(2){
	margin: 0 16px;
}
.bg2 .mod-list-warp li:last-child{
	margin-left: 36px;
}
.margC{
	  margin: 10px auto 0;
    display: block;
}
.bg2 .mod-list-warp li a p {
  font-size: 20px;
  padding-top: 15px;
  color: #2b2b2b;
}
.bg2 .mod-list-warp li .time-box2 {
  margin: 10px 0 0 12px;
}
.bg2 .mod-list-warp li .time-box2 .samll {
  font-size: 18px;
  color: #9f9f9f;
}
.bg2 .mod-list-warp li .time-box2 .times {
  font-size: 24px;
  color: #575757;
  margin: 0 10px;
}
.bg2 .mod-list-warp li .time-box2>span:last-child{
  width: 109px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  top: -5px;
  left: 30px;
}
.bg2 .mod-list-warp li .time-box2 .jind{
  border: 1px solid #80c269;
  color: #80c269;
}
.bg2 .mod-list-warp li .time-box2 .finish{
  background: #c7c7c7;
  color: #666666;
}
.bg2 .mod-list-warp li:hover {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}
.login-ygadmin{
    position: fixed;
    top: 50%;
    right: 10px;
    height: 110px;
    margin-top: -55px;
    z-index: 999;
}
.login-ygadmin ul li{
  position: relative;
  padding: 5px 0 ;
}
.login-ygadmin ul li a{
  display: inline-block;
  width: 80px;
  height: 32px;
  border: 1px solid #ae7b51;
  background-size: cover;
  background-repeat: no-repeat;
  transform:scale(1);  
  transition: all .2s;
  -moz-transition: all .2s; /* Firefox 4 */
  -webkit-transition: all .2s; /* Safari 和 Chrome */
  -o-transition: all .2s; /* Opera */
}
.login-ygadmin ul li a.login{
  background-image: url(../images/login_img.png);
}
.login-ygadmin ul li a.login:hover{
  transform:scale(1.075);  
  box-shadow: 0 0 8px 2px #f7cd62;
}
.login-ygadmin ul li a.re-top{
  background-image: url(../images/re_top_img.png);
}
.login-ygadmin ul li a.re-top:hover{
  transform:scale(1.1);  
  box-shadow: 0 0 8px 2px #fbd776;
}





