﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*字体图标 BEGIN*/
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*<i class="iconfont">&#x33;</i>*/
/*字体图标 END*/
/*初始化css BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*初始化css END*/
/*Public section BEGIN*/
html,
body {
  max-width: 640px;
  min-width: 320px;
  margin: 0px auto;
  position: relative;
  position: 0px;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 26px;
}
img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}
.cg_gaba {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  padding-right: 3px;
}
/*截取字符串 只显示一行文字哦*/
.cg_cutword a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cg_cutword_a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/*Public section END*/
/*分享 BEGIN*/
.cg_share_box {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 5px;
}
.cg_share {
  clear: both;
  height: 30px;
  line-height: 30px;
  background: #eae9e9;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  position: relative;
}
.cg_share_left,
.cg_share_right {
  width: 50%;
  height: 30px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.cg_share_center {
  height: 20px;
  line-height: 18px;
  position: absolute;
  width: 20px;
  font-size: 14px;
  top: 5px;
  left: 50%;
  margin-left: -10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  color: #aaaaaa;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 1px #e8e3e3;
     -moz-box-shadow: 0px 0px 0px 1px #e8e3e3;
          box-shadow: 0px 0px 0px 1px #e8e3e3;
}
.cg_share_center span,
.cg_share_center em {
  height: 7px;
  width: 4px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 8px;
}
.cg_share_center span {
  top: -5px;
}
.cg_share_center em {
  bottom: -5px;
}
.cg_share_hs {
  position: fixed;
  height: 100%;
  z-index: 99;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
}
.cg_share_hs img {
  float: right;
  max-width: 100% !important;
}
/*分享 END*/
/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/
@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
/*苹果手机字体兼容设置完成*/
/*回到顶部+横屏提示 开始*/
.stop_hp {
  display: none;
  position: fixed;
  width: 100%;
  height: 150%;
  left: 0;
  top: -50%;
  z-index: 100000;
  background: #000 url(../images/stop_hp.jpg) center bottom no-repeat;
  -moz-background-size: auto 67%;
    -o-background-size: auto 67%;
       background-size: auto 67%;
}
.qgl_totop {
  display: none;
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 120;
  height: 30px;
  width: 30px;
  background: url(../images/xl28.png) no-repeat center;
  -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
       background-size: 30px 30px;
}
/*回到顶部+横屏提示 开始*/

/*# sourceMappingURL=all.css.map */
.top{
  height: 1.26rem;
  background: #2c67b8;
  background-image: url(../images/top1.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 100% .2rem;
  padding-left: .24rem;
  padding-right: .24rem;
  position: relative;
}
.top>a{
  display: block;
  width: 2.99rem;
  height: .72rem;
  float: left;
  margin-top: .37rem;
}
.top>a img{
  display: block;
  width: 2.99rem;
  height: .72rem;
}
.cd{
  width: .49rem;
  height: .35rem;
  float: right;
  margin-top: .59rem;
  background-image: url(../images/top2.png);
  background-size: 100% 100%;
}
.lm{
  height: 4.2rem;
  background: #fff;
  padding-top: .4rem;
  text-align: center;
}
.lm ul{
  font-size: 0;
}
.lm ul li{
  width: 1.2rem;
  height: 1.85rem;
  display: inline-block;
  margin-right: .3rem;
  margin-left: .3rem;
  margin-bottom: .2rem;
}
.lm ul li a{
  display: block;
   width: 1.2rem;
  height: 1.85rem;
  text-align: center;
}
.lm ul li a img{
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: .1rem;
}
.lm ul li a span{
  font-size: .26rem;
  color: #333;
  white-space: nowrap;
}
.gang{
  height: .21rem;
  background: #f7f7f7;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.tz{
  height: 4.3rem;
  background: #fff;
  padding-left: .24rem;
  padding-right: .24rem;
}
.tz_bt{
  margin-top: .3rem;
  line-height: .4rem;
  overflow: hidden;
}
.tz_bt h2{
  display: block;
  height: .4rem;
  float: left;
  padding-left: .43rem;
  font-size: .26rem;
  color: #333;
  background-image: url(../images/tz1.png);
  background-position: left center;
  background-size: .29rem auto;
  background-repeat: no-repeat;
  line-height: .4rem;
}
.tz_bt a{
  float: right;
  font-size: .24rem;
  color: #666;
}
.tz1{
 
  padding-bottom: .3rem;
}
.tz2{
  height: .5rem;
  overflow: hidden;
  margin-top: .2rem;
}
.tz2 h3 a{
  display: block;
  float: left;
  height: .5rem;
  width: 4.8rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: .24rem;
  color: #333;
  font-weight: normal;
}
.tz2 span{
  float: right;
  font-size: .24rem;
  color: #999;
  display: block;
}
.tz2 .swiper-slide{
  line-height: .5rem;
  width: 100%;
  display: block;
}
.bot{
  font-size: .24rem;
  color: #c2c2c2;
  text-align: center;
  line-height: .4rem;
  padding-top: .2rem;
   border-top: 1px solid #eaeaea;
}
.bot a{
  font-size: .24rem;
  color: #c2c2c2;
}
.dbxx{
  height: 1.54rem;
  padding-left: .24rem;
  padding-right: .24rem;
  position: fixed;
  bottom: 0px;left: 0px;
  background: #2c67b8;
  z-index: 99;
	width: 100%;
	text-align: center;
}
.dbxx ul li{
  width: 22%;
  height: 1.3rem;
  display: inline-block;
  margin-top: .1rem;
}
.dbxx ul li a{
  display: block;
   width: 1.05rem;
  height: 1.3rem;
  text-align: center;
}
.dbxx ul li a img{
  display: block;
  margin: 0 auto;
  width: .9rem;
  height: .9rem;
}
.dbxx ul li a span{
  font-size: .26rem;
  color: #fff;
}
/*就医指南*/
.sub_jyzn{
  height: 1.36rem;
  background-image: url(../images/jyzn1.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
  text-align: center;
}
.sub_jyzn span{
  display: inline-block;
  text-align: center;
  font-size: .22rem;
  color: #6a6a6a;
  text-transform: uppercase;
  margin-top: .25rem;
}
.sub_jyzn h2{
  display: block;
  height: .4rem;
  background-image: url(../images/jyzn2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2.19rem auto;
  font-size: .26rem;
  color: #333;
  font-weight: normal;
  line-height: .4rem;
  margin-top: -.1rem;
}
.kk{
  padding-left: .24rem;
  padding-right: .24rem;
  min-height: 7rem;
}
.jyzn{
  min-height: 7rem;
  overflow: hidden;
  padding-top: .6rem;
}
.jyzn ul li{
  width: 1.85rem;
  height: .82rem;
  padding-left: 1.57rem;
  border: 1px solid #2c67b8;
  line-height: .82rem;
  border-radius: 5px;
  float: left;
  background-image: url(../images/jyzn3.png);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
  margin-bottom: .3rem;
}
.jyzn ul li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: .26rem;
  color: #2c67b8;
  line-height: .82rem;
}
.jyzn ul li:nth-child(1){
  background: #2c67b8;
  background-image: url(../images/jyzn4.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.jyzn ul li:nth-child(1) a{
  color: #fff;
}
.jyzn ul li:nth-child(3){
  background-image: url(../images/jyzn5.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.jyzn ul li:nth-child(4){
  background: #2c67b8;
  background-image: url(../images/jyzn6.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.jyzn ul li:nth-child(4) a{
  color: #fff;
}
.jyzn ul li:nth-child(5){
  background: #2c67b8;
  background-image: url(../images/jyzn7.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.jyzn ul li:nth-child(5) a{
  color: #fff;
}
.jyzn ul li:nth-child(6){
  background-image: url(../images/jyzn8.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
  display: none;
}
.jyzn ul li:nth-child(7){
  background-image: url(../images/jyzn9.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
  float: right;
}
.jyzn ul li:nth-child(8){
  background: #2c67b8;
  background-image: url(../images/jyzn10.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.jyzn ul li:nth-child(8) a{
  color: #fff;
}
/*交通指南*/
.jtzn{
  min-height: 7rem;
  overflow: hidden;
}
.jtzn_bt{
  width: 1.81rem;
  height: .57rem;
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  background-image: url(../images/jtzn1.png);
  background-size: 1.81rem .57rem;
  text-align: center;
  margin-top: .5rem;
  line-height: .57rem;
}
.jtzn1{
  padding-left: .24rem;
  padding-right: .24rem;
}
.jtzn1_tu{
  height: 3.05rem;
  margin-top: .5rem;
}
.jtzn1_tu iframe{
  width: 100%;
  height: 100%;
}
.jtzn2{
  height: 6.46rem;
  background-image: url(../images/jtzn2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin-top: .3rem;
}
.jtzn2 span{
  display: inline-block;
  margin-top: 1.62rem;
  font-size: .24rem;
  color: #fff;
  padding-left: 1.28rem;
}
.jtzn2_z{
  margin-top: .7rem;
  padding-left: 1.7rem;
  color: #333;
  font-size: .24rem;
}
/*就诊须知*/
.jzxz{
  color: #666;
  font-size: .24rem;
  min-height: 6rem;
  margin-top: .4rem;
  padding-left: .24rem;
  padding-right: .24rem;
  padding-bottom: .5rem;
}
.jzxz h3{
  color: #2d2d2d;
  font-size: .24rem;
}
/*科室分布*/
.ksfb{
  min-height: 6rem;
  overflow: hidden;
}
.ksfb>img{
  display: block;
  width: 3.74rem;
  height: .93rem;
  margin: .6rem auto .35rem;
}
.ksfb1{
  min-height: 2.65rem;
  border-bottom: .17rem solid #e8f2ff;
}
.ksfb1_1{
  width: 1.45rem;
  height: 1.1rem;
  float: left;
  background-image: url(../images/ksfb2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.45rem 1.1rem;
  font-size: .24rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: .9rem;
}
.ksfb1_2{
  float: left;
  overflow: hidden;
  padding-left: .24rem;
  padding-right: .24rem;
  padding-top: .17rem;
  width: 5.53rem;
}
.ksfb1_2 a{
  display: inline-block;
  margin-right: .1rem;
  font-size: .24rem;
  color: #333;
  line-height: .6rem;
}
.ksfb2{
  min-height: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  overflow: hidden;
}
/*医保相关*/
.ybxg{
  padding-left: .24rem;
  padding-right: .24rem;
  min-height: 3rem;
  font-size: .24rem;
  color: #666666;
  line-height: .6rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
}
.ybxg h2{
  font-size: .24rem;
  color: #333;
}
.ybxg img{
  width: 100%;
  height: auto;
  display: block;
  margin: .3rem auto;
}
/*科室介绍*/
.ksjs{
  min-height: 7rem;
  text-align: center;
  padding-top: .7rem;
}
.ksjs a{
  display: inline-block;
  width: 5.17rem;
  height: .8rem;
  margin-bottom: .4rem;
  border-radius: 3px;
  background-image: url(../images/ksjs1.png);
  background-position: center;
  background-size: 100%;
  text-align: center;
  line-height: .8rem;
  color: #fff;
  font-size: .26rem;
}
.ksjs a img{
  width: .37rem;
  vertical-align: middle;
}
.ksjs a:nth-child(2){
  border: 1px solid #2c67b8;
  color: #2c67b8;
  background: none;
  font-size: .26rem;
}
/*临床科室*/
.lcks{
  min-height: 7rem;
  padding-top: .5rem;
  text-align: center;
  overflow: hidden;
}
.lcks ul{
  width: 110%;
}
.lcks ul li{
  float: left;
  width: 1.66rem;
  height: 1.66rem;
  margin-left: .35rem;
  margin-right: .35rem;
  margin-bottom: .35rem;
}
.lcks ul li a {
  /* display: block; */
  width: 1.66rem;
  height: 1.66rem;
  background-image: url(../images/lcks1.png);
  background-position: center;
  background-size: 100%;
  text-align: center;
  line-height: 1.5;
  font-size: .26rem;
  color: #2c67b8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .1rem;
  box-sizing: border-box;
}
/* .lcks ul li:nth-child(1) a{
  background-image: url(../images/lcks2.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #2c67b8;
}
.lcks ul li:nth-child(3) a{
  background-image: url(../images/lcks2.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #2c67b8;
}
.lcks ul li:nth-child(5) a{
  background-image: url(../images/lcks2.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #2c67b8;
}
.lcks ul li:nth-child(7) a{
  background-image: url(../images/lcks2.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #2c67b8;
}
.lcks ul li:nth-child(9) a{
  background-image: url(../images/lcks2.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #2c67b8;
}
.lcks ul li:nth-child(11) a{
  background-image: url(../images/lcks2.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #2c67b8;
} */
.jzk{
  min-height: 7rem;
}
.jzk .jtzn_bt{
  line-height: 
}
.jzk .jtzn_bt img{
  width: .26rem;
  height: .26rem;
  vertical-align: middle;
}
.jzk1{
  min-height: 3rem;
  font-size: .24rem;
  color: #666;
  line-height: .45rem;
  padding-left: .24rem;
  padding-right: .24rem;
  padding-top: .3rem;
}
/*.jzk1 span{
  color: #eb0000;
}*/
/*联系我们*/
.lxwm{
  min-height: 4rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.lxwm>ul>li{
  height: .4rem;
  padding-left: .5rem;
  font-size: .24rem;
  color: #5a5a5a;
  line-height: .4rem;
  margin-bottom: .2rem;
}
.lxwm>ul>li:nth-child(1){
  background-image: url(../images/lxwm1.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: .3rem auto;
}
.lxwm>ul>li:nth-child(2){
  background-image: url(../images/lxwm2.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: .3rem auto;
}
.lxwm>ul>li:nth-child(3){
  background-image: url(../images/lxwm3.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: .3rem auto;
}
.lxwm1{
  height: 1.1rem;
  margin-top: .3rem;
}
.lxwm1 a{
  display: block;
  width: 50%;
  min-height: .92rem;
  line-height: .92rem;
  text-align: center;
  font-size: .24rem;
  color: #fff;
  background: #2c67b8;
  float: left;
  position: relative;
}
.lxwm1 a img{
  position: absolute;top: .85rem;left: 50%;
  width: .46rem;
  height: auto;
  margin-left: -.23rem;
}
.lxwm1 a:nth-child(2){
  background: #ffa200;
}
/*特色疗法*/
.tslf{
  min-height: 5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .24rem;
  color: #666;
  line-height: .5rem;
}
.tslf img{
  width: 100%;
  height: auto;
  display: block;
  margin-top: .3rem;
}
/*新闻中心*/
.xwzx{
  min-height: 5rem;
}
.xwzx ul li{
  height: 1.85rem;
  border-bottom: 1px solid #e7e7e7;
}
.xwzx ul li h3 a{
  display: block;
  height: .55rem;
  margin-top: .24rem;
  font-size: .26rem;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(../images/xwzx1.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: .26rem auto;
}
.xwzx ul li div{
   height: .55rem;
    font-size: .22rem;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: .55rem;
}
.xwzx ul li span{
  font-size: .22rem;
  color: #aaa;
}
/*分页*/
.fy{
  height: 1rem;
  text-align: center;
  padding-top: .4rem;
}
.fy select{
  display: inline-block;
  height: .4rem;
  width: .7rem;
  border: 1px solid #e5e4e5;
  border-radius: 3px;
  outline: none;
  margin-right: .2rem;
}
.fy a.fy_index{
  display: inline-block;
  width: 1.05rem;
  height: .4rem;
  text-align: center;
  line-height: .4rem;
  font-size: .24rem;
  color: #666;
  border-radius: 3px;
  background: #eeeeee;
}
.fy a{
  display: inline-block;
  width: .4rem;
  height: .4rem;
  margin-right: .2rem;
  line-height: .4rem;
  text-align: center;
  font-size: .24rem;
  color: #666;
  border-radius: 3px;
  border: 1px solid #e5e4e5;
}
.fy a.a1{
  width: 1.05rem;
  height: .4rem;
  background: #f7991f;
  color: #fff;
}
.fy span{
  display: inline-block;
  width: .4rem;
  height: .4rem;
  margin-right: .2rem;
  line-height: .4rem;
  line-height: .4rem;
  text-align: center;
  font-size: .24rem;
  color: #fff;
  border-radius: 3px;
   background: #f7991f;
   border: 1px solid #e5e4e5;
}
/*医师介绍*/
.ysjs{
  min-height: 5rem;
  padding-left: .24rem;
  padding-right: .24rem;
  overflow: hidden;
  padding-top: .5rem;
}
.ysjs .yygh1_1{
  width: 1.3rem;
}
.ysjs .yygh{
  min-height: 3rem;
}
.ysjs ul li{
  height:1.42rem;
  background: #fff;
  width: 3.43rem;
  float: left;
  margin-bottom: .3rem;
}
.ysjs ul li>a{
  display: block;
  width: 1.2rem;
  height: 1.42rem;
  float: left;
}
.ysjs ul li>a img{
  display: block;
   width: 1.2rem;
  height: 1.42rem;
}
.ysjs1{
  width: 2.08rem;
  float: right;
  line-height: .45rem;
}
.ysjs1 span{
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: .22rem;
  color: #7a7a7a;
}
.ysjs1 span em{
  font-size: .22rem;
  color: #333;
}
.ysjs1 a{
  display: none;
  width: 1.25rem;
  height: .45rem;
  border: 1px solid #2c67b8;
  border-radius: 3px;
  font-size: .22rem;
  color: #2c67b8;
  text-align: center;
  line-height: .45rem;
 
}
/*医院概况*/
.yygk{
  min-height: 5rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  font-size: .24rem;
  color: #666;
  line-height: .5rem;
  padding-left: .24rem;
  padding-right: .24rem;
}
.yygk span{
  color: #eb0000;
  font-size: .24rem;
}
.yygk img{
  display: block;
  width: 100%;
  height: auto;
  margin-top: .3rem;
}
/*新闻详细*/
.xwzx h1{
  font-size: .28rem;
  color: #333;
  text-align: center;
  margin-top: .3rem;
  font-weight: normal;
}
.xwxx1{
  height: .55rem;
  line-height: .55rem;
  border-bottom: 1px solid #dcdbdc;
  text-align: center;
  line-height: .55rem;
  color: #999;
  font-size: .24rem;
}
.xwxx1 img{
  vertical-align: middle;
  width: .24rem;
  height: auto;
}
.xwxx1 a{
  color: #999;
  font-size: .24rem;
}
.xwxx2{
  min-height: 3rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  border-bottom: 1px solid #dcdbdc;
  font-size: .24rem;
  color: #666;
  line-height: .5rem;
}
/*上下篇*/
.cg_cutword{
  height: 1.5rem;
  padding-top: .3rem;
}
.cg_cutword div{
  margin-bottom: .2rem;
}
.cg_cutword span{
  display: inline-block;
  width: 1.3rem;
  height: .45rem;
  text-align: center;
  line-height: .45rem;
  font-size: .24rem;
  color: #fff;
  background: #2c67b8;
  border-radius: 3px;
  margin-right: .2rem;
}
.cg_cutword a{
  font-size: .24rem;
  color: #666;
}
.xwxx2 em{
  font-size: .24rem;
  color: #333;
  font-weight: bold;
}
.xwxx2 img{
  display: block;
  margin: .3rem auto;
  width: 3.68rem;
  height: auto;
}
/*预约挂号*/
.yygh{
  min-height: 5rem;
  padding-top: .5rem;
}
.yygh1{
  height: .76rem;
  border:1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: .3rem;
}
.yygh1_1{
  float: left;
  width: 1.7rem;
  height: .76rem;
  text-align: center;
  line-height: .76rem;
  font-size: .26rem;
  color: #333;
  background-image: url(../images/yygh1.jpg);
  background-position: right center;
  background-size: .03rem .22rem;
  background-repeat: no-repeat;

}
.inp1{
  width: 4.4rem;
  height: .76rem;
  float: left;
  padding-left: .3rem;
  padding-right: .3rem;
  position: relative;
}
.mb2{
  width: 100%;
  height: .76rem;
  border: none;
    outline: none;
    opacity: 0;
    position: absolute;top: 0px;left: 0px;
}
.inp1-zj1{
  width: 100%;
  height: .76rem;
  line-height: .76rem;
  font-size: .26rem;
  color: #d1d1d1;
  background-image: url(../images/yygh2.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: .25rem auto;
}
.yygh_an{
  display: block;
  height: .8rem;
  text-align: center;
  line-height: .8rem;
  font-size: .26rem;
  color: #fff;
  border-radius: 3px;
  background: #2c67b8;
  margin-top: .4rem;
  margin-bottom: 1rem;
}
.zjdh_an{
  margin-bottom: .3rem;
}
.zjdh_sp{
  font-size: .22rem;
  color: #eb0000;
  line-height: .4rem;
}
.zjdh{
  padding-left: .24rem;
  padding-right: .24rem; 
}
.zjdh1{
  min-height: 1rem;
  margin-bottom: .7rem;
}
.zjdh1_bt{
  height: .7rem;
  background: #2c67b8;
}
.zjdh1_bt span{
  display: block;
  float: left;
  width: 30%;
  height: .7rem;
  line-height: .7rem;
  text-align: center;
  color: #fff;
}
.zjdh1_bt span:nth-child(3){
  width: 40%;
}
.zjdh2{
  min-height: .5rem;
}
.zjdh2_1{
  height: 1.09rem;
}
.zjdh2_1 span{
   display: block;
  float: left;
  width: 30%;
  height: 1.09rem;
  line-height: 1.09rem;
  text-align: center;
  color: #333;
}
.zjdh2_1 span:nth-child(3){
  width: 40%;
   white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zjdh2_1 span:nth-child(1){
  color: #5a97e9;
}
.list{
  position: absolute;left: 0px;top: 1.26rem;
   width: calc(100% - .48rem);
  padding-left: .24rem;
  padding-right: .24rem;
  height: 5.85rem;
  background-image: url(../images/top3.jpg);
  background-size: 100% auto;
  background-position: center;
  z-index: 9;
  display: none;
}
.list ul{
  height: 1.8rem;
  background-image: url(../images/top4.jpg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100% .02rem;
}
.list ul li{
  height: 1.8rem;
  float: left;
  width: 25%;
  text-align: center;
}
.list ul li a{
  display: block;
  width: 100%;
  height: .66rem;
  background-image: url(../images/list1.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: .48rem auto;
  padding-top: 1.14rem;
}
.list ul li a span{
  font-size: .26rem;
  color: #fff;
}
.list ul.list_ul1 li:nth-child(2) a{
  background-image: url(../images/list2.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: .48rem auto;
}
.list ul.list_ul1 li:nth-child(3) a{
  background-image: url(../images/list3.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: .48rem auto;
}
.list ul.list_ul1 li:nth-child(4) a{
  background-image: url(../images/list4.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: .48rem auto;
}
.list ul.list_ul2 li:nth-child(1) a{
  background-image: url(../images/list5.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: .48rem auto;
}
.list ul.list_ul2 li:nth-child(2) a{
  background-image: url(../images/list6.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: .48rem auto;
}
.list ul.list_ul2 li:nth-child(3) a{
  background-image: url(../images/list7.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: .48rem auto;
}
.list ul.list_ul2 li:nth-child(4) a{
  background-image: url(../images/list8.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: .48rem auto;
}
.list ul li.on a{
  background-image: url(../images/list2_2.png) !important;
  
}
.list ul li.on a span{
color: #f7991f;
}

.inp1 input{
  width: 100%;
  height: .76rem;
  border: none;
  outline: none;
}
.zxdh{
  min-height: 5rem;
}
.zxdh ul li{
  height: auto;
  padding-top: .2rem;
  padding-bottom: .2rem;
  border-bottom: .24rem solid #f9f9f9;
}
.zxdh ul li h3{
  font-size: .26rem;
  color: #323223;
}
.zxdh ul li span{
  font-size: .24rem;
  color: #666;
  display: inline-block;
  width: 100%;
}
/*诊疗服务*/
.zlfw{
  height: 1.17rem;
  background-image: url(../images/zh_zlfw1.jpg);
  background-size: 100% 1.17rem;
  text-align: center;
  font-size: .24rem;
  color: #2c67b8;
}
.zlfw2{
  height: 2rem;
  text-align: center;
  overflow: hidden;
}
.zlfw2 ul li{
  width: 1.3rem;
  display: inline-block;
  height: 1.4rem;
  margin-left: .3rem;
  margin-right: .3rem;
  margin-top: .4rem;
}
.zlfw2 ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.zlfw2 ul li a img{
  display: block;
  width: .85rem;
  height: .81rem;
  margin: 0 auto .1rem;
}
.zlfw2 ul li a span{
  font-size: .28rem;
  color: #b8822c;
}
.zlfw3{

}
.zlfw3 ul li{
  width: 1.85rem;
  height: .82rem;
  padding-left: 1.57rem;
  border: 1px solid #2c67b8;
  line-height: .82rem;
  border-radius: 5px;
  float: left;
  background-image: url(../images/zh_zl2.png);
  background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
  margin-bottom: .3rem;
}
.zlfw3 ul li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: .26rem;
  color: #2c67b8;
  line-height: .82rem;
}
.zlfw3 ul li:nth-child(1){
  background: #2c67b8;
  background-image: url(../images/zh_zl1.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.zlfw3 ul li:nth-child(1) a{
  color: #fff;
}
.zlfw3 ul li:nth-child(3){
  background-image: url(../images/zh_zl3.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.zlfw3 ul li:nth-child(4){
  background: #2c67b8;
  background-image: url(../images/zh_zl4.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.zlfw3 ul li:nth-child(4) a{
  color: #fff;
}
.zlfw3 ul li:nth-child(5){
  background: #2c67b8;
  background-image: url(../images/zh_zl5.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.zlfw3 ul li:nth-child(5) a{
  color: #fff;
}
.zlfw3 ul li:nth-child(6){
  background-image: url(../images/zh_zl6.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.zlfw3 ul li:nth-child(7){
  background-image: url(../images/zh_zl7.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.zlfw3 ul li:nth-child(8){
  background: #2c67b8;
  background-image: url(../images/zh_zl8.png);
   background-repeat: no-repeat;
  background-position: 1rem center;
  background-size: .32rem auto;
}
.zlfw3 ul li:nth-child(8) a{
  color: #fff;
}